Skip to content

Commit c38cd83

Browse files
committed
replace canStaggeredWalljump and canDelayedWalljump with canTrickyWalljump
1 parent 14b18b1 commit c38cd83

21 files changed

Lines changed: 46 additions & 52 deletions

region/brinstar/pink/Big Pink.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3228,7 +3228,7 @@
32283228
"name": "Zeb Ice Clip",
32293229
"requires": [
32303230
{"notable": "Zeb Ice Clip"},
3231-
"canStaggeredWalljump",
3231+
"canTrickyWalljump",
32323232
"canCameraManip",
32333233
{"or": [
32343234
"Wave",
@@ -3253,7 +3253,7 @@
32533253
"name": "Blind Zeb Ice Clip (Preserve Flash Suit)",
32543254
"requires": [
32553255
{"notable": "Blind Zeb Ice Clip (Preserve Flash Suit)"},
3256-
"canStaggeredWalljump",
3256+
"canTrickyWalljump",
32573257
"canCameraManip",
32583258
"canOffScreenMovement",
32593259
{"or": [
@@ -3281,7 +3281,7 @@
32813281
{"notable": "Zeb Ice Clip"},
32823282
"canSpecialBeamAttack",
32833283
{"ammo": {"type": "PowerBomb", "count": 1}},
3284-
"canStaggeredWalljump",
3284+
"canTrickyWalljump",
32853285
"h_preciseIceClip",
32863286
{"disableEquipment": "Ice"}
32873287
],

region/brinstar/red/Red Tower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
{"cycleFrames": 1080}
371371
]},
372372
{"and": [
373-
"canStaggeredWalljump",
373+
"canTrickyWalljump",
374374
{"cycleFrames": 1770}
375375
]}
376376
]}
@@ -2624,7 +2624,7 @@
26242624
{"notable": "Hero Shot"},
26252625
"canHeroShot",
26262626
"canPreciseWalljump",
2627-
"canStaggeredWalljump"
2627+
"canTrickyWalljump"
26282628
],
26292629
"note": "Wall jump between the Rippers. Either shoot the block, fall, and quickly climb again, or shoot from the bottom and follow Samus's shot up the tower."
26302630
},

region/crateria/central/Landing Site.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
"HiJump",
490490
"canSpringBallJumpMidAir"
491491
]},
492-
"canDelayedWalljump",
492+
"canTrickyWalljump",
493493
{"and": [
494494
"SpeedBooster",
495495
"HiJump"
@@ -1631,7 +1631,7 @@
16311631
"link": [5, 7],
16321632
"name": "Gauntlet Walljumps",
16331633
"requires": [
1634-
"canDelayedWalljump",
1634+
"canTrickyWalljump",
16351635
{"or": [
16361636
"HiJump",
16371637
"canConsecutiveWalljump"

region/crateria/west/Gauntlet Energy Tank Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
{"or": [
11271127
{"and": [
11281128
"canTrickyJump",
1129-
"canStaggeredWalljump"
1129+
"canTrickyWalljump"
11301130
]},
11311131
{"and": [
11321132
"canCarefulJump",

region/crateria/west/Gauntlet Entrance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
"canChainTemporaryBlue",
492492
{"acidFrames": 10},
493493
{"or": [
494-
"canStaggeredWalljump",
494+
"canTrickyWalljump",
495495
{"acidFrames": 30}
496496
]}
497497
],

region/lowernorfair/east/Lower Norfair Fireflea Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@
10711071
"link": [5, 7],
10721072
"name": "Walljump Damage Boost",
10731073
"requires": [
1074-
"canStaggeredWalljump",
1074+
"canTrickyWalljump",
10751075
"canCarefulJump",
10761076
"canHorizontalDamageBoost",
10771077
{"enemyDamage": {"enemy": "Fireflea", "type": "contact", "hits": 1}}

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
"canDodgeWhileShooting",
805805
"Charge",
806806
"h_heatProof",
807-
"canDelayedWalljump",
807+
"canTrickyWalljump",
808808
{"or": [
809809
"ScrewAttack",
810810
{"and": [
@@ -1965,7 +1965,7 @@
19651965
{"heatFrames": 200}
19661966
]},
19671967
{"and": [
1968-
"canDelayedWalljump",
1968+
"canTrickyWalljump",
19691969
"canWallJumpInstantMorph",
19701970
"h_useMorphBombs",
19711971
{"heatFrames": 520}

region/lowernorfair/east/Three Musketeers' Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
"requires": [
10291029
"h_navigateHeatRooms",
10301030
"Morph",
1031-
"canStaggeredWalljump",
1031+
"canTrickyWalljump",
10321032
{"heatFrames": 660}
10331033
],
10341034
"note": "Walljump in place while the acid goes away."

region/lowernorfair/west/Golden Torizo's Room.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@
18821882
{"and": [
18831883
"HiJump",
18841884
{"or": [
1885-
"canDelayedWalljump",
1885+
"canTrickyWalljump",
18861886
"canSpringBallJumpMidAir",
18871887
"SpeedBooster"
18881888
]}
@@ -1922,7 +1922,7 @@
19221922
{"and": [
19231923
"HiJump",
19241924
{"or": [
1925-
"canDelayedWalljump",
1925+
"canTrickyWalljump",
19261926
"canSpringBallJumpMidAir",
19271927
"SpeedBooster"
19281928
]}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"canConsecutiveWalljump",
466466
{"or": [
467467
"ScrewAttack",
468-
"canStaggeredWalljump"
468+
"canTrickyWalljump"
469469
]}
470470
]},
471471
"h_pauseAbuseMinimalReserveRefill"
@@ -710,7 +710,7 @@
710710
"canConsecutiveWalljump",
711711
{"or": [
712712
"ScrewAttack",
713-
"canStaggeredWalljump",
713+
"canTrickyWalljump",
714714
"canWalljumpWithCharge",
715715
{"enemyDamage": {"enemy": "Menu", "type": "contact", "hits": 1}}
716716
]}
@@ -734,7 +734,7 @@
734734
{"or": [
735735
{"enemyDamage": {"enemy": "Menu", "type": "contact", "hits": 1}},
736736
"ScrewAttack",
737-
"canStaggeredWalljump",
737+
"canTrickyWalljump",
738738
"canPseudoScrew",
739739
"h_pauseAbuseMinimalReserveRefill"
740740
]}

0 commit comments

Comments
 (0)