(fit, booster, context, projectionRange, **kwargs)
| 36293 | |
| 36294 | @staticmethod |
| 36295 | def handler(fit, booster, context, projectionRange, **kwargs): |
| 36296 | fit.modules.filteredItemBoost( |
| 36297 | lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), 'maxRange', |
| 36298 | booster.getModifiedItemAttr('rangeSkillBonus'), **kwargs) |
| 36299 | |
| 36300 | |
| 36301 | class Effect8066(BaseEffect): |
nothing calls this directly
no test coverage detected