Files
pyfa/eos/effects/shipbonusgf1torpedoflighttime.py

9 lines
319 B
Python

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