From 0638a1b4d84adb2ca1b34d404f234570a6fe25ae Mon Sep 17 00:00:00 2001 From: kjbranch Date: Wed, 22 Apr 2026 15:16:25 -0600 Subject: [PATCH 1/2] Fix some Medium-level Tourian strats These felt too hard. - Metroids 1: This makes it so that on Basic you dont escape the acid with a wall jump and on Medium it takes 2 tries. - MB: This will now not be possible immediately after Big Boy on Medium or below. --- region/tourian/main/Metroid Room 1.json | 6 +++++- region/tourian/main/Mother Brain Room.json | 19 ++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/region/tourian/main/Metroid Room 1.json b/region/tourian/main/Metroid Room 1.json index 6b94e8d44..97a7543a0 100644 --- a/region/tourian/main/Metroid Room 1.json +++ b/region/tourian/main/Metroid Room 1.json @@ -801,10 +801,14 @@ ]}, {"and": [ {"or": [ - "canWalljump", + "canTrickyWalljump", "HiJump" ]}, {"acidFrames": 20} + ]}, + {"and": [ + "canPreciseWalljump", + {"acidFrames": 40} ]} ]}, {"or": [ diff --git a/region/tourian/main/Mother Brain Room.json b/region/tourian/main/Mother Brain Room.json index 89cc34694..d8f0a07a1 100644 --- a/region/tourian/main/Mother Brain Room.json +++ b/region/tourian/main/Mother Brain Room.json @@ -650,7 +650,11 @@ "requires": [ "f_KilledZebetites1", {"or": [ - "canCarefulJump", + "canDodgeWhileShooting", + {"and": [ + "canCarefulJump", + "ScrewAttack" + ]}, {"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}} ]} ], @@ -672,7 +676,8 @@ "devNote": [ "Requires 18 ammo to fully break the glass, which will remain broken if Samus leaves.", "Or, it takes 6 ammo to partially break the glass, and then 3000 damage is required to kill Mother Brain 1, but the glass also needs to be broken.", - "The requirements for finishing Mother Brain 1 is in the 3 to 4 link." + "The requirements for finishing Mother Brain 1 is in the 3 to 4 link.", + "This doesn't worry about the Rinkas because this strat is only useful when leaving the room afterwards and refilling." ] }, { @@ -989,7 +994,7 @@ "canMidAirMorph" ]}, {"and": [ - "canCarefulJump", + "canDodgeWhileShooting", "h_useSpringBall" ]}, {"and": [ @@ -1064,7 +1069,11 @@ "requires": [ "f_KilledZebetites3", {"or": [ - "canCarefulJump", + "canDodgeWhileShooting", + {"and": [ + "canCarefulJump", + "ScrewAttack" + ]}, {"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}} ]} ], @@ -1084,7 +1093,7 @@ "canMidAirMorph" ]}, {"and": [ - "canCarefulJump", + "canDodgeWhileShooting", "h_useSpringBall" ]}, {"and": [ From 1577147d024a81d95e2d949f194bce426a6c881c Mon Sep 17 00:00:00 2001 From: kjbranch Date: Fri, 24 Apr 2026 14:09:32 -0600 Subject: [PATCH 2/2] M1 wall jump less lenience --- region/tourian/main/Metroid Room 1.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/region/tourian/main/Metroid Room 1.json b/region/tourian/main/Metroid Room 1.json index 97a7543a0..eae9ced21 100644 --- a/region/tourian/main/Metroid Room 1.json +++ b/region/tourian/main/Metroid Room 1.json @@ -801,14 +801,10 @@ ]}, {"and": [ {"or": [ - "canTrickyWalljump", + "canPreciseWalljump", "HiJump" ]}, {"acidFrames": 20} - ]}, - {"and": [ - "canPreciseWalljump", - {"acidFrames": 40} ]} ]}, {"or": [