Files
pyfa/eos/effects/shieldtransportcpuneedbonuseffect.py
2016-11-20 15:37:55 -05:00

11 lines
333 B
Python

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