(fit, module, context, projectionRange, **kwargs)
| 24919 | |
| 24920 | @staticmethod |
| 24921 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24922 | fit.ship.boostItemAttr('signatureRadius', module.getModifiedItemAttr('signatureRadiusBonusPercent'), |
| 24923 | stackingPenalties=True, **kwargs) |
| 24924 | |
| 24925 | |
| 24926 | class Effect6214(BaseEffect): |
nothing calls this directly
no test coverage detected