Files
pyfa/eos/effects/shipbonusgf1torpedoflighttime.py

10 lines
362 B
Python

# shipBonusGF1TorpedoFlightTime
#
# Used by:
# Ship: Nemesis
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Frigate").level
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
"explosionDelay", ship.getModifiedItemAttr("shipBonusGF") * level)