Skip to content

Commit 00667a2

Browse files
authored
Merge pull request #1698 from osse101/various
Various
2 parents 1f33029 + 2afaf4f commit 00667a2

3 files changed

Lines changed: 73 additions & 3 deletions

File tree

region/crateria/east/East Ocean.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@
842842
"canXRayStandUp",
843843
"canSpaceJumpWaterBounce",
844844
"canFlatleyJump",
845-
"canHitbox"
845+
"canKago"
846846
],
847847
"flashSuitChecked": true,
848848
"note": [
@@ -878,6 +878,7 @@
878878
{"notable": "Space Jump Water Escape (Left to Right)"},
879879
"canSpaceJumpWaterBounce",
880880
"canPreciseWalljump",
881+
"canInsaneJump",
881882
"canMidairWiggle"
882883
],
883884
"note": [
@@ -1022,6 +1023,21 @@
10221023
"While on the ledge, stand on the raised ground to the right and jump to the surface, then space jump across the water to the left."
10231024
]
10241025
},
1026+
{
1027+
"link": [4, 2],
1028+
"name": "Suitless Frozen Skultera, Spring Ball, Space Jump",
1029+
"requires": [
1030+
"canSuitlessMaridia",
1031+
"canUseFrozenEnemies",
1032+
"h_canMaxHeightSpringBallJump",
1033+
"SpaceJump"
1034+
],
1035+
"note": [
1036+
"In the center of the room, freeze the Skultera at the heighest point in its cycle.",
1037+
"Then use a max height springball jump to escape the water and land on the above platform.",
1038+
"Use spacejump to continue to the door."
1039+
]
1040+
},
10251041
{
10261042
"id": 50,
10271043
"link": [4, 2],

region/lowernorfair/east/Lower Norfair Spring Ball Maze Room.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"from": 1,
113113
"to": [
114114
{"id": 1},
115+
{"id": 5},
115116
{"id": 6},
116117
{"id": 7}
117118
]
@@ -194,6 +195,58 @@
194195
],
195196
"flashSuitChecked": true
196197
},
198+
{
199+
"link": [1, 5],
200+
"name": "Blue Spacejump Through Morph Tunnel (Come in Jumping)",
201+
"entranceCondition": {
202+
"comeInBlueSpinning": {
203+
"minExtraRunSpeed": "$6.E",
204+
"unusableTiles": 0
205+
}
206+
},
207+
"requires": [
208+
{"notable": "Air Speedball"},
209+
"canPreciseSpaceJump",
210+
"canInsaneJump",
211+
"canLateralMidAirMorph",
212+
"canSpeedball",
213+
"canMomentumConservingMorph",
214+
{"heatFrames": 110}
215+
],
216+
"flashSuitChecked": true,
217+
"note": [
218+
"Spacejump through the room and break the bomb blocks in the Morph tunnel with Speedbooster.",
219+
"It is very helpful for the final jump to be close to the missile platform, to be as close to the tunnel as possible when Morphing."
220+
],
221+
"devNote": [
222+
"This is possible with less extra speed but where you jump changes with your speed and room entry."
223+
]
224+
},
225+
{
226+
"link": [1, 5],
227+
"name": "Blue Spacejump Through Morph Tunnel (Come in Running)",
228+
"entranceCondition": {
229+
"comeInGettingBlueSpeed": {
230+
"length": 5,
231+
"openEnd": 1,
232+
"minExtraRunSpeed": "$5.B"
233+
}
234+
},
235+
"requires": [
236+
{"notable": "Air Speedball"},
237+
"canPreciseSpaceJump",
238+
"canInsaneJump",
239+
"canLateralMidAirMorph",
240+
"canSpeedball",
241+
"canMomentumConservingMorph",
242+
{"heatFrames": 110}
243+
],
244+
"flashSuitChecked": true,
245+
"note": [
246+
"Spacejump through the room and break the bomb blocks in the Morph tunnel with Speedbooster.",
247+
"It is very helpful for the final jump to be close to the missile platform, to be as close to the tunnel as possible when Morphing."
248+
]
249+
},
197250
{
198251
"id": 3,
199252
"link": [1, 6],

region/maridia/outer/Mt. Everest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3566,13 +3566,14 @@
35663566
{"and": [
35673567
"canTrickySpringBallJump",
35683568
{"or": [
3569-
"canCrouchJump",
3569+
"canTrickyJump",
35703570
"canSpringFling",
35713571
"canStationaryLateralMidAirMorph"
35723572
]}
35733573
]}
35743574
]}
3575-
]
3575+
],
3576+
"devNote": "Using a frozen crab for an easier springball jump goes from 2 to 8."
35763577
},
35773578
{
35783579
"id": 154,

0 commit comments

Comments
 (0)