Files
pyfa/eos/effects/shipbonusgftorpedoexplosionvelocity.py

8 lines
321 B
Python

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