fix behavior and burnInto
This commit is contained in:
parent
80e006253b
commit
722996ecae
|
|
@ -1,27 +1,30 @@
|
|||
elements.ruby = {
|
||||
color: ["#ff0000","#f44336","#990000","#ea9999","#f4cccc"], behavior: [
|
||||
color: ["#ff0000","#f44336","#990000","#ea9999","#f4cccc"],
|
||||
behavior: behaviors.POWDER,
|
||||
category: "powders",
|
||||
state: "solid",
|
||||
density: 265,
|
||||
burn: 1000,
|
||||
burnTime: 300,
|
||||
burnInto: ["carbon dioxide ",null,null],
|
||||
burnInto: ["carbon_dioxide",null,null],
|
||||
};
|
||||
elements.sappire = {
|
||||
color: ["#2986cc","#16537e","#0086ff","#9da0f7","#54aeff"], behavior: [
|
||||
color: ["#2986cc","#16537e","#0086ff","#9da0f7","#54aeff"],
|
||||
behavior: behaviors.POWDER,
|
||||
category: "powders",
|
||||
state: "solid",
|
||||
density: 265,
|
||||
burn: 1000,
|
||||
burnTime: 300,
|
||||
burnInto: ["carbon dioxide ",null,null],
|
||||
burnInto: ["carbon_dioxide",null,null],
|
||||
};
|
||||
elements.emerald = {
|
||||
color: ["#6aa84f","#8fce00","#7cc95a","#8fce00","#c4dabd"], behavior: [
|
||||
color: ["#6aa84f","#8fce00","#7cc95a","#8fce00","#c4dabd"],
|
||||
behavior: behaviors.POWDER,
|
||||
category: "powders",
|
||||
state: "solid",
|
||||
density: 265,
|
||||
burn: 1000,
|
||||
burnTime: 300,
|
||||
burnInto: ["carbon dioxide ",null,null],
|
||||
burnInto: ["carbon_dioxide",null,null],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue