|
121 | 121 | "flashSuitChecked": true, |
122 | 122 | "devNote": "It is also possible to use the full runway if Phantoon is alive." |
123 | 123 | }, |
| 124 | + { |
| 125 | + "link": [1, 1], |
| 126 | + "name": "Come in Shinecharging, Crystal Spark", |
| 127 | + "entranceCondition": { |
| 128 | + "comeInShinecharging": { |
| 129 | + "length": 12, |
| 130 | + "openEnd": 0 |
| 131 | + }, |
| 132 | + "comesInHeated": "no" |
| 133 | + }, |
| 134 | + "requires": [ |
| 135 | + "h_CrystalSpark" |
| 136 | + ], |
| 137 | + "flashSuitChecked": true, |
| 138 | + "blueSuitChecked": true, |
| 139 | + "devNote": ["FIXME: This needs the item to be either collected or not spawned."] |
| 140 | + }, |
124 | 141 | { |
125 | 142 | "id": 4, |
126 | 143 | "link": [1, 2], |
|
537 | 554 | "flashSuitChecked": true, |
538 | 555 | "devNote": "It is also possible to use the full runway if Phantoon is alive." |
539 | 556 | }, |
| 557 | + { |
| 558 | + "link": [2, 2], |
| 559 | + "name": "Come in Shinecharging, Crystal Spark", |
| 560 | + "entranceCondition": { |
| 561 | + "comeInShinecharging": { |
| 562 | + "length": 12, |
| 563 | + "openEnd": 0 |
| 564 | + }, |
| 565 | + "comesInHeated": "no" |
| 566 | + }, |
| 567 | + "requires": [ |
| 568 | + "h_CrystalSpark" |
| 569 | + ], |
| 570 | + "flashSuitChecked": true, |
| 571 | + "blueSuitChecked": true, |
| 572 | + "devNote": ["FIXME: This needs the item to be either collected or not spawned."] |
| 573 | + }, |
540 | 574 | { |
541 | 575 | "id": 25, |
542 | 576 | "link": [2, 3], |
|
557 | 591 | "name": "Base", |
558 | 592 | "requires": [], |
559 | 593 | "flashSuitChecked": true |
| 594 | + }, |
| 595 | + { |
| 596 | + "link": [3, 3], |
| 597 | + "name": "Crystal Spark (In-Room)", |
| 598 | + "requires": [ |
| 599 | + {"or": [ |
| 600 | + {"canShineCharge": {"usedTiles": 12, "openEnd": 0}}, |
| 601 | + {"and": [ |
| 602 | + {"or": [ |
| 603 | + {"doorUnlockedAtNode": 1}, |
| 604 | + {"doorUnlockedAtNode": 2} |
| 605 | + ]}, |
| 606 | + {"canShineCharge": {"usedTiles": 13, "openEnd": 0}} |
| 607 | + ]}, |
| 608 | + {"and": [ |
| 609 | + {"doorUnlockedAtNode": 1}, |
| 610 | + {"doorUnlockedAtNode": 2}, |
| 611 | + {"canShineCharge": {"usedTiles": 14, "openEnd": 0}} |
| 612 | + ]} |
| 613 | + ]}, |
| 614 | + "h_CrystalSpark" |
| 615 | + ], |
| 616 | + "unlocksDoors": [ |
| 617 | + {"nodeId": 1, "types": ["ammo"], "requires": []}, |
| 618 | + {"nodeId": 2, "types": ["ammo"], "requires": []} |
| 619 | + ], |
| 620 | + "flashSuitChecked": true, |
| 621 | + "blueSuitChecked": true, |
| 622 | + "devNote": ["FIXME: This needs the item to be either collected or not spawned."] |
560 | 623 | } |
561 | 624 | ], |
562 | 625 | "notables": [], |
|
0 commit comments