Removes more unneeded gas_fuel defines/references, adds XGM_GAS_FUSION_FUEL flag to phoron

This commit is contained in:
silveryferret
2017-07-21 23:47:53 -04:00
parent a507d54e28
commit af7fe828d8

View File

@@ -18,24 +18,6 @@
specific_heat = 30 // J/(mol*K)
molar_mass = 0.044 // kg/mol
//R-UST port
/decl/xgm_gas/fuel
id = GAS_FUEL
name = "Fuel"
//Note that this has a significant impact on TTV yield.
//Because it is so high, any leftover phoron soaks up a lot of heat and drops the yield pressure.
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 = "gas_dense"
overlay_limit = 0.7
flags = XGM_GAS_FUEL | XGM_GAS_CONTAMINANT | XGM_GAS_FUSION_FUEL
/decl/xgm_gas/phoron
id = "phoron"
name = "Phoron"
@@ -51,7 +33,7 @@
tile_overlay = "phoron"
overlay_limit = 0.7
flags = XGM_GAS_FUEL | XGM_GAS_CONTAMINANT
flags = XGM_GAS_FUEL | XGM_GAS_CONTAMINANT | XGM_GAS_FUSION_FUEL //R-UST port, adding XGM_GAS_FUSION_FUEL flag.
/decl/xgm_gas/volatile_fuel
id = "volatile_fuel"