(fit, implant, context, projectionRange, **kwargs)
| 11253 | |
| 11254 | @staticmethod |
| 11255 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11256 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Burst Projectors', |
| 11257 | 'maxRange', implant.getModifiedItemAttr('rangeSkillBonus'), **kwargs) |
| 11258 | |
| 11259 | |
| 11260 | class Effect3655(BaseEffect): |
nothing calls this directly
no test coverage detected