Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions region/lowernorfair/west/Screw Attack Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"obstruction": [1, 0]
}
},
"note": ["If using the full runway, turn around from the corner rather than backing into it."],
"devNote": "Max extra run speed $2.4."
},
{
Expand Down
123 changes: 123 additions & 0 deletions region/maridia/outer/Crab Hole.json
Original file line number Diff line number Diff line change
Expand Up @@ -2853,6 +2853,129 @@
],
"devNote": "Jump low through the door with at least $1.5 extra run speed."
},
{
"link": [3, 4],
"name": "Side Platform Cross Room Jump",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 1,
"maxHeight": 1,
"minTiles": 9,
"obstructions": [[1, 0]],
"speedBooster": "any",
"requires": [
"canMomentumConservingTurnaround"
],
"note": ["This applies to Screw Attack Room and Lava Dive."],
"detailNote": [
"From Screw Attack Room, this will not work if starting from backed into corner;",
"instead turn around after pressing into the corner."
]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 9.4375,
"obstructions": [[1, 0]],
"speedBooster": "any",
"requires": [
"canMomentumConservingTurnaround"
],
"note": ["This applies to Blue Hopper Room, Bowling Alley (bottom), Dust Torizo Room, and Noob Bridge."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 9.4375,
"obstructions": [[1, 0]],
"speedBooster": true,
"requires": [
"canMomentumConservingTurnaround"
],
"note": ["This applies to Bomb Torizo Room, Pink Brinstar Hopper Room, Phantoon's Room, Big Boy Room, and Double Chamber."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 14.4375,
"obstructions": [[3, 2]],
"speedBooster": true,
"requires": [
"canMomentumConservingTurnaround"
],
"note": ["This applies to Metal Pirates Room."]
}
]
}
},
"requires": [
"canCrossRoomJumpIntoWater",
"Morph"
],
"devNote": [
"We don't include any cases where the setup room has a runway of 3 or more tiles connected to the door,",
"since a regular cross room jump could be used in that case (with Speed Booster)."
]
},
{
"link": [3, 4],
"name": "Side Platform Cross Room Jump into Spring Ball Jump",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 1,
"maxHeight": 1,
"minTiles": 4,
"obstructions": [[1, 0]],
"speedBooster": true,
"requires": [
"canMomentumConservingTurnaround"
],
"note": ["This applies to Skree Boost Room."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 5.4375,
"obstructions": [[1, 0]],
"speedBooster": "any",
"requires": [
"canMomentumConservingTurnaround"
],
"note": ["This applies to Early Super Room."],
"detailNote": [
"If Speed Booster is equipped, then a momentum-conserving morph should be used instead of a turnaround."
]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 14.4375,
"obstructions": [[3, 2]],
"speedBooster": "any",
"requires": [
{"or": [
"canMomentumConservingTurnaround",
"canMomentumConservingMorph"
]}
],
"note": ["This applies to Metal Pirates Room."]
}
]
}
},
"requires": [
"canCrossRoomJumpIntoWater",
"canTrickySpringBallJump"
],
"devNote": [
"A spring ball bounce could be done here instead of a side platform jump,",
"but this strat is still included in cases where it's a reasonable alternative."
]
},
{
"id": 150,
"link": [3, 4],
Expand Down