Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion region/norfair/east/Bubble Mountain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3861,11 +3861,27 @@
"canWalljump",
"HiJump",
"SpaceJump",
"canIBJ",
"canSpringBallJumpMidAir"
]}
]
},
{
"link": [8, 9],
"name": "IBJ",
"requires": [
"canIBJ",
{"or": [
{"enemyKill": {
"enemies": [["Ripper"]],
"explicitWeapons": ["ScrewAttack", "Super", "PowerBomb"]
}},
"canJumpIntoIBJ"
]}
],
"note": [
"Either kill the Ripper, or dodge it by jumping into IBJ."
]
},
{
"id": 203,
"link": [8, 9],
Expand Down