Skip to content

Commit a808a29

Browse files
committed
Crab Hole R->L side platform applications
1 parent 710bd29 commit a808a29

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

region/maridia/outer/Crab Hole.json

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,125 @@
28532853
],
28542854
"devNote": "Jump low through the door with at least $1.5 extra run speed."
28552855
},
2856+
{
2857+
"link": [3, 4],
2858+
"name": "Side Platform Cross Room Jump",
2859+
"entranceCondition": {
2860+
"comeInWithSidePlatform": {
2861+
"platforms": [
2862+
{
2863+
"minHeight": 1,
2864+
"maxHeight": 1,
2865+
"minTiles": 9,
2866+
"obstructions": [[1, 0]],
2867+
"speedBooster": "any",
2868+
"requires": [
2869+
"canMomentumConservingTurnaround"
2870+
],
2871+
"note": ["This applies to Screw Attack Room and Lava Dive."]
2872+
},
2873+
{
2874+
"minHeight": 2,
2875+
"maxHeight": 2,
2876+
"minTiles": 9.4375,
2877+
"obstructions": [[1, 0]],
2878+
"speedBooster": "any",
2879+
"requires": [
2880+
"canMomentumConservingTurnaround"
2881+
],
2882+
"note": ["This applies to Blue Hopper Room, Bowling Alley (bottom), Dust Torizo Room, and Noob Bridge."]
2883+
},
2884+
{
2885+
"minHeight": 3,
2886+
"maxHeight": 3,
2887+
"minTiles": 9.4375,
2888+
"obstructions": [[1, 0]],
2889+
"speedBooster": true,
2890+
"requires": [
2891+
"canMomentumConservingTurnaround"
2892+
],
2893+
"note": ["This applies to Bomb Torizo Room, Pink Brinstar Hopper Room, Phantoon's Room, Big Boy Room, and Double Chamber."]
2894+
},
2895+
{
2896+
"minHeight": 3,
2897+
"maxHeight": 3,
2898+
"minTiles": 14.4375,
2899+
"obstructions": [[3, 2]],
2900+
"speedBooster": true,
2901+
"requires": [
2902+
"canMomentumConservingTurnaround"
2903+
],
2904+
"note": ["This applies to Metal Pirates Room."]
2905+
}
2906+
]
2907+
}
2908+
},
2909+
"requires": [
2910+
"canCrossRoomJumpIntoWater",
2911+
"Morph"
2912+
],
2913+
"devNote": [
2914+
"We don't include any cases where the setup room has a runway of 3 or more tiles connected to the door,",
2915+
"since a regular cross room jump could be used in that case (with Speed Booster)."
2916+
]
2917+
},
2918+
{
2919+
"link": [3, 4],
2920+
"name": "Side Platform Cross Room Jump into Spring Ball Jump",
2921+
"entranceCondition": {
2922+
"comeInWithSidePlatform": {
2923+
"platforms": [
2924+
{
2925+
"minHeight": 1,
2926+
"maxHeight": 1,
2927+
"minTiles": 4,
2928+
"obstructions": [[1, 0]],
2929+
"speedBooster": true,
2930+
"requires": [
2931+
"canMomentumConservingTurnaround"
2932+
],
2933+
"note": ["This applies to Skree Boost Room."]
2934+
},
2935+
{
2936+
"minHeight": 2,
2937+
"maxHeight": 2,
2938+
"minTiles": 5.4375,
2939+
"obstructions": [[1, 0]],
2940+
"speedBooster": "any",
2941+
"requires": [
2942+
"canMomentumConservingTurnaround"
2943+
],
2944+
"note": ["This applies to Early Super Room."],
2945+
"detailNote": [
2946+
"If Speed Booster is equipped, then a momentum-conserving morph should be used instead of a turnaround."
2947+
]
2948+
},
2949+
{
2950+
"minHeight": 3,
2951+
"maxHeight": 3,
2952+
"minTiles": 14.4375,
2953+
"obstructions": [[3, 2]],
2954+
"speedBooster": "any",
2955+
"requires": [
2956+
{"or": [
2957+
"canMomentumConservingTurnaround",
2958+
"canMomentumConservingMorph"
2959+
]}
2960+
],
2961+
"note": ["This applies to Metal Pirates Room."]
2962+
}
2963+
]
2964+
}
2965+
},
2966+
"requires": [
2967+
"canCrossRoomJumpIntoWater",
2968+
"canTrickySpringBallJump"
2969+
],
2970+
"devNote": [
2971+
"A spring ball bounce could be done here instead of a side platform jump,",
2972+
"but this strat is still included in cases where it's a reasonable alternative."
2973+
]
2974+
},
28562975
{
28572976
"id": 150,
28582977
"link": [3, 4],

0 commit comments

Comments
 (0)