|
279 | 279 | "clearsObstacles": ["A"], |
280 | 280 | "flashSuitChecked": true |
281 | 281 | }, |
| 282 | + { |
| 283 | + "link": [1, 2], |
| 284 | + "name": "Gain Flash Suit (Spikesuit)", |
| 285 | + "requires": [ |
| 286 | + "h_heatProof", |
| 287 | + {"or": [ |
| 288 | + {"and": [ |
| 289 | + "h_shinechargeMaxRunway", |
| 290 | + {"obstaclesNotCleared": ["A"]} |
| 291 | + ]}, |
| 292 | + {"canShineCharge": {"usedTiles": 14, "openEnd": 1}} |
| 293 | + ]}, |
| 294 | + {"or": [ |
| 295 | + {"and": [ |
| 296 | + "canComplexCarryFlashSuit", |
| 297 | + "can4HighMidAirMorph" |
| 298 | + ]}, |
| 299 | + "canWallJumpInstantMorph" |
| 300 | + ]}, |
| 301 | + {"spikeHits": 1}, |
| 302 | + "h_spikeSuitSpikeHitLeniency", |
| 303 | + "canSpikeSuit", |
| 304 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 305 | + ], |
| 306 | + "clearsObstacles": ["A"], |
| 307 | + "flashSuitChecked": true |
| 308 | + }, |
282 | 309 | { |
283 | 310 | "id": 8, |
284 | 311 | "link": [1, 2], |
|
658 | 685 | "FIXME: this may not be possible if the lava is rising (with Speed Booster and the flag not yet set)." |
659 | 686 | ] |
660 | 687 | }, |
| 688 | + { |
| 689 | + "link": [2, 1], |
| 690 | + "name": "Gain Flash Suit (Spikesuit)", |
| 691 | + "requires": [ |
| 692 | + "h_heatProof", |
| 693 | + {"obstaclesNotCleared": ["A"]}, |
| 694 | + {"canShineCharge": {"usedTiles": 17, "openEnd": 1}}, |
| 695 | + {"or": [ |
| 696 | + {"and": [ |
| 697 | + "canComplexCarryFlashSuit", |
| 698 | + "can4HighMidAirMorph" |
| 699 | + ]}, |
| 700 | + "canWallJumpInstantMorph" |
| 701 | + ]}, |
| 702 | + {"spikeHits": 1}, |
| 703 | + "h_spikeSuitSpikeHitLeniency", |
| 704 | + "canSpikeSuit", |
| 705 | + {"shinespark": {"frames": 1, "excessFrames": 1}} |
| 706 | + ], |
| 707 | + "clearsObstacles": ["A"], |
| 708 | + "note": [ |
| 709 | + "Shortcharging and stopping between the crumbles should allow for 3 attemps before the room needs to be reset or a shorter shortcharge is the only option." |
| 710 | + ], |
| 711 | + "devNote": "FIXME: This may not be possible if the lava is rising (with Speed Booster and the flag not yet set).", |
| 712 | + "flashSuitChecked": true |
| 713 | + }, |
661 | 714 | { |
662 | 715 | "id": 19, |
663 | 716 | "link": [2, 1], |
|
0 commit comments