Skip to content

Commit a5061f9

Browse files
authored
Merge pull request #1919 from osse101/StealthKill
Reverse Spore Spawn fight
2 parents 97972b5 + df61fa2 commit a5061f9

1 file changed

Lines changed: 47 additions & 2 deletions

File tree

region/brinstar/green/Spore Spawn Room.json

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,42 @@
9999
],
100100
"flashSuitChecked": true
101101
},
102+
{
103+
"link": [1, 2],
104+
"name": "Plasma SBA Kill from Above (Patient)",
105+
"requires": [
106+
{"notable": "Plasma SBA Kill from Above"},
107+
"Plasma",
108+
"canSpecialBeamAttack",
109+
{"ammo": {"type": "PowerBomb", "count": 2}},
110+
"canBePatient"
111+
],
112+
"setsFlags": ["f_DefeatedSporeSpawn"],
113+
"note": [
114+
"Use the Plasma Special Beam Attack to kill Spore Spawn from above.",
115+
"Spore Spawn will move out of range after the first hit and it will take 9 cycles to come back into range.",
116+
"Stand on the left side of the lowest part of the upper area, facing left for the first hit.",
117+
"9 cycles later, shoot again from the same spot while crouching to kill Spore Spawn."
118+
],
119+
"devNote": "2 Power Bombs total."
120+
},
121+
{
122+
"link": [1, 2],
123+
"name": "Plasma SBA Kill from Above (Microwave)",
124+
"requires": [
125+
{"notable": "Plasma SBA Kill from Above"},
126+
"Plasma",
127+
"canSpecialBeamAttack",
128+
{"ammo": {"type": "PowerBomb", "count": 1}},
129+
"canXRayWaitForIFrames"
130+
],
131+
"setsFlags": ["f_DefeatedSporeSpawn"],
132+
"note": [
133+
"Use the Plasma Special Beam Attack to kill Spore Spawn from above.",
134+
"Stand in the middle of the second lowest platform above Spore Spawn, facing left and crouched.",
135+
"Then use Xray to kill Spore Spawn in 1 cycle."
136+
]
137+
},
102138
{
103139
"id": 3,
104140
"link": [1, 2],
@@ -235,11 +271,20 @@
235271
"id": 1,
236272
"name": "Moondance Clip",
237273
"note": [
238-
"Prepare an extended Moondance and wait for SporeSpawn to move to a side.",
274+
"Prepare an extended Moondance and wait for Spore Spawn to move to a side.",
239275
"In quick succession, Moonfall, turn left, and turn right while holding a spin break button to clip down into the fight arena."
240276
]
277+
},
278+
{
279+
"id": 2,
280+
"name": "Plasma SBA Kill from Above",
281+
"note": [
282+
"Use the Plasma Special Beam Attack to kill Spore Spawn from above.",
283+
"Spore Spawn will move out of range after the first hit and it will take 9 cycles to come back into range.",
284+
"Alternatively, Xray can be used to kill Spore Spawn in 1 cycle."
285+
]
241286
}
242287
],
243288
"nextStratId": 14,
244-
"nextNotableId": 2
289+
"nextNotableId": 3
245290
}

0 commit comments

Comments
 (0)