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

14 lines
384 B
Python

# shipMETCDamageBonusAC
#
# Used by:
# Ship: Augoror Navy Issue
# Ship: Enforcer
# Ship: Maller
# Ship: Omen Navy Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusAC"), skill="Amarr Cruiser")