|
938 | 938 | {"or": [ |
939 | 939 | "h_EverestMorphTunnelExpanded", |
940 | 940 | "h_artificialMorphPowerBomb", |
941 | | - {"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}, |
942 | | - {"haveBlueSuit": {}} |
| 941 | + {"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}} |
943 | 942 | ]} |
944 | 943 | ], |
945 | 944 | "flashSuitChecked": true, |
|
4729 | 4728 | "requires": [ |
4730 | 4729 | "h_storedSpark", |
4731 | 4730 | {"or": [ |
4732 | | - {"shinespark": {"frames": 44, "excessFrames": 6}}, |
| 4731 | + {"shinespark": {"frames": 43, "excessFrames": 6}}, |
4733 | 4732 | {"and": [ |
4734 | 4733 | "HiJump", |
4735 | 4734 | {"shinespark": {"frames": 40, "excessFrames": 5}} |
|
5656 | 5655 | "link": [9, 1], |
5657 | 5656 | "name": "Use Stored Spark", |
5658 | 5657 | "requires": [ |
5659 | | - {"disableEquipment": "HiJump"}, |
5660 | 5658 | "h_storedSpark", |
5661 | | - {"shinespark": {"frames": 41, "excessFrames": 8}} |
| 5659 | + {"shinespark": {"frames": 23, "excessFrames": 3}} |
5662 | 5660 | ], |
5663 | 5661 | "flashSuitChecked": true, |
5664 | 5662 | "blueSuitChecked": true, |
5665 | | - "note": "Jump without HiJump, then spark towards the door.", |
5666 | | - "devNote": "FIXME: It is possible but very precise to spark through the door with a hero shot." |
| 5663 | + "note": "Jump to the left, then spark towards the door; some energy can be saved by diagonal sparking." |
| 5664 | + }, |
| 5665 | + { |
| 5666 | + "link": [9, 1], |
| 5667 | + "name": "Use Stored Spark Hero Shot", |
| 5668 | + "requires": [ |
| 5669 | + "h_storedSpark", |
| 5670 | + "canHeroShot", |
| 5671 | + "canShinechargeMovementTricky", |
| 5672 | + {"shinespark": {"frames": 57, "excessFrames": 0}} |
| 5673 | + ], |
| 5674 | + "exitCondition": { |
| 5675 | + "leaveWithSpark": {} |
| 5676 | + }, |
| 5677 | + "unlocksDoors": [{"types": ["ammo"], "requires": ["never"]}], |
| 5678 | + "flashSuitChecked": true, |
| 5679 | + "blueSuitChecked": true |
5667 | 5680 | }, |
5668 | 5681 | { |
5669 | 5682 | "id": 179, |
|
5677 | 5690 | "blueSuitChecked": true |
5678 | 5691 | }, |
5679 | 5692 | { |
5680 | | - "id": 238, |
5681 | 5693 | "link": [9, 4], |
5682 | | - "name": "Use Stored Spark", |
| 5694 | + "name": "Use Stored Spark Hero Shot", |
5683 | 5695 | "requires": [ |
5684 | | - "canDisableEquipment", |
5685 | 5696 | "h_storedSpark", |
5686 | | - {"shinespark": {"frames": 72, "excessFrames": 7}} |
| 5697 | + "canHeroShot", |
| 5698 | + "canShinechargeMovementTricky", |
| 5699 | + "canInsaneJump", |
| 5700 | + {"shinespark": {"frames": 80, "excessFrames": 0}} |
5687 | 5701 | ], |
| 5702 | + "exitCondition": { |
| 5703 | + "leaveWithSpark": { |
| 5704 | + "position": "bottom" |
| 5705 | + } |
| 5706 | + }, |
| 5707 | + "unlocksDoors": [{"types": ["ammo"], "requires": ["never"]}], |
5688 | 5708 | "flashSuitChecked": true, |
5689 | | - "blueSuitChecked": true, |
5690 | | - "note": "Jump without HiJump, then spark towards the door.", |
5691 | | - "devNote": "FIXME: It is possible but very precise to spark through the door with a hero shot." |
| 5709 | + "blueSuitChecked": true |
5692 | 5710 | }, |
5693 | 5711 | { |
5694 | 5712 | "id": 180, |
|
5881 | 5899 | { |
5882 | 5900 | "id": 188, |
5883 | 5901 | "link": [9, 11], |
5884 | | - "name": "Suitless Bootless Jump", |
| 5902 | + "name": "Suitless Jump", |
5885 | 5903 | "requires": [ |
5886 | 5904 | "canSuitlessMaridia", |
5887 | 5905 | {"disableEquipment": "Gravity"}, |
5888 | | - {"disableEquipment": "HiJump"} |
| 5906 | + {"or": [ |
| 5907 | + {"disableEquipment": "HiJump"}, |
| 5908 | + "canFlatleyJump" |
| 5909 | + ]} |
5889 | 5910 | ], |
5890 | 5911 | "flashSuitChecked": true, |
5891 | 5912 | "blueSuitChecked": true, |
|
0 commit comments