17 lines
677 B
Python
17 lines
677 B
Python
# covertOpsAndReconOpsCloakModuleDelayBonus
|
|
#
|
|
# Used by:
|
|
# Ships from group: Black Ops (4 of 4)
|
|
# Ships from group: Blockade Runner (4 of 4)
|
|
# Ships from group: Covert Ops (5 of 5)
|
|
# Ships from group: Force Recon Ship (6 of 6)
|
|
# Ships from group: Stealth Bomber (4 of 4)
|
|
# Ships named like: Stratios (2 of 2)
|
|
# Subsystems named like: Offensive Covert Reconfiguration (4 of 4)
|
|
# Ship: Astero
|
|
# Ship: Prospect
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredItemForce(lambda mod: mod.item.requiresSkill("Cloaking"),
|
|
"moduleReactivationDelay", container.getModifiedItemAttr("covertOpsAndReconOpsCloakModuleDelay"))
|