2024-01-05 14:44:57 -05:00
|
|
|
elements.burnt_rice = {
|
2024-01-05 18:51:00 -05:00
|
|
|
tempHigh: 999,
|
|
|
|
|
stateHigh: "ash",
|
2024-01-05 14:44:57 -05:00
|
|
|
density: 699,
|
|
|
|
|
color: "#242424",
|
2024-01-05 10:59:04 -05:00
|
|
|
behavior: behaviors.POWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "liquid",
|
|
|
|
|
reactions: {
|
2024-01-05 14:44:57 -05:00
|
|
|
"water": { elem1: null, elem2: "dirty_water" }
|
2024-01-05 10:59:04 -05:00
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
2024-01-05 14:44:57 -05:00
|
|
|
elements.rice = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
2024-01-05 14:44:57 -05:00
|
|
|
burnInto: "burnt_rice",
|
|
|
|
|
density: 696,
|
|
|
|
|
tempHigh: 232,
|
|
|
|
|
stateHigh: "burnt_rice",
|
|
|
|
|
color: "#d1d1d1",
|
2024-01-05 10:59:04 -05:00
|
|
|
behavior: behaviors.POWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "liquid",
|
2024-01-05 14:44:57 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.moth = {
|
2024-01-05 18:51:00 -05:00
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
2024-01-05 14:44:57 -05:00
|
|
|
color: "#57381a",
|
|
|
|
|
behavior: behaviors.GAS,
|
|
|
|
|
category: "life",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.moss = {
|
2024-01-05 18:51:00 -05:00
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
2024-01-05 14:44:57 -05:00
|
|
|
density: 1000,
|
|
|
|
|
color: "#2d571a",
|
|
|
|
|
behavior: behaviors.POWDER,
|
|
|
|
|
category: "land",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.mc_donalds = {
|
2024-01-05 18:51:00 -05:00
|
|
|
tempHigh: 6969,
|
|
|
|
|
stateHigh: "void",
|
2024-01-05 14:44:57 -05:00
|
|
|
density: 69,
|
|
|
|
|
color: "#ff0000",
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.maple_syrup = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "steam",
|
2024-01-05 14:44:57 -05:00
|
|
|
density: 1333,
|
|
|
|
|
hardness: 1,
|
|
|
|
|
color: "#9c6000",
|
|
|
|
|
behavior: behaviors.LIQUID,
|
|
|
|
|
category: "liquids",
|
|
|
|
|
state: "liquid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.boiled_egg = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
2024-01-05 14:44:57 -05:00
|
|
|
density: 700,
|
|
|
|
|
breakInto: "yolk",
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#fff9d1",
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "liquid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.dark_oak = {
|
|
|
|
|
breakInto: "dark_oak_wood",
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#302216",
|
|
|
|
|
behavior: behaviors.WALL,
|
|
|
|
|
category: "solids",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.dark_oak_wood = {
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#573e28",
|
|
|
|
|
behavior: behaviors.SUPPORT,
|
|
|
|
|
category: "land",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.avocado = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
breakInto: "guacamole",
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#254a22",
|
|
|
|
|
behavior: behaviors.SUPPORTPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "liquid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.guacamole = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#a2e09d",
|
|
|
|
|
behavior: behaviors.POWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "liquid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.watermelon = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
stateHigh: "ash",
|
|
|
|
|
breakInto: "water_from_the_melon",
|
|
|
|
|
color: "#40993f",
|
|
|
|
|
behavior: behaviors.SUPPORT,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.water_from_the_melon = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
stateHigh: "steam",
|
|
|
|
|
color: "#ff5d47",
|
|
|
|
|
behavior: behaviors.LIQUID,
|
|
|
|
|
category: "liquids",
|
|
|
|
|
state: "liquid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.nachos = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
stateHigh: "ash",
|
2024-01-05 18:51:00 -05:00
|
|
|
color: "#bd7b26",
|
2024-01-05 14:44:57 -05:00
|
|
|
behavior: behaviors.SUPPORTPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.cherry = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#ff0f0f",
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.green_cherry = {
|
2024-01-05 18:51:00 -05:00
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
2024-01-05 14:44:57 -05:00
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#5ce344",
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
2024-01-05 15:21:44 -05:00
|
|
|
|
|
|
|
|
elements.meth = {
|
2024-01-05 18:51:00 -05:00
|
|
|
hardness: 1,
|
2024-01-05 15:21:44 -05:00
|
|
|
tempHigh: 5000,
|
|
|
|
|
stateHigh: "steam",
|
|
|
|
|
color: "#0affef",
|
|
|
|
|
behavior: behaviors.POWDER,
|
|
|
|
|
category: "powders",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
2024-01-05 18:51:00 -05:00
|
|
|
|
|
|
|
|
elements.garlic = {
|
|
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#ffebbd",
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
reactions: {
|
|
|
|
|
"bread": { elem1: null, elem2: "garlic_bread" },
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.garlic_bread = {
|
|
|
|
|
isFood: true,
|
|
|
|
|
breakInto: "crumb",
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: ["#db9b56", "#288a0c", "#db9b56", "#db9b56", "#db9b56", "#db9b56"],
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.kiwi = {
|
|
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: ["#0f4700", "#0f4700", "#0f4700", "#0f4700", "#0f4700", "#0f4700", "#0f4700", "#0f4700", "#0f4700", "#210a00"],
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.peanut_butter = {
|
|
|
|
|
isFood: true,
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#d4903d",
|
|
|
|
|
behavior: behaviors.POWDER,
|
|
|
|
|
category: "food",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
elements.poop = {
|
|
|
|
|
tempHigh: 500,
|
|
|
|
|
stateHigh: "ash",
|
|
|
|
|
color: "#331600",
|
|
|
|
|
behavior: behaviors.STURDYPOWDER,
|
|
|
|
|
category: "special",
|
|
|
|
|
state: "solid",
|
|
|
|
|
};
|