(fit, src, context, projectionRange, **kwargs)
| 36717 | |
| 36718 | @staticmethod |
| 36719 | def handler(fit, src, context, projectionRange, **kwargs): |
| 36720 | fit.ship.multiplyItemAttr('signatureRadius', src.getModifiedItemAttr('signatureSuppressorSignatureRadiusBonusPassive'), |
| 36721 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 36722 | |
| 36723 | |
| 36724 | class Effect8109(BaseEffect): |
nothing calls this directly
no test coverage detected