Skip to content

Commit 8a1efca

Browse files
committed
describe angle turnaround, adjust requirements, add right-side strat
1 parent fe2d60c commit 8a1efca

1 file changed

Lines changed: 53 additions & 12 deletions

File tree

region/brinstar/kraid/Kraid Room.json

Lines changed: 53 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@
249249
"requires": [
250250
"canXMode",
251251
"h_XModeThornHit",
252-
"h_XModeThornHit",
253252
"h_shinechargeMaxRunway",
254253
{"or": [
255254
{"canShineCharge": {"usedTiles": 22, "openEnd": 0}},
@@ -259,24 +258,26 @@
259258
]}
260259
]},
261260
"canShinechargeMovement",
262-
{"shineChargeFrames": 55},
261+
{"shineChargeFrames": 45},
263262
{"or": [
263+
"canBeVeryPatient",
264264
{"and": [
265-
"canNeutralDamageBoost",
266-
"canBeVeryPatient"
267-
]},
268-
{"shineChargeFrames": 10}
265+
"h_XModeThornHit",
266+
{"shineChargeFrames": 20}
267+
]}
269268
]}
270269
],
271270
"exitCondition": {
272271
"leaveShinecharged": {}
273272
},
274273
"flashSuitChecked": true,
275274
"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."
275+
"If Kraid is alive, use X-mode on the thorns to gain blue speed.",
276+
"Hold an angle button to turn around while retaining blue.",
277+
"If needed, arm pump to get close to the ledge without touching it.",
278+
"While in X-mode on the thorns, Samus' will be flashing as i-frames periodically refresh;",
279+
"by timing the shinecharge and X-Ray release to happen soon after i-frames refresh,",
280+
"a second thorn hit can be avoided."
280281
],
281282
"devNote": [
282283
"If Kraid is alive, leaving with a horizontal damage boost is also possible, but not easy to model."
@@ -561,7 +562,7 @@
561562
{
562563
"id": 17,
563564
"link": [2, 2],
564-
"name": "Leave Shinecharged",
565+
"name": "Leave Shinecharged (Kraid Defeated)",
565566
"requires": [
566567
{"canShineCharge": {"usedTiles": 22, "openEnd": 0}},
567568
"canShinechargeMovement",
@@ -571,8 +572,48 @@
571572
"exitCondition": {
572573
"leaveShinecharged": {}
573574
},
575+
"flashSuitChecked": true
576+
},
577+
{
578+
"link": [2, 2],
579+
"name": "Leave Shinecharged (X-Mode or Kraid Defeated)",
580+
"requires": [
581+
"h_KraidCameraFix",
582+
"canXMode",
583+
"h_XModeThornHit",
584+
"h_shinechargeMaxRunway",
585+
{"or": [
586+
{"canShineCharge": {"usedTiles": 22, "openEnd": 0}},
587+
{"and": [
588+
{"not": "f_DefeatedKraid"},
589+
"canRiskPermanentLossOfAccess"
590+
]}
591+
]},
592+
"canShinechargeMovement",
593+
{"shineChargeFrames": 45},
594+
{"or": [
595+
"canBeVeryPatient",
596+
{"and": [
597+
"h_XModeThornHit",
598+
{"shineChargeFrames": 20}
599+
]}
600+
]}
601+
],
602+
"exitCondition": {
603+
"leaveShinecharged": {}
604+
},
574605
"flashSuitChecked": true,
575-
"devNote": "An X-Mode strat is likely possible but not included. It would require the doors unlocked and canRiskPermanentLossOfAccess."
606+
"note": [
607+
"If Kraid is alive, use X-mode on the thorns to gain blue speed.",
608+
"Hold an angle button to turn around while retaining blue.",
609+
"If needed, arm pump to get close to the ledge without touching it.",
610+
"While in X-mode on the thorns, Samus' will be flashing as i-frames periodically refresh;",
611+
"by timing the shinecharge and X-Ray release to happen soon after i-frames refresh,",
612+
"a second thorn hit can be avoided."
613+
],
614+
"devNote": [
615+
"If Kraid is alive, leaving with a horizontal damage boost is also possible, but not easy to model."
616+
]
576617
},
577618
{
578619
"id": 18,

0 commit comments

Comments
 (0)