Skip to content

Commit de52020

Browse files
authored
Merge pull request #2071 from blkerby/bubble-mountain-ripper-ibj
Split off Bubble Mountain IBJ strat to deal with Ripper
2 parents 72bb877 + b093ffe commit de52020

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

region/norfair/east/Bubble Mountain.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3861,11 +3861,27 @@
38613861
"canWalljump",
38623862
"HiJump",
38633863
"SpaceJump",
3864-
"canIBJ",
38653864
"canSpringBallJumpMidAir"
38663865
]}
38673866
]
38683867
},
3868+
{
3869+
"link": [8, 9],
3870+
"name": "IBJ",
3871+
"requires": [
3872+
"canIBJ",
3873+
{"or": [
3874+
{"enemyKill": {
3875+
"enemies": [["Ripper"]],
3876+
"explicitWeapons": ["ScrewAttack", "Super", "PowerBomb"]
3877+
}},
3878+
"canJumpIntoIBJ"
3879+
]}
3880+
],
3881+
"note": [
3882+
"Either kill the Ripper, or dodge it by jumping into IBJ."
3883+
]
3884+
},
38693885
{
38703886
"id": 203,
38713887
"link": [8, 9],

0 commit comments

Comments
 (0)