MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:872–874  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

870
871 @staticmethod
872 def handler(fit, skill, context, projectionRange, **kwargs):
873 amount = skill.getModifiedItemAttr('maxTargetBonus') * skill.level
874 fit.extraAttributes.increase('maxTargetsLockedFromSkills', amount, **kwargs)
875
876
877class Effect223(BaseEffect):

Callers

nothing calls this directly

Calls 2

increaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected