Skip to content

Commit c83f8ba

Browse files
authored
Merge pull request #2519 from aquanight/rsi-en-frog-speedway
Frog Speedway R-Mode Spark Interrupt
2 parents cada622 + 160edda commit c83f8ba

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

region/norfair/east/Frog Speedway.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,34 @@
173173
"The resetRoom requirement is in case you need to farm a bit to get above health-bomb energy."
174174
]
175175
},
176+
{
177+
"link": [1, 1],
178+
"name": "R-Mode Spark Interrupt",
179+
"entranceCondition": {
180+
"comeInWithRMode": {}
181+
},
182+
"requires": [
183+
{"or": [
184+
"h_CrystalFlashForReserveEnergy",
185+
{"and": [
186+
"h_RModeCanRefillReserves",
187+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
188+
{"partialRefill": {"type": "ReserveEnergy", "limit": 30}}
189+
]}
190+
]},
191+
"canStopOnADime",
192+
"canEscapeEnemyGrab",
193+
"h_shinechargeMaxRunway",
194+
{"autoReserveTrigger": {"maxReserveEnergy": 63}},
195+
"canRModeSparkInterrupt"
196+
],
197+
"flashSuitChecked": true,
198+
"blueSuitChecked": true,
199+
"note": [
200+
"Use Speed Booster break all of the blocks and farm all but one Beetom.",
201+
"Carefully use the last Beetom to damage down, and then use it to interrupt."
202+
]
203+
},
176204
{
177205
"id": 5,
178206
"link": [1, 1],
@@ -901,6 +929,34 @@
901929
"After 175 moonfalls, reposition the Beetom to chest height, then continue dancing."
902930
]
903931
},
932+
{
933+
"link": [2, 2],
934+
"name": "R-Mode Spark Interrupt",
935+
"entranceCondition": {
936+
"comeInWithRMode": {}
937+
},
938+
"requires": [
939+
{"or": [
940+
"h_CrystalFlashForReserveEnergy",
941+
{"and": [
942+
"h_RModeCanRefillReserves",
943+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
944+
{"partialRefill": {"type": "ReserveEnergy", "limit": 30}}
945+
]}
946+
]},
947+
"canStopOnADime",
948+
"canEscapeEnemyGrab",
949+
"h_shinechargeMaxRunway",
950+
{"autoReserveTrigger": {"maxReserveEnergy": 63}},
951+
"canRModeSparkInterrupt"
952+
],
953+
"flashSuitChecked": true,
954+
"blueSuitChecked": true,
955+
"note": [
956+
"Use Speed Booster break all of the blocks and farm all but one Beetom.",
957+
"Carefully use the last Beetom to damage down, and then use it to interrupt."
958+
]
959+
},
904960
{
905961
"id": 35,
906962
"link": [2, 2],

0 commit comments

Comments
 (0)