Skip to content

Commit e79ef88

Browse files
authored
Merge pull request #2002 from blkerby/side-platforms-6
Crab Hole R->L side platform applications
2 parents 60f1644 + 5429b23 commit e79ef88

2 files changed

Lines changed: 124 additions & 0 deletions

File tree

region/lowernorfair/west/Screw Attack Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"obstruction": [1, 0]
188188
}
189189
},
190+
"note": ["If using the full runway, turn around from the corner rather than backing into it."],
190191
"devNote": "Max extra run speed $2.4."
191192
},
192193
{

region/maridia/outer/Crab Hole.json

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,129 @@
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+
"detailNote": [
2873+
"From Screw Attack Room, this will not work if starting from backed into corner;",
2874+
"instead turn around after pressing into the corner."
2875+
]
2876+
},
2877+
{
2878+
"minHeight": 2,
2879+
"maxHeight": 2,
2880+
"minTiles": 9.4375,
2881+
"obstructions": [[1, 0]],
2882+
"speedBooster": "any",
2883+
"requires": [
2884+
"canMomentumConservingTurnaround"
2885+
],
2886+
"note": ["This applies to Blue Hopper Room, Bowling Alley (bottom), Dust Torizo Room, and Noob Bridge."]
2887+
},
2888+
{
2889+
"minHeight": 3,
2890+
"maxHeight": 3,
2891+
"minTiles": 9.4375,
2892+
"obstructions": [[1, 0]],
2893+
"speedBooster": true,
2894+
"requires": [
2895+
"canMomentumConservingTurnaround"
2896+
],
2897+
"note": ["This applies to Bomb Torizo Room, Pink Brinstar Hopper Room, Phantoon's Room, Big Boy Room, and Double Chamber."]
2898+
},
2899+
{
2900+
"minHeight": 3,
2901+
"maxHeight": 3,
2902+
"minTiles": 14.4375,
2903+
"obstructions": [[3, 2]],
2904+
"speedBooster": true,
2905+
"requires": [
2906+
"canMomentumConservingTurnaround"
2907+
],
2908+
"note": ["This applies to Metal Pirates Room."]
2909+
}
2910+
]
2911+
}
2912+
},
2913+
"requires": [
2914+
"canCrossRoomJumpIntoWater",
2915+
"Morph"
2916+
],
2917+
"devNote": [
2918+
"We don't include any cases where the setup room has a runway of 3 or more tiles connected to the door,",
2919+
"since a regular cross room jump could be used in that case (with Speed Booster)."
2920+
]
2921+
},
2922+
{
2923+
"link": [3, 4],
2924+
"name": "Side Platform Cross Room Jump into Spring Ball Jump",
2925+
"entranceCondition": {
2926+
"comeInWithSidePlatform": {
2927+
"platforms": [
2928+
{
2929+
"minHeight": 1,
2930+
"maxHeight": 1,
2931+
"minTiles": 4,
2932+
"obstructions": [[1, 0]],
2933+
"speedBooster": true,
2934+
"requires": [
2935+
"canMomentumConservingTurnaround"
2936+
],
2937+
"note": ["This applies to Skree Boost Room."]
2938+
},
2939+
{
2940+
"minHeight": 2,
2941+
"maxHeight": 2,
2942+
"minTiles": 5.4375,
2943+
"obstructions": [[1, 0]],
2944+
"speedBooster": "any",
2945+
"requires": [
2946+
"canMomentumConservingTurnaround"
2947+
],
2948+
"note": ["This applies to Early Super Room."],
2949+
"detailNote": [
2950+
"If Speed Booster is equipped, then a momentum-conserving morph should be used instead of a turnaround."
2951+
]
2952+
},
2953+
{
2954+
"minHeight": 3,
2955+
"maxHeight": 3,
2956+
"minTiles": 14.4375,
2957+
"obstructions": [[3, 2]],
2958+
"speedBooster": "any",
2959+
"requires": [
2960+
{"or": [
2961+
"canMomentumConservingTurnaround",
2962+
"canMomentumConservingMorph"
2963+
]}
2964+
],
2965+
"note": ["This applies to Metal Pirates Room."]
2966+
}
2967+
]
2968+
}
2969+
},
2970+
"requires": [
2971+
"canCrossRoomJumpIntoWater",
2972+
"canTrickySpringBallJump"
2973+
],
2974+
"devNote": [
2975+
"A spring ball bounce could be done here instead of a side platform jump,",
2976+
"but this strat is still included in cases where it's a reasonable alternative."
2977+
]
2978+
},
28562979
{
28572980
"id": 150,
28582981
"link": [3, 4],

0 commit comments

Comments
 (0)