From 050ebf1af1e21895d0d6c6448cb56001d4d8e360 Mon Sep 17 00:00:00 2001 From: kjbranch Date: Wed, 20 Aug 2025 20:13:19 -0600 Subject: [PATCH] Bubble Mountain Frozen Waver Platforms --- region/norfair/east/Bubble Mountain.json | 44 +++++++++++++++++++++--- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/region/norfair/east/Bubble Mountain.json b/region/norfair/east/Bubble Mountain.json index efc143b52d..9954b8ed42 100644 --- a/region/norfair/east/Bubble Mountain.json +++ b/region/norfair/east/Bubble Mountain.json @@ -846,6 +846,17 @@ "requires": [], "flashSuitChecked": true }, + { + "link": [2, 1], + "name": "Frozen Waver, Normalized Room Entry", + "entranceCondition": { + "comeInNormally": {} + }, + "requires": [ + "canTrickyUseFrozenEnemies" + ], + "note": "Freeze the Wavers on entry, as their initial pattern makes climbing much easier." + }, { "id": 18, "link": [2, 1], @@ -1576,6 +1587,17 @@ }, "unlocksDoors": [{"types": ["ammo"], "requires": []}] }, + { + "link": [2, 7], + "name": "Frozen Waver, Normalized Room Entry", + "entranceCondition": { + "comeInNormally": {} + }, + "requires": [ + "canTrickyUseFrozenEnemies" + ], + "note": "Freeze the Wavers on entry, as their initial pattern makes climbing much easier." + }, { "id": 38, "link": [2, 7], @@ -4099,11 +4121,16 @@ "requires": [ "canUseFrozenEnemies", {"or": [ - "canTrickyUseFrozenEnemies", - "canWalljump", "HiJump", "canSpringBallJumpMidAir", - "h_crouchJumpDownGrab" + {"and": [ + "canWalljump", + "canTrickyUseFrozenEnemies" + ]}, + {"and": [ + "canTrickyJump", + "canTrickyUseFrozenEnemies" + ]} ]} ] }, @@ -4194,10 +4221,17 @@ "name": "Frozen Waver", "requires": [ "canUseFrozenEnemies", + "canCarefulJump", {"or": [ - "canTrickyUseFrozenEnemies", "canWalljump", - "HiJump" + {"and": [ + "canTrickyUseFrozenEnemies", + {"or": [ + "canTrickyJump", + "HiJump", + "canSpringBallJumpMidAir" + ]} + ]} ]} ] },