Files
pyfa/eos/effects/shiprocketkineticdmgaf.py

10 lines
325 B
Python

# shipRocketKineticDmgAF
#
# Used by:
# Ship: Anathema
# Ship: Vengeance
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
"kineticDamage", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")