(fit, src, context, projectionRange, **kwargs)
| 26672 | |
| 26673 | @staticmethod |
| 26674 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26675 | fit.ship.boostItemAttr('scanResolution', src.getModifiedItemAttr('structureRigScanResBonus'), |
| 26676 | stackingPenalties=True, **kwargs) |
| 26677 | |
| 26678 | |
| 26679 | class Effect6410(BaseEffect): |
nothing calls this directly
no test coverage detected