|
717 | 717 | "name": "Mt. Everest Left Crab Climb", |
718 | 718 | "requires": [ |
719 | 719 | "canSuitlessMaridia", |
720 | | - "canCrazyCrabClimb", |
721 | 720 | "canTrickyJump", |
722 | | - "h_canCrouchJumpDownGrab", |
| 721 | + "canTrickyUseFrozenEnemies", |
| 722 | + {"or": [ |
| 723 | + {"and": [ |
| 724 | + "canCrazyCrabClimb", |
| 725 | + "h_canCrouchJumpDownGrab" |
| 726 | + ]}, |
| 727 | + "HiJump", |
| 728 | + "canSpringBallJumpMidAir" |
| 729 | + ]}, |
723 | 730 | "canCameraManip", |
724 | 731 | {"ammo": {"type": "Super", "count": 1}} |
725 | 732 | ], |
|
989 | 996 | "name": "Suitless Frozen Crab", |
990 | 997 | "requires": [ |
991 | 998 | "canSuitlessMaridia", |
992 | | - "canTrickyUseFrozenEnemies" |
| 999 | + "canTrickyUseFrozenEnemies", |
| 1000 | + {"or": [ |
| 1001 | + {"and": [ |
| 1002 | + "canTrickyJump", |
| 1003 | + "h_canCrouchJumpDownGrab" |
| 1004 | + ]}, |
| 1005 | + "canSpringBallJumpMidAir", |
| 1006 | + "HiJump" |
| 1007 | + ]} |
993 | 1008 | ], |
994 | 1009 | "note": [ |
995 | 1010 | "Use the rightmost crab to get up onto the lowest platform, while also damaging down the crab on the middle platform.", |
996 | 1011 | "Jump left onto the middle platform and freeze the crab just a bit left of the peak.", |
997 | | - "Run and jump from on top of the crab to the higher platform to the left. A failure often requires resetting the room." |
| 1012 | + "Without any movement items, Spinjump from on top of the crab to the higher platform towards the left. A failure often requires resetting the room." |
998 | 1013 | ], |
999 | 1014 | "devNote": "Although this goes through 7, it requires starting at 2 to get the crab to move into position." |
1000 | 1015 | }, |
|
1079 | 1094 | "comesThroughToilet": "any" |
1080 | 1095 | }, |
1081 | 1096 | "requires": [ |
1082 | | - "canTrickyJump", |
| 1097 | + {"or": [ |
| 1098 | + "canTrickyJump", |
| 1099 | + "canTrickySpringBallJump", |
| 1100 | + "HiJump" |
| 1101 | + ]}, |
1083 | 1102 | "canCrossRoomJumpIntoWater" |
1084 | 1103 | ], |
1085 | | - "note": "Wall jump relatively high off either side of the door frame in the room below." |
| 1104 | + "note": "Wall jump relatively high off either side of the door frame in the room below.", |
| 1105 | + "devNote": "The walljump is very disconnected from the springball jump, so it is not a springwall." |
1086 | 1106 | }, |
1087 | 1107 | { |
1088 | 1108 | "link": [2, 8], |
|
1198 | 1218 | "requires": [ |
1199 | 1219 | "canSuitlessMaridia", |
1200 | 1220 | "HiJump", |
1201 | | - "canUseFrozenEnemies" |
| 1221 | + "canTrickyUseFrozenEnemies" |
1202 | 1222 | ], |
1203 | 1223 | "note": [ |
1204 | 1224 | "In the upward channel one right of the door, jump as high as possible to lure a fast crab moving down the tallest mountain. A crouch jump or breaking spin can be helpful.", |
|
0 commit comments