|
1611 | 1611 | {"tech": "canRModeCrystalFlashInterrupt"}, |
1612 | 1612 | {"resourceAtMost": [{"type": "RegularEnergy", "count": 50}]}, |
1613 | 1613 | {"resourceAtMost": [{"type": "ReserveEnergy", "count": 0}]}, |
1614 | | - {"disableEquipment": "ETank"}, |
| 1614 | + {"or": [ |
| 1615 | + {"disableEquipment": "ETank"}, |
| 1616 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 99}]} |
| 1617 | + ]}, |
1615 | 1618 | "h_artificialMorphPowerBomb", |
1616 | 1619 | {"resourceAvailable": [{"type": "Missile", "count": 10}]}, |
1617 | 1620 | {"resourceAvailable": [{"type": "Super", "count": 10}]}, |
|
1637 | 1640 | "IBJ is not usable for underwater rooms without Gravity." |
1638 | 1641 | ] |
1639 | 1642 | }, |
| 1643 | + { |
| 1644 | + "name": "h_MoreRTanksThanETanks", |
| 1645 | + "requires": [ |
| 1646 | + {"or": [ |
| 1647 | + {"disableEquipment": "ETank"}, |
| 1648 | + {"and": [ |
| 1649 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 99}]}, |
| 1650 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]} |
| 1651 | + ]}, |
| 1652 | + {"and": [ |
| 1653 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 199}]}, |
| 1654 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 200}]} |
| 1655 | + ]}, |
| 1656 | + {"and": [ |
| 1657 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 299}]}, |
| 1658 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 300}]} |
| 1659 | + ]}, |
| 1660 | + {"and": [ |
| 1661 | + {"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 399}]}, |
| 1662 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 400}]} |
| 1663 | + ]} |
| 1664 | + ]} |
| 1665 | + ] |
| 1666 | + }, |
1640 | 1667 | { |
1641 | 1668 | "name": "h_RModeCanRefillReserves", |
1642 | 1669 | "requires": [ |
|
0 commit comments