(fit, src, context, projectionRange, **kwargs)
| 36733 | |
| 36734 | @staticmethod |
| 36735 | def handler(fit, src, context, projectionRange, **kwargs): |
| 36736 | fit.ship.multiplyItemAttr('signatureRadius', src.getModifiedItemAttr('signatureSuppressorSignatureRadiusBonusActive'), |
| 36737 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 36738 | |
| 36739 | |
| 36740 | class Effect8111(BaseEffect): |
nothing calls this directly
no test coverage detected