(fit, module, context, projectionRange, **kwargs)
| 2541 | |
| 2542 | @staticmethod |
| 2543 | def handler(fit, module, context, projectionRange, **kwargs): |
| 2544 | fit.ship.multiplyItemAttr('scanResolution', |
| 2545 | module.getModifiedItemAttr('scanResolutionMultiplier'), |
| 2546 | stackingPenalties=True, penaltyGroup='cloakingScanResolutionMultiplier', **kwargs) |
| 2547 | |
| 2548 | |
| 2549 | class Effect856(BaseEffect): |
nothing calls this directly
no test coverage detected