|
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 | + "canTrickyJump", |
| 1002 | + "canTrickySpringBallJump", |
| 1003 | + "HiJump" |
| 1004 | + ]} |
993 | 1005 | ], |
994 | 1006 | "note": [ |
995 | 1007 | "Use the rightmost crab to get up onto the lowest platform, while also damaging down the crab on the middle platform.", |
996 | 1008 | "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." |
| 1009 | + "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 | 1010 | ], |
999 | 1011 | "devNote": "Although this goes through 7, it requires starting at 2 to get the crab to move into position." |
1000 | 1012 | }, |
|
1079 | 1091 | "comesThroughToilet": "any" |
1080 | 1092 | }, |
1081 | 1093 | "requires": [ |
1082 | | - "canTrickyJump", |
| 1094 | + {"or": [ |
| 1095 | + "canTrickyJump", |
| 1096 | + "canTrickySpringBallJump", |
| 1097 | + "HiJump" |
| 1098 | + ]}, |
1083 | 1099 | "canCrossRoomJumpIntoWater" |
1084 | 1100 | ], |
1085 | | - "note": "Wall jump relatively high off either side of the door frame in the room below." |
| 1101 | + "note": "Wall jump relatively high off either side of the door frame in the room below.", |
| 1102 | + "devNote": "The walljump is very disconnected from the springball jump, so it is not a springwall." |
1086 | 1103 | }, |
1087 | 1104 | { |
1088 | 1105 | "link": [2, 8], |
|
1194 | 1211 | }, |
1195 | 1212 | { |
1196 | 1213 | "link": [2, 11], |
1197 | | - "name": "Suitless Frozen Crab", |
| 1214 | + "name": "Suitless Frozen Crab with HiJump", |
1198 | 1215 | "requires": [ |
1199 | 1216 | "canSuitlessMaridia", |
1200 | 1217 | "HiJump", |
1201 | | - "canUseFrozenEnemies" |
| 1218 | + "canTrickyUseFrozenEnemies" |
1202 | 1219 | ], |
1203 | 1220 | "note": [ |
1204 | 1221 | "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.", |
1205 | 1222 | "Damage down the crab while watching it loop around, then ride the crab up the left side.", |
1206 | 1223 | "Freeze the crab at the top of the highest peak, stand on it to jump to the left.", |
1207 | 1224 | "If you lose the fast crab, it is always possible to get it back by climbing the peak to the right. The crab there can be lured with HiJump alone." |
1208 | 1225 | ], |
| 1226 | + "devNote": "Requires following the crab through 2 to get the crab to move into position." |
| 1227 | + }, |
| 1228 | + { |
| 1229 | + "link": [2, 11], |
| 1230 | + "name": "Suitless Frozen Crab with Springball", |
| 1231 | + "requires": [ |
| 1232 | + "canSuitlessMaridia", |
| 1233 | + "canTrickySpringBallJump", |
| 1234 | + "canStationaryLateralMidAirMorph", |
| 1235 | + "canTrickyUseFrozenEnemies" |
| 1236 | + ], |
| 1237 | + "note": [ |
| 1238 | + "Climb the crabs on the right and use them to bring down the center crab, who is already on the highest peak.", |
| 1239 | + "Damage down the crab while watching it loop around, then ride the crab up the left side.", |
| 1240 | + "Freeze the crab at the top of the highest peak, stand on it to jump to the left.", |
| 1241 | + "Use a Stationary Lateral MidAir Morph to get enough momentum for the SpringBall jump to reach the left ledge." |
| 1242 | + ], |
1209 | 1243 | "devNote": "Although this may go through 7 and 8, it requires starting at 2 to get the crab to move into position." |
1210 | 1244 | }, |
1211 | 1245 | { |
|
0 commit comments