11 lines
323 B
Python
11 lines
323 B
Python
# cynosuralDurationBonus
|
|
#
|
|
# Used by:
|
|
# Ships from group: Force Recon Ship (8 of 9)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Cynosural Field Generator",
|
|
"duration", ship.getModifiedItemAttr("durationBonus"))
|