(fit, beacon, context, projectionRange, **kwargs)
| 12396 | |
| 12397 | @staticmethod |
| 12398 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12399 | fit.ship.multiplyItemAttr('signatureRadius', beacon.getModifiedItemAttr('signatureRadiusMultiplier'), |
| 12400 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12401 | |
| 12402 | |
| 12403 | class Effect3996(BaseEffect): |
nothing calls this directly
no test coverage detected