From 85ba90bef59b7f2c30204a75828fae76a7bebf6b Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:13:24 +0000 Subject: [PATCH 01/16] Update 1.1 more_gold.js adds gold tree Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/more_gold.js | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/mods/more_gold.js b/mods/more_gold.js index 0e7d944d..ec98ce31 100644 --- a/mods/more_gold.js +++ b/mods/more_gold.js @@ -15,4 +15,26 @@ elements.molten_green_gold = { density: 13000, conduct: 0.87, Hidden: true -}; \ No newline at end of file +}; +elements.gold_tree = { + color: "#f2e013", + tick: function (pixel) { + if (pixel.h > 0 && pixelTicks % (50+pixel.h) === 0) { + + if (isEmpty(pixel.x-1,pixel.y)) { + createPixel("gold",pixel.x-1,pixel.y); + pixelMap[pixel.x-1][pixel.y].h = pixel.h-2; + } + if (isEmpty(pixel.x+1,pixel.y)) { + createPixel("gold",pixel.x+1,pixel.y); + pixelMap[pixel.x+1][pixel.y].h = pixel.h-2; + } + } + doDefaults(pixel); + }, + category:"solid", + breakInto: "gold", + state: "solid", + density: 8000, + seed: "gold_coin", +}, From c19b6aff9ebb2006d54884e90aedd6d282c496a3 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:15:03 +0000 Subject: [PATCH 02/16] Update mod-list.html for more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mod-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mod-list.html b/mod-list.html index 5eff199f..a6730624 100644 --- a/mod-list.html +++ b/mod-list.html @@ -215,6 +215,7 @@ fairy_chain.jsAdds way too many fairies to fey_and_more.jsAlice fantastic_creatures.jsAdds various animalsMelecie fantasy_elements.jsFantasy creatures and substancespixelegend4 +more_gold.jsAdds more gold variants and even a tree? fey_and_more.jsAdds fairies, magic, and a lot of other thingsMelecie fwibblen.jsAdds a flying creature that turns nickel into itself, and a second creature that does the same to the first oneAlice human_edit.jsImprovements to humansAlice From 9d40055e99911d6d1c9ed488f37cc0a4a6d47df0 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:15:55 +0000 Subject: [PATCH 03/16] Update mod-list.html for more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mod-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-list.html b/mod-list.html index a6730624..74c158b7 100644 --- a/mod-list.html +++ b/mod-list.html @@ -215,7 +215,7 @@ fairy_chain.jsAdds way too many fairies to fey_and_more.jsAlice fantastic_creatures.jsAdds various animalsMelecie fantasy_elements.jsFantasy creatures and substancespixelegend4 -more_gold.jsAdds more gold variants and even a tree? +more_gold.jsAdds more gold variants and even a tree?pixelegend4 fey_and_more.jsAdds fairies, magic, and a lot of other thingsMelecie fwibblen.jsAdds a flying creature that turns nickel into itself, and a second creature that does the same to the first oneAlice human_edit.jsImprovements to humansAlice From a25730c0cc94c55f3ee40d675c586510565c912c Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sun, 21 Jan 2024 08:19:26 +0000 Subject: [PATCH 04/16] Update mod-list.html Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mod-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-list.html b/mod-list.html index 2780b4e3..41ff5da2 100644 --- a/mod-list.html +++ b/mod-list.html @@ -219,7 +219,7 @@ fairy_chain.jsAdds way too many fairies to fey_and_more.jsAlice fantastic_creatures.jsAdds various animalsMelecie fantasy_elements.jsFantasy creatures and substancespixelegend4 -more_gold.jsAdds more gold variants and even a tree?pixelegend4 +more_gold.jsAdds more gold variants and even a tree?pixelegend4 fey_and_more.jsAdds fairies, magic, and a lot of other thingsMelecie fwibblen.jsAdds a flying creature that turns nickel into itself, and a second creature that does the same to the first oneAlice human_edit.jsImprovements to humansAlice From 50a038e16c7d5e6b24cb91686a70503be5a9e746 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sun, 21 Jan 2024 20:58:38 +0000 Subject: [PATCH 05/16] Add files via upload Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- leek.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 leek.js diff --git a/leek.js b/leek.js new file mode 100644 index 00000000..b19fd15d --- /dev/null +++ b/leek.js @@ -0,0 +1,31 @@ +elements.leek = { + color: ["#3ad664","#34cf5d","#20d450","#2fd65c"], + behavior: behaviors.SOLID, + category: "food", + viscosity: 35, + state: "solid", + density: 9999, + breakInto: "leek_mash", +}; + +elements.leek_mash = { + color: "#75eb95", + behavior: behaviors.POWDER, + category: "food", + viscosity: 35, + state: "solid", + density: 9999, + reactions: { + "mashed_potato": { elem1: "leek_soup", elem2: "leek_soup" }, + }, +}; + +elements.leek_soup = { + color: ["#b8eb75","#b6ed6d"], + behavior: behaviors.LIQUID, + category: "food", + viscosity: 35, + state: "liquid", + density: 800, +}; + From f67b0b5a611b0f77d42afa719b326082b8f172cc Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:11:03 +0000 Subject: [PATCH 06/16] Update leek.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- leek.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/leek.js b/leek.js index b19fd15d..5adec07c 100644 --- a/leek.js +++ b/leek.js @@ -27,5 +27,8 @@ elements.leek_soup = { viscosity: 35, state: "liquid", density: 800, + reactions: { + "water": { elem1: "leek_soup", elem2: "leek_soup" }, + }, }; From c679fbe39d2a4e5bb59535b8008fdcb11bda8f19 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:57:27 +0000 Subject: [PATCH 07/16] Update 1.0.1 leek.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> From f5c5757a2c2a5890017a835e364544c385e56548 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:58:02 +0000 Subject: [PATCH 08/16] Update 1.0.1 more_gold.js removed bug Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/more_gold.js | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/mods/more_gold.js b/mods/more_gold.js index ec98ce31..642d2d8e 100644 --- a/mods/more_gold.js +++ b/mods/more_gold.js @@ -16,25 +16,4 @@ elements.molten_green_gold = { conduct: 0.87, Hidden: true }; -elements.gold_tree = { - color: "#f2e013", - tick: function (pixel) { - if (pixel.h > 0 && pixelTicks % (50+pixel.h) === 0) { - if (isEmpty(pixel.x-1,pixel.y)) { - createPixel("gold",pixel.x-1,pixel.y); - pixelMap[pixel.x-1][pixel.y].h = pixel.h-2; - } - if (isEmpty(pixel.x+1,pixel.y)) { - createPixel("gold",pixel.x+1,pixel.y); - pixelMap[pixel.x+1][pixel.y].h = pixel.h-2; - } - } - doDefaults(pixel); - }, - category:"solid", - breakInto: "gold", - state: "solid", - density: 8000, - seed: "gold_coin", -}, From 82cd3bbe2ef5f453d924d6705daff581915b8e36 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:07:45 +0000 Subject: [PATCH 09/16] Update mod-list.html Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mod-list.html | 1 - 1 file changed, 1 deletion(-) diff --git a/mod-list.html b/mod-list.html index 41ff5da2..d0c8854f 100644 --- a/mod-list.html +++ b/mod-list.html @@ -219,7 +219,6 @@ fairy_chain.jsAdds way too many fairies to fey_and_more.jsAlice fantastic_creatures.jsAdds various animalsMelecie fantasy_elements.jsFantasy creatures and substancespixelegend4 -more_gold.jsAdds more gold variants and even a tree?pixelegend4 fey_and_more.jsAdds fairies, magic, and a lot of other thingsMelecie fwibblen.jsAdds a flying creature that turns nickel into itself, and a second creature that does the same to the first oneAlice human_edit.jsImprovements to humansAlice From eb561d7ba5f02f0d0be5bcbcf5273a20b6bc1b30 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:14:54 +0000 Subject: [PATCH 10/16] Update more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/more_gold.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/more_gold.js b/mods/more_gold.js index 642d2d8e..8886aaaf 100644 --- a/mods/more_gold.js +++ b/mods/more_gold.js @@ -16,4 +16,3 @@ elements.molten_green_gold = { conduct: 0.87, Hidden: true }; - From aaaee3e4a618640e40f5508846363d97771c29bb Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:15:37 +0000 Subject: [PATCH 11/16] Update more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> From 705b882cc190bcfb4670c23bb440b57028602f36 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:16:01 +0000 Subject: [PATCH 12/16] Update more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> From de81b49881330f6021d03a485ec973108ac4faa6 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:45:29 +0000 Subject: [PATCH 13/16] Update 1.3.2 fantasy_elements.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/fantasy_elements.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mods/fantasy_elements.js b/mods/fantasy_elements.js index f7fd6f6e..4ddc7e54 100644 --- a/mods/fantasy_elements.js +++ b/mods/fantasy_elements.js @@ -1,3 +1,6 @@ +// 1.3.2 fantasy_elements.js mod +// adds plode a bomb + elements.dragon_breath = { color: "#f94e4e", behavior: behaviors.GAS, @@ -608,3 +611,17 @@ elements.nebulaflare_wall = { "water": { elem1: "nebulaflare", elem2: "nebulaflare" }, }, }; +// end, chanelog moves to top + +elements.plode = { + color: "#7f03fc", + behavior: [ + "XX|EX:90>plasma,heat_ray,plasma,fire,fire|XX", + "XX|XX|XX", + "M2|M1 AND EX:90>fire,plasma,fire,fire,heat_ray,fire|M2", + ], + category: "fantasyweapons", + state: "solid", + density: 2500, + excludeRandom: true, +}; From 3c27714838be96b67ccaf10c667d713327ac28f5 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:47:01 +0000 Subject: [PATCH 14/16] Delete leek.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- leek.js | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 leek.js diff --git a/leek.js b/leek.js deleted file mode 100644 index 5adec07c..00000000 --- a/leek.js +++ /dev/null @@ -1,34 +0,0 @@ -elements.leek = { - color: ["#3ad664","#34cf5d","#20d450","#2fd65c"], - behavior: behaviors.SOLID, - category: "food", - viscosity: 35, - state: "solid", - density: 9999, - breakInto: "leek_mash", -}; - -elements.leek_mash = { - color: "#75eb95", - behavior: behaviors.POWDER, - category: "food", - viscosity: 35, - state: "solid", - density: 9999, - reactions: { - "mashed_potato": { elem1: "leek_soup", elem2: "leek_soup" }, - }, -}; - -elements.leek_soup = { - color: ["#b8eb75","#b6ed6d"], - behavior: behaviors.LIQUID, - category: "food", - viscosity: 35, - state: "liquid", - density: 800, - reactions: { - "water": { elem1: "leek_soup", elem2: "leek_soup" }, - }, -}; - From 590b279e71129814a447eea62246903b82691e81 Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:48:24 +0000 Subject: [PATCH 15/16] Update more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/more_gold.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/more_gold.js b/mods/more_gold.js index 8886aaaf..642d2d8e 100644 --- a/mods/more_gold.js +++ b/mods/more_gold.js @@ -16,3 +16,4 @@ elements.molten_green_gold = { conduct: 0.87, Hidden: true }; + From fd42066cf5a238fd952841871c476a68b27b62bc Mon Sep 17 00:00:00 2001 From: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:48:41 +0000 Subject: [PATCH 16/16] Update more_gold.js Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com> --- mods/more_gold.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/more_gold.js b/mods/more_gold.js index 642d2d8e..8886aaaf 100644 --- a/mods/more_gold.js +++ b/mods/more_gold.js @@ -16,4 +16,3 @@ elements.molten_green_gold = { conduct: 0.87, Hidden: true }; -