Skip to content

Commit cce5e31

Browse files
authored
Merge pull request #2162 from blkerby/climb-frozen-pirate-spark
Climb frozen pirate behemoth spark
2 parents fa51278 + 0d59c40 commit cce5e31

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

region/crateria/central/Climb.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,14 +2117,28 @@
21172117
{"notable": "Behemoth Shinespark"},
21182118
"Morph",
21192119
{"canShineCharge": {"usedTiles": 28, "openEnd": 0}},
2120-
{"shinespark": {"frames": 147, "excessFrames": 124}},
2120+
{"or": [
2121+
{"shinespark": {"frames": 147, "excessFrames": 124}},
2122+
{"and": [
2123+
"h_ZebesIsAwake",
2124+
"canTrickyUseFrozenEnemies",
2125+
{"shinespark": {"frames": 24, "excessFrames": 1}}
2126+
]}
2127+
]},
21212128
{"obstaclesCleared": ["A"]},
21222129
{"or": [
21232130
"h_ClimbWithoutLava",
21242131
{"obstaclesNotCleared": ["B"]}
21252132
]}
21262133
],
2127-
"note": "Diagonal shinespark up the climb to break the bomb blocks to the morph tunnels on the right."
2134+
"note": [
2135+
"Diagonal shinespark up the climb to break the bomb blocks to the morph tunnels on the right.",
2136+
"A frozen Pirate can be used to stop the spark just above the bottom tunnel."
2137+
],
2138+
"devNote": [
2139+
"FIXME: if Zebes is awake, it is possible to farm the Pirates in the room after breaking the blocks;",
2140+
"this also applies to the other forms of Behemoth spark in this room (as long as the lava is not active)."
2141+
]
21282142
},
21292143
{
21302144
"id": 98,

0 commit comments

Comments
 (0)