Gas Analyzer can now scan pipes/devices along with the environment (#10976)
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
netsync: false
|
||||
- type: GasAnalyzer
|
||||
- type: ActivatableUI
|
||||
inHandsOnly: true
|
||||
singleUser: true
|
||||
closeOnHandDeselect: false
|
||||
key: enum.GasAnalyzerUiKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
@@ -20,10 +23,10 @@
|
||||
- type: Appearance
|
||||
- type: GenericVisualizer
|
||||
visuals:
|
||||
enum.GasAnalyzerVisuals.VisualState:
|
||||
analyzer:
|
||||
Off: { state: icon }
|
||||
Working: { state: working }
|
||||
enum.GasAnalyzerVisuals.Enabled:
|
||||
enabled:
|
||||
True: { state: working }
|
||||
False: { state: icon }
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
range: 2
|
||||
sound:
|
||||
path: /Audio/Ambience/Objects/gas_hiss.ogg
|
||||
- type: GasAnalyzable
|
||||
|
||||
#Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user