Skip to content

Commit 06f8951

Browse files
committed
Adjust movement and elevator heat
1 parent 6edb077 commit 06f8951

1 file changed

Lines changed: 5 additions & 24 deletions

File tree

region/lowernorfair/east/Main Hall.json

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -139,25 +139,7 @@
139139
"comeInWithRMode": {}
140140
},
141141
"requires": [
142-
"h_navigateHeatRooms",
143142
{"or": [
144-
{"and": [
145-
{"or": [
146-
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 3}},
147-
{"and": ["Ice", "Wave"]},
148-
{"enemyKill": {"enemies": [["Dragon", "Dragon"]], "explicitWeapons": ["Wave+Plasma"]}}
149-
]},
150-
{"heatFrames": 900}
151-
]},
152-
{"and": [
153-
"canCarefulJump",
154-
{"or": [
155-
{"enemyDamage": {"enemy": "Dragon", "type": "fireball", "hits": 2}},
156-
"Ice",
157-
{"enemyKill": {"enemies": [["Dragon", "Dragon"]], "explicitWeapons": ["Super", "Plasma"]}}
158-
]},
159-
{"heatFrames": 700}
160-
]},
161143
{"and": [
162144
"canTrickyJump",
163145
{"heatFrames": 570}
@@ -198,7 +180,7 @@
198180
{"canShineCharge": {"usedTiles": 24, "openEnd": 1}},
199181
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
200182
"canRModeSparkInterrupt",
201-
{"heatFrames": 240}
183+
{"heatFrames": 80}
202184
],
203185
"flashSuitChecked": true,
204186
"blueSuitChecked": true,
@@ -499,15 +481,14 @@
499481
{"canShineCharge": {"usedTiles": 24, "openEnd": 1}},
500482
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
501483
"canRModeSparkInterrupt",
502-
{"heatFrames": 240}
484+
{"heatFrames": 80}
503485
],
504486
"flashSuitChecked": true,
505487
"blueSuitChecked": true,
506488
"note": [
507-
"Cross to the center platform to get to the shinecharge runway. Any Dragons you kill",
508-
"along the way, you can try to collect their drops with Grapple Beam instead of risking",
509-
"the acid. Keep one Dragon to the left of the elevator to use their fireball for interrupt.",
510-
"Or you can also use a heat interrupt."
489+
"Cross to the center platform to get to the shinecharge runway. Of the two Dragons left",
490+
"of the elevator, farm the left one and to use the right one's fireball to interrupt while",
491+
"at the leftmost side of the of the center runway. Or you can also use a heat interrupt."
511492
]
512493
},
513494
{

0 commit comments

Comments
 (0)