Files
pyfa/eos/effects/shieldtransportcpuneedbonuseffect.py
2018-12-10 15:08:52 +03:00

11 lines
333 B
Python

# shieldTransportCpuNeedBonusEffect
#
# Used by:
# Ships from group: Logistics (3 of 7)
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"), "cpu",
src.getModifiedItemAttr("shieldTransportCpuNeedBonus"))