Skip to content

Commit 6f49f35

Browse files
authored
Merge pull request #2241 from blkerby/bubble-mountain-tl-tr
Refine Bubble Mountain top-left to top-right jumps
2 parents f44831f + 60aa210 commit 6f49f35

1 file changed

Lines changed: 28 additions & 9 deletions

File tree

region/norfair/east/Bubble Mountain.json

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -667,32 +667,51 @@
667667
{
668668
"id": 11,
669669
"link": [1, 7],
670-
"name": "Open Door Full Runway Jump",
670+
"name": "Jump Across",
671671
"requires": [
672672
{"doorUnlockedAtNode": 1},
673+
"canTrickyJump",
674+
"canCameraManip"
675+
],
676+
"wallJumpAvoid": true,
677+
"note": "Kill King Cac by scrolling the camera, before attempting the jump."
678+
},
679+
{
680+
"link": [1, 7],
681+
"name": "Speedy Jump Across",
682+
"requires": [
683+
"SpeedBooster",
684+
"canCarefulJump",
673685
{"or": [
674-
"canTrickyJump",
686+
{"doorUnlockedAtNode": 1},
687+
"canTrickyJump"
688+
]},
689+
{"or": [
690+
"canCameraManip",
675691
{"and": [
676-
"SpeedBooster",
677-
"canCarefulJump"
692+
"canNeutralDamageBoost",
693+
{"enemyDamage": {"enemy": "Cacatac", "type": "contact", "hits": 1}}
678694
]}
679-
]},
680-
"canCameraManip"
695+
]}
681696
],
682-
"note": "Kill King Cac by scrolling the camera, before attempting the jump."
697+
"note": "King Cac can be killed by scrolling the camera before jumping across."
683698
},
684699
{
685700
"id": 12,
686701
"link": [1, 7],
687702
"name": "Airball",
688703
"requires": [
689704
"canLateralMidAirMorph",
690-
"canTrickyJump",
705+
{"or": [
706+
"canTrickyJump",
707+
{"doorUnlockedAtNode": 1}
708+
]},
691709
{"or": [
692710
"canCameraManip",
693711
{"enemyDamage": {"enemy": "Cacatac", "type": "contact", "hits": 1}}
694712
]}
695-
]
713+
],
714+
"note": "King Cac can be killed by scrolling the camera before jumping across."
696715
},
697716
{
698717
"id": 13,

0 commit comments

Comments
 (0)