(fit, container, context, projectionRange, **kwargs)
| 17985 | |
| 17986 | @staticmethod |
| 17987 | def handler(fit, container, context, projectionRange, **kwargs): |
| 17988 | fit.ship.boostItemAttr('scanMagnetometricStrength', |
| 17989 | container.getModifiedItemAttr('sensorStrengthBonus') * container.level, **kwargs) |
| 17990 | |
| 17991 | |
| 17992 | class Effect5183(BaseEffect): |
nothing calls this directly
no test coverage detected