(fit, module, context, projectionRange, **kwargs)
| 23452 | |
| 23453 | @staticmethod |
| 23454 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23455 | fit.ship.multiplyItemAttr('signatureRadius', 1 / module.getModifiedItemAttr('modeSignatureRadiusPostDiv'), |
| 23456 | stackingPenalties=True, penaltyGroup='postDiv', **kwargs) |
| 23457 | |
| 23458 | |
| 23459 | class Effect6015(BaseEffect): |
nothing calls this directly
no test coverage detected