Files
pyfa/eos/effects/shipbonusdreadnoughta1damagebonus.py
2016-04-06 00:12:44 -04:00

8 lines
310 B
Python

# shipBonusDreadnoughtA1DamageBonus
#
# Used by:
# Ship: Revelation
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Energy Turret"), "damageMultiplier", src.getModifiedItemAttr("shipBonusDreadnoughtA1"), skill="Amarr Dreadnought")