Merge pull request #93 from Zippyous213/main
This commit is contained in:
commit
0efe5e180b
|
|
@ -0,0 +1,19 @@
|
||||||
|
};
|
||||||
|
elements.vibranium
|
||||||
|
color:"#455357",
|
||||||
|
behavior: behaviors.WALL,
|
||||||
|
category: "solids",
|
||||||
|
state: "solid",
|
||||||
|
tempHigh: 1000000000,
|
||||||
|
conduct: Infinity,
|
||||||
|
hardness: 1,
|
||||||
|
};
|
||||||
|
elements.uru
|
||||||
|
color: "#719aa6",
|
||||||
|
behavior: behaviors.WALL,
|
||||||
|
catagory: "solids",
|
||||||
|
state: "solid",
|
||||||
|
tempHigh: 1000000000,
|
||||||
|
conduct: 0,
|
||||||
|
Hardness: 1,
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue