(fit, module, context, projectionRange, **kwargs)
| 7453 | |
| 7454 | @staticmethod |
| 7455 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7456 | fit.ship.boostItemAttr('signatureRadius', module.getModifiedItemAttr('signatureRadiusBonus'), |
| 7457 | stackingPenalties=True, **kwargs) |
| 7458 | |
| 7459 | |
| 7460 | class Effect2645(BaseEffect): |
nothing calls this directly
no test coverage detected