11 lines
333 B
Python
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"))
|