7 lines
284 B
Python
Executable File
7 lines
284 B
Python
Executable File
# Used by:
|
|
# Ships from group: Force Recon Ship (4 of 5)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Cynosural Field",
|
|
"duration", ship.getModifiedItemAttr("durationBonus"))
|