Skip to content

Commit ad6073c

Browse files
authored
Merge pull request #1677 from blkerby/bubble-mountain-runway-walljump
Add canStaggeredWalljump reqs to Bubble Mountain runway walljumps
2 parents 5745c17 + cb2bf18 commit ad6073c

1 file changed

Lines changed: 45 additions & 5 deletions

File tree

region/norfair/east/Bubble Mountain.json

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,8 +1491,22 @@
14911491
}
14921492
},
14931493
"requires": [
1494+
"canTrickyJump",
1495+
"canConsecutiveWalljump",
14941496
"canPreciseWalljump",
1495-
"canTrickyJump"
1497+
{"or": [
1498+
"canStaggeredWalljump",
1499+
"ScrewAttack",
1500+
"canWalljumpWithCharge",
1501+
{"and": [
1502+
"canWallJumpInstantMorph",
1503+
{"enemyDamage": {
1504+
"enemy": "Cacatac",
1505+
"type": "spike",
1506+
"hits": 1
1507+
}}
1508+
]}
1509+
]}
14961510
]
14971511
},
14981512
{
@@ -1506,8 +1520,21 @@
15061520
}
15071521
},
15081522
"requires": [
1509-
"canWalljump",
1510-
"canCarefulJump"
1523+
"canCarefulJump",
1524+
"canConsecutiveWalljump",
1525+
{"or": [
1526+
"canStaggeredWalljump",
1527+
"ScrewAttack",
1528+
"canWalljumpWithCharge",
1529+
{"and": [
1530+
"canWallJumpInstantMorph",
1531+
{"enemyDamage": {
1532+
"enemy": "Cacatac",
1533+
"type": "spike",
1534+
"hits": 1
1535+
}}
1536+
]}
1537+
]}
15111538
]
15121539
},
15131540
{
@@ -1521,8 +1548,21 @@
15211548
}
15221549
},
15231550
"requires": [
1524-
"canWalljump",
1525-
"canCarefulJump"
1551+
"canCarefulJump",
1552+
"canConsecutiveWalljump",
1553+
{"or": [
1554+
"canStaggeredWalljump",
1555+
"ScrewAttack",
1556+
"canWalljumpWithCharge",
1557+
{"and": [
1558+
"canWallJumpInstantMorph",
1559+
{"enemyDamage": {
1560+
"enemy": "Cacatac",
1561+
"type": "spike",
1562+
"hits": 1
1563+
}}
1564+
]}
1565+
]}
15261566
]
15271567
},
15281568
{

0 commit comments

Comments
 (0)