Update kopalstuff.js
This commit is contained in:
parent
df8aaedc5a
commit
bc853b7bba
|
|
@ -2,7 +2,7 @@ elements.sweetwater = {
|
||||||
color: "#8ae7eb",
|
color: "#8ae7eb",
|
||||||
behavior: behaviors.liquid,
|
behavior: behaviors.liquid,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
state: "solid",
|
state: "liquid",
|
||||||
reactions: {
|
reactions: {
|
||||||
"soda": { elem1: null, elem2: "syrup" }
|
"soda": { elem1: null, elem2: "syrup" }
|
||||||
},
|
},
|
||||||
|
|
@ -12,14 +12,14 @@ elements.syrup = {
|
||||||
color: "#d9d2c3",
|
color: "#d9d2c3",
|
||||||
behavior: behaviors.liquid,
|
behavior: behaviors.liquid,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "solid",
|
state: "liquid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.orangesoda = {
|
elements.orangesoda = {
|
||||||
color: "#b8820d",
|
color: "#b8820d",
|
||||||
behavior: behaviors.liquid,
|
behavior: behaviors.liquid,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "solid",
|
state: "liquid",
|
||||||
reactions: {
|
reactions: {
|
||||||
"sugar": { elem1: null, elem2: "syrup" }
|
"sugar": { elem1: null, elem2: "syrup" }
|
||||||
},
|
},
|
||||||
|
|
@ -29,7 +29,7 @@ elements.orange = {
|
||||||
color: "#eda813",
|
color: "#eda813",
|
||||||
behavior: behaviors.powder,
|
behavior: behaviors.powder,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "solid",
|
state: "powder",
|
||||||
breakInto: "juice",
|
breakInto: "juice",
|
||||||
reactions: {
|
reactions: {
|
||||||
"syrup": { elem1: null, elem2: "orangesoda" }
|
"syrup": { elem1: null, elem2: "orangesoda" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue