Files
pyfa/eos/effects/shipbonusgftorpedoexplosionvelocity.py

9 lines
364 B
Python

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