Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions region/brinstar/red/Alpha Power Bomb Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,45 @@
},
"flashSuitChecked": true
},
{
"link": [1, 1],
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [
{"or": [
"h_CrystalFlashForReserveEnergy",
{"and": [
{"enemyKill": {"enemies": [["Boyon", "Boyon", "Boyon"]]}},
"h_RModeCanRefillReserves",
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
{"or": [
{"and": [
"canBePatient",
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}}
]},
{"and": [
"canBeExtremelyPatient",
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
]}
]}
]}
]},
"canSamusEaterStandUp",
{"samusEaterFrames": 160},
"h_shinechargeMaxRunway",
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
"canRModeSparkInterrupt"
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Four Boyons to farm have a poor chance of providing reserve energy. Once you have it,",
"damage down to 20/10/5 energy and jump into the plant with forward moement for shinecharge.",
"Jump high above a Boyon and interrupt, or use the thorns and pause abuse."
]
},
{
"id": 2,
"link": [1, 1],
Expand Down