diff --git a/region/crateria/east/The Moat.json b/region/crateria/east/The Moat.json index 494519431c..cd0c638363 100644 --- a/region/crateria/east/The Moat.json +++ b/region/crateria/east/The Moat.json @@ -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],