(fit, beacon, context, projectionRange, **kwargs)
| 39394 | |
| 39395 | @staticmethod |
| 39396 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 39397 | for sensor_type in ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar'): |
| 39398 | fit.ship.boostItemAttr(f'scan{sensor_type}Strength', beacon.getModifiedItemAttr('sensorStrengthBonus'), |
| 39399 | stackingPenalties=True, **kwargs) |
| 39400 | |
| 39401 | |
| 39402 | class Effect11446(BaseEffect): |
nothing calls this directly
no test coverage detected