Files
pyfa/eos/effects/effect1183.py
2019-03-16 14:08:20 -04:00

13 lines
403 B
Python

# eliteBonusLogisticEnergyTransferCapNeed2
#
# Used by:
# Ship: Basilisk
# Ship: Etana
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Capacitor Transmitter",
"capacitorNeed", ship.getModifiedItemAttr("eliteBonusLogistics2"),
skill="Logistics Cruisers")