Skip to content

Commit b3f1db1

Browse files
authored
Merge pull request #2382 from aquanight/rsi-cc-flyway
Crateria Flyway R-Mode Spark Interrupt
2 parents bb5ca72 + 02adcd5 commit b3f1db1

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

region/crateria/central/Flyway.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,48 @@
136136
"The aim-down method requires specific positioning to ensure Samus barely clears the door ledge with a frame-perfect jump."
137137
]
138138
},
139+
{
140+
"link": [1, 1],
141+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
142+
"entranceCondition": {
143+
"comeInWithRMode": {}
144+
},
145+
"requires": [
146+
{"not": "f_ZebesSetAblaze"},
147+
{"or": [
148+
"h_CrystalFlash",
149+
{"and": [
150+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
151+
{"or": [
152+
{"and": [
153+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 19}]},
154+
{"disableEquipment": "ETank"},
155+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
156+
]},
157+
{"and": [
158+
{"resourceMissingAtMost": [{"type": "RegularEnergy", "count": 0}]},
159+
"canRiskPermanentLossOfAccess",
160+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
161+
]}
162+
]}
163+
]}
164+
]},
165+
{"canShineCharge": {"usedTiles": 37, "openEnd": 0}},
166+
{"autoReserveTrigger": {}},
167+
"canRModeSparkInterrupt"
168+
],
169+
"flashSuitChecked": true,
170+
"blueSuitChecked": true,
171+
"note": [
172+
"There are many mellows for farming. Leave one alive to spark interrupt.",
173+
"If entry energy is poor, damage down to 29 energy before farming to activate health bias, then quickly kill",
174+
"many Mellows with Plasma Beam or Power Bombs before collecting their drops."
175+
],
176+
"devNote": [
177+
"FIXME: Other weapon options for fast Mellow farming while abusing healthbomb state. Needs to be fast to not risk",
178+
"drops timing out."
179+
]
180+
},
139181
{
140182
"id": 2,
141183
"link": [1, 1],
@@ -433,6 +475,57 @@
433475
"The aim-down method requires specific positioning to ensure Samus barely clears the door ledge with a frame-perfect jump."
434476
]
435477
},
478+
{
479+
"link": [2, 2],
480+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
481+
"entranceCondition": {
482+
"comeInWithRMode": {}
483+
},
484+
"requires": [
485+
{"not": "f_ZebesSetAblaze"},
486+
{"or": [
487+
"h_CrystalFlash",
488+
{"and": [
489+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
490+
{"or": [
491+
{"and": [
492+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 99}]},
493+
{"disableEquipment": "ETank"},
494+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
495+
]},
496+
{"and": [
497+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 19}]},
498+
{"or": [
499+
"Plasma",
500+
"h_usePowerBomb"
501+
]},
502+
{"disableEquipment": "ETank"},
503+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
504+
]},
505+
{"and": [
506+
{"resourceMissingAtMost": [{"type": "RegularEnergy", "count": 0}]},
507+
"canRiskPermanentLossOfAccess",
508+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
509+
]}
510+
]}
511+
]}
512+
]},
513+
{"canShineCharge": {"usedTiles": 37, "openEnd": 0}},
514+
{"autoReserveTrigger": {}},
515+
"canRModeSparkInterrupt"
516+
],
517+
"flashSuitChecked": true,
518+
"blueSuitChecked": true,
519+
"note": [
520+
"There are many mellows for farming. Leave one alive to spark interrupt.",
521+
"If entry energy is poor, damage down to 29 energy before farming to activate health bias, then quickly kill",
522+
"many Mellows with Plasma Beam or Power Bombs before collecting their drops."
523+
],
524+
"devNote": [
525+
"FIXME: Other weapon options for fast Mellow farming while abusing healthbomb state. Needs to be fast to not risk",
526+
"drops timing out."
527+
]
528+
},
436529
{
437530
"id": 17,
438531
"link": [2, 2],

0 commit comments

Comments
 (0)