Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion region/tourian/main/Metroid Room 1.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
]},
{"and": [
{"or": [
"canWallJump",
"canPreciseWalljump",
"HiJump"
]},
{"acidFrames": 20}
Expand Down
19 changes: 14 additions & 5 deletions region/tourian/main/Mother Brain Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,11 @@
"requires": [
"f_KilledZebetites1",
{"or": [
"canCarefulJump",
"canDodgeWhileShooting",
{"and": [
"canCarefulJump",
"ScrewAttack"
]},
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
]}
],
Expand All @@ -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."
]
},
{
Expand Down Expand Up @@ -989,7 +994,7 @@
"canMidAirMorph"
]},
{"and": [
"canCarefulJump",
"canDodgeWhileShooting",
"h_useSpringBall"
]},
{"and": [
Expand Down Expand Up @@ -1064,7 +1069,11 @@
"requires": [
"f_KilledZebetites3",
{"or": [
"canCarefulJump",
"canDodgeWhileShooting",
{"and": [
"canCarefulJump",
"ScrewAttack"
]},
{"enemyDamage": {"enemy": "Rinka", "type": "contact", "hits": 1}}
]}
],
Expand All @@ -1084,7 +1093,7 @@
"canMidAirMorph"
]},
{"and": [
"canCarefulJump",
"canDodgeWhileShooting",
"h_useSpringBall"
]},
{"and": [
Expand Down
Loading