From 3d73a320f734e4623639018239584838f65db3c6 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Sun, 20 Feb 2022 23:08:07 -0500 Subject: [PATCH] more molten lithium tweaks fuck scientific papers fuck lithium --- mods/lithium.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mods/lithium.js b/mods/lithium.js index a34bb240..3593e901 100644 --- a/mods/lithium.js +++ b/mods/lithium.js @@ -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, }