(fit, module, context, projectionRange, **kwargs)
| 6117 | |
| 6118 | @staticmethod |
| 6119 | def handler(fit, module, context, projectionRange, **kwargs): |
| 6120 | fit.ship.increaseItemAttr('signatureRadius', module.getModifiedItemAttr('signatureRadiusAdd'), **kwargs) |
| 6121 | |
| 6122 | |
| 6123 | class Effect2041(BaseEffect): |
nothing calls this directly
no test coverage detected