Files
pyfa/eos/effects/shieldtransportcpuneedbonuseffect.py
2016-05-23 23:22:44 -04:00

8 lines
297 B
Python

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