(fit, beacon, context, projectionRange, **kwargs)
| 36450 | |
| 36451 | @staticmethod |
| 36452 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 36453 | fit.ship.boostItemAttr('scanResolution', beacon.getModifiedItemAttr('scanResolutionBonus'), |
| 36454 | stackingPenalties=True, **kwargs) |
| 36455 | |
| 36456 | |
| 36457 | class Effect8091(BaseEffect): |
nothing calls this directly
no test coverage detected