Merge pull request #277 from zonneschijn7/patch-3

Update greenitemsandmore.js (KIWI WORKING + TESTING!?)
This commit is contained in:
slweeb 2024-01-13 11:08:07 -05:00 committed by GitHub
commit 06e06d4046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 2 deletions

View File

@ -164,6 +164,20 @@ elements.kiwi = {
desc: "Kiwi from the greenitemsandmore.js mod.",
breakInto: "juice",
breakIntoColor: "#2e7533",
tempHigh: 120
stateHigh: "ash"
tempHigh: 120,
stateHigh: "ash",
};
behaviors.CUSTOMMOVEMENT = [
"M3|XX|M3",
"M2|XX|M2",
"M3|M1|M2",
],
elements.movementtest = {
color: "#ccc3a9",
behavior: behaviors.CUSTOMMOVEMENT,
category: "special",
state: "solid",
desc: "movementtest. Used for testing movement. From the greenitemsandmore.js mod.",
};