Added poison, but with no functionality yet.
This commit is contained in:
parent
805a4f5c39
commit
49f6948646
|
|
@ -960,6 +960,16 @@ tempLow: 1668,
|
|||
temp: 2000,
|
||||
viscosity: 10000
|
||||
};
|
||||
elements.poison = {
|
||||
color: "#07f71b",
|
||||
category: "liquids",
|
||||
state: "liquid",
|
||||
behavior: behaviors.LIQUID,
|
||||
stateLow: "poison_ice",
|
||||
tempLow: -10,
|
||||
stateHigh: "poison_gas",
|
||||
tempHigh: 115
|
||||
};
|
||||
/* Unfinished:
|
||||
magnesium
|
||||
hematite mixture
|
||||
|
|
|
|||
Loading…
Reference in New Issue