Added default temperatures to neutronium gas & molten neutronium.
This commit is contained in:
parent
1295b2ef31
commit
2ec95dcb09
|
|
@ -17,6 +17,7 @@ elements.Neutronium = {
|
||||||
elements.Molten_Neutronium = {
|
elements.Molten_Neutronium = {
|
||||||
color: "#ffffaa",
|
color: "#ffffaa",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
|
temp: 6000,
|
||||||
tempHigh: 5000,
|
tempHigh: 5000,
|
||||||
stateHigh: "Neutronium_Gas",
|
stateHigh: "Neutronium_Gas",
|
||||||
tempLow: 1000,
|
tempLow: 1000,
|
||||||
|
|
@ -29,6 +30,7 @@ elements.Neutronium = {
|
||||||
elements.Neutronium_Gas = {
|
elements.Neutronium_Gas = {
|
||||||
color: "#abcdef",
|
color: "#abcdef",
|
||||||
behavior: behaviors.GAS,
|
behavior: behaviors.GAS,
|
||||||
|
temp: 6000,
|
||||||
tempLow: 5000,
|
tempLow: 5000,
|
||||||
stateLow: "molten_neutronium",
|
stateLow: "molten_neutronium",
|
||||||
category: "energy",
|
category: "energy",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue