11 lines
353 B
Python
11 lines
353 B
Python
# covertCynoCpuPenalty
|
|
#
|
|
# Used by:
|
|
# Subsystems from group: Defensive Systems (8 of 12)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Cynosural Field Theory"),
|
|
"covertCloakCPUAdd", module.getModifiedItemAttr("covertCloakCPUPenalty"))
|