Gas analyzers now analyze gases in pipes (#7112)

This commit is contained in:
Kevin Zheng
2022-03-19 22:10:48 -07:00
committed by GitHub
parent f4faabe37d
commit 9df4f599f4
5 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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 = Analyze Contents
gas-analyzable-system-header = Your gas analyzer shows a list of statistics:
gas-analyzable-system-statistics = Pressure: {PRESSURE($pressure)}
Temperature: {$tempK}K ({$tempC}°C)

View File

@@ -71,6 +71,7 @@
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)