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

7 lines
252 B
Python

# Used by:
# Skills named like: Target Management (2 of 2)
type = "passive"
def handler(fit, skill, context):
amount = skill.getModifiedItemAttr("maxTargetBonus") * skill.level
fit.extraAttributes.increase("maxTargetsLockedFromSkills", amount)