|
1642 | 1642 | {"tech": "canRModeCrystalFlashInterrupt"}, |
1643 | 1643 | {"resourceAtMost": [{"type": "RegularEnergy", "count": 50}]}, |
1644 | 1644 | {"resourceAtMost": [{"type": "ReserveEnergy", "count": 0}]}, |
1645 | | - {"disableEquipment": "ETank"}, |
| 1645 | + {"or": [ |
| 1646 | + {"disableEquipment": "ETank"}, |
| 1647 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 99}]} |
| 1648 | + ]}, |
1646 | 1649 | "h_artificialMorphPowerBomb", |
1647 | 1650 | {"resourceAvailable": [{"type": "Missile", "count": 10}]}, |
1648 | 1651 | {"resourceAvailable": [{"type": "Super", "count": 10}]}, |
|
1677 | 1680 | "IBJ is not usable for underwater rooms without Gravity." |
1678 | 1681 | ] |
1679 | 1682 | }, |
| 1683 | + { |
| 1684 | + "name": "h_MoreRTanksThanETanks", |
| 1685 | + "requires": [ |
| 1686 | + {"or": [ |
| 1687 | + {"and": [ |
| 1688 | + {"disableEquipment": "ETank"}, |
| 1689 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]} |
| 1690 | + ]}, |
| 1691 | + {"and": [ |
| 1692 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 99}]}, |
| 1693 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]} |
| 1694 | + ]}, |
| 1695 | + {"and": [ |
| 1696 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 199}]}, |
| 1697 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 200}]} |
| 1698 | + ]}, |
| 1699 | + {"and": [ |
| 1700 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 299}]}, |
| 1701 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 300}]} |
| 1702 | + ]}, |
| 1703 | + {"and": [ |
| 1704 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 399}]}, |
| 1705 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 400}]} |
| 1706 | + ]} |
| 1707 | + ]} |
| 1708 | + ] |
| 1709 | + }, |
1680 | 1710 | { |
1681 | 1711 | "name": "h_RModeCanRefillReserves", |
1682 | 1712 | "requires": [ |
|
0 commit comments