(fit, implant, context, projectionRange, **kwargs)
| 11205 | |
| 11206 | @staticmethod |
| 11207 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11208 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 11209 | 'maxRange', implant.getModifiedItemAttr('rangeSkillBonus'), **kwargs) |
| 11210 | |
| 11211 | |
| 11212 | class Effect3651(BaseEffect): |
nothing calls this directly
no test coverage detected