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
8 changes: 4 additions & 4 deletions region/brinstar/green/Etecoon Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
},
Expand All @@ -1003,7 +1003,7 @@
"excludedWeapons": ["Bombs"]
}}
]},
"canSuperJump",
"canSuperjump",
{"shinespark": {"frames": 4, "excessFrames": 0}}
],
"flashSuitChecked": true,
Expand All @@ -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",
Expand All @@ -1032,7 +1032,7 @@
]}
]}
]},
"canSuperJump",
"canSuperjump",
{"shinespark": {"frames": 4, "excessFrames": 0}}
],
"flashSuitChecked": true,
Expand Down
4 changes: 2 additions & 2 deletions region/brinstar/pink/Pink Brinstar Wave Gate Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -1308,9 +1308,9 @@
{
"id": 103,
"link": [1, 3],
"name": "Gain Blue Suit - Super Jump (Double X-Mode)",
"name": "Gain Blue Suit - Superjump (Double X-Mode)",
"requires": [
"canSuperJump",
"canSuperjump",
{"obstaclesCleared": ["A"]},
{"obstaclesCleared": ["B"]},
"h_destroyBombWalls",
Expand Down
4 changes: 2 additions & 2 deletions region/crateria/central/Climb Supers Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@
}
},
"requires": [
"canSuperJump",
"canSuperjump",
{"shinespark": {"frames": 7, "excessFrames": 0}},
"h_XModeSpikeHit",
{"or": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/m3-string-requirements.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"canCrystalSpark",
"canUnderwaterCrystalSpark",
"canXModeBlueSuit",
"canSuperJump",
"canSuperjump",
"canDoubleXModeBlueSuit",
"canSpeedKeep",
"canPreciseSpaceJump",
Expand Down
8 changes: 4 additions & 4 deletions tech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2834,20 +2834,20 @@
"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": [
{
"id": 160,
"name": "canSuperJump",
"name": "canSuperjump",
"techRequires": [
"canXModeBlueSuit"
],
"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."
]
}
]
Expand All @@ -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."
]
}
Expand Down
Loading