Files
pyfa/eos/effects/targetingmaxtargetbonusmodaddmaxlockedtargetslocationchar.py
2014-03-15 17:33:45 +04:00

7 lines
252 B
Python
Executable File

# 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)