Update greenitemsandmore.js (KIWI!!!)

added kiwi
This commit is contained in:
zonneschijn7 2024-01-11 19:44:59 +01:00 committed by GitHub
parent e298455009
commit f369e80092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -156,3 +156,14 @@ elements.baked_beans = {
desc: "Baked beans from the greenitemsandmore.js mod.",
hidden: true,
};
elements.kiwi = {
color: ["#469e3e", "#9e813e"],
behavior: behaviors.POWDER,
category: "food",
state: "solid",
desc: "Kiwi from the greenitemsandmore.js mod.",
breakInto: "juice",
breakIntoColor: "#2e7533",
tempHigh: 120
stateHigh: "ash"
};