Skip to content

Commit 7702c3f

Browse files
committed
Refine Bubble Mountain top-left to top-right jumps
1 parent afe2a4b commit 7702c3f

1 file changed

Lines changed: 27 additions & 9 deletions

File tree

region/norfair/east/Bubble Mountain.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -667,32 +667,50 @@
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+
"note": "Kill King Cac by scrolling the camera, before attempting the jump."
677+
},
678+
{
679+
"link": [1, 7],
680+
"name": "Speedy Jump Across",
681+
"requires": [
682+
"SpeedBooster",
683+
"canCarefulJump",
673684
{"or": [
674-
"canTrickyJump",
685+
{"doorUnlockedAtNode": 1},
686+
"canTrickyJump"
687+
]},
688+
{"or": [
689+
"canCameraManip",
675690
{"and": [
676-
"SpeedBooster",
677-
"canCarefulJump"
691+
"canNeutralDamageBoost",
692+
{"enemyDamage": {"enemy": "Cacatac", "type": "contact", "hits": 1}}
678693
]}
679-
]},
680-
"canCameraManip"
694+
]}
681695
],
682-
"note": "Kill King Cac by scrolling the camera, before attempting the jump."
696+
"note": "King Cac can be killed by scrolling the camera before jumping across."
683697
},
684698
{
685699
"id": 12,
686700
"link": [1, 7],
687701
"name": "Airball",
688702
"requires": [
689703
"canLateralMidAirMorph",
690-
"canTrickyJump",
704+
{"or": [
705+
"canTrickyJump",
706+
{"doorUnlockedAtNode": 1}
707+
]},
691708
{"or": [
692709
"canCameraManip",
693710
{"enemyDamage": {"enemy": "Cacatac", "type": "contact", "hits": 1}}
694711
]}
695-
]
712+
],
713+
"note": "King Cac can be killed by scrolling the camera before jumping across."
696714
},
697715
{
698716
"id": 13,

0 commit comments

Comments
 (0)