Update and rename First (1).js to Ultra_Steel.js
Adds Ultra Steel
This commit is contained in:
parent
c60c3ae04d
commit
89727adcd2
|
|
@ -1,8 +0,0 @@
|
|||
elements.First = {
|
||||
color: "#00ff80",
|
||||
behavior: behaviors.POWDER,
|
||||
category: "",
|
||||
state: "solid",
|
||||
reactions: {
|
||||
"water": { elem1: "sugar", elem2: null},
|
||||
};
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
elements.Ultra_Steel = {
|
||||
color: "#8f748f",
|
||||
behavior: behaviors.WALL,
|
||||
category: "solid",
|
||||
state: "solid",
|
||||
tempHigh: 26525,
|
||||
stateHigh: "Molten_Ultra_Steel",
|
||||
};
|
||||
|
||||
elements.Molten_Ultra_Steel = {
|
||||
color: ["#bf56bf","#873987","#d158d1","#a145a1"],
|
||||
behavior: behaviors.LIQUID,
|
||||
category: "states",
|
||||
state: "liquid",
|
||||
tempLow: 24725,
|
||||
stateLow: "Ultra_Steel",
|
||||
reactions: {
|
||||
"molten_gold": { elem1: "salt", elem2: "salt" },
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue