|
1738 | 1738 | } |
1739 | 1739 | } |
1740 | 1740 | }, |
1741 | | - { |
1742 | | - "id": 52, |
1743 | | - "link": [2, 2], |
1744 | | - "name": "Stutter Water Shinecharge, Leave with Spark", |
1745 | | - "entranceCondition": { |
1746 | | - "comeInRunning": { |
1747 | | - "speedBooster": true, |
1748 | | - "minTiles": 2.4375 |
1749 | | - } |
1750 | | - }, |
1751 | | - "requires": [ |
1752 | | - "canStutterWaterShineCharge", |
1753 | | - "canShinechargeMovementComplex", |
1754 | | - "h_shinechargeMaxRunway", |
1755 | | - {"or": [ |
1756 | | - {"enemyDamage": {"enemy": "Mochtroid", "type": "contact", "hits": 2}}, |
1757 | | - {"and": [ |
1758 | | - "canDodgeWhileShooting", |
1759 | | - {"or": [ |
1760 | | - "Wave", |
1761 | | - "Spazer", |
1762 | | - "Plasma", |
1763 | | - {"ammo": {"type": "Missile", "count": 1}}, |
1764 | | - {"ammo": {"type": "Super", "count": 1}} |
1765 | | - ]} |
1766 | | - ]} |
1767 | | - ]}, |
1768 | | - {"or": [ |
1769 | | - {"shinespark": {"frames": 12}}, |
1770 | | - {"and": [ |
1771 | | - "canShinechargeMovementTricky", |
1772 | | - {"shinespark": {"frames": 3}} |
1773 | | - ]} |
1774 | | - ]} |
1775 | | - ], |
1776 | | - "exitCondition": { |
1777 | | - "leaveWithSpark": {} |
1778 | | - }, |
1779 | | - "unlocksDoors": [ |
1780 | | - {"types": ["missiles", "super"], "requires": []}, |
1781 | | - {"types": ["powerbomb"], "requires": ["never"]} |
1782 | | - ], |
1783 | | - "note": "Enter the room with a careful amount of momentum where Samus must spend extra time slowing down during the stutter, but must not have much run speed." |
1784 | | - }, |
1785 | 1741 | { |
1786 | 1742 | "id": 53, |
1787 | 1743 | "link": [2, 2], |
|
4251 | 4207 | "requires": [ |
4252 | 4208 | {"shineChargeFrames": 50}, |
4253 | 4209 | "canShinechargeMovementComplex", |
4254 | | - {"shinespark": {"frames": 12}} |
| 4210 | + {"or": [ |
| 4211 | + {"shinespark": {"frames": 12}}, |
| 4212 | + {"and": [ |
| 4213 | + "canShinechargeMovementTricky", |
| 4214 | + {"shinespark": {"frames": 3}} |
| 4215 | + ]} |
| 4216 | + ]} |
4255 | 4217 | ], |
4256 | 4218 | "exitCondition": { |
4257 | 4219 | "leaveWithSpark": {} |
|
0 commit comments