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

11 lines
369 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)