We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4910201 commit e548711Copy full SHA for e548711
1 file changed
helpers.json
@@ -1644,7 +1644,10 @@
1644
"name": "h_MoreRTanksThanETanks",
1645
"requires": [
1646
{"or": [
1647
- {"disableEquipment": "ETank"},
+ {"and": [
1648
+ {"disableEquipment": "ETank"},
1649
+ {"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]}
1650
+ ]},
1651
{"and": [
1652
{"resourceMaxCapacity": [{"type": "RegularEnergy", "count": 99}]},
1653
{"resourceCapacity": [{"type": "ReserveEnergy", "count": 100}]}
0 commit comments