From 582c8ed3d7b26df732cc6af61c68d2272b1b69ea Mon Sep 17 00:00:00 2001 From: kjbranch Date: Wed, 22 Apr 2026 13:50:24 -0600 Subject: [PATCH 1/2] Rename Super Jump as Superjump Selicre suggested this, and after some thinking on it, I think theyre right. This is also how the wiki spells it, though they have the J capitalized half the time. I kept the tech name with a captial J, for readability, but maybe we should make it always capital instead, im not sure. --- region/brinstar/green/Etecoon Energy Tank Room.json | 4 ++-- region/brinstar/pink/Pink Brinstar Wave Gate Room.json | 2 +- tech.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/region/brinstar/green/Etecoon Energy Tank Room.json b/region/brinstar/green/Etecoon Energy Tank Room.json index c9972104f..877c9079b 100644 --- a/region/brinstar/green/Etecoon Energy Tank Room.json +++ b/region/brinstar/green/Etecoon Energy Tank Room.json @@ -988,7 +988,7 @@ { "id": 101, "link": [3, 2], - "name": "Come in Shinecharged - Gain Blue Suit (X-Mode Super Jump)", + "name": "Come in Shinecharged - Gain Blue Suit (X-Mode Superjump)", "entranceCondition": { "comeInShinecharged": {} }, @@ -1016,7 +1016,7 @@ { "id": 102, "link": [3, 2], - "name": "Gain Blue Suit (Double X-Mode Super Jump)", + "name": "Gain Blue Suit (Double X-Mode Superjump)", "requires": [ {"or": [ "h_thornDoubleXModeBlueSuit", diff --git a/region/brinstar/pink/Pink Brinstar Wave Gate Room.json b/region/brinstar/pink/Pink Brinstar Wave Gate Room.json index 9fc053f64..f70daad30 100644 --- a/region/brinstar/pink/Pink Brinstar Wave Gate Room.json +++ b/region/brinstar/pink/Pink Brinstar Wave Gate Room.json @@ -1308,7 +1308,7 @@ { "id": 103, "link": [1, 3], - "name": "Gain Blue Suit - Super Jump (Double X-Mode)", + "name": "Gain Blue Suit - Superjump (Double X-Mode)", "requires": [ "canSuperJump", {"obstaclesCleared": ["A"]}, diff --git a/tech.json b/tech.json index a1e961c17..bc7c9af5e 100644 --- a/tech.json +++ b/tech.json @@ -2834,7 +2834,7 @@ "The ability to gain a blue suit by shinesparking while in X-Mode and exiting X-Mode before the shinespark has crashed.", "Release dash during the shinespark wind-up animation to exit X-Mode, interrupting the shinespark and gaining a blue suit.", "A blue suit will not be gained if dash is released after a shinespark has crashed against a wall or object.", - "Releasing dash mid shinespark will cause Samus to SuperJump and potentially go out of bounds but this can also be used to jump away from spikes or thorns.", + "Releasing dash mid shinespark will cause Samus to Superjump and potentially go out of bounds but this can also be used to jump away from spikes or thorns.", "Care must be taken around spikes or thorns after a blue suit is gained if there are active enemies as I-frames will expire quickly and escaping can be difficult." ], "extensionTechs": [ @@ -2847,7 +2847,7 @@ "otherRequires": [], "note": [ "Ability to Shinespark while in XMode in a controlled way.", - "A side effect of Super Jumping is that Samus gains a Blue Suit." + "A side effect of Superjumping is that Samus gains a Blue Suit." ] } ] @@ -2869,7 +2869,7 @@ "Before the shinecharged window expires, quickly re-enter X-Mode and peform a shinespark. Due to the short window, this second X-Mode has to be done first try.", "Release dash during the shinespark wind-up animation to exit X-Mode, interrupting the shinespark and gaining a blue suit.", "A blue suit will not be gained if dash is released after a shinespark has crashed against a wall or object.", - "Releasing dash mid shinespark will cause Samus to SuperJump and potentially go out of bounds but this can also be used to jump away from spikes or thorns.", + "Releasing dash mid shinespark will cause Samus to Superjump and potentially go out of bounds but this can also be used to jump away from spikes or thorns.", "Care must be taken around spikes or thorns after a blue suit is gained if there are active enemies as I-frames will expire quickly and escaping can be difficult." ] } From dcedcf00ddf13e4c6ffbf49c9115da2adcf17609 Mon Sep 17 00:00:00 2001 From: kjbranch Date: Fri, 24 Apr 2026 14:05:27 -0600 Subject: [PATCH 2/2] lowercase j in tech name --- region/brinstar/green/Etecoon Energy Tank Room.json | 4 ++-- region/brinstar/pink/Pink Brinstar Wave Gate Room.json | 2 +- region/crateria/central/Climb Supers Room.json | 4 ++-- schema/m3-string-requirements.schema.json | 2 +- tech.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/region/brinstar/green/Etecoon Energy Tank Room.json b/region/brinstar/green/Etecoon Energy Tank Room.json index 877c9079b..855134541 100644 --- a/region/brinstar/green/Etecoon Energy Tank Room.json +++ b/region/brinstar/green/Etecoon Energy Tank Room.json @@ -1003,7 +1003,7 @@ "excludedWeapons": ["Bombs"] }} ]}, - "canSuperJump", + "canSuperjump", {"shinespark": {"frames": 4, "excessFrames": 0}} ], "flashSuitChecked": true, @@ -1032,7 +1032,7 @@ ]} ]} ]}, - "canSuperJump", + "canSuperjump", {"shinespark": {"frames": 4, "excessFrames": 0}} ], "flashSuitChecked": true, diff --git a/region/brinstar/pink/Pink Brinstar Wave Gate Room.json b/region/brinstar/pink/Pink Brinstar Wave Gate Room.json index f70daad30..6cb668949 100644 --- a/region/brinstar/pink/Pink Brinstar Wave Gate Room.json +++ b/region/brinstar/pink/Pink Brinstar Wave Gate Room.json @@ -1310,7 +1310,7 @@ "link": [1, 3], "name": "Gain Blue Suit - Superjump (Double X-Mode)", "requires": [ - "canSuperJump", + "canSuperjump", {"obstaclesCleared": ["A"]}, {"obstaclesCleared": ["B"]}, "h_destroyBombWalls", diff --git a/region/crateria/central/Climb Supers Room.json b/region/crateria/central/Climb Supers Room.json index 68690e92b..5ba2a5010 100644 --- a/region/crateria/central/Climb Supers Room.json +++ b/region/crateria/central/Climb Supers Room.json @@ -989,7 +989,7 @@ } }, "requires": [ - "canSuperJump", + "canSuperjump", {"shinespark": {"frames": 7, "excessFrames": 0}}, "h_XModeSpikeHit", {"or": [ @@ -1015,7 +1015,7 @@ "name": "In-Room X-Mode BlueSuit", "requires": [ {"notable": "In-Room X-Mode BlueSuit"}, - "canSuperJump", + "canSuperjump", "h_XModeSpikeHit", "h_XModeSpikeHit", "h_XModeSpikeHit", diff --git a/schema/m3-string-requirements.schema.json b/schema/m3-string-requirements.schema.json index 3dbeced69..ab69df257 100644 --- a/schema/m3-string-requirements.schema.json +++ b/schema/m3-string-requirements.schema.json @@ -240,7 +240,7 @@ "canCrystalSpark", "canUnderwaterCrystalSpark", "canXModeBlueSuit", - "canSuperJump", + "canSuperjump", "canDoubleXModeBlueSuit", "canSpeedKeep", "canPreciseSpaceJump", diff --git a/tech.json b/tech.json index bc7c9af5e..14313c49d 100644 --- a/tech.json +++ b/tech.json @@ -2840,7 +2840,7 @@ "extensionTechs": [ { "id": 160, - "name": "canSuperJump", + "name": "canSuperjump", "techRequires": [ "canXModeBlueSuit" ],