Files
pyfa/eos/effects/shipmetcdamagebonusac.py

11 lines
365 B
Python

# shipMETCDamageBonusAC
#
# Used by:
# Ship: Augoror Navy Issue
# 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")