more molten lithium tweaks

fuck scientific papers
fuck lithium
This commit is contained in:
Lily-129 2022-02-20 23:08:07 -05:00 committed by GitHub
parent a1f8e51341
commit 3d73a320f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -106,12 +106,17 @@
tempHigh: 180,
burn: 20,
burnTime: 130,
burnInto: "lithium_oxide",
fireColor: "#fc0a22",
}
elements.molten_lithium = {
elements.molten_lithium = { //this s*** is so f*** reactive when it's molten that there literally isn't enough research in the world to get even close to including a reasonable amount of its reactions because they simply don't say what it does to the 99,999,999,999 things it reacts with so i'm just going to f***ing use HT
color: "#b0ab9d",
behavior: behaviors.LIQUID,
behavior: [
"XX|HT:1%1|XX",
"M2 AND HT:0.1%1|HT:1%1|M2 AND HT:1%1",
"M1|M1 AND HT:1%1|M1"
],
tick: function(pixel) {
tryTarnish(pixel,"lithium_oxide",0.014) //oxidation
},
@ -125,6 +130,7 @@
"liquid_ammonia": { "elem1": ["hydrogen",null], "elem2": "lithium_amide" }, //2Li + 2NH_3 → 2LiNH_2 + H_2
},
burning: true,
burnInto: "lithium_oxide",
fireColor: "#fc0a22",
density: 512,
}