Files
pyfa/eos/effects/shiprocketemdmgaf.py

12 lines
317 B
Python

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