Files
pyfa/eos/effects/effect514.py
2019-03-16 14:08:20 -04:00

14 lines
378 B
Python

# shipSETDmgBonusAF
#
# Used by:
# Ship: Executioner
# Ship: Gold Magnate
# Ship: Silver Magnate
# Ship: Tormentor
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")