Create kopalstuff.js
This commit is contained in:
parent
663190b3d3
commit
df94f0bf43
|
|
@ -0,0 +1,10 @@
|
|||
elements.lemon = {
|
||||
color: "#fcc603",
|
||||
behavior: behaviors.POWDER,
|
||||
category: "first",
|
||||
state: "solid",
|
||||
breakInto: "Juice",
|
||||
reactions = {
|
||||
"sugar": { elem1: null, elem2: "candy" }
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue