mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-14 09:12:27 +01:00
f25ee4ee9f
Needs fixing: See how quickly the powernet drains at default load, I thought atmos went to quickly so I upped the power cell by one level, Shuttle Tags, Graphical glitches involving some wires, There is still some things missing with NanoUI but they are not game breaking in any way I have seen so far. Other than that we should be good to go.
71 lines
1.8 KiB
Plaintext
71 lines
1.8 KiB
Plaintext
/xgm_gas/oxygen
|
|
id = "oxygen"
|
|
name = "Oxygen"
|
|
specific_heat = 20 // J/(mol*K)
|
|
molar_mass = 0.032 // kg/mol
|
|
|
|
flags = XGM_GAS_OXIDIZER
|
|
|
|
/xgm_gas/nitrogen
|
|
id = "nitrogen"
|
|
name = "Nitrogen"
|
|
specific_heat = 20 // J/(mol*K)
|
|
molar_mass = 0.028 // kg/mol
|
|
|
|
/xgm_gas/carbon_dioxide
|
|
id = "carbon_dioxide"
|
|
name = "Carbon Dioxide"
|
|
specific_heat = 30 // J/(mol*K)
|
|
molar_mass = 0.044 // kg/mol
|
|
|
|
/xgm_gas/phoron
|
|
id = "phoron"
|
|
name = "Phoron(Error)"
|
|
specific_heat = 200 // J/(mol*K)
|
|
|
|
//Hypothetical group 14 (same as carbon), period 8 element.
|
|
//Using multiplicity rule, it's atomic number is 162
|
|
//and following a N/Z ratio of 1.5, the molar mass of a monatomic gas is:
|
|
molar_mass = 0.405 // kg/mol
|
|
|
|
tile_overlay = "phoron"
|
|
overlay_limit = 0.7
|
|
flags = XGM_GAS_FUEL | XGM_GAS_CONTAMINANT
|
|
|
|
/xgm_gas/toxins
|
|
id = "toxins"
|
|
name = "Toxins"
|
|
specific_heat = 200 // J/(mol*K)
|
|
|
|
//Hypothetical group 14 (same as carbon), period 8 element.
|
|
//Using multiplicity rule, it's atomic number is 162
|
|
//and following a N/Z ratio of 1.5, the molar mass of a monatomic gas is:
|
|
molar_mass = 0.405 // kg/mol
|
|
|
|
// tile_overlay = "phoron" //particles all over the screen are annoying and laggy
|
|
overlay_limit = 0.7
|
|
flags = XGM_GAS_FUEL | XGM_GAS_CONTAMINANT
|
|
|
|
/xgm_gas/volatile_fuel
|
|
id = "volatile_fuel"
|
|
name = "Volatile Fuel"
|
|
specific_heat = 253 // J/(mol*K) C8H18 gasoline. Isobaric, but good enough.
|
|
molar_mass = 0.114 // kg/mol. same.
|
|
|
|
flags = XGM_GAS_FUEL
|
|
|
|
/xgm_gas/sleeping_agent
|
|
id = "sleeping_agent"
|
|
name = "Sleeping Agent"
|
|
specific_heat = 40 // J/(mol*K)
|
|
molar_mass = 0.044 // kg/mol. N2O
|
|
|
|
tile_overlay = "sleeping_agent"
|
|
overlay_limit = 1
|
|
|
|
/xgm_gas/oxygen_agent_b
|
|
id = "oxygen_agent_b"
|
|
name = "Oxygen Agent-B" //what is this?
|
|
specific_heat = 300 // J/(mol*K)
|
|
molar_mass = 0.032 // kg/mol
|