diff --git a/region/crateria/east/The Moat.json b/region/crateria/east/The Moat.json index 2177c2bb41..8d40f81839 100644 --- a/region/crateria/east/The Moat.json +++ b/region/crateria/east/The Moat.json @@ -487,21 +487,13 @@ } }, "requires": [ - "canLongChainTemporaryBlue", + "canChainTemporaryBlue", {"or": [ - {"and": [ - "Gravity", - "HiJump", - "canSpringBallJumpMidAir" - ]}, + "canBlueSpaceJump", {"and": [ "canGravityJump", - {"or": [ - "HiJump", - "canSpringBallJumpMidAir" - ]} - ]}, - "canBlueSpaceJump" + "canLongChainTemporaryBlue" + ]} ]} ], "exitCondition": { @@ -563,6 +555,36 @@ "Morph just before hitting the ceiling, in order to extend the jump horizontally." ] }, + { + "link": [1, 2], + "name": "Come in Getting Blue Speed, Leave With Temporary Blue (Spring Ball Bounce)", + "entranceCondition": { + "comeInGettingBlueSpeed": { + "length": 2, + "openEnd": 0, + "steepDownTiles": 1, + "minExtraRunSpeed": "$0.8" + } + }, + "requires": [ + "canTrickySpringBallBounce", + "canChainTemporaryBlue", + "canSpeedball" + ], + "exitCondition": { + "leaveWithTemporaryBlue": {} + }, + "unlocksDoors": [{"types": ["ammo"], "requires": []}], + "collectsItems": [3], + "flashSuitChecked": true, + "note": [ + "Enter with blue speed and bounce on the item pedestal to make it across, then unmorph into temporary blue.", + "If entering at high speed, morph on the left side of the pedestal so that there is enough space to use a controlled Spring Ball bounce." + ], + "detailNote": [ + "If entering with very low speed, a spring fling can help make it across." + ] + }, { "id": 20, "link": [1, 3],