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
46 changes: 34 additions & 12 deletions region/crateria/east/The Moat.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,21 +487,13 @@
}
},
"requires": [
"canLongChainTemporaryBlue",
"canChainTemporaryBlue",
{"or": [
{"and": [
"Gravity",
"HiJump",
"canSpringBallJumpMidAir"
]},
"canBlueSpaceJump",
{"and": [
"canGravityJump",
{"or": [
"HiJump",
"canSpringBallJumpMidAir"
]}
]},
"canBlueSpaceJump"
"canLongChainTemporaryBlue"
]}
]}
],
"exitCondition": {
Expand Down Expand Up @@ -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],
Expand Down