Files
pyfa/eos/effects/selft2smallprojectileacdamagebonus.py

8 lines
366 B
Python

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