From 9859281cca204aff703f61fcb7556f828f8ca172 Mon Sep 17 00:00:00 2001 From: My-school-account-ig <27olrees@sjhs.newport.sch.uk> Date: Mon, 10 Jun 2024 13:52:31 +0100 Subject: [PATCH] Update Science_mod.js IDEKA AAAAAAAAAAAAAAAAAAAAAAAAAAA --- mods/Science_mod.js | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index 538d6438..00556732 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1615,3 +1615,46 @@ substance.Lithium_Aluminum_Deuteride = { state: "null", hidden:true } + +// Finally another one! Thank the ptable.com gods! :skull: +substance.Aluminum_Floride = { + behavior: behaviors.WALL, + color: "FFFFFF", + category: "lands", + state: "solid", + hidden:true +} + +// AAAAAAAAAAAAAAAAAAAAAAAAAAA +substance.aluminum_Fluoride_Trihydrate = { + behavior: behaviors.NULL, + color: "000000", + category: "null", + state: "null", + hidden:true +} + +// aight, i give up on the comments now but this is one that I can actually do +substance.Ammonium_Hexafluoroaluminate = { + behavior: behaviors.POWDER, + color: "FFFFFF", + category: "lands", + state: "powder", + hidden:true +} + +substance.Potassium_Hexafluoroaluminate = { + behavior: behaviors.NULL, + color: "000000", + category: "null", + state: "null", + hidden:true +} + +substance.Sodium_Hexafluoroaluminate = { + behavior: behaviors.POWDER, + color: "FFFFFF", + category: "lands", + state: "powder", + hidden:true +}