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
44 changes: 32 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,34 @@
"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"
Comment thread
blkerby marked this conversation as resolved.
Outdated
],
"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."
Comment thread
blkerby marked this conversation as resolved.
Outdated
],
"detailNote": [
"If entering with very low speed, a spring fling can help make it across."
]
},
{
"id": 20,
"link": [1, 3],
Expand Down