|
78 | 78 | "id": "A", |
79 | 79 | "name": "Blue Gate", |
80 | 80 | "obstacleType": "inanimate" |
| 81 | + }, |
| 82 | + { |
| 83 | + "id": "R-Mode", |
| 84 | + "name": "Entered with R-Mode", |
| 85 | + "obstacleType": "abstract" |
81 | 86 | } |
82 | 87 | ], |
83 | 88 | "enemies": [ |
|
164 | 169 | "link": [1, 1], |
165 | 170 | "name": "Crystal Flash", |
166 | 171 | "requires": [ |
| 172 | + {"obstaclesNotCleared": ["R-Mode"]}, |
167 | 173 | "h_heatedCrystalFlash" |
168 | 174 | ], |
169 | 175 | "flashSuitChecked": true |
170 | 176 | }, |
| 177 | + { |
| 178 | + "link": [1, 1], |
| 179 | + "name": "R-Mode Entry", |
| 180 | + "entranceCondition": { |
| 181 | + "comeInWithRMode": {} |
| 182 | + }, |
| 183 | + "requires": [], |
| 184 | + "flashSuitChecked": true, |
| 185 | + "blueSuitChecked": true, |
| 186 | + "clearsObstacles": ["R-Mode"] |
| 187 | + }, |
171 | 188 | { |
172 | 189 | "id": 3, |
173 | 190 | "link": [1, 2], |
|
481 | 498 | }, |
482 | 499 | "flashSuitChecked": true |
483 | 500 | }, |
| 501 | + { |
| 502 | + "link": [2, 2], |
| 503 | + "name": "R-Mode Entry", |
| 504 | + "entranceCondition": { |
| 505 | + "comeInWithRMode": {} |
| 506 | + }, |
| 507 | + "requires": [], |
| 508 | + "flashSuitChecked": true, |
| 509 | + "blueSuitChecked": true, |
| 510 | + "clearsObstacles": ["R-Mode"] |
| 511 | + }, |
484 | 512 | { |
485 | 513 | "id": 54, |
486 | 514 | "link": [2, 3], |
|
963 | 991 | "link": [3, 3], |
964 | 992 | "name": "Crystal Flash", |
965 | 993 | "requires": [ |
| 994 | + {"obstaclesNotCleared": ["R-Mode"]}, |
966 | 995 | "h_heatedCrystalFlash" |
967 | 996 | ], |
968 | 997 | "flashSuitChecked": true |
969 | 998 | }, |
| 999 | + { |
| 1000 | + "link": [3, 3], |
| 1001 | + "name": "R-Mode Entry", |
| 1002 | + "entranceCondition": { |
| 1003 | + "comeInWithRMode": {} |
| 1004 | + }, |
| 1005 | + "requires": [], |
| 1006 | + "flashSuitChecked": true, |
| 1007 | + "blueSuitChecked": true, |
| 1008 | + "clearsObstacles": ["R-Mode"] |
| 1009 | + }, |
970 | 1010 | { |
971 | 1011 | "id": 30, |
972 | 1012 | "link": [3, 4], |
|
1346 | 1386 | "Without leniency, this can be done with about 235 heatFrames." |
1347 | 1387 | ] |
1348 | 1388 | }, |
| 1389 | + { |
| 1390 | + "link": [5, 5], |
| 1391 | + "name": "Frozen Gamet Runway, R-Mode Spark Interrupt", |
| 1392 | + "requires": [ |
| 1393 | + {"obstaclesCleared": ["R-Mode"]}, |
| 1394 | + {"heatFrames": 60}, |
| 1395 | + {"refill": ["Energy"]}, |
| 1396 | + {"enemyKill": {"enemies": [["Fune"]]}}, |
| 1397 | + "h_trickyFrozenEnemyRunway", |
| 1398 | + {"canShineCharge": {"usedTiles": 17, "openEnd": 1}}, |
| 1399 | + {"autoReserveTrigger": {}}, |
| 1400 | + "canRModeSparkInterrupt" |
| 1401 | + ], |
| 1402 | + "resetsObstacles": ["R-Mode"], |
| 1403 | + "flashSuitChecked": true, |
| 1404 | + "blueSuitChecked": true, |
| 1405 | + "note": [ |
| 1406 | + "Fill up on the Gamets and kill the Fune to the right. Freeze a Gamet in perfect pixel position to bridge the runway between the center platform and right ledge.", |
| 1407 | + "Run across and shinecharge, then use a Gamet to interrupt." |
| 1408 | + ] |
| 1409 | + }, |
1349 | 1410 | { |
1350 | 1411 | "id": 61, |
1351 | 1412 | "link": [5, 5], |
|
0 commit comments