|
82 | 82 | "dropRequires": ["h_heatProof", "h_lavaProof"] |
83 | 83 | } |
84 | 84 | ], |
| 85 | + "reusableRoomwideNotable": [ |
| 86 | + { |
| 87 | + "name": "Lava Dive with HiJump", |
| 88 | + "note": [ |
| 89 | + "Climb through the Lava by walljumping off of the Namihes with HiJump.", |
| 90 | + "This can be done by jumping from the left side Namihes to the hanging ceiling in the center of the room and climbing further from there.", |
| 91 | + "By Spring Ball jumping after the Namihe walljump, it is possible to avoid the center structure and conserve some energy." |
| 92 | + ] |
| 93 | + } |
| 94 | + ], |
85 | 95 | "links": [ |
86 | 96 | { |
87 | 97 | "from": 1, |
|
556 | 566 | }, |
557 | 567 | { |
558 | 568 | "link": [4, 3], |
559 | | - "name": "Lava Dive with HiJump", |
| 569 | + "name": "Lava Dive with HiJump (Criss Cross Walljumps)", |
| 570 | + "notable": true, |
| 571 | + "reusableRoomwideNotable": "Lava Dive with HiJump", |
560 | 572 | "requires": [ |
561 | 573 | "HiJump", |
562 | 574 | "canSuitlessLavaDive", |
|
573 | 585 | }, |
574 | 586 | { |
575 | 587 | "link": [4, 3], |
576 | | - "name": "Springwall", |
| 588 | + "name": "Lava Dive with HiJump and Springwall", |
| 589 | + "notable": true, |
| 590 | + "reusableRoomwideNotable": "Lava Dive with HiJump", |
577 | 591 | "requires": [ |
578 | 592 | {"or": [ |
579 | 593 | "h_lavaProof", |
580 | 594 | "canSuitlessLavaDive" |
581 | 595 | ]}, |
582 | | - "h_HeatedSpringwall", |
| 596 | + "canSpringwall", |
583 | 597 | "HiJump", |
584 | 598 | "canUseEnemies", |
| 599 | + {"or": [ |
| 600 | + "canTrickyJump", |
| 601 | + {"and": [ |
| 602 | + {"heatFrames": 400}, |
| 603 | + {"lavaFrames": 400} |
| 604 | + ]} |
| 605 | + ]}, |
585 | 606 | {"heatFrames": 195}, |
586 | 607 | {"lavaFrames": 180} |
587 | 608 | ], |
588 | | - "note": "Lava physics will reduce Samus' horizontal momentum.", |
589 | | - "devNote": "Works with or without Gravity" |
| 609 | + "note": [ |
| 610 | + "Walljump off of the Upper-Left Namihe and then Spring Ball jump up and out of the Lava.", |
| 611 | + "Delay the pause until in position to perform the Spring Ball jump because Lava physics will reduce Samus' horizontal momentum.", |
| 612 | + "It may help to also delay the Morph." |
| 613 | + ], |
| 614 | + "devNote": [ |
| 615 | + "Works with or without Gravity", |
| 616 | + "Leniency added to keep the strat balanced with the normal HiJump Lava Dive as that requires canTrickyJump.", |
| 617 | + "Leniency is worth 1 extra attempt. This Springwall is easier than regular SpringWalls because the lava slows down the required inputs." |
| 618 | + ] |
590 | 619 | }, |
591 | 620 | { |
592 | 621 | "link": [4, 3], |
|
0 commit comments