Merge pull request #277 from zonneschijn7/patch-3
Update greenitemsandmore.js (KIWI WORKING + TESTING!?)
This commit is contained in:
commit
06e06d4046
|
|
@ -164,6 +164,20 @@ elements.kiwi = {
|
||||||
desc: "Kiwi from the greenitemsandmore.js mod.",
|
desc: "Kiwi from the greenitemsandmore.js mod.",
|
||||||
breakInto: "juice",
|
breakInto: "juice",
|
||||||
breakIntoColor: "#2e7533",
|
breakIntoColor: "#2e7533",
|
||||||
tempHigh: 120
|
tempHigh: 120,
|
||||||
stateHigh: "ash"
|
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.",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue