Skip to content

Commit 5d607e4

Browse files
committed
A couple more helpers for flash suits
1 parent fbe9cbf commit 5d607e4

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

helpers.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,24 @@
747747
"canTrickySpringBallJump"
748748
]
749749
},
750+
{
751+
"name": "h_complexToCarryFlashSuit",
752+
"requires": [
753+
{"or": [
754+
{"noFlashSuit": {}},
755+
"canComplexCarryFlashSuit"
756+
]}
757+
]
758+
},
759+
{
760+
"name": "h_trickyToCarryFlashSuit",
761+
"requires": [
762+
{"or": [
763+
{"noFlashSuit": {}},
764+
"canTrickyCarryFlashSuit"
765+
]}
766+
]
767+
},
750768
{
751769
"name": "h_PlasmaHitbox",
752770
"requires": [

region/brinstar/blue/Blue Brinstar Boulder Room.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -874,10 +874,7 @@
874874
"requires": [
875875
"canBombJumpWaterEscape",
876876
"canJumpIntoIBJ",
877-
{"or": [
878-
"canTrickyCarryFlashSuit",
879-
{"noFlashSuit": {}}
880-
]}
877+
"h_trickyToCarryFlashSuit"
881878
],
882879
"flashSuitChecked": true,
883880
"note": "When the water is high, jump and place a Bomb on the descent just above the water, then very quickly crouch jump to hit the Bomb and IBJ.",

region/maridia/outer/Crab Hole.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,10 +1391,7 @@
13911391
"HiJump",
13921392
"Gravity"
13931393
]},
1394-
{"or": [
1395-
{"noFlashSuit": {}},
1396-
"canTrickyCarryFlashSuit"
1397-
]}
1394+
"h_trickyToCarryFlashSuit"
13981395
]}
13991396
]}
14001397
],

0 commit comments

Comments
 (0)