Skip to content

Commit 0daa6f7

Browse files
authored
Merge pull request #2786 from nn357/sba
spo spo wave sba.
2 parents 5f430dd + c204809 commit 0daa6f7

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

region/brinstar/green/Spore Spawn Room.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,23 @@
146146
"Jumping against the ledge above then rotating to the left after landing will put Samus into a good position."
147147
]
148148
},
149+
{
150+
"link": [1, 2],
151+
"name": "Wave SBA Kill from Above",
152+
"requires": [
153+
{"notable": "Wave SBA Kill from Above"},
154+
"Wave",
155+
"canSpecialBeamAttack",
156+
{"ammo": {"type": "PowerBomb", "count": 1}}
157+
],
158+
"setsFlags": ["f_DefeatedSporeSpawn"],
159+
"flashSuitChecked": true,
160+
"note": [
161+
"Stand on the right half of Spore Spawn's pit. When Spore Spawn begins it's third left rotation begin to charge the SBA attack.",
162+
"Perform a full height jump just as the SBA attack is about to fire."
163+
],
164+
"devNote": "1 Power Bomb total."
165+
},
149166
{
150167
"id": 3,
151168
"link": [1, 2],
@@ -379,8 +396,16 @@
379396
"Spore Spawn will move out of range after the first hit and it will take 9 cycles to come back into range.",
380397
"Alternatively, Xray can be used to kill Spore Spawn in 1 cycle."
381398
]
399+
},
400+
{
401+
"id": 3,
402+
"name": "Wave SBA Kill from Above",
403+
"note": [
404+
"Use the Wave Special Beam Attack to kill Spore Spawn from above.",
405+
"Spore Spawn can easilly be killed on the first cycle by multiple hits from the Wave SBA."
406+
]
382407
}
383408
],
384409
"nextStratId": 21,
385-
"nextNotableId": 3
410+
"nextNotableId": 4
386411
}

tech.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,8 @@
20332033
"note": [
20342034
"A Special Beam Attack (SBA) is activated by equipping Charge and exactly one other beam and selecting Power Bombs.",
20352035
"After charging the beam, a power bomb will be consumed, and a beam specific attack will occur."
2036-
]
2036+
],
2037+
"devNote": "Maybe a disableEquipment requirement should be added here at some point"
20372038
},
20382039
{
20392040
"id": 126,

0 commit comments

Comments
 (0)