(fit, module, context, projectionRange, **kwargs)
| 7470 | |
| 7471 | @staticmethod |
| 7472 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7473 | fit.ship.multiplyItemAttr('scanResolution', module.getModifiedItemAttr('scanResolutionMultiplier'), |
| 7474 | stackingPenalties=True, **kwargs) |
| 7475 | |
| 7476 | |
| 7477 | class Effect2646(BaseEffect): |
nothing calls this directly
no test coverage detected