Skip to content

Commit 26e893f

Browse files
committed
Ridley Room shinespark
1 parent 8da7938 commit 26e893f

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

region/lowernorfair/east/Ridley's Room.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,43 @@
182182
"note": "Get into position and Ridley will hit Samus shorly after starting to move.",
183183
"devNote": "Not likely to be possible, as it requires canRiskPermanentLossOfAccess and Ridley alive with the door unlocked."
184184
},
185+
{
186+
"link": [1, 2],
187+
"name": "Instant Diagonal Shinespark",
188+
"entranceCondition": {
189+
"comeInShinecharged": {}
190+
},
191+
"requires": [
192+
{"shineChargeFrames": 1},
193+
{"heatFrames": 20},
194+
{"shinespark": {"frames": 20, "excessFrames": 2}},
195+
{"heatFrames": 110}
196+
],
197+
"note": [
198+
"Buffer a diagonal shinespark to activate immediately on room entry."
199+
]
200+
},
201+
{
202+
"link": [1, 2],
203+
"name": "Use Flash Suit",
204+
"requires": [
205+
{"heatFrames": 65},
206+
{"useFlashSuit": {}},
207+
{"or": [
208+
{"and": [
209+
{"heatFrames": 14},
210+
{"shinespark": {"frames": 14, "excessFrames": 2}}
211+
]},
212+
{"and": [
213+
"HiJump",
214+
{"heatFrames": 11},
215+
{"shinespark": {"frames": 11, "excessFrames": 2}}
216+
]}
217+
]},
218+
{"heatFrames": 110}
219+
],
220+
"flashSuitChecked": true
221+
},
185222
{
186223
"id": 26,
187224
"link": [1, 2],

0 commit comments

Comments
 (0)