Files
pyfa/eos/effects/shipbonusmf1torpedoexplosionvelocity.py

9 lines
363 B
Python

# shipBonusMF1TorpedoExplosionVelocity
#
# 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"),
"aoeVelocity", ship.getModifiedItemAttr("shipBonusMF") * level)