We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba6502 commit b093ffeCopy full SHA for b093ffe
1 file changed
region/norfair/east/Bubble Mountain.json
@@ -3861,11 +3861,27 @@
3861
"canWalljump",
3862
"HiJump",
3863
"SpaceJump",
3864
- "canIBJ",
3865
"canSpringBallJumpMidAir"
3866
]}
3867
]
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
+ },
3885
{
3886
"id": 203,
3887
"link": [8, 9],
0 commit comments