(fit, container, context, projectionRange, **kwargs)
| 17970 | |
| 17971 | @staticmethod |
| 17972 | def handler(fit, container, context, projectionRange, **kwargs): |
| 17973 | fit.ship.boostItemAttr('scanLadarStrength', container.getModifiedItemAttr('sensorStrengthBonus') * container.level, **kwargs) |
| 17974 | |
| 17975 | |
| 17976 | class Effect5182(BaseEffect): |
nothing calls this directly
no test coverage detected