(fit, module, context, projectionRange, **kwargs)
| 7849 | |
| 7850 | @staticmethod |
| 7851 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7852 | fit.ship.boostItemAttr('signatureRadius', module.getModifiedItemAttr('drawback'), |
| 7853 | stackingPenalties=True, **kwargs) |
| 7854 | |
| 7855 | |
| 7856 | class Effect2717(BaseEffect): |
nothing calls this directly
no test coverage detected