Files
pyfa/eos/effects/shiprocketemdmgaf.py

11 lines
358 B
Python

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