Skip to content

Commit 76b0bff

Browse files
authored
Merge pull request #2461 from aquanight/rsi-rb-alpha-power-bombs
Alpha Power Bombs R-Mode Spark Interrupt
2 parents 97967e8 + 084cbf7 commit 76b0bff

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

region/brinstar/red/Alpha Power Bomb Room.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,45 @@
119119
},
120120
"flashSuitChecked": true
121121
},
122+
{
123+
"link": [1, 1],
124+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
125+
"entranceCondition": {
126+
"comeInWithRMode": {}
127+
},
128+
"requires": [
129+
{"or": [
130+
"h_CrystalFlashForReserveEnergy",
131+
{"and": [
132+
{"enemyKill": {"enemies": [["Boyon", "Boyon", "Boyon"]]}},
133+
"h_RModeCanRefillReserves",
134+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
135+
{"or": [
136+
{"and": [
137+
"canBePatient",
138+
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}}
139+
]},
140+
{"and": [
141+
"canBeExtremelyPatient",
142+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
143+
]}
144+
]}
145+
]}
146+
]},
147+
"canSamusEaterStandUp",
148+
{"samusEaterFrames": 160},
149+
"h_shinechargeMaxRunway",
150+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
151+
"canRModeSparkInterrupt"
152+
],
153+
"flashSuitChecked": true,
154+
"blueSuitChecked": true,
155+
"note": [
156+
"Four Boyons to farm have a poor chance of providing reserve energy. Once you have it,",
157+
"damage down to 20/10/5 energy and jump into the plant with forward moement for shinecharge.",
158+
"Jump high above a Boyon and interrupt, or use the thorns and pause abuse."
159+
]
160+
},
122161
{
123162
"id": 2,
124163
"link": [1, 1],

0 commit comments

Comments
 (0)