12 lines
349 B
Python
12 lines
349 B
Python
# covertOpsCloakCpuPercentBonus1
|
|
#
|
|
# Used by:
|
|
# Ships from group: Covert Ops (6 of 8)
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Cloaking"),
|
|
"cpu", ship.getModifiedItemAttr("eliteBonusCovertOps1"), skill="Covert Ops")
|