Skip to content

Commit bb364f9

Browse files
committed
G-Mode: Wasteland
1 parent 3a8b68c commit bb364f9

1 file changed

Lines changed: 165 additions & 1 deletion

File tree

region/lowernorfair/east/Wasteland.json

Lines changed: 165 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@
108108
[0, 1, 0, 0, 0, 0],
109109
[0, 1, 0, 0, 0, 0]
110110
]
111+
},
112+
{
113+
"id": 9,
114+
"name": "G-Mode Morph Junction Left of Morph Tunnel (Off-Camera)",
115+
"nodeType": "junction",
116+
"nodeSubType": "g-mode",
117+
"mapTileMask": [
118+
[1, 1, 2, 2, 1, 1],
119+
[0, 1, 0, 0, 0, 0],
120+
[0, 1, 0, 0, 0, 0]
121+
],
122+
"note": "Represents being left of the morph tunnel with G-Mode and morph or artificial morph"
111123
}
112124
],
113125
"obstacles": [
@@ -169,7 +181,8 @@
169181
"from": 2,
170182
"to": [
171183
{"id": 2},
172-
{"id": 8}
184+
{"id": 8},
185+
{"id": 9}
173186
]
174187
},
175188
{
@@ -225,6 +238,14 @@
225238
{"id": 7},
226239
{"id": 8}
227240
]
241+
},
242+
{
243+
"from": 9,
244+
"to": [
245+
{"id": 1},
246+
{"id": 2},
247+
{"id": 7}
248+
]
228249
}
229250
],
230251
"strats": [
@@ -349,6 +370,27 @@
349370
],
350371
"devNote": "FIXME: Heat count assumes the Kzan is blocking your path."
351372
},
373+
{
374+
"link": [1, 5],
375+
"name": "G-Mode",
376+
"entranceCondition": {
377+
"comeInWithGMode": {
378+
"mode": "any",
379+
"morphed": false
380+
}
381+
},
382+
"requires": [
383+
"h_heatedGMode",
384+
"h_canUsePowerBombs"
385+
],
386+
"flashSuitChecked": true,
387+
"note": "Climb the room and place a Power Bomb near the top before exiting G-mode.",
388+
"devNote": [
389+
"It is possible to do this with artificial morph, but progressing anywhere else in the room requires Morph.",
390+
"FIXME: It looks like the heat frames going up from 5 don't take into account that the Power Bomb blocks could already be broken."
391+
],
392+
"clearsObstacles": ["A", "B"]
393+
},
352394
{
353395
"id": 9,
354396
"link": [1, 6],
@@ -450,6 +492,25 @@
450492
{"heatFrames": 50}
451493
]
452494
},
495+
{
496+
"link": [2, 9],
497+
"name": "G-Mode, Simple Blind Movement",
498+
"entranceCondition": {
499+
"comeInWithGMode": {
500+
"mode": "any",
501+
"morphed": true
502+
}
503+
},
504+
"requires": [
505+
"h_canArtificialMorphMovement"
506+
],
507+
"flashSuitChecked": true,
508+
"note": "Get into the cove next to the bomb block and carefully wiggle in that camera scroll block to overload PLMs and move to the item to the left.",
509+
"devNote": [
510+
"It is possible to damage boost off of the Hibashi instead of requiring artificial morph movement,",
511+
"but there is no known way to get here with Energy and artificial morph (a Power Bomb will solidify the bomb block)."
512+
]
513+
},
453514
{
454515
"id": 16,
455516
"link": [3, 3],
@@ -1670,6 +1731,109 @@
16701731
"devNote": [
16711732
"FIXME: This can have a side effect of damaging the Bomb block which is not modelled."
16721733
]
1734+
},
1735+
{
1736+
"link": [9, 1],
1737+
"name": "G-Mode, Collect the Item and Go Down Blind",
1738+
"requires": [
1739+
"h_heatedGMode",
1740+
"canOffScreenMovement",
1741+
"h_canUsePowerBombs",
1742+
{"or": [
1743+
"canTrickyGMode",
1744+
{"spikeHits": 1}
1745+
]},
1746+
{"heatFrames": 550}
1747+
],
1748+
"collectsItems": [3],
1749+
"flashSuitChecked": true,
1750+
"note": [
1751+
"Exit G-mode while on the item pedestal, while off-camera, then return to the right through the Dessgeega that can't damage Samus off-screen.",
1752+
"Use a Power Bomb and fall down the spiky shaft and get to the door. Avoiding a spike hit is possible but tricky."
1753+
],
1754+
"devNote": "FIXME: Strats could be added on remote acquire strats that use the item for the escape, such as Morph, explosives, or an E-Tank."
1755+
},
1756+
{
1757+
"link": [9, 1],
1758+
"name": "G-Mode, Go Down Blind",
1759+
"requires": [
1760+
"h_heatedGMode",
1761+
"canOffScreenMovement",
1762+
"h_canArtificialMorphPowerBomb",
1763+
{"or": [
1764+
"h_canArtificialMorphMovement",
1765+
{"heatFrames": 100}
1766+
]},
1767+
{"or": [
1768+
"canTrickyGMode",
1769+
{"spikeHits": 1}
1770+
]},
1771+
{"heatFrames": 350}
1772+
],
1773+
"flashSuitChecked": true,
1774+
"note": [
1775+
"With a way to move while morphed, use a Power Bomb while on the Power Bomb blocks and quickly exit G-mode.",
1776+
"Otherwise, do so to the right of the Power Bomb blocks, quickly exit G-mode, and jump up and over to fall through the blocks.",
1777+
"Fall down the spiky shaft and get to the door. Avoiding a spike hit is possible but tricky."
1778+
]
1779+
},
1780+
{
1781+
"link": [9, 2],
1782+
"name": "G-Mode, Collect the Item and Return to the Right",
1783+
"requires": [
1784+
"h_heatedGMode",
1785+
"Morph",
1786+
{"or": [
1787+
{"and": [
1788+
"h_canUseMorphBombs",
1789+
{"heatFrames": 1000}
1790+
]},
1791+
{"and": [
1792+
{"heatFrames": 850},
1793+
{"ammo": {"type": "PowerBomb", "count": 3}}
1794+
]}
1795+
]},
1796+
{"or": [
1797+
"canOffScreenMovement",
1798+
{"heatFrames": 200}
1799+
]}
1800+
],
1801+
"collectsItems": [3],
1802+
"flashSuitChecked": true,
1803+
"note": [
1804+
"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.",
1805+
"It is possible to use a Power Bomb and quickly exiting G-mode to have the bomb block broken on exit,",
1806+
"but this will also partially break the Power Bomb blocks and could make exit traversal less straightforward."
1807+
]
1808+
},
1809+
{
1810+
"link": [9, 7],
1811+
"name": "G-Mode, Collect the Item and Reset Camera in the Right Morph Tunnel",
1812+
"requires": [
1813+
"h_heatedGMode",
1814+
"Morph",
1815+
{"or": [
1816+
{"and": [
1817+
"h_canUseMorphBombs",
1818+
{"heatFrames": 800}
1819+
]},
1820+
{"and": [
1821+
{"heatFrames": 700},
1822+
{"ammo": {"type": "PowerBomb", "count": 2}}
1823+
]}
1824+
]},
1825+
{"or": [
1826+
"canOffScreenMovement",
1827+
{"heatFrames": 200}
1828+
]}
1829+
],
1830+
"collectsItems": [3],
1831+
"flashSuitChecked": true,
1832+
"note": [
1833+
"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.",
1834+
"It is possible to use a Power Bomb and quickly exiting G-mode to have the bomb block broken on exit,",
1835+
"but this will also partially break the Power Bomb blocks and could make exit traversal less straightforward."
1836+
]
16731837
}
16741838
],
16751839
"notables": [

0 commit comments

Comments
 (0)