8 lines
356 B
Python
8 lines
356 B
Python
# Used by:
|
|
# Ships from group: Covert Ops (4 of 5)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Covert Ops").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Survey Probe",
|
|
"explosionDelay", ship.getModifiedItemAttr("eliteBonusCoverOps3") * level)
|