(fit, module, context, projectionRange, **kwargs)
| 11878 | |
| 11879 | @staticmethod |
| 11880 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11881 | fit.ship.increaseItemAttr('signatureRadius', module.getModifiedItemAttr('signatureRadius'), **kwargs) |
| 11882 | |
| 11883 | |
| 11884 | class Effect3810(BaseEffect): |
nothing calls this directly
no test coverage detected