Added some stuff for fun
This commit is contained in:
parent
09f014b337
commit
6d44461090
|
|
@ -1,3 +1,8 @@
|
|||
currentColor = "#80ffff";
|
||||
function deletecoconut {
|
||||
throw "The game crashed, because you deleted the coconut."
|
||||
}
|
||||
console.log("Welcome to the console.")
|
||||
elements.test = {
|
||||
color: "#ff0000",
|
||||
behavior: behaviors.POWDER,
|
||||
|
|
@ -1134,6 +1139,24 @@ tempHigh: 1131,
|
|||
stateHigh: "molten_uranium238",
|
||||
density: 20,
|
||||
};
|
||||
elements.butter = {
|
||||
color: "#fcf1b1",
|
||||
category: "food",
|
||||
state: "solid",
|
||||
behavior: ["XX|XX|XX","M2%5|XX|M2%5","M2|M1|M2"],
|
||||
tempHigh: 38,
|
||||
stateHigh: "molten_butter",
|
||||
density: 911,
|
||||
}
|
||||
elements.molten_butter = {
|
||||
color: "#f7e997",
|
||||
category: "food",
|
||||
state: "liquid",
|
||||
behavior: behaviors.LIQUID,
|
||||
tempLow: 38,
|
||||
stateLow: "butter",
|
||||
density: 910,
|
||||
}
|
||||
/* Unfinished:
|
||||
magnesium
|
||||
hematite mixture
|
||||
|
|
|
|||
Loading…
Reference in New Issue