Adds Gas Analyzer (#1591)
* -Started Gas Analyzer -TemperatureHelpers * Formatting * Adds PopupTooltip to NotifyManager * Revert Tooltip fuckery * Gas Analyzer gives proper error messages * Localization * Added a very wip gas analyzer ui * UI works, doesn't look good but hey * Safety checks * Fancy WIP gas mix bar * Gas Color * Gas Amount shows only 2 decimal places * -Made bar full width -Moved gas list into a table -Some gas bar things * IDropped something * Description * -Percentage -Padding * ItemStatus * -Proper Danger Warnings -Added Warning danger state * Pressure unit Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
@@ -2,16 +2,19 @@
|
||||
id: 0
|
||||
name: Oxygen
|
||||
specificHeat: 20
|
||||
color: 2887E8
|
||||
|
||||
- type: gas
|
||||
id: 1
|
||||
name: Nitrogen
|
||||
specificHeat: 30
|
||||
color: DA1010
|
||||
|
||||
- type: gas
|
||||
id: 2
|
||||
name: Carbon Dioxide
|
||||
specificHeat: 30
|
||||
color: 4e4e4e
|
||||
|
||||
- type: gas
|
||||
id: 3
|
||||
@@ -19,6 +22,7 @@
|
||||
specificHeat: 200
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: phoron
|
||||
color: FF3300
|
||||
|
||||
- type: gas
|
||||
id: 4
|
||||
@@ -26,3 +30,4 @@
|
||||
specificHeat: 10
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: tritium
|
||||
color: 13FF4B
|
||||
|
||||
Reference in New Issue
Block a user