gas ![code/modules/atmospherics/gasmixtures/gas_types.dm 49](git.png)
Vars | |
base_value | How does a single mole of this gas sell for? Formula to calculate maximum value is in code\modules\cargo\exports\large_objects.dm. Doesn't matter for roundstart gasses. |
---|---|
dangerous | currently used by canisters |
fusion_power | How much the gas accelerates a fusion reaction |
gas_overlay | icon_state in icons/effects/atmospherics.dmi |
primary_color | RGB code for use when a generic color representing the gas is needed. Colors taken from contants.ts |
purchaseable | Can gas of this type can purchased through cargo? |
rarity | relative rarity compared to other gases, used when setting up the reactions list. |
Var Details
base_value ![code/modules/atmospherics/gasmixtures/gas_types.dm 65](git.png)
How does a single mole of this gas sell for? Formula to calculate maximum value is in code\modules\cargo\exports\large_objects.dm. Doesn't matter for roundstart gasses.
dangerous ![code/modules/atmospherics/gasmixtures/gas_types.dm 57](git.png)
currently used by canisters
fusion_power ![code/modules/atmospherics/gasmixtures/gas_types.dm 59](git.png)
How much the gas accelerates a fusion reaction
gas_overlay ![code/modules/atmospherics/gasmixtures/gas_types.dm 54](git.png)
icon_state in icons/effects/atmospherics.dmi
primary_color ![code/modules/atmospherics/gasmixtures/gas_types.dm 71](git.png)
RGB code for use when a generic color representing the gas is needed. Colors taken from contants.ts
purchaseable ![code/modules/atmospherics/gasmixtures/gas_types.dm 63](git.png)
Can gas of this type can purchased through cargo?
rarity ![code/modules/atmospherics/gasmixtures/gas_types.dm 61](git.png)
relative rarity compared to other gases, used when setting up the reactions list.