Skip to content

Commit 03047d1

Browse files
committed
Halfie Climb temp blue updates based on Sam videos
1 parent 14b18b1 commit 03047d1

1 file changed

Lines changed: 71 additions & 9 deletions

File tree

region/maridia/inner-pink/Halfie Climb Room.json

Lines changed: 71 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,6 +2669,37 @@
26692669
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
26702670
]
26712671
},
2672+
{
2673+
"link": [2, 4],
2674+
"name": "Come in Shinecharging, Leave With Temporary Blue",
2675+
"entranceCondition": {
2676+
"comeInShinecharging": {
2677+
"length": 3,
2678+
"openEnd": 1
2679+
}
2680+
},
2681+
"requires": [
2682+
"HiJump",
2683+
{"or": [
2684+
{"and": [
2685+
"canGravityJump",
2686+
"canTrickySpringBallJump",
2687+
"canChainTemporaryBlue"
2688+
]},
2689+
{"and": [
2690+
"canTrickyUseFrozenEnemies",
2691+
"canLongChainTemporaryBlue"
2692+
]}
2693+
]}
2694+
],
2695+
"exitCondition": {
2696+
"leaveWithTemporaryBlue": {}
2697+
},
2698+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
2699+
"devNote": [
2700+
"FIXME: Probably more of the runway could be used, but with increasing difficulty."
2701+
]
2702+
},
26722703
{
26732704
"id": 85,
26742705
"link": [2, 4],
@@ -3549,6 +3580,25 @@
35493580
},
35503581
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
35513582
},
3583+
{
3584+
"link": [4, 1],
3585+
"name": "Come in Blue Spinning, Leave With Temporary Blue (Low Speed)",
3586+
"entranceCondition": {
3587+
"comeInBlueSpinning": {
3588+
"maxExtraRunSpeed": "$1.8",
3589+
"unusableTiles": 1
3590+
}
3591+
},
3592+
"requires": [
3593+
"canSuitlessMaridia",
3594+
"canInsaneJump",
3595+
"canChainTemporaryBlue"
3596+
],
3597+
"exitCondition": {
3598+
"leaveWithTemporaryBlue": {}
3599+
},
3600+
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
3601+
},
35523602
{
35533603
"id": 116,
35543604
"link": [4, 1],
@@ -4199,7 +4249,14 @@
41994249
{"shineChargeFrames": 0},
42004250
"canXRayTurnaround",
42014251
"canChainTemporaryBlue",
4202-
"canGravityJump"
4252+
{"or": [
4253+
"canGravityJump",
4254+
{"and": [
4255+
"HiJump",
4256+
"canTrickyUseFrozenEnemies",
4257+
"canLongChainTemporaryBlue"
4258+
]}
4259+
]}
42034260
],
42044261
"exitCondition": {
42054262
"leaveWithTemporaryBlue": {}
@@ -4270,24 +4327,29 @@
42704327
{
42714328
"id": 81,
42724329
"link": [6, 4],
4273-
"name": "Leave With Temporary Blue (Hi-Jump, Gravity Jump, Spring Ball Jump)",
4330+
"name": "Leave With Temporary Blue",
42744331
"startsWithShineCharge": true,
42754332
"requires": [
42764333
"h_shinechargeMaxRunway",
42774334
{"shineChargeFrames": 0},
42784335
"canXRayTurnaround",
42794336
"HiJump",
4280-
"canGravityJump",
4281-
"canTrickySpringBallJump",
4282-
"canChainTemporaryBlue"
4337+
{"or": [
4338+
{"and": [
4339+
"canGravityJump",
4340+
"canTrickySpringBallJump",
4341+
"canChainTemporaryBlue"
4342+
]},
4343+
{"and": [
4344+
"canTrickyUseFrozenEnemies",
4345+
"canLongChainTemporaryBlue"
4346+
]}
4347+
]}
42834348
],
42844349
"exitCondition": {
42854350
"leaveWithTemporaryBlue": {}
42864351
},
4287-
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
4288-
"devNote": [
4289-
"FIXME: a 2->4 variant of this strat could be added that would use less runway but not require X-Ray."
4290-
]
4352+
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
42914353
}
42924354
],
42934355
"notables": [

0 commit comments

Comments
 (0)