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
27 changes: 26 additions & 1 deletion region/brinstar/green/Spore Spawn Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,23 @@
"Jumping against the ledge above then rotating to the left after landing will put Samus into a good position."
]
},
{
"link": [1, 2],
"name": "Wave SBA Kill from Above",
"requires": [
{"notable": "Wave SBA Kill from Above"},
"Wave",
"canSpecialBeamAttack",
{"ammo": {"type": "PowerBomb", "count": 1}}
],
"setsFlags": ["f_DefeatedSporeSpawn"],
"flashSuitChecked": true,
"note": [
"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.",
"Perform a full height jump just as the SBA attack is about to fire."
],
"devNote": "1 Power Bomb total."
},
{
"id": 3,
"link": [1, 2],
Expand Down Expand Up @@ -363,8 +380,16 @@
"Spore Spawn will move out of range after the first hit and it will take 9 cycles to come back into range.",
"Alternatively, Xray can be used to kill Spore Spawn in 1 cycle."
]
},
{
"id": 3,
"name": "Wave SBA Kill from Above",
"note": [
"Use the Wave Special Beam Attack to kill Spore Spawn from above.",
"Spore Spawn can easilly be killed on the first cycle by multiple hits from the Wave SBA."
]
}
],
"nextStratId": 21,
"nextNotableId": 3
"nextNotableId": 4
}
3 changes: 2 additions & 1 deletion tech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,8 @@
"note": [
"A Special Beam Attack (SBA) is activated by equipping Charge and exactly one other beam and selecting Power Bombs.",
"After charging the beam, a power bomb will be consumed, and a beam specific attack will occur."
]
],
"devNote": "Maybe a disableEquipment requirement should be added here at some point"
},
{
"id": 126,
Expand Down
Loading