Skip to content

Commit be39daf

Browse files
authored
Merge pull request #2850 from kjbranch/tourian2hard
Fix some Medium-level Tourian strats
2 parents 6ea558c + 35f7201 commit be39daf

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

region/tourian/main/Metroid Room 1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
]},
802802
{"and": [
803803
{"or": [
804-
"canWallJump",
804+
"canPreciseWalljump",
805805
"HiJump"
806806
]},
807807
{"acidFrames": 20}

region/tourian/main/Mother Brain Room.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,11 @@
650650
"requires": [
651651
"f_KilledZebetites1",
652652
{"or": [
653-
"canCarefulJump",
653+
"canDodgeWhileShooting",
654+
{"and": [
655+
"canCarefulJump",
656+
"ScrewAttack"
657+
]},
654658
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
655659
]}
656660
],
@@ -672,7 +676,8 @@
672676
"devNote": [
673677
"Requires 18 ammo to fully break the glass, which will remain broken if Samus leaves.",
674678
"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.",
675-
"The requirements for finishing Mother Brain 1 is in the 3 to 4 link."
679+
"The requirements for finishing Mother Brain 1 is in the 3 to 4 link.",
680+
"This doesn't worry about the Rinkas because this strat is only useful when leaving the room afterwards and refilling."
676681
]
677682
},
678683
{
@@ -989,7 +994,7 @@
989994
"canMidAirMorph"
990995
]},
991996
{"and": [
992-
"canCarefulJump",
997+
"canDodgeWhileShooting",
993998
"h_useSpringBall"
994999
]},
9951000
{"and": [
@@ -1064,7 +1069,11 @@
10641069
"requires": [
10651070
"f_KilledZebetites3",
10661071
{"or": [
1067-
"canCarefulJump",
1072+
"canDodgeWhileShooting",
1073+
{"and": [
1074+
"canCarefulJump",
1075+
"ScrewAttack"
1076+
]},
10681077
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
10691078
]}
10701079
],
@@ -1084,7 +1093,7 @@
10841093
"canMidAirMorph"
10851094
]},
10861095
{"and": [
1087-
"canCarefulJump",
1096+
"canDodgeWhileShooting",
10881097
"h_useSpringBall"
10891098
]},
10901099
{"and": [

0 commit comments

Comments
 (0)