code/__DEFINES/atmospherics_defines.dm
COLD_ROOM_TEMP | -14C - Temperature used for kitchen cold room, medical freezer, etc. |
---|---|
SERVER_ROOM_TEMP | -193C - Temperature used for server rooms |
N2O_DECOMPOSITION_COEFFICIENT_A | The coefficient a for a function of the form: 1 - (a / (x + c)^2) which gives a decomposition rate of 0.5 at 50000 Kelvin And a decomposition close to 0 at 1400 Kelvin |
N2O_DECOMPOSITION_COEFFICIENT_C | The coefficient c for a function of the form: 1 - (a / (x + c)^2) which gives a decomposition rate of 0.5 at 50000 Kelvin And a decomposition rate close to 0 at 1400 Kelvin |
ATMOS_MODE_SPACE | Tile is exposed to space and loses air every second |
ATMOS_MODE_SEALED | Tile has no special behaviour |
ATMOS_MODE_EXPOSED_TO_ENVIRONMENT | Tile is exposed to the environment, ex: lavaland |
ATMOS_MODE_NO_DECAY | Prevents hot tiles from automatically decaying towards T20C. |
ENVIRONMENT_LAVALAND | Lavaland environment: hot, low pressure. |
ENVIRONMENT_TEMPERATE | Temperate environment: Normal atmosphere, 20 C. |
ENVIRONMENT_COLD | Cold environment: Normal atmosphere, -93 C. |
Define Details
ATMOS_MODE_EXPOSED_TO_ENVIRONMENT
Tile is exposed to the environment, ex: lavaland
ATMOS_MODE_NO_DECAY
Prevents hot tiles from automatically decaying towards T20C.
ATMOS_MODE_SEALED
Tile has no special behaviour
ATMOS_MODE_SPACE
Tile is exposed to space and loses air every second
COLD_ROOM_TEMP
-14C - Temperature used for kitchen cold room, medical freezer, etc.
ENVIRONMENT_COLD
Cold environment: Normal atmosphere, -93 C.
ENVIRONMENT_LAVALAND
Lavaland environment: hot, low pressure.
ENVIRONMENT_TEMPERATE
Temperate environment: Normal atmosphere, 20 C.
N2O_DECOMPOSITION_COEFFICIENT_A
The coefficient a for a function of the form: 1 - (a / (x + c)^2) which gives a decomposition rate of 0.5 at 50000 Kelvin And a decomposition close to 0 at 1400 Kelvin
N2O_DECOMPOSITION_COEFFICIENT_C
The coefficient c for a function of the form: 1 - (a / (x + c)^2) which gives a decomposition rate of 0.5 at 50000 Kelvin And a decomposition rate close to 0 at 1400 Kelvin
SERVER_ROOM_TEMP
-193C - Temperature used for server rooms