(fit, implant, context, projectionRange, **kwargs)
| 3749 | |
| 3750 | @staticmethod |
| 3751 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 3752 | fit.ship.boostItemAttr('signatureRadius', implant.getModifiedItemAttr('signatureRadiusBonus'), **kwargs) |
| 3753 | |
| 3754 | |
| 3755 | class Effect1190(BaseEffect): |
nothing calls this directly
no test coverage detected