(fit, implant, context, projectionRange, **kwargs)
| 11237 | |
| 11238 | @staticmethod |
| 11239 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11240 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Weapon Disruptor', |
| 11241 | 'maxRange', implant.getModifiedItemAttr('rangeSkillBonus'), **kwargs) |
| 11242 | |
| 11243 | |
| 11244 | class Effect3653(BaseEffect): |
nothing calls this directly
no test coverage detected