Skip to content

Commit 45aad68

Browse files
authored
Merge pull request #2267 from kjbranch/max-spring
Refine flash suits and max height spring ball
2 parents f058fa5 + 3a3ba8a commit 45aad68

22 files changed

Lines changed: 114 additions & 54 deletions

region/brinstar/red/Red Brinstar Fireflea Room.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,19 @@
917917
{"and": [
918918
"h_maxHeightSpringBallJump",
919919
"canNeutralDamageBoost"
920+
]},
921+
{"and": [
922+
{"spikeHits": 1},
923+
"canTrickySpringBallJump",
924+
"canTrickyJump",
925+
"canNeutralDamageBoost"
920926
]}
921927
]},
922928
{"spikeHits": 1}
929+
],
930+
"note": [
931+
"Crouch jump and Spring Balll near the peak of the jump to hit the side of the spikes and boost up onto them.",
932+
"This is also possible with a springwall, or from standing on the spikes to avoid the crouch jump."
923933
]
924934
},
925935
{

region/crateria/east/East Ocean.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,9 +1277,10 @@
12771277
"requires": [
12781278
"canSuitlessMaridia",
12791279
"canUseFrozenEnemies",
1280-
"h_maxHeightSpringBallJump",
1280+
"h_underwaterMaxHeightSpringBallJump",
12811281
"SpaceJump"
12821282
],
1283+
"flashSuitChecked": true,
12831284
"note": [
12841285
"In the center of the room, freeze the Skultera at the highest point in its cycle.",
12851286
"Then use a max height springball jump to escape the water and land on the above platform.",

region/maridia/inner-green/East Pants Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"name": "Max Height SpringBall Jump",
211211
"requires": [
212212
"canSuitlessMaridia",
213-
"h_maxHeightSpringBallJump",
213+
"h_underwaterMaxHeightSpringBallJump",
214214
{"or": [
215215
"can4HighMidAirMorph",
216216
"canStationaryLateralMidAirMorph",

region/maridia/inner-green/East Sand Hall.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@
17081708
"canSuitlessMaridia",
17091709
"canTrickyUseFrozenEnemies",
17101710
"canPlayInSand",
1711-
"h_maxHeightSpringBallJump",
1711+
"h_underwaterMaxHeightSpringBallJump",
17121712
"canStationaryLateralMidAirMorph"
17131713
],
17141714
"note": [

region/maridia/inner-green/Oasis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@
23762376
"canConsecutiveWalljump"
23772377
]}
23782378
]},
2379-
"h_maxHeightSpringBallJump"
2379+
"h_underwaterMaxHeightSpringBallJump"
23802380
]}
23812381
]
23822382
},

region/maridia/inner-green/Pants Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
"requires": [
755755
{"notable": "Bomb Jump Water Escape"},
756756
"HiJump",
757-
"h_maxHeightSpringBallJump",
757+
"h_underwaterMaxHeightSpringBallJump",
758758
"canSpringFling",
759759
"canBombJumpWaterEscape",
760760
"canJumpIntoIBJ",

region/maridia/inner-green/West Sand Hall.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
{"notable": "Suitless Bootless Spring Ball"},
10091009
"canSuitlessMaridia",
10101010
"canPlayInSand",
1011-
"h_maxHeightSpringBallJump",
1011+
"h_underwaterMaxHeightSpringBallJump",
10121012
"canStationaryLateralMidAirMorph",
10131013
"canInsaneJump",
10141014
{"or": [
@@ -1108,7 +1108,7 @@
11081108
{"notable": "Suitless Bootless Spring Ball"},
11091109
"canSuitlessMaridia",
11101110
"canPlayInSand",
1111-
"h_maxHeightSpringBallJump",
1111+
"h_underwaterMaxHeightSpringBallJump",
11121112
{"or": [
11131113
{"enemyKill": {
11141114
"enemies": [["Evir"], ["Evir"]],
@@ -1276,7 +1276,7 @@
12761276
{"notable": "Suitless Bootless Spring Ball"},
12771277
"canSuitlessMaridia",
12781278
"canPlayInSand",
1279-
"h_maxHeightSpringBallJump",
1279+
"h_underwaterMaxHeightSpringBallJump",
12801280
"canStationaryLateralMidAirMorph",
12811281
"canInsaneJump"
12821282
],

region/maridia/inner-pink/Aqueduct.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,7 +3322,7 @@
33223322
"canSnailClimb",
33233323
{"or": [
33243324
"Gravity",
3325-
"h_maxHeightSpringBallJump",
3325+
"h_underwaterMaxHeightSpringBallJump",
33263326
{"and": [
33273327
"HiJump",
33283328
{"or": [
@@ -3471,7 +3471,7 @@
34713471
"canSnailClimb",
34723472
{"or": [
34733473
"Gravity",
3474-
"h_maxHeightSpringBallJump",
3474+
"h_underwaterMaxHeightSpringBallJump",
34753475
{"and": [
34763476
"HiJump",
34773477
{"or": [

region/maridia/inner-pink/Colosseum.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@
11401140
"requires": [
11411141
{"notable": "Bomb Jump Water Escape"},
11421142
"HiJump",
1143-
"h_maxHeightSpringBallJump",
1143+
"h_underwaterMaxHeightSpringBallJump",
11441144
"canSpringFling",
11451145
"canBombJumpWaterEscape",
11461146
"canJumpIntoIBJ"
@@ -2047,7 +2047,7 @@
20472047
"canHorizontalDamageBoost",
20482048
{"spikeHits": 1}
20492049
]},
2050-
"h_maxHeightSpringBallJump",
2050+
"h_underwaterMaxHeightSpringBallJump",
20512051
{"or": [
20522052
"canSpringFling",
20532053
{"and": [

region/maridia/inner-pink/Crab Shaft.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,11 +1204,12 @@
12041204
"canSuitlessMaridia",
12051205
"canSpringBallJumpMidAir",
12061206
{"or": [
1207-
"h_maxHeightSpringBallJump",
1207+
"h_underwaterMaxHeightSpringBallJump",
12081208
"HiJump",
12091209
"canUseFrozenEnemies"
12101210
]}
1211-
]
1211+
],
1212+
"flashSuitChecked": true
12121213
},
12131214
{
12141215
"id": 34,

0 commit comments

Comments
 (0)