Create children.js
My first attempt at a sandboxels mod finally works :D
This commit is contained in:
parent
936ff312f9
commit
9518ee9cbb
|
|
@ -0,0 +1,14 @@
|
||||||
|
elements.child = {
|
||||||
|
color: "#ffaa55",
|
||||||
|
behavior: [
|
||||||
|
"M2|M2|M2",
|
||||||
|
"M2|XX|M2",
|
||||||
|
"XX|M1|XX"
|
||||||
|
],
|
||||||
|
tempHigh: 100,
|
||||||
|
stateHigh: "cooked_meat",
|
||||||
|
category: "life",
|
||||||
|
reactions: {
|
||||||
|
"herb": { elem1: "blood", elem2: "explosion"}
|
||||||
|
},
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue