Skip to content

Commit 6eef5c0

Browse files
authored
Merge pull request #2159 from blkerby/moat-temp-blue
Refine Moat temp blue
2 parents 02498b2 + 29db869 commit 6eef5c0

1 file changed

Lines changed: 34 additions & 12 deletions

File tree

region/crateria/east/The Moat.json

Lines changed: 34 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,36 @@
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+
"canSpeedball"
573+
],
574+
"exitCondition": {
575+
"leaveWithTemporaryBlue": {}
576+
},
577+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
578+
"collectsItems": [3],
579+
"flashSuitChecked": true,
580+
"note": [
581+
"Enter with blue speed and bounce on the item pedestal to make it across, then unmorph into temporary blue.",
582+
"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."
583+
],
584+
"detailNote": [
585+
"If entering with very low speed, a spring fling can help make it across."
586+
]
587+
},
566588
{
567589
"id": 20,
568590
"link": [1, 3],

0 commit comments

Comments
 (0)