From 171affe4000f1990eb3fcb8e371f00884d3d957c Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:01:40 +0900 Subject: [PATCH 1/7] spo spo wave sba. https://videos.maprando.com/video/10108 --- region/brinstar/green/Spore Spawn Room.json | 30 ++++++++++++++++++++- tech.json | 3 ++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/region/brinstar/green/Spore Spawn Room.json b/region/brinstar/green/Spore Spawn Room.json index 50469c4a1..6725de722 100644 --- a/region/brinstar/green/Spore Spawn Room.json +++ b/region/brinstar/green/Spore Spawn Room.json @@ -141,6 +141,26 @@ "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 (Patient)", + "requires": [ + {"notable": "Wave SBA Kill from Above"}, + "Wave", + "canSpecialBeamAttack", + {"disableEquipment": "HiJump" }, + {"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.", + "On Spore Spawns 6th left rotation begin to charge the SBA, as it is about to fire jump full height.", + "The particles should align to hit Spore Spawn and destroy it if positioned correctly with the appropriatly timed jump." + ], + "devNote": "1 Power Bomb total." + }, { "id": 3, "link": [1, 2], @@ -363,8 +383,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 } \ No newline at end of file diff --git a/tech.json b/tech.json index 5e5deb79f..8befeb74e 100644 --- a/tech.json +++ b/tech.json @@ -2025,7 +2025,8 @@ "Wave", "Spazer", "Plasma" - ]} + ]}, + "canDisableEquipment" ], "note": [ "A Special Beam Attack (SBA) is activated by equipping Charge and exactly one other beam and selecting Power Bombs.", From afd9882b3aa54b7365c2a427ac248b1ef07dc150 Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:18:17 +0900 Subject: [PATCH 2/7] update --- region/brinstar/green/Spore Spawn Room.json | 5 ++--- tech.json | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/region/brinstar/green/Spore Spawn Room.json b/region/brinstar/green/Spore Spawn Room.json index 6725de722..bf1a22b20 100644 --- a/region/brinstar/green/Spore Spawn Room.json +++ b/region/brinstar/green/Spore Spawn Room.json @@ -143,12 +143,11 @@ }, { "link": [1, 2], - "name": "Wave SBA Kill from Above (Patient)", + "name": "Wave SBA Kill from Above", "requires": [ {"notable": "Wave SBA Kill from Above"}, "Wave", "canSpecialBeamAttack", - {"disableEquipment": "HiJump" }, {"ammo": {"type": "PowerBomb", "count": 1}} ], "setsFlags": ["f_DefeatedSporeSpawn"], @@ -159,7 +158,7 @@ "On Spore Spawns 6th left rotation begin to charge the SBA, as it is about to fire jump full height.", "The particles should align to hit Spore Spawn and destroy it if positioned correctly with the appropriatly timed jump." ], - "devNote": "1 Power Bomb total." + "devNote": "1 Power Bomb total. Can be done with hijump and a different / longer setup using 2 pbs" }, { "id": 3, diff --git a/tech.json b/tech.json index 8befeb74e..42a3f0622 100644 --- a/tech.json +++ b/tech.json @@ -2025,13 +2025,13 @@ "Wave", "Spazer", "Plasma" - ]}, - "canDisableEquipment" + ]} ], "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 disable equipement could / should be added here at some point" }, { "id": 126, From 21746332f78d1afb5ef4d1ddea23b2f540f0a6ec Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:23:52 +0900 Subject: [PATCH 3/7] Update region/brinstar/green/Spore Spawn Room.json Co-authored-by: Brent Kerby --- region/brinstar/green/Spore Spawn Room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/region/brinstar/green/Spore Spawn Room.json b/region/brinstar/green/Spore Spawn Room.json index bf1a22b20..c522c9c11 100644 --- a/region/brinstar/green/Spore Spawn Room.json +++ b/region/brinstar/green/Spore Spawn Room.json @@ -156,7 +156,7 @@ "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.", "On Spore Spawns 6th left rotation begin to charge the SBA, as it is about to fire jump full height.", - "The particles should align to hit Spore Spawn and destroy it if positioned correctly with the appropriatly timed jump." + "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 pbs" }, From f81afd7397b61fa398b1f0fb2febbecc0adf380d Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:24:22 +0900 Subject: [PATCH 4/7] Update region/brinstar/green/Spore Spawn Room.json Co-authored-by: Brent Kerby --- region/brinstar/green/Spore Spawn Room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/region/brinstar/green/Spore Spawn Room.json b/region/brinstar/green/Spore Spawn Room.json index c522c9c11..83f5f3375 100644 --- a/region/brinstar/green/Spore Spawn Room.json +++ b/region/brinstar/green/Spore Spawn Room.json @@ -158,7 +158,7 @@ "On Spore Spawns 6th left rotation begin to charge the SBA, as it is about to fire jump full height.", "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 pbs" + "devNote": "1 Power Bomb total. Can be done with HiJump and a different, longer setup using 2 Power Bombs." }, { "id": 3, From 0a3ad41aea1dfbe4fbde17d0c4e1eec8e725339d Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:24:38 +0900 Subject: [PATCH 5/7] Update tech.json Co-authored-by: Brent Kerby --- tech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tech.json b/tech.json index 42a3f0622..d5ffbf20a 100644 --- a/tech.json +++ b/tech.json @@ -2031,7 +2031,7 @@ "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 disable equipement could / should be added here at some point" + "devNote": "Maybe a disableEquipment requirement should be added here at some point" }, { "id": 126, From ad466dfbc36884304fbc3ff91deac9051423019a Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:24:44 +0900 Subject: [PATCH 6/7] Update region/brinstar/green/Spore Spawn Room.json Co-authored-by: Brent Kerby --- region/brinstar/green/Spore Spawn Room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/region/brinstar/green/Spore Spawn Room.json b/region/brinstar/green/Spore Spawn Room.json index 83f5f3375..23290f7bf 100644 --- a/region/brinstar/green/Spore Spawn Room.json +++ b/region/brinstar/green/Spore Spawn Room.json @@ -388,7 +388,7 @@ "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." + "Spore Spawn can easilly be killed on the first cycle by multiple hits from the Wave SBA." ] } ], From c2048093dea288f99f2c183066cd21bdd40d4ce2 Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:01:55 +0900 Subject: [PATCH 7/7] Update Spore Spawn Room.json --- region/brinstar/green/Spore Spawn Room.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/region/brinstar/green/Spore Spawn Room.json b/region/brinstar/green/Spore Spawn Room.json index 23290f7bf..5b8fbccf2 100644 --- a/region/brinstar/green/Spore Spawn Room.json +++ b/region/brinstar/green/Spore Spawn Room.json @@ -153,12 +153,10 @@ "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.", - "On Spore Spawns 6th left rotation begin to charge the SBA, as it is about to fire jump full height.", - "The particles should align to hit Spore Spawn and destroy it if positioned correctly with an appropriately timed jump." + "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. Can be done with HiJump and a different, longer setup using 2 Power Bombs." + "devNote": "1 Power Bomb total." }, { "id": 3,