Skip to content

Commit 3b9e42d

Browse files
committed
reqs for h_midAirShootUp and canGrappleJump
1 parent 4fb6657 commit 3b9e42d

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

helpers.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,10 @@
11151115
"requires": [
11161116
{"or": [
11171117
{"noFlashSuit": {}},
1118-
"Morph"
1118+
{"and": [
1119+
"Morph",
1120+
"canComplexCarryFlashSuit"
1121+
]}
11191122
]}
11201123
]
11211124
},

tech.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,18 @@
742742
"HiJump",
743743
"can4HighMidAirMorph"
744744
]},
745-
{"noFlashSuit": {}}
745+
{"or": [
746+
{"noFlashSuit": {}},
747+
{"and": [
748+
"HiJump",
749+
"canPreciseGrappleJump",
750+
"canComplexCarryFlashSuit"
751+
]},
752+
{"and": [
753+
"canTrickyGrappleJump",
754+
"canTrickyCarryFlashSuit"
755+
]}
756+
]}
746757
],
747758
"note": [
748759
"Using Grapple to propel Samus upwards, then continuously morphing/unmorphing/jumping in mid-air to climb upwards.",

0 commit comments

Comments
 (0)