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

6 lines
327 B
Python

# Used by:
# Skill: Large Autocannon Specialization
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Autocannon Specialization"),
"damageMultiplier", skill.getModifiedItemAttr("damageMultiplierBonus") * skill.level)