(fit, implant, context, projectionRange, **kwargs)
| 11221 | |
| 11222 | @staticmethod |
| 11223 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11224 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 11225 | 'maxRange', implant.getModifiedItemAttr('rangeSkillBonus'), **kwargs) |
| 11226 | |
| 11227 | |
| 11228 | class Effect3652(BaseEffect): |
nothing calls this directly
no test coverage detected