Skip to content

Commit 9e3da72

Browse files
authored
Merge pull request #1761 from kjbranch/g-setup-heated-1
G-Mode Setups: Upper Norfair East
2 parents 89af4cd + 61cd5c6 commit 9e3da72

12 files changed

Lines changed: 772 additions & 1 deletion

region/norfair/east/Acid Snakes Tunnel.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,23 @@
938938
}
939939
]
940940
},
941+
{
942+
"link": [4, 1],
943+
"name": "G-Mode Setup - Get Hit By Gamet",
944+
"requires": [
945+
{"heatFrames": 290}
946+
],
947+
"exitCondition": {
948+
"leaveWithGModeSetup": {}
949+
},
950+
"flashSuitChecked": true,
951+
"unlocksDoors": [
952+
{
953+
"types": ["ammo"],
954+
"requires": []
955+
}
956+
]
957+
},
941958
{
942959
"id": 35,
943960
"link": [4, 2],
@@ -984,6 +1001,29 @@
9841001
}
9851002
]
9861003
},
1004+
{
1005+
"link": [4, 2],
1006+
"name": "G-Mode Setup - Get Hit By Gamet",
1007+
"requires": [
1008+
{"heatFrames": 440}
1009+
],
1010+
"exitCondition": {
1011+
"leaveWithGModeSetup": {}
1012+
},
1013+
"flashSuitChecked": true,
1014+
"unlocksDoors": [
1015+
{
1016+
"types": ["missiles", "powerbomb"],
1017+
"requires": [
1018+
"never"
1019+
]
1020+
},
1021+
{
1022+
"types": ["super"],
1023+
"requires": []
1024+
}
1025+
]
1026+
},
9871027
{
9881028
"id": 37,
9891029
"link": [4, 3],

region/norfair/east/Bat Cave.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,23 @@
521521
"While waiting for respawn would take additional heat frames, the spawner makes that more or less inconsequential."
522522
]
523523
},
524+
{
525+
"link": [3, 2],
526+
"name": "G-Mode Setup - Get Hit By Gamet",
527+
"requires": [
528+
{"heatFrames": 240}
529+
],
530+
"exitCondition": {
531+
"leaveWithGModeSetup": {}
532+
},
533+
"flashSuitChecked": true,
534+
"unlocksDoors": [
535+
{
536+
"types": ["ammo"],
537+
"requires": []
538+
}
539+
]
540+
},
524541
{
525542
"id": 22,
526543
"link": [3, 3],

region/norfair/east/Cathedral Entrance.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,38 @@
155155
"gModeRegainMobility": {},
156156
"flashSuitChecked": true
157157
},
158+
{
159+
"link": [1, 1],
160+
"name": "G-Mode Setup - Get Hit By Sova",
161+
"entranceCondition": {
162+
"comeInNormally": {}
163+
},
164+
"requires": [
165+
{"or": [
166+
{"heatFrames": 560},
167+
{"and": [
168+
{"ammo": {"type": "Super", "count": 1}},
169+
{"heatFrames": 420}
170+
]}
171+
]}
172+
],
173+
"exitCondition": {
174+
"leaveWithGModeSetup": {}
175+
},
176+
"unlocksDoors": [
177+
{
178+
"types": ["missiles", "super"],
179+
"requires": []
180+
},
181+
{
182+
"types": ["powerbomb"],
183+
"requires": ["never"]
184+
}
185+
],
186+
"flashSuitChecked": true,
187+
"note": "It is possible to use a Super to speed up the Sova. Knocking it off while it is on the overhang above requires rapid switching to get to X-Ray in time.",
188+
"devNote": "Generally, coming from the right works, but that would require modeling the room traversal too."
189+
},
158190
{
159191
"id": 4,
160192
"link": [1, 3],
@@ -269,6 +301,27 @@
269301
"flashSuitChecked": true,
270302
"note": "It takes about 20 seconds for the Sova to reach the door."
271303
},
304+
{
305+
"link": [2, 2],
306+
"name": "G-Mode Setup - Get Hit By Sova",
307+
"entranceCondition": {
308+
"comeInNormally": {}
309+
},
310+
"requires": [
311+
{"heatFrames": 1180}
312+
],
313+
"exitCondition": {
314+
"leaveWithGModeSetup": {}
315+
},
316+
"unlocksDoors": [
317+
{
318+
"types": ["ammo"],
319+
"requires": []
320+
}
321+
],
322+
"flashSuitChecked": true,
323+
"devNote": "Generally, coming from the left works, but that would require modeling the room traversal too."
324+
},
272325
{
273326
"id": 11,
274327
"link": [2, 3],

region/norfair/east/Cathedral.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,37 @@
138138
],
139139
"flashSuitChecked": true
140140
},
141+
{
142+
"link": [1, 1],
143+
"name": "G-Mode Setup - Get Hit By Sova",
144+
"entranceCondition": {
145+
"comeInNormally": {}
146+
},
147+
"requires": [
148+
{"or": [
149+
{"heatFrames": 1000},
150+
{"and": [
151+
{"ammo": {"type": "Super", "count": 1}},
152+
{"heatFrames": 650}
153+
]}
154+
]}
155+
],
156+
"exitCondition": {
157+
"leaveWithGModeSetup": {}
158+
},
159+
"unlocksDoors": [
160+
{
161+
"types": ["missiles", "super"],
162+
"requires": []
163+
},
164+
{
165+
"types": ["powerbomb"],
166+
"requires": [{"heatFrames": 40}]
167+
}
168+
],
169+
"flashSuitChecked": true,
170+
"note": "It is possible to use a Super to speed up the Sova."
171+
},
141172
{
142173
"id": 3,
143174
"link": [1, 2],
@@ -374,6 +405,38 @@
374405
],
375406
"flashSuitChecked": true
376407
},
408+
{
409+
"link": [2, 2],
410+
"name": "G-Mode Setup - Get Hit By Sova",
411+
"entranceCondition": {
412+
"comeInNormally": {}
413+
},
414+
"requires": [
415+
{"or": [
416+
{"heatFrames": 425},
417+
{"and": [
418+
{"ammo": {"type": "Super", "count": 1}},
419+
{"heatFrames": 160}
420+
]}
421+
]}
422+
],
423+
"exitCondition": {
424+
"leaveWithGModeSetup": {}
425+
},
426+
"unlocksDoors": [
427+
{
428+
"types": ["missiles", "super"],
429+
"requires": []
430+
},
431+
{
432+
"types": ["powerbomb"],
433+
"requires": ["never"]
434+
}
435+
],
436+
"flashSuitChecked": true,
437+
"note": "Jump on entry, as the Sova is not global and barely off screen. It is possible to use a Super to speed it up.",
438+
"devNote": "Generally, coming from the left works, but that would require modeling the room traversal too."
439+
},
377440
{
378441
"id": 15,
379442
"link": [2, 4],

0 commit comments

Comments
 (0)