Files
pyfa/eos/effects/effect896.py
2019-03-16 14:08:20 -04:00

12 lines
392 B
Python

# covertOpsCpuBonus1
#
# Used by:
# Ships from group: Stealth Bomber (4 of 5)
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
type = "passive"
def handler(fit, container, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Cloaking Device",
"cpu", container.getModifiedItemAttr("cloakingCpuNeedBonus"))