11 lines
319 B
Python
11 lines
319 B
Python
# shipBonusAF1TorpedoFlightTime
|
|
#
|
|
# Used by:
|
|
# Ship: Purifier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"explosionDelay", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")
|