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
52 changes: 47 additions & 5 deletions region/wreckedship/main/Wrecked Ship Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,9 @@
{"or": [
{"and": [
"Gravity",
"canWalljump",
{"cycleFrames": 300}
{"cycleFrames": 250}
]},
{"cycleFrames": 380}
{"cycleFrames": 335}
]}
],
"resetsObstacles": ["A"],
Expand Down Expand Up @@ -499,15 +498,16 @@
"name": "Horizontal Bomb Boost",
"requires": [
"f_DefeatedPhantoon",
"canJumpIntoIBJ",
{"tech": "canJumpIntoIBJ"},
"canBombHorizontally",
"canTrickyJump"
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Jump across to the last platform.",
"Wait until the water is low, let the platform sink slightly,",
"then jump and place a bomb to get a horizontal boost."
"then jump and place a bomb or Power Bomb to get a horizontal boost."
]
},
{
Expand Down Expand Up @@ -538,6 +538,20 @@
"then hold left and unequip Spring Ball to get a horizontal boost."
]
},
{
"link": [1, 2],
"name": "HiJump Gravity Jump",
"requires": [
"f_DefeatedPhantoon",
"HiJump",
"canGravityJump"
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Sink on the platform until it on or near the floor, then gravity jump."
]
},
{
"link": [1, 2],
"name": "HiJump Insane Jump",
Expand Down Expand Up @@ -1202,6 +1216,34 @@
"Wall jump from near the top of the ledge to barely be able to wall jump off the floating platform."
]
},
{
"link": [2, 1],
"name": "HiJump Wall Jump",
"requires": [
"Gravity",
"HiJump",
"canPreciseWalljump"
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Wall jump from a few tiles below the ledge, then wall jump off the floating platform."
]
},
{
"link": [2, 1],
"name": "Gravity Jump Wall Jump",
"requires": [
"canPreciseWalljump",
"canGravityJump",
"canTrickyJump"
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Press pause, wall jump from about halfway down the wall, disable Gravity, then wall jump off the floating platform."
]
},
{
"id": 25,
"link": [2, 1],
Expand Down
Loading