Files
pyfa/eos/effects/shipsetdmgbonus2af.py

10 lines
356 B
Python

# shipSETDmgBonus2AF
#
# Used by:
# Ship: Punisher
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonus2AF") * level)