|
716 | 716 | "Maximum height jumps primarily have underwater applications, as it enables Samus to barely make it up 7 tiles vertically." |
717 | 717 | ], |
718 | 718 | "extensionTechs": [ |
| 719 | + { |
| 720 | + "name": "canSpringwall", |
| 721 | + "techRequires": [ |
| 722 | + "canTrickySpringBallJump", |
| 723 | + "canWallJumpInstantMorph" |
| 724 | + ], |
| 725 | + "otherRequires": [], |
| 726 | + "note": [ |
| 727 | + "A mid-air Spring Ball jump that starts with a wall jump to gain more height.", |
| 728 | + "It often benefits from the momentum change when equipping Spring Ball while morphed and moving horizontally after a WallJump." |
| 729 | + ] |
| 730 | + }, |
719 | 731 | { |
720 | 732 | "name": "canDoubleSpringBallJumpMidAir", |
721 | 733 | "techRequires": ["canTrickySpringBallJump"], |
|
741 | 753 | "devNote": "Similar to an underwater walljump into springballjump, but that has no applications yet since double springballjump is easier for similar requirements." |
742 | 754 | } |
743 | 755 | ] |
744 | | - }, |
745 | | - { |
746 | | - "name": "canSpringwall", |
747 | | - "techRequires": [ |
748 | | - "canSpringBallJumpMidAir", |
749 | | - "canWallJumpInstantMorph" |
750 | | - ], |
751 | | - "otherRequires": [], |
752 | | - "note": [ |
753 | | - "A mid-air Spring Ball jump that starts with a wall jump to gain more height.", |
754 | | - "It often benefits from the momentum change when equipping Spring Ball while morphed and moving horizontally after a WallJump." |
755 | | - ] |
756 | | - }, |
757 | | - { |
758 | | - "name": "canSpringFling", |
759 | | - "techRequires": ["canDisableEquipment"], |
760 | | - "otherRequires": [ |
761 | | - "Morph", |
762 | | - "SpringBall" |
763 | | - ], |
764 | | - "note": [ |
765 | | - "The ability to gain extra distance meerly by turning Springball on or off.", |
766 | | - "When equipping or unequipping Springball while Morphed, Samus' speed is reset.", |
767 | | - "If rising (and not in liquid physics), the horizontal speed is set to full roll speed.", |
768 | | - "If falling, the vertical speed is set to zero and horizontal speed is reset unless SpeedBooster is equipped." |
769 | | - ] |
770 | | - } |
| 756 | + } |
| 757 | + ] |
| 758 | + }, |
| 759 | + { |
| 760 | + "name": "canSpringFling", |
| 761 | + "techRequires": ["canDisableEquipment"], |
| 762 | + "otherRequires": [ |
| 763 | + "Morph", |
| 764 | + "SpringBall" |
| 765 | + ], |
| 766 | + "note": [ |
| 767 | + "The ability to gain extra distance merely by turning Springball on or off.", |
| 768 | + "When equipping or unequipping Springball while Morphed, Samus' speed is reset.", |
| 769 | + "If rising (and not in liquid physics), the horizontal speed is set to full roll speed.", |
| 770 | + "If falling, the vertical speed is set to zero and horizontal speed is reset unless SpeedBooster is equipped." |
771 | 771 | ] |
772 | 772 | }, |
773 | 773 | { |
|
0 commit comments