Skip to content

Commit 84e3d9f

Browse files
committed
Refine Moat temp blue
1 parent 14b18b1 commit 84e3d9f

1 file changed

Lines changed: 32 additions & 12 deletions

File tree

region/crateria/east/The Moat.json

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -487,21 +487,13 @@
487487
}
488488
},
489489
"requires": [
490-
"canLongChainTemporaryBlue",
490+
"canChainTemporaryBlue",
491491
{"or": [
492-
{"and": [
493-
"Gravity",
494-
"HiJump",
495-
"canSpringBallJumpMidAir"
496-
]},
492+
"canBlueSpaceJump",
497493
{"and": [
498494
"canGravityJump",
499-
{"or": [
500-
"HiJump",
501-
"canSpringBallJumpMidAir"
502-
]}
503-
]},
504-
"canBlueSpaceJump"
495+
"canLongChainTemporaryBlue"
496+
]}
505497
]}
506498
],
507499
"exitCondition": {
@@ -563,6 +555,34 @@
563555
"Morph just before hitting the ceiling, in order to extend the jump horizontally."
564556
]
565557
},
558+
{
559+
"link": [1, 2],
560+
"name": "Come in Getting Blue Speed, Leave With Temporary Blue (Spring Ball Bounce)",
561+
"entranceCondition": {
562+
"comeInGettingBlueSpeed": {
563+
"length": 2,
564+
"openEnd": 0,
565+
"steepDownTiles": 1,
566+
"minExtraRunSpeed": "$0.8"
567+
}
568+
},
569+
"requires": [
570+
"canTrickySpringBallBounce",
571+
"canChainTemporaryBlue"
572+
],
573+
"exitCondition": {
574+
"leaveWithTemporaryBlue": {}
575+
},
576+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
577+
"collectsItems": [3],
578+
"flashSuitChecked": true,
579+
"note": [
580+
"Enter with blue speed and bounce on the item pedestal to make it across, then unmorph into temporary blue."
581+
],
582+
"detailNote": [
583+
"If entering with very low speed, a spring fling can help make it across."
584+
]
585+
},
566586
{
567587
"id": 20,
568588
"link": [1, 3],

0 commit comments

Comments
 (0)