init
This commit is contained in:
138
Prototypes/Atmospherics/gases.yml
Normal file
138
Prototypes/Atmospherics/gases.yml
Normal file
@@ -0,0 +1,138 @@
|
||||
# SPDX-FileCopyrightText: 2020 Campbell Suter <znix@znix.xyz>
|
||||
# SPDX-FileCopyrightText: 2020 ComicIronic <comicironic@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2020 Exp <theexp111@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 Pieter-Jan Briers <pieterjan.briers@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2020 Víctor Aguilera Puerto <zddm@outlook.es>
|
||||
# SPDX-FileCopyrightText: 2020 a.rudenko <creadth@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020 creadth <creadth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2020 silicons <2003111+silicons@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 mirrorcult <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Emisse <99158783+Emisse@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kevin Zheng <kevinz5000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 0tito <147736056+0tito@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 CyberDuck <62076105+sporekto@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 CyberDuck <tsyaslovscky.dima@yandex.by>
|
||||
# SPDX-FileCopyrightText: 2024 Fishbait <Fishbait@git.ml>
|
||||
# SPDX-FileCopyrightText: 2024 Piras314 <p1r4s@proton.me>
|
||||
# SPDX-FileCopyrightText: 2024 coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 end <72604018+laok233@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 fishbait <gnesse@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Ilya246 <57039557+Ilya246@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Steve <marlumpy@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 marc-pelletier <113944176+marc-pelletier@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: gas
|
||||
id: 0
|
||||
name: gases-oxygen
|
||||
specificHeat: 20
|
||||
heatCapacityRatio: 1.4
|
||||
molarMass: 32
|
||||
color: 2887E8
|
||||
reagent: Oxygen
|
||||
pricePerMole: 0
|
||||
|
||||
- type: gas
|
||||
id: 1
|
||||
name: gases-nitrogen
|
||||
specificHeat: 30
|
||||
heatCapacityRatio: 1.4
|
||||
molarMass: 28
|
||||
color: DA1010
|
||||
reagent: Nitrogen
|
||||
pricePerMole: 0
|
||||
|
||||
- type: gas
|
||||
id: 2
|
||||
name: gases-co2
|
||||
specificHeat: 30
|
||||
heatCapacityRatio: 1.3
|
||||
molarMass: 44
|
||||
color: 4e4e4e
|
||||
reagent: CarbonDioxide
|
||||
pricePerMole: 0
|
||||
|
||||
- type: gas
|
||||
id: 3
|
||||
name: gases-plasma
|
||||
specificHeat: 200
|
||||
heatCapacityRatio: 1.7
|
||||
molarMass: 120
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: plasma
|
||||
color: FF3300
|
||||
reagent: Plasma
|
||||
pricePerMole: 0
|
||||
|
||||
- type: gas
|
||||
id: 4
|
||||
name: gases-tritium
|
||||
specificHeat: 10
|
||||
heatCapacityRatio: 1.3
|
||||
molarMass: 6
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: tritium
|
||||
color: 13FF4B
|
||||
reagent: Tritium
|
||||
pricePerMole: 2.5
|
||||
|
||||
- type: gas
|
||||
id: 5
|
||||
name: gases-water-vapor
|
||||
specificHeat: 40
|
||||
heatCapacityRatio: 1.33
|
||||
molarMass: 18
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: water_vapor
|
||||
color: bffffd
|
||||
reagent: Water
|
||||
pricePerMole: 0
|
||||
|
||||
- type: gas
|
||||
id: 6
|
||||
name: gases-ammonia
|
||||
specificHeat: 20
|
||||
heatCapacityRatio: 1.4
|
||||
molarMass: 44
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: miasma
|
||||
gasMolesVisible: 2
|
||||
gasVisbilityFactor: 3.5
|
||||
color: 56941E
|
||||
reagent: Ammonia
|
||||
pricePerMole: 1 # Goobstation - Gas Prices
|
||||
|
||||
- type: gas
|
||||
id: 7
|
||||
name: gases-n2o
|
||||
specificHeat: 40
|
||||
heatCapacityRatio: 1.3
|
||||
molarMass: 44
|
||||
color: 8F00FF
|
||||
reagent: NitrousOxide
|
||||
pricePerMole: 0.1 # Goobstation - Gas Prices
|
||||
|
||||
- type: gas
|
||||
id: 8
|
||||
name: gases-frezon
|
||||
specificHeat: 600 # Strongest by far
|
||||
heatCapacityRatio: 1.33
|
||||
molarMass: 50
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: frezon
|
||||
gasMolesVisible: 0.6
|
||||
color: 3a758c
|
||||
reagent: Frezon
|
||||
pricePerMole: 3 # Goobstation - Gas Prices
|
||||
Reference in New Issue
Block a user