Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
29 changes: 28 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,25 @@
"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": [
"Use the Wave Special Beam Attack to kill Spore Spawn from above.",
"Unequip Hi-Jump boots if equipped, position Samus facing left with her left foot aligned with the right side of the ceiling crack.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • This works with or without hijump. There's a minor timing difference on any of the charge, jump, or jump hold length.
  • Facing left or right doesn't look important.
  • Standing anywhere on the right half of sporespawns pit can work. I like standing against the right wall.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was away for a week or so, should be updated now

"On Spore Spawns 6th left rotation begin to charge the SBA, as it is about to fire jump full height.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really following how it's the 6th left rotation. The video shows charging after the 3rd time Spore Spawn moves left?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6th overall? its how gary wrote it

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"6th left" doesn't mean anything to me so I'd like it to say third left.

"The particles should align to hit Spore Spawn and destroy it if positioned correctly with an appropriately timed jump."
],
"devNote": "1 Power Bomb total. Can be done with HiJump and a different, longer setup using 2 Power Bombs."
},
{
"id": 3,
"link": [1, 2],
Expand Down Expand Up @@ -363,8 +382,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