|
139 | 139 | "comeInWithRMode": {} |
140 | 140 | }, |
141 | 141 | "requires": [ |
142 | | - "h_navigateHeatRooms", |
143 | 142 | {"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 | | - ]}, |
161 | 143 | {"and": [ |
162 | 144 | "canTrickyJump", |
163 | 145 | {"heatFrames": 570} |
|
198 | 180 | {"canShineCharge": {"usedTiles": 24, "openEnd": 1}}, |
199 | 181 | {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
200 | 182 | "canRModeSparkInterrupt", |
201 | | - {"heatFrames": 240} |
| 183 | + {"heatFrames": 80} |
202 | 184 | ], |
203 | 185 | "flashSuitChecked": true, |
204 | 186 | "blueSuitChecked": true, |
|
499 | 481 | {"canShineCharge": {"usedTiles": 24, "openEnd": 1}}, |
500 | 482 | {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
501 | 483 | "canRModeSparkInterrupt", |
502 | | - {"heatFrames": 240} |
| 484 | + {"heatFrames": 80} |
503 | 485 | ], |
504 | 486 | "flashSuitChecked": true, |
505 | 487 | "blueSuitChecked": true, |
506 | 488 | "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." |
511 | 492 | ] |
512 | 493 | }, |
513 | 494 | { |
|
0 commit comments