(fit, module, context, projectionRange, **kwargs)
| 16399 | |
| 16400 | @staticmethod |
| 16401 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16402 | fit.ship.boostItemAttr('signatureRadius', module.getModifiedItemAttr('signatureRadiusBonusPercent'), **kwargs) |
| 16403 | |
| 16404 | |
| 16405 | class Effect4923(BaseEffect): |
nothing calls this directly
no test coverage detected