(fit, module, context, projectionRange, **kwargs)
| 11304 | |
| 11305 | @staticmethod |
| 11306 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11307 | fit.ship.boostItemAttr('scanResolution', module.getModifiedItemAttr('scanResolutionBonus'), |
| 11308 | stackingPenalties=True, **kwargs) |
| 11309 | |
| 11310 | |
| 11311 | class Effect3659(BaseEffect): |
nothing calls this directly
no test coverage detected