From 96008947e0bb5c70f5c66ff52e3f7079fa4d84fc Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:23:50 +0900 Subject: [PATCH 1/2] add an slope xmode bluesuit and an rmode knockback spark terminator blue suit. https://videos.maprando.com/video/9992 green hill knockback spark https://videos.maprando.com/video/9989 --- region/brinstar/green/Green Hill Zone.json | 19 +++++++++++++++++++ region/crateria/west/Terminator Room.json | 13 +++++++++++++ 2 files changed, 32 insertions(+) diff --git a/region/brinstar/green/Green Hill Zone.json b/region/brinstar/green/Green Hill Zone.json index 72e3024c37..92f9398271 100644 --- a/region/brinstar/green/Green Hill Zone.json +++ b/region/brinstar/green/Green Hill Zone.json @@ -323,6 +323,25 @@ "Touch the item then roll out of the tube before exiting G-mode to remote acquire the item." ] }, + { + "link": [1, 1], + "name": "Gain Flash Suit (Geegas R-Mode Knockback Spark)", + "entranceCondition": { + "comeInWithRMode": {} + }, + "requires": [ + {"or": [ + {"disableEquipment": "ETank"}, + "canBeVeryPatient" + ] + }, + {"canShineCharge": {"usedTiles": 18, "openEnd": 1}}, + "h_RModeKnockbackSpark" + ], + "flashSuitChecked": true, + "blueSuitChecked": true, + "note": "Lure the Geegas far enough away from the pipe that it doesn't respawn and kill Samus when performing the Knockback spark." + }, { "id": 9, "link": [1, 2], diff --git a/region/crateria/west/Terminator Room.json b/region/crateria/west/Terminator Room.json index 82887cd7a9..cc22a81470 100644 --- a/region/crateria/west/Terminator Room.json +++ b/region/crateria/west/Terminator Room.json @@ -442,6 +442,19 @@ "Holding dash to run into the Geemer can also be used, the dashing method causes Samus to land faster, which should make the position of Samus on the slope less precise." ] }, + { + "link": [2, 2], + "name": "Gain Blue Suit (Slope X-Mode)", + "requires": [ + "h_shinechargeMaxRunway", + {"enemyDamage": {"enemy": "Geemer (blue)", "type": "contact", "hits": 1}}, + "canSlopeXMode", + {"shinespark": {"frames": 0}}, + {"gainBlueSuit": {}} + ], + "flashSuitChecked": true, + "blueSuitChecked": true + }, { "id": 16, "link": [2, 3], From bd767b6ccd3322b6426307d9eef172c4ed32d5eb Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:08:22 +0900 Subject: [PATCH 2/2] Update region/crateria/west/Terminator Room.json Co-authored-by: kjbranch <61815121+kjbranch@users.noreply.github.com> --- region/crateria/west/Terminator Room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/region/crateria/west/Terminator Room.json b/region/crateria/west/Terminator Room.json index cc22a81470..53241a42c5 100644 --- a/region/crateria/west/Terminator Room.json +++ b/region/crateria/west/Terminator Room.json @@ -449,7 +449,7 @@ "h_shinechargeMaxRunway", {"enemyDamage": {"enemy": "Geemer (blue)", "type": "contact", "hits": 1}}, "canSlopeXMode", - {"shinespark": {"frames": 0}}, + {"shinespark": {"frames": 0, "excessFrames": 0}}, {"gainBlueSuit": {}} ], "flashSuitChecked": true,