Skip to content

Commit 5edd774

Browse files
committed
Kraid X-mode leave shinecharged
1 parent 6534c25 commit 5edd774

1 file changed

Lines changed: 40 additions & 2 deletions

File tree

region/brinstar/kraid/Kraid Room.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
{
232232
"id": 2,
233233
"link": [1, 1],
234-
"name": "Leave Shinecharged",
234+
"name": "Leave Shinecharged (Kraid Defeated)",
235235
"requires": [
236236
{"canShineCharge": {"usedTiles": 22, "openEnd": 0}},
237237
"canShinechargeMovement",
@@ -241,8 +241,46 @@
241241
"exitCondition": {
242242
"leaveShinecharged": {}
243243
},
244+
"flashSuitChecked": true
245+
},
246+
{
247+
"link": [1, 1],
248+
"name": "Leave Shinecharged (X-Mode or Kraid Defeated)",
249+
"requires": [
250+
"canXMode",
251+
"h_XModeThornHit",
252+
"h_XModeThornHit",
253+
"h_shinechargeMaxRunway",
254+
{"or": [
255+
{"canShineCharge": {"usedTiles": 22, "openEnd": 0}},
256+
{"and": [
257+
{"not": "f_DefeatedKraid"},
258+
"canRiskPermanentLossOfAccess"
259+
]}
260+
]},
261+
"canShinechargeMovement",
262+
{"shineChargeFrames": 55},
263+
{"or": [
264+
{"and": [
265+
"canNeutralDamageBoost",
266+
"canBeVeryPatient"
267+
]},
268+
{"shineChargeFrames": 10}
269+
]}
270+
],
271+
"exitCondition": {
272+
"leaveShinecharged": {}
273+
},
244274
"flashSuitChecked": true,
245-
"devNote": "An X-Mode strat is likely possible but not included. It would require the doors unlocked and canRiskPermanentLossOfAccess."
275+
"note": [
276+
"If Kraid is alive, use X-mode on the thorns to gain a shinecharge.",
277+
"While running on the thorns, Samus' will be flashing as i-frames continually refresh;",
278+
"by timing the shinecharge and X-Ray release to happen just before i-frames run out,",
279+
"Samus can get a neutral damage boost to quickly put her on the ledge."
280+
],
281+
"devNote": [
282+
"If Kraid is alive, leaving with a horizontal damage boost is also possible, but not easy to model."
283+
]
246284
},
247285
{
248286
"id": 3,

0 commit comments

Comments
 (0)