diff --git a/mods/funny elements 2022-11-15.js b/mods/funny elements 2022-11-15.js new file mode 100644 index 00000000..eb2add59 --- /dev/null +++ b/mods/funny elements 2022-11-15.js @@ -0,0 +1,84 @@ +elements.fowtim_ice = { + color: "#6c6dec", + behavior: behaviors.WALL, + tempHigh: 9382.73, + temp: 9362.73, + stateHigh: "fowtim", + category: "random solids", + state: "solid", + density: 1009.20, + hardness: 0.54, + breakInto: "fowtim", + conduct: 0.14, +}, +elements.fowtim = { + color: "#2324e2", + behavior: behaviors.LIQUID, + tempLow: 9382.73, + temp: 9402.73, + tempHigh: 11187.06, + stateLow: "fowtim_ice", + stateHigh: "fowtim_gas", + category: "random liquids", + state: "liquid", + density: 905.92, + hardness: 0.27, + viscosity: 547.09, + breakInto: "fowtim_gas", + conduct: 0.078, +}, +elements.fowtim_gas = { + color: "#b6b6f5", + behavior: behaviors.GAS, + tempLow: 11187.06, + temp: 11207.06, + stateLow: "fowtim", + category: "random gases", + state: "gas", + density: 1.36, + hardness: 1, +}, +elements.shit = { + color: ["#756674","#554754","#827381"], + behavior: behaviors.POWDER, + tempHigh: 975.54, + category: "random rocks", + state: "solid", + density: 2902.23, + hardness: 0.45, + breakInto: ["dust","shit_gravel"], + stateHigh: "molten_shit" +}, +elements.shit_gravel = { + color: ["#b9a9b5","#97858d","#6e6068","#57454e"], + behavior: behaviors.POWDER, + tempHigh: 975.54, + stateHigh: "shit", + category: "random rocks", + state: "solid", + density: 1912.06, + hardness: 0.19, + breakInto: "dust", +}, +elements.loona = { + color: ["#6f7d54","#4f5d34","#7c8a61"], + behavior: behaviors.POWDER, + tempHigh: 1031.02, + category: "random rocks", + state: "solid", + density: 2466.73, + hardness: 0.51, + breakInto: ["dust","loona_gravel"], + stateHigh: "molten_loona" +}, +elements.loona_gravel = { + color: ["#b3be98","#919a6f","#68744b","#515931"], + behavior: behaviors.POWDER, + tempHigh: 1031.02, + stateHigh: "loona", + category: "random rocks", + state: "solid", + density: 1625.14, + hardness: 0.20, + breakInto: "dust", +}; \ No newline at end of file