|
301 | 301 | "gModeRegainMobility": {}, |
302 | 302 | "flashSuitChecked": true, |
303 | 303 | "devNote": "This would only be useful to leave in g-mode." |
| 304 | + }, |
| 305 | + { |
| 306 | + "link": [2, 2], |
| 307 | + "name": "R-Mode Crystal Flash Interrupt", |
| 308 | + "entranceCondition": { |
| 309 | + "comeInWithRMode": {}, |
| 310 | + "comesThroughToilet": "no" |
| 311 | + }, |
| 312 | + "requires": [ |
| 313 | + "canRModeCrystalFlashInterrupt", |
| 314 | + {"ammo": {"type": "Missile", "count": 10}}, |
| 315 | + {"not": "f_DefeatedSporeSpawn"}, |
| 316 | + "canRiskPermanentLossOfAccess" |
| 317 | + ], |
| 318 | + "flashSuitChecked": true, |
| 319 | + "note": [ |
| 320 | + "Crystal Flash on the left side of the room when Spore Spawn starts moving, or on the right side when it is in the top right of its swoop." |
| 321 | + ] |
| 322 | + }, |
| 323 | + { |
| 324 | + "link": [2, 2], |
| 325 | + "name": "Direct G-mode Morph, Crystal Flash Interrupt", |
| 326 | + "entranceCondition": { |
| 327 | + "comeInWithGMode": { |
| 328 | + "mode": "direct", |
| 329 | + "morphed": true |
| 330 | + }, |
| 331 | + "comesThroughToilet": "no" |
| 332 | + }, |
| 333 | + "requires": [ |
| 334 | + "h_artificialMorphRModeCrystalFlashInterrupt", |
| 335 | + {"ammo": {"type": "Missile", "count": 10}}, |
| 336 | + {"not": "f_DefeatedSporeSpawn"}, |
| 337 | + "canRiskPermanentLossOfAccess" |
| 338 | + ], |
| 339 | + "flashSuitChecked": true, |
| 340 | + "note": [ |
| 341 | + "Crystal Flash on the left side of the room when Spore Spawn starts moving, or on the right side when it is in the top right of its swoop." |
| 342 | + ], |
| 343 | + "devNote": "With an immobile entry, the note will be wrong, but the timing is pretty lenient and easy to deduce." |
304 | 344 | } |
305 | 345 | ], |
306 | 346 | "notables": [ |
|
0 commit comments