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

11 lines
329 B
Python

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