Skip to content

Commit 39928d7

Browse files
committed
Redefine h_UnderwaterCrouchJumpWithFlashSuit
1 parent 9e3da72 commit 39928d7

5 files changed

Lines changed: 38 additions & 11 deletions

File tree

helpers.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,8 @@
614614
]
615615
},
616616
{
617-
"name": "h_canUnderwaterCrouchJump",
617+
"name": "h_UnderwaterCrouchJumpWithFlashSuit",
618618
"requires": [
619-
"canSuitlessMaridia",
620619
{"tech": "canCrouchJump"}
621620
],
622621
"devNote": [
@@ -626,10 +625,10 @@
626625
]
627626
},
628627
{
629-
"name": "h_canUnderwaterCrouchJumpDownGrab",
628+
"name": "h_UnderwaterMaxHeightSpringBallJumpWithFlashSuit",
630629
"requires": [
631-
"h_canUnderwaterCrouchJump",
632-
"canDownGrab"
630+
"h_UnderwaterCrouchJumpWithFlashSuit",
631+
"canTrickySpringBallJump"
633632
]
634633
},
635634
{

region/crateria/east/East Ocean.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,13 @@
13681368
"canSuitlessMaridia",
13691369
"canTrickyJump",
13701370
"canNeutralDamageBoost",
1371-
"h_canUnderwaterCrouchJumpDownGrab",
1371+
{"or": [
1372+
"h_canCrouchJumpDownGrab",
1373+
{"and": [
1374+
"h_UnderwaterCrouchJumpWithFlashSuit",
1375+
"canDownGrab"
1376+
]}
1377+
]},
13721378
{"enemyDamage": {
13731379
"enemy": "Skultera",
13741380
"hits": 1,
@@ -1389,7 +1395,13 @@
13891395
"name": "Use Flash Suit",
13901396
"requires": [
13911397
"canSuitlessMaridia",
1392-
"h_canUnderwaterCrouchJumpDownGrab",
1398+
{"or": [
1399+
"h_canCrouchJumpDownGrab",
1400+
{"and": [
1401+
"h_UnderwaterCrouchJumpWithFlashSuit",
1402+
"canDownGrab"
1403+
]}
1404+
]},
13931405
{"useFlashSuit": {}},
13941406
{"shinespark": {"frames": 9, "excessFrames": 4}}
13951407
],

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,10 @@
10581058
"canSuitlessMaridia",
10591059
"canPlayInSand",
10601060
"canInsaneJump",
1061-
"h_canUnderwaterCrouchJump",
1061+
{"or": [
1062+
"canCrouchJump",
1063+
"h_UnderwaterCrouchJumpWithFlashSuit"
1064+
]},
10621065
"canNeutralDamageBoost",
10631066
{"or": [
10641067
{"enemyDamage": {

region/maridia/inner-pink/Botwoon Hallway.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,11 @@
350350
"HiJump",
351351
"canSpringBallJumpMidAir",
352352
"Gravity",
353-
"h_canUnderwaterCrouchJumpDownGrab"
353+
"h_canCrouchJumpDownGrab",
354+
{"and": [
355+
"h_UnderwaterCrouchJumpWithFlashSuit",
356+
"canDownGrab"
357+
]}
354358
]},
355359
{"useFlashSuit": {}},
356360
{"or": [
@@ -458,7 +462,13 @@
458462
{"notable": "Mochtroid Ice Clip"},
459463
"canCeilingClip",
460464
"canUseFrozenEnemies",
461-
"h_canUnderwaterCrouchJumpDownGrab",
465+
{"or": [
466+
"h_canCrouchJumpDownGrab",
467+
{"and": [
468+
"h_UnderwaterCrouchJumpWithFlashSuit",
469+
"canDownGrab"
470+
]}
471+
]},
462472
{"or": [
463473
"canTrickyJump",
464474
"canMorphTurnaround"

region/maridia/inner-pink/East Sand Hole.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,10 @@
515515
"link": [1, 5],
516516
"name": "Use Flash Suit",
517517
"requires": [
518-
"h_canUnderwaterCrouchJump",
518+
{"or": [
519+
"canCrouchJump",
520+
"h_UnderwaterCrouchJumpWithFlashSuit"
521+
]},
519522
{"useFlashSuit": {}},
520523
{"or": [
521524
{"shinespark": {"frames": 13, "excessFrames": 3}},

0 commit comments

Comments
 (0)