Files
pyfa/eos/effects/selft2largeprojectileacdamagebonus.py

8 lines
366 B
Python

# selfT2LargeProjectileACDamageBonus
#
# 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)