(fit, implant, context, projectionRange, **kwargs)
| 14656 | |
| 14657 | @staticmethod |
| 14658 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14659 | fit.ship.increaseItemAttr('scanLadarStrength', implant.getModifiedItemAttr('scanLadarStrengthModifier'), **kwargs) |
| 14660 | |
| 14661 | |
| 14662 | class Effect4453(BaseEffect): |
nothing calls this directly
no test coverage detected