(fit, container, context, projectionRange, **kwargs)
| 18001 | |
| 18002 | @staticmethod |
| 18003 | def handler(fit, container, context, projectionRange, **kwargs): |
| 18004 | fit.ship.boostItemAttr('scanRadarStrength', container.getModifiedItemAttr('sensorStrengthBonus') * container.level, **kwargs) |
| 18005 | |
| 18006 | |
| 18007 | class Effect5185(BaseEffect): |
nothing calls this directly
no test coverage detected