|
249 | 249 | "requires": [ |
250 | 250 | "canXMode", |
251 | 251 | "h_XModeThornHit", |
252 | | - "h_XModeThornHit", |
253 | 252 | "h_shinechargeMaxRunway", |
254 | 253 | {"or": [ |
255 | 254 | {"canShineCharge": {"usedTiles": 22, "openEnd": 0}}, |
|
259 | 258 | ]} |
260 | 259 | ]}, |
261 | 260 | "canShinechargeMovement", |
262 | | - {"shineChargeFrames": 55}, |
| 261 | + {"shineChargeFrames": 45}, |
263 | 262 | {"or": [ |
| 263 | + "canBeVeryPatient", |
264 | 264 | {"and": [ |
265 | | - "canNeutralDamageBoost", |
266 | | - "canBeVeryPatient" |
267 | | - ]}, |
268 | | - {"shineChargeFrames": 10} |
| 265 | + "h_XModeThornHit", |
| 266 | + {"shineChargeFrames": 20} |
| 267 | + ]} |
269 | 268 | ]} |
270 | 269 | ], |
271 | 270 | "exitCondition": { |
272 | 271 | "leaveShinecharged": {} |
273 | 272 | }, |
274 | 273 | "flashSuitChecked": true, |
275 | 274 | "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." |
280 | 281 | ], |
281 | 282 | "devNote": [ |
282 | 283 | "If Kraid is alive, leaving with a horizontal damage boost is also possible, but not easy to model." |
|
561 | 562 | { |
562 | 563 | "id": 17, |
563 | 564 | "link": [2, 2], |
564 | | - "name": "Leave Shinecharged", |
| 565 | + "name": "Leave Shinecharged (Kraid Defeated)", |
565 | 566 | "requires": [ |
566 | 567 | {"canShineCharge": {"usedTiles": 22, "openEnd": 0}}, |
567 | 568 | "canShinechargeMovement", |
|
571 | 572 | "exitCondition": { |
572 | 573 | "leaveShinecharged": {} |
573 | 574 | }, |
| 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 | + }, |
574 | 605 | "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 | + ] |
576 | 617 | }, |
577 | 618 | { |
578 | 619 | "id": 18, |
|
0 commit comments