Skip to content

Commit 8ce059d

Browse files
committed
flash suit gate glitch options
1 parent 4483488 commit 8ce059d

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

helpers.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,14 +1106,27 @@
11061106
{"or": [
11071107
{"noFlashSuit": {}},
11081108
{"and": [
1109-
"h_useSpringBall",
1110-
"canComplexCarryFlashSuit"
1109+
"canComplexCarryFlashSuit",
1110+
{"or": [
1111+
"h_useSpringBall",
1112+
"h_useMorphBombs",
1113+
"canWallJumpInstantMorph"
1114+
]}
11111115
]},
11121116
{"and": [
11131117
"canInsaneMidAirMorph",
1118+
{"or": [
1119+
{"disableEquipment": "HiJump"},
1120+
"canBeVeryLucky"
1121+
]},
11141122
"canTrickyCarryFlashSuit"
11151123
]}
11161124
]}
1125+
],
1126+
"devNote": [
1127+
"FIXME: Flashsuit options should effect the expected number of tries on the gate glitch.",
1128+
"FIXME: Flashsuit options do not scale with heat.",
1129+
"FIXME: PowerBombs work as an alternative to Bombs."
11171130
]
11181131
},
11191132
{
@@ -1129,6 +1142,10 @@
11291142
{"disableEquipment": "Gravity"},
11301143
"canMidAirMorph"
11311144
]},
1145+
{"and": [
1146+
"Gravity",
1147+
"h_useMorphBombs"
1148+
]},
11321149
"h_useSpringBall"
11331150
]}
11341151
]},

0 commit comments

Comments
 (0)