Added some stuff for fun

This commit is contained in:
StellarX20 2022-03-26 10:21:23 -04:00 committed by GitHub
parent 09f014b337
commit 6d44461090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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 = { elements.test = {
color: "#ff0000", color: "#ff0000",
behavior: behaviors.POWDER, behavior: behaviors.POWDER,
@ -1134,6 +1139,24 @@ tempHigh: 1131,
stateHigh: "molten_uranium238", stateHigh: "molten_uranium238",
density: 20, 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: /* Unfinished:
magnesium magnesium
hematite mixture hematite mixture