Skip to content

Commit 723880f

Browse files
authored
Merge pull request #2372 from aquanight/rsi-pb-waterway-energy-tank
Waterway Energy Tank Room R-Mode Spark Interrupt
2 parents 4a4805a + 96d9f79 commit 723880f

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

region/brinstar/pink/Waterway Energy Tank Room.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,62 @@
9797
}
9898
],
9999
"strats": [
100+
{
101+
"link": [1, 1],
102+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
103+
"entranceCondition": {
104+
"comeInWithRMode": {}
105+
},
106+
"requires": [
107+
{"or": [
108+
"h_CrystalFlash",
109+
{"and": [
110+
"h_RModeCanRefillReserves",
111+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
112+
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}}
113+
]}
114+
]},
115+
{"or":[
116+
{"and":[
117+
"Gravity",
118+
"h_shinechargeMaxRunway"
119+
]},
120+
{"and":[
121+
{"or":[
122+
"SpaceJump",
123+
{"and": [
124+
"canSuitlessMaridia",
125+
{"or":[
126+
"canPreciseWalljump",
127+
"canBombJumpWaterEscape",
128+
{"and": [
129+
"h_useSpringBall",
130+
"canJumpIntoIBJ"
131+
]},
132+
{"and": [
133+
"canBePatient",
134+
"canTrickyUseFrozenEnemies",
135+
{"ammo": {"type": "Super", "count": 1}}
136+
]}
137+
]}
138+
]}
139+
]},
140+
{"canShineCharge": {"usedTiles": 32, "openEnd": 1}}
141+
]}
142+
]},
143+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
144+
"canRModeSparkInterrupt",
145+
{"partialRefill": {"type": "Energy", "limit": 25}}
146+
],
147+
"clearsObstacles": ["A"],
148+
"flashSuitChecked": true,
149+
"blueSuitChecked": true,
150+
"note": [
151+
"Gravity Suit can use the main runway, while suitless must use the shelf. The entire setup can be done with just the Zeros if you",
152+
"are patient enough (and/or have Gravity). Gravity (only) can also run through just the first thick portion of the speedway to use the",
153+
"the Skulltera and Puyos."
154+
]
155+
},
100156
{
101157
"id": 1,
102158
"link": [1, 1],

0 commit comments

Comments
 (0)