Files
pyfa/eos/effects/elitebonuslogisticshieldtransfercapneed2.py
2015-11-27 01:18:32 -05:00

9 lines
346 B
Python

# eliteBonusLogisticShieldTransferCapNeed2
#
# Used by:
# Ship: Scimitar
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Shield Booster",
"capacitorNeed", ship.getModifiedItemAttr("eliteBonusLogistics2"), skill="Logistics Cruisers")