Skip to content

Commit 7bd59d8

Browse files
committed
Add enemy kill requirement for the two sidehoppers
1 parent aeec902 commit 7bd59d8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

region/brinstar/blue/Morph Ball Room.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,14 @@
250250
"requires": [
251251
"h_ZebesIsAwake",
252252
{"or": [
253-
{"enemyDamage": {"enemy": "Sidehopper", "type": "contact", "hits": 1}},
254-
"ScrewAttack"
253+
"ScrewAttack",
254+
{"and": [
255+
{"enemyDamage": {"enemy": "Sidehopper", "type": "contact", "hits": 1}},
256+
{"enemyKill": {
257+
"enemies": [["Sidehopper", "Sidehopper"]],
258+
"explicitWeapons": ["Missile", "Super", "PowerBomb", "ScrewAttack", "Plasma"]
259+
}}
260+
]}
255261
]},
256262
{"or": [
257263
"h_CrystalFlash",
@@ -275,7 +281,7 @@
275281
"blueSuitChecked": true,
276282
"devNote": [
277283
"Due to R-Mode Entry, getting hit by the Sidehopper can only be avoided by a quick Screw Attack after releasing the X-Ray Scope.",
278-
"You can attempt to farm up to two Sidehoppers for Reserve Energy. Otherwise, you must use a Crystal Flash.",
284+
"You can attempt to farm the two ground Sidehoppers for Reserve Energy. Otherwise, you must use a Crystal Flash.",
279285
"Leave the ceiling Sidehopper alive to clear the runway for a shortcharge.",
280286
"Initiate the shinespark in midair so that Samus is in the path to be hit."
281287
]

0 commit comments

Comments
 (0)