(fit, skill, context, projectionRange, **kwargs)
| 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 | |
| 877 | class Effect223(BaseEffect): |
nothing calls this directly
no test coverage detected