18 lines
787 B
Python
Executable File
18 lines
787 B
Python
Executable File
# 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 (5 of 5)
|
|
# Ships from group: Stealth Bomber (4 of 4)
|
|
# Ship: Astero
|
|
# Ship: Stratios
|
|
# Ship: Stratios Emergency Responder
|
|
# Subsystem: Legion Offensive - Covert Reconfiguration
|
|
# Subsystem: Loki Offensive - Covert Reconfiguration
|
|
# Subsystem: Proteus Offensive - Covert Reconfiguration
|
|
# Subsystem: Tengu Offensive - Covert Reconfiguration
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredItemForce(lambda mod: mod.item.group.name == "Cloaking Device",
|
|
"moduleReactivationDelay", container.getModifiedItemAttr("covertOpsAndReconOpsCloakModuleDelay"))
|