Update greenitemsandmore.js (KIWI WORKING + TESTING!?)

fixed the kiwi, meaning i fixed the whole mod (mod failed to load) and added a testmovement item that i will probably use to test behavior and other code.
This commit is contained in:
zonneschijn7 2024-01-12 19:04:15 +01:00 committed by GitHub
parent 86efc106ef
commit a03c488b74
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.",
};