Skip to content

Commit 647a5eb

Browse files
committed
More tricyjump, movement and kill adjustments
1 parent 63b8911 commit 647a5eb

1 file changed

Lines changed: 12 additions & 37 deletions

File tree

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

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -629,33 +629,16 @@
629629
{"heatFrames": 100},
630630
"h_heatedCrystalFlashForReserveEnergy",
631631
"canCeilingClip",
632-
{"or": [
633-
"canTrivialMidAirMorph",
634-
{"and": ["h_useSpringBall", "HiJump"]}
635-
]},
632+
"canTrivialMidAirMorph",
636633
{"heatFrames": 240},
637634
{"or": [
638635
{"enemyKill": {"enemies": [["Alcoon"]], "explicitWeapons": ["Missile", "Super", "Charge+Plasma", "Wave+Plasma"]}},
639-
{"and": [
640-
{"enemyKill": {"enemies": [["Alcoon"]], "explicitWeapons": ["Wave", "Ice+Spazer", "Plasma", "ScrewAttack", "PseudoScrew"]}},
641-
{"heatFrames": 180}
642-
]},
643-
{"and": [
644-
{"heatFrames": 200},
645-
{"or": [
646-
"canDodgeWhileShooting",
647-
"Morph"
648-
]}
649-
]},
650-
{"and": [
651-
{"heatFrames": 160},
652-
{"enemyDamage": {"enemy": "Alcoon", "type": "fireball", "hits": 1}}
653-
]}
636+
{"heatFrames": 200}
654637
]},
655638
{"canShineCharge": {"usedTiles": 27, "gentleUpTiles": 2, "openEnd": 0}},
656639
{"or": [
657640
"canDownBack",
658-
"canCarefulJump"
641+
"canTrickyJump"
659642
]},
660643
{"heatFrames": 120},
661644
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
@@ -1230,13 +1213,15 @@
12301213
{"and": ["canSpringBallBombJump", {"heatFrames": 60}]},
12311214
{"and": [
12321215
"canIBJ",
1216+
"canBombHorizontally",
1217+
"canJumpIntoIBJ",
1218+
{"heatFrames": 110},
12331219
{"or": [
1234-
{"and": ["canBombHorizontally", {"heatFrames": 660}]},
1235-
{"and": ["canJumpIntoIBJ", "canDoubleBombJump", {"heatFrames": 110}]},
1236-
{"and": ["canJumpIntoIBJ", {"heatFrames": 300}]}
1220+
"canDoubleBombJump",
1221+
{"heatFrames": 190}
12371222
]}
12381223
]},
1239-
{"and": ["canTrickyDashJump", {"heatFrames": 20}]},
1224+
{"and": ["canTrickyDashJump", "canInsaneJump", {"heatFrames": 20}]},
12401225
{"and": ["canUseFrozenEnemies", "canInsaneJump", {"heatFrames": 150}]}
12411226
]},
12421227
{"or": [
@@ -1246,20 +1231,10 @@
12461231
{"heatFrames": 120}
12471232
]},
12481233
{"and": [
1249-
{"enemyKill": {"enemies": [["Alcoon"]], "explicitWeapons": ["Missile", "Super", "Wave", "Ice+Spazer", "Plasma", "ScrewAttack", "PseudoScrew", "PowerBomb"]}},
1234+
{"enemyKill": {"enemies": [["Alcoon"]], "explicitWeapons": ["Wave", "Ice+Spazer", "Plasma", "ScrewAttack", "PseudoScrew", "PowerBomb"]}},
12501235
{"heatFrames": 180}
12511236
]},
1252-
{"and": [
1253-
{"heatFrames": 200},
1254-
{"or": [
1255-
"canDodgeWhileShooting",
1256-
"Morph"
1257-
]}
1258-
]},
1259-
{"and": [
1260-
{"heatFrames": 160},
1261-
{"enemyDamage": {"enemy": "Alcoon", "type": "fireball", "hits": 1}}
1262-
]}
1237+
{"heatFrames": 200}
12631238
]},
12641239
{"or": [
12651240
{"resourceAvailable": [{"type": "ReserveEnergy", "count": 1}]},
@@ -1281,7 +1256,7 @@
12811256
{"canShineCharge": {"usedTiles": 27, "gentleUpTiles": 2, "openEnd": 0}},
12821257
{"or": [
12831258
"canDownBack",
1284-
"canCarefulJump"
1259+
"canTrickyJump"
12851260
]},
12861261
{"heatFrames": 120},
12871262
{"autoReserveTrigger": {"maxReserveEnergy": 95}},

0 commit comments

Comments
 (0)