Files
pyfa/eos/effects/elitebonuslogisticshieldtransfercapneed1.py

12 lines
363 B
Python

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