Skip to content
Merged
Changes from 1 commit
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
53 changes: 48 additions & 5 deletions region/wreckedship/main/Wrecked Ship Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,16 +498,60 @@
"name": "Horizontal Bomb Boost",
"requires": [
"f_DefeatedPhantoon",
{"tech": "canJumpIntoIBJ"},
"h_underwaterCrouchJump",
"canJumpIntoIBJ",
"canBombHorizontally",
"canTrickyJump"
"canTrickyJump",
{"or": [
{"disableEquipment": "HiJump"},
"canInsaneJump"
]}
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Crouch jump from the end of the door runway when the water is low,",
"and jump into a horizontal bomb boost to reach the first platform.",
"Jump across to the last platform.",
"Wait until the water is low, let the platform sink slightly,",
"then jump and horizontal bomb boost to the item."
],
"detailNote": [
"If HiJump is available, then it is possible to simply spin jump to the first platform.",
"If HiJump cannot be disabled, then the bomb boost from the last platform is more difficult:",
"in this case Samus must jump, lay the bomb on the way down, then jump again to a precise height and morph to get the boost."
]
},
{
"link": [1, 2],
"name": "Horizontal Power Bomb Boost",
"requires": [
"f_DefeatedPhantoon",
"canMidAirMorph",
{"tech": "canJumpIntoIBJ"},
{"tech": "canBombHorizontally"},
"canInsaneJump",
{"or": [
{"and":[
"HiJump",
{"ammo": {"type": "PowerBomb", "count": 1}}
]},
{"ammo": {"type": "PowerBomb", "count": 2}}
]}
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Crouch jump from the end of the door runway when the water is low,",
"and jump into a horizontal Power Bomb boost to reach the first platform.",
"Jump across to the last platform.",
"Wait until the water is low, let the platform sink slightly,",
"then jump and place a bomb or Power Bomb to get a horizontal boost."
"then jump and horizontal Power Bomb boost to the item."
],
"detailNote": [
"If HiJump is available, then it is possible to simply spin jump to the first platform, saving a Power Bomb.",
"If HiJump cannot be disabled, then the Power Bomb boost from the last platform is more difficult:",
"in this case Samus must jump, lay the Power Bomb on the way down, then jump again to a precise height and morph to get the boost."
]
},
{
Expand Down Expand Up @@ -540,10 +584,9 @@
},
{
"link": [1, 2],
"name": "HiJump Gravity Jump",
"name": "Gravity Jump",
"requires": [
"f_DefeatedPhantoon",
"HiJump",
"canGravityJump"
],
"flashSuitChecked": true,
Expand Down
Loading