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

11 lines
346 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")