Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 71 additions & 9 deletions region/maridia/inner-pink/Halfie Climb Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,37 @@
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
]
},
{
"link": [2, 4],
"name": "Come in Shinecharging, Leave With Temporary Blue",
"entranceCondition": {
"comeInShinecharging": {
"length": 3,
"openEnd": 1
}
},
"requires": [
"HiJump",
{"or": [
{"and": [
"canGravityJump",
"canTrickySpringBallJump",
"canChainTemporaryBlue"
]},
{"and": [
"canTrickyUseFrozenEnemies",
"canLongChainTemporaryBlue"
]}
]}
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
"devNote": [
"FIXME: Probably more of the runway could be used, but with increasing difficulty."
]
},
{
"id": 85,
"link": [2, 4],
Expand Down Expand Up @@ -3549,6 +3580,25 @@
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
},
{
"link": [4, 1],
"name": "Come in Blue Spinning, Leave With Temporary Blue (Low Speed)",
"entranceCondition": {
"comeInBlueSpinning": {
"maxExtraRunSpeed": "$1.8",
"unusableTiles": 1
}
},
"requires": [
"canSuitlessMaridia",
"canInsaneJump",
"canChainTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
},
{
"id": 116,
"link": [4, 1],
Expand Down Expand Up @@ -4199,7 +4249,14 @@
{"shineChargeFrames": 0},
"canXRayTurnaround",
"canChainTemporaryBlue",
"canGravityJump"
{"or": [
"canGravityJump",
{"and": [
"HiJump",
"canTrickyUseFrozenEnemies",
"canLongChainTemporaryBlue"
]}
]}
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
Expand Down Expand Up @@ -4270,24 +4327,29 @@
{
"id": 81,
"link": [6, 4],
"name": "Leave With Temporary Blue (Hi-Jump, Gravity Jump, Spring Ball Jump)",
"name": "Leave With Temporary Blue",
"startsWithShineCharge": true,
"requires": [
"h_shinechargeMaxRunway",
{"shineChargeFrames": 0},
"canXRayTurnaround",
"HiJump",
"canGravityJump",
"canTrickySpringBallJump",
"canChainTemporaryBlue"
{"or": [
{"and": [
"canGravityJump",
"canTrickySpringBallJump",
"canChainTemporaryBlue"
]},
{"and": [
"canTrickyUseFrozenEnemies",
"canLongChainTemporaryBlue"
]}
]}
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
"devNote": [
"FIXME: a 2->4 variant of this strat could be added that would use less runway but not require X-Ray."
]
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
}
],
"notables": [
Expand Down