Files
pyfa/eos/effects/shipbonusaf1torpedoflighttime.py

9 lines
317 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")