Files
pyfa/eos/effects/selft2smalllaserbeamdamagebonus.py

8 lines
363 B
Python

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