(fit, skill, context, projectionRange, **kwargs)
| 36277 | |
| 36278 | @staticmethod |
| 36279 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36280 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), |
| 36281 | 'maxRange', skill.getModifiedItemAttr('rangeSkillBonus') * skill.level, **kwargs) |
| 36282 | |
| 36283 | |
| 36284 | class Effect8064(BaseEffect): |
nothing calls this directly
no test coverage detected