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

11 lines
349 B
Python

# eliteBonusLogisticShieldTransferCapNeed2
#
# Used by:
# Ship: Scimitar
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"), "capacitorNeed",
src.getModifiedItemAttr("eliteBonusLogistics2"), skill="Logistics Cruisers")