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

6 lines
321 B
Python

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