(fit, container, context, projectionRange, **kwargs)
| 17954 | |
| 17955 | @staticmethod |
| 17956 | def handler(fit, container, context, projectionRange, **kwargs): |
| 17957 | fit.ship.boostItemAttr('scanGravimetricStrength', |
| 17958 | container.getModifiedItemAttr('sensorStrengthBonus') * container.level, **kwargs) |
| 17959 | |
| 17960 | |
| 17961 | class Effect5181(BaseEffect): |
nothing calls this directly
no test coverage detected