Skip to content
Merged
Changes from 1 commit
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
119 changes: 119 additions & 0 deletions region/maridia/outer/Crab Hole.json
Original file line number Diff line number Diff line change
Expand Up @@ -2853,6 +2853,125 @@
],
"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."]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screw attack needs to say you do the turn around instead of backing into the corner.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True.

},
{
"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