Files
pyfa/eos/effects/shipsetdmgbonusaf.py
2014-07-30 21:23:27 -04:00

11 lines
397 B
Python

# Used by:
# Ship: Executioner
# Ship: Gold Magnate
# Ship: Silver Magnate
# Ship: Tormentor
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("shipBonusAF") * level)