Skip to content

Commit 4941277

Browse files
committed
Wasteland Hibashi
1 parent 84d9f47 commit 4941277

1 file changed

Lines changed: 113 additions & 4 deletions

File tree

region/lowernorfair/east/Wasteland.json

Lines changed: 113 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
"id": "D",
143143
"name": "3 Dessgeegas",
144144
"obstacleType": "enemies"
145+
},
146+
{
147+
"id": "E",
148+
"name": "Pillar Under Spikes",
149+
"obstacleType": "inanimate"
145150
}
146151
],
147152
"enemies": [
@@ -514,6 +519,38 @@
514519
"but there is no known way to get here with Energy and artificial morph (a Power Bomb will solidify the bomb block)."
515520
]
516521
},
522+
{
523+
"link": [2, 9],
524+
"name": "G-Mode, Simple Blind Movement, Activate Pillar",
525+
"entranceCondition": {
526+
"comeInWithGMode": {
527+
"mode": "any",
528+
"morphed": false
529+
},
530+
"comesThroughToilet": "any"
531+
},
532+
"requires": [
533+
"Morph",
534+
{"or": [
535+
"canInsaneJump",
536+
{"ammo": {"type": "Super", "count": 1}},
537+
{"ammo": {"type": "Missile", "count": 1}},
538+
"Charge",
539+
"Ice",
540+
"Wave",
541+
"Spazer",
542+
"Plasma"
543+
]},
544+
{"heatFrames": 0}
545+
],
546+
"clearsObstacles": ["E"],
547+
"note": [
548+
"Raise the pillar by shooting a missile or upgraded beam at it.",
549+
"Stand on the right side of lowest safe tile and shoot diagonally down while crouched if using missiles, or standing otherwise.",
550+
"A basic beam shot will work if fired vertically down, onto the side of the spike.",
551+
"Then, get into the cove next to the bomb block and carefully wiggle in that camera scroll block to overload PLMs."
552+
]
553+
},
517554
{
518555
"id": 16,
519556
"link": [3, 3],
@@ -1601,9 +1638,14 @@
16011638
"requires": [
16021639
"h_heatResistant",
16031640
"h_canBombThings",
1604-
"h_canUsePowerBombs",
1641+
{"or": [
1642+
"h_canUsePowerBombs",
1643+
"canInsaneJump",
1644+
{"obstaclesCleared": ["E"]}
1645+
]},
16051646
{"heatFrames": 350}
16061647
],
1648+
"clearsObstacles": ["E"],
16071649
"note": [
16081650
"The hibashi hit can be avoided by waiting for the pillar to go up.",
16091651
"That requires the use of one PB and more time than is worth unless heat proof."
@@ -1630,7 +1672,8 @@
16301672
{"ammo": {"type": "PowerBomb", "count": 2}},
16311673
{"heatFrames": 350},
16321674
{"hibashiHits": 1}
1633-
]
1675+
],
1676+
"clearsObstacles": ["E"]
16341677
},
16351678
{
16361679
"id": 90,
@@ -1721,7 +1764,8 @@
17211764
{"heatFrames": 240}
17221765
]}
17231766
]}
1724-
]
1767+
],
1768+
"clearsObstacles": ["E"]
17251769
},
17261770
{
17271771
"id": 95,
@@ -1730,11 +1774,41 @@
17301774
"requires": [
17311775
"h_canHeatedCrystalFlash"
17321776
],
1777+
"clearsObstacles": ["E"],
17331778
"flashSuitChecked": true,
17341779
"devNote": [
17351780
"FIXME: This can have a side effect of damaging the Bomb block which is not modelled."
17361781
]
17371782
},
1783+
{
1784+
"link": [8, 8],
1785+
"name": "Raise Pillar",
1786+
"requires": [
1787+
{"or": [
1788+
{"and":[
1789+
"canInsaneJump",
1790+
{"heatFrames": 60}
1791+
]},
1792+
{"ammo": {"type": "Super", "count": 1}},
1793+
{"ammo": {"type": "Missile", "count": 1}},
1794+
"Charge",
1795+
"Ice",
1796+
"Wave",
1797+
"Spazer",
1798+
"Plasma"
1799+
]},
1800+
{"heatFrames": 40}
1801+
],
1802+
"clearsObstacles": ["E"],
1803+
"note": [
1804+
"Raise the pillar by shooting a missile or upgraded beam at it.",
1805+
"Stand on the right side of lowest safe tile and shoot diagonally down while crouched if using missiles, or standing otherwise.",
1806+
"A basic beam shot will work if fired vertically down, onto the side of the spike."
1807+
],
1808+
"devNote": [
1809+
"Power Bombs is handled by another strat."
1810+
]
1811+
},
17381812
{
17391813
"link": [9, 1],
17401814
"name": "G-Mode, Collect the Item and Go Down Blind",
@@ -1799,6 +1873,15 @@
17991873
{"or": [
18001874
"canOffScreenMovement",
18011875
{"heatFrames": 200}
1876+
]},
1877+
{"or": [
1878+
{"and": [
1879+
"canInsaneJump",
1880+
{"heatFrames": 60}
1881+
]},
1882+
{"obstaclesCleared": ["E"]},
1883+
{"hibashiHits": 1},
1884+
{"ammo": {"type": "PowerBomb", "count": 1}}
18021885
]}
18031886
],
18041887
"collectsItems": [3],
@@ -1807,7 +1890,33 @@
18071890
"Exit G-mode while on the item pedestal, while off-camera, then return to the right through the Dessgeegas that can't damage Samus off-screen.",
18081891
"It is possible to use a Power Bomb and quickly exiting G-mode to have the bomb block broken on exit,",
18091892
"but this will also partially break the Power Bomb blocks and could make exit traversal less straightforward."
1810-
]
1893+
],
1894+
"devNote": "FIXME: The Hibashi doesn't need a 4th PB in the power bomb case."
1895+
},
1896+
{
1897+
"link": [9, 2],
1898+
"name": "G-Mode, Blind Temporary Blue and Speedball",
1899+
"requires": [
1900+
"canEnterGMode",
1901+
"h_heatProof",
1902+
"canOffScreenMovement",
1903+
{"getBlueSpeed": {"usedTiles": 20, "steepDownTiles": 4, "openEnd": 1}},
1904+
"canChainTemporaryBlue",
1905+
"canTrickyJump",
1906+
"canSpeedball",
1907+
{"or": [
1908+
"canInsaneJump",
1909+
"SpringBall",
1910+
{"ammo": {"type": "PowerBomb", "count": 1}},
1911+
{"hibashiHits": 1},
1912+
{"obstaclesCleared": ["E"]}
1913+
]}
1914+
],
1915+
"collectsItems": [3],
1916+
"clearsObstacles": ["B"],
1917+
"note": [
1918+
"Use Speedbooster to break the bomb block near the item to collect it and then again to speedball back to the door."
1919+
]
18111920
},
18121921
{
18131922
"link": [9, 7],

0 commit comments

Comments
 (0)