From b093ffed7e6a0c5440c7633606b73a04d91e807c Mon Sep 17 00:00:00 2001 From: Brent Kerby Date: Mon, 26 May 2025 09:10:55 -0600 Subject: [PATCH] Split off Bubble Mountain IBJ strat to deal with Ripper --- region/norfair/east/Bubble Mountain.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/region/norfair/east/Bubble Mountain.json b/region/norfair/east/Bubble Mountain.json index b04daa98d9..62847f3d5a 100644 --- a/region/norfair/east/Bubble Mountain.json +++ b/region/norfair/east/Bubble Mountain.json @@ -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],