Skip to content
Merged
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
90 changes: 90 additions & 0 deletions region/crateria/east/The Moat.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,96 @@
"canMomentumConservingMorph"
]
},
{
"link": [1, 2],
"name": "Side Platform Cross Room Jump",
"entranceCondition": {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 27.4375,
"speedBooster": true,
"obstructions": [[1, 0]],
"requires": [
"canMomentumConservingMorph"
],
"note": ["This applies to Dust Torizo Room."]
},
{
"minHeight": 2,
"maxHeight": 3,
"minTiles": 29.4375,
"speedBooster": true,
"obstructions": [[2, 0]],
"requires": [
"canMomentumConservingMorph"
],
"note": ["This applies to Waterway Energy Tank Room."],
"devNote": [
"With good positioning this can be done with a lateral mid-air morph not touching the ceiling.",
"This has little use since with Gravity a Gravity jump would also be possible."
]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[3, 0]],
"requires": [
"canMomentumConservingMorph",
"canInsaneJump"
],
"note": ["This applies to Statues Hallway."]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[3, 0]],
"requires": [
"canMomentumConservingMorph",
"canInsaneJump"
],
"note": ["This applies to Flyway."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 45,
"speedBooster": true,
"obstructions": [[4, 0]],
"requires": [
"canMomentumConservingMorph",
"canInsaneJump",
"canInsaneMidAirMorph"
],
"note": ["This applies to Baby Kraid Room."]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 39.4375,
"speedBooster": true,
"obstructions": [[3, 2]],
"note": ["This applies to Metal Pirates Room."],
"detailNote": ["This has a 3-frame window for the jump."]
}
]
}
},
"requires": [
"canTrickyJump"
],
"flashSuitChecked": true,
"devNote": [
"This isn't marked as a wall-jump avoid, since it may have some advantage over the CWJ",
"by reducing the soft-lock risk."
]
},
{
"id": 10,
"link": [1, 2],
Expand Down