Files
pyfa/eos/effects/shipbonusmf1torpedoflighttime.py
2014-07-30 21:23:27 -04:00

8 lines
326 B
Python

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