(fit, implant, context, projectionRange, **kwargs)
| 14641 | |
| 14642 | @staticmethod |
| 14643 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14644 | fit.ship.increaseItemAttr('scanRadarStrength', implant.getModifiedItemAttr('scanRadarStrengthModifier'), **kwargs) |
| 14645 | |
| 14646 | |
| 14647 | class Effect4452(BaseEffect): |
nothing calls this directly
no test coverage detected