Gas Analyzer can now scan pipes/devices along with the environment (#10976)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
gas-analyzable-system-internal-error-missing-component = Your gas analyzer whirrs for a while, then stops.
|
||||
gas-anlayzable-system-internal-error-no-gas-node = Your gas analyzer reads, "NO GAS FOUND".
|
||||
gas-analyzable-system-verb-name = Analyze
|
||||
gas-analyzable-system-verb-tooltip = Use a gas analyzer to examine the contents of this device.
|
||||
gas-analyzable-system-header = Your gas analyzer shows a list of statistics:
|
||||
gas-analyzable-system-statistics = Pressure: {PRESSURE($pressure)}
|
||||
Temperature: {$tempK}K ({$tempC}°C)
|
||||
@@ -1,19 +1,28 @@
|
||||
## Entity
|
||||
|
||||
gas-analyzer-component-player-has-no-hands-message = You have no hands.
|
||||
gas-analyzer-component-need-gas-analyzer-in-hand-message = You need a Gas Analyzer in your hand!
|
||||
gas-analyzer-component-player-cannot-reach-message = You can't reach there.
|
||||
gas-analyzer-shutoff = The gas analyzer shuts off.
|
||||
|
||||
## UI
|
||||
|
||||
gas-analyzer-window-name = Gas Analyzer
|
||||
gas-analyzer-window-environment-tab-label = Environment
|
||||
gas-analyzer-window-tab-title-capitalized = {CAPITALIZE($title)}
|
||||
gas-analyzer-window-refresh-button = Refresh
|
||||
gas-analyzer-window-no-data = No Data
|
||||
gas-analyzer-window-no-gas-text = No Gases
|
||||
gas-analyzer-window-error-text = Error: {$errorText}
|
||||
gas-analyzer-window-pressure-text = Pressure: {$pressure} kPa
|
||||
gas-analyzer-window-temperature-text = Temperature: {$tempK}K ({$tempC}°C)
|
||||
gas-analyzer-window-molality-text = {$mol} mol
|
||||
gas-analyzer-window-molality-percentage-text = {$gasName}: {$amount} mol ({$percentage}%)
|
||||
gas-analyzer-window-pressure-text = Pressure:
|
||||
gas-analyzer-window-pressure-val-text = {$pressure} kPa
|
||||
gas-analyzer-window-temperature-text = Temperature:
|
||||
gas-analyzer-window-temperature-val-text = {$tempK}K ({$tempC}°C)
|
||||
gas-analyzer-window-molarity-text = {$mol} mol ({$percentage}%)
|
||||
gas-analyzer-window-molarity-percentage-text = {$gasName}: {$amount} mol ({$percentage}%)
|
||||
|
||||
# Used for GasEntry.ToString()
|
||||
gas-entry-info = {$gasName}: {$gasAmount} mol
|
||||
itemstatus-pressure-warn = Pressure: [color={$color}]{$danger}[/color]
|
||||
|
||||
# overrides for trinary devices to have saner names
|
||||
gas-analyzer-window-text-inlet = Inlet
|
||||
gas-analyzer-window-text-outlet = Outlet
|
||||
gas-analyzer-window-text-filter = Filter
|
||||
|
||||
@@ -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