From 5b4100f42d93166e4bc602ec8aca50918cf8462b Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:41:08 -0300 Subject: [PATCH] Add files via upload --- mods/death.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mods/death.js diff --git a/mods/death.js b/mods/death.js new file mode 100644 index 00000000..d7c7a164 --- /dev/null +++ b/mods/death.js @@ -0,0 +1,18 @@ +elements.chowder = { + color: "#c7c98b", + behavior: behaviors.POWDER, + category: "food", + state: "solid", + reactions: { + "water": { elem1: null, elem2: "soup" }, + }, + }; + + elements.soup = { + color: "#c28719", + behavior: behaviors.LIQUID, + category: "food", + state: "liquid", + stateHigh: "chowder", + tempHigh: 100 + }; \ No newline at end of file