From 99b5e0f7744363211c58482d407026f6132d1aee Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:39:30 -0300 Subject: [PATCH 1/7] Add files via upload --- death.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 death.js diff --git a/death.js b/death.js new file mode 100644 index 00000000..d7c7a164 --- /dev/null +++ b/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 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 2/7] 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 From eb0185d9919149309cc6d9b164b64edc2e10c51a Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:16:16 -0300 Subject: [PATCH 3/7] Update and rename mods/death.js to morefoodsmod.js --- mods/death.js => morefoodsmod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mods/death.js => morefoodsmod.js (93%) diff --git a/mods/death.js b/morefoodsmod.js similarity index 93% rename from mods/death.js rename to morefoodsmod.js index d7c7a164..48957d58 100644 --- a/mods/death.js +++ b/morefoodsmod.js @@ -15,4 +15,4 @@ elements.chowder = { state: "liquid", stateHigh: "chowder", tempHigh: 100 - }; \ No newline at end of file + }; From 809e2192a0cf98126230d3656082accd416b8d4b Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:16:35 -0300 Subject: [PATCH 4/7] Delete morefoodsmod.js --- morefoodsmod.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 morefoodsmod.js diff --git a/morefoodsmod.js b/morefoodsmod.js deleted file mode 100644 index 48957d58..00000000 --- a/morefoodsmod.js +++ /dev/null @@ -1,18 +0,0 @@ -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 - }; From ef4b33bd0e1516cbe1db11a94007ed22e3ab7d39 Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:16:54 -0300 Subject: [PATCH 5/7] Delete death.js --- death.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 death.js diff --git a/death.js b/death.js deleted file mode 100644 index d7c7a164..00000000 --- a/death.js +++ /dev/null @@ -1,18 +0,0 @@ -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 From a71a5cdf94e7359ef7b1527eb851cd3bc6d1f5a4 Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:18:50 -0300 Subject: [PATCH 6/7] Add files via upload --- mods/morefoodsmod.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mods/morefoodsmod.js diff --git a/mods/morefoodsmod.js b/mods/morefoodsmod.js new file mode 100644 index 00000000..d7c7a164 --- /dev/null +++ b/mods/morefoodsmod.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 From acdf030d48ad6dc0fb862799c5858e8c36471f8a Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:48:21 -0300 Subject: [PATCH 7/7] Add files via upload --- mods/morefoodsmod.js | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/mods/morefoodsmod.js b/mods/morefoodsmod.js index d7c7a164..9791eb3b 100644 --- a/mods/morefoodsmod.js +++ b/mods/morefoodsmod.js @@ -15,4 +15,33 @@ elements.chowder = { state: "liquid", stateHigh: "chowder", tempHigh: 100 - }; \ No newline at end of file + }; + + elements.rice = { + color: "#f6f8ed", + behavior: behaviors.POWDER, + category: "food", + state: "solid", + reactions: { + "broth": { elem1: "risotto", elem2: null }, + "beans": { elem1: null, elem2: "feijoada"}, + }, + }; + + elements.risotto = { + color: "#f8f4e9", + behavior: behaviors.SUPPORTPOWDER, + category: "food", + state: "solid", + }; + + elements.feijoada = { + color: "#291800", + behavior: behaviors.LIQUID, + category: "food", + state: "liquid", + viscosity: 9 + }; + + if (!elements.milk.reactions) elements.milk.reactions = {}; +elements.milk.reactions.corn = { elem1: null, elem2: "chowder" } \ No newline at end of file