Skip to content

Commit

Permalink
Merge pull request vg-json-data#1638 from kjbranch/xray-scope-shinespark
Browse files Browse the repository at this point in the history
X-Ray Scope Room shinespark to break bomb block
  • Loading branch information
osse101 authored Sep 8, 2024
2 parents a8afd49 + 93da77c commit 6bfd88f
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions region/brinstar/red/X-Ray Scope Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,54 @@
],
"devNote": "There are additional requirements to get back out. It's a softlock if they aren't met."
},
{
"link": [1, 2],
"name": "Shinespark to Break Bomb Block (HiJump)",
"entranceCondition": {
"comeInShinecharging": {
"length": 4,
"openEnd": 0
}
},
"requires": [
"HiJump",
"Morph",
"canShinechargeMovementTricky",
{"shinespark": {"frames": 5, "excessFrames": 0}}
],
"clearsObstacles": ["A"],
"note": [
"Gain a shinecharge while running into the room, then quickly jump into the morph tunnel.",
"Use the shinespark to break the bomb block."
],
"devNote": [
"3 runway tiles are considered unusable, to allow a reasonable amount of space to gain run speed to morph into the tunnel.",
"Using more runway for the shinecharge can work but with greater difficulty."
]
},
{
"link": [1, 2],
"name": "Shinespark to Break Bomb Block (Insane Jump)",
"entranceCondition": {
"comeInShinecharging": {
"length": 6,
"openEnd": 1
}
},
"requires": [
"Morph",
"canShinechargeMovementTricky",
"canInsaneJump",
{"shinespark": {"frames": 5, "excessFrames": 0}}
],
"clearsObstacles": ["A"],
"note": [
"Gain a shinecharge while running into the room, stopping just before running into the wall.",
"Without holding dash, spin-jump to the left and mid-air morph into the morph tunnel.",
"The mid-air morph must be delayed in order for Samus to move far enough left to avoid catching on the ceiling.",
"Use the shinespark to break the bomb block."
]
},
{
"id": 4,
"link": [1, 2],
Expand Down

0 comments on commit 6bfd88f

Please sign in to comment.