From 95cd6d9a5dd2e3f621f543b6843b67d71d2d0e9d Mon Sep 17 00:00:00 2001 From: mrapple <86132722+idk73248@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:25:05 +0000 Subject: [PATCH] update applestuff.js --- mods/applestuff.js | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/mods/applestuff.js b/mods/applestuff.js index 1c41a0c7..6ffbaf03 100644 --- a/mods/applestuff.js +++ b/mods/applestuff.js @@ -1,5 +1,5 @@ elements.cat = { - color: "#b08b05", + color: "#ffffff,#000000, #00ffff", behavior: [ "XX|XX|XX", "M2%25|XX|M2%25", @@ -7,7 +7,9 @@ elements.cat = { ], category: "weapons", state: "solid", - desc: "HOLY SHIT ITS GOING TO KILL M- oh wait its just a cute kitty" + desc: "WHAT IS WRONG WITH YOU, WHY ARE YOU BLUE", + tempHigh: 100, + stateHigh: "meat" }; elements.the_hot_destroyer = { @@ -48,7 +50,7 @@ elements.lipstick = { category: "liquids", state: "liquid", viscosity: 650, - stain: 30, + stain: 100, tempHigh: 100, stateHigh: "steam", desc: "this mod is meant to have a description to everything but i don't know what to put here... its lipstick i guess?" @@ -66,4 +68,12 @@ elements.very_hot_gold = { desc: "i'm running out of ideas, have this i guess" }; -// bro what else do i put here \ No newline at end of file +elements.sour_patch_kids = { + color:["#ff0000", "#00ff00", "#c8ff02", "#ff00c8"], + behavior: behaviors.POWDER, + category: "food", + state: "solid", + desc: "don't think their meant to be purple" +}; + +// this piece of text is gonna change every update