Files
pyfa/eos/effects/shipbonusmf1torpedoexplosionvelocity.py

8 lines
320 B
Python

# shipBonusMF1TorpedoExplosionVelocity
#
# Used by:
# Ship: Hound
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
"aoeVelocity", ship.getModifiedItemAttr("shipBonusMF"), skill="Minmatar Frigate")