molten lithium tweaks
it's more reactive and it isn't hot enough to glow orange
This commit is contained in:
parent
bf54633bc3
commit
a1f8e51341
|
|
@ -110,9 +110,10 @@ elements.lithium = {
|
||||||
}
|
}
|
||||||
|
|
||||||
elements.molten_lithium = {
|
elements.molten_lithium = {
|
||||||
|
color: "#b0ab9d",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
tryTarnish(pixel,"lithium_oxide",0.008) //oxidation
|
tryTarnish(pixel,"lithium_oxide",0.014) //oxidation
|
||||||
},
|
},
|
||||||
reactions: {
|
reactions: {
|
||||||
"steam": { "elem1": "hydrogen", "elem2": "lithium_hydroxide" }, //should be 2 Li(s) + 2 H2O -> 2 LiOH (aq) + H2(g) according to https://www.lenntech.com/periodic/water/lithium/lithium-and-water.htm#ixzz7LUgLrzua
|
"steam": { "elem1": "hydrogen", "elem2": "lithium_hydroxide" }, //should be 2 Li(s) + 2 H2O -> 2 LiOH (aq) + H2(g) according to https://www.lenntech.com/periodic/water/lithium/lithium-and-water.htm#ixzz7LUgLrzua
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue