elements.beer = { color: ["#ffc43d","#ffc43d","#ebc59f"], behavior: behaviors.LIQUID, category: "food", state: "solid", hidden: "TRUE", }; elements.root_beer = { color: ["#8b2f02","#732803"], behavior: behaviors.LIQUID, category: "food", state: "solid", hidden: "TRUE", }; elements.fruit_slushy = { color: ["#d43968","#ec5885","#f57ca1","#fba9c2","#ffe3eb"], behavior: behaviors.LIQUID, category: "food", state: "solid", hidden: "TRUE", }; elements.mold = { color: ["#b6d7a8","#6d9d5c","#ad8d6f"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.chocolate_slushy = { color: ["#c3ae9a","#ae967f","#977b5f","#876b4f","#816346"], behavior: behaviors.LIQUID, category: "food", state: "solid", hidden: "TRUE", }; elements.chocolate_sauce = { color: ["#491904","#54240b","#5e2d0b","#69371b","#764636"], behavior: behaviors.LIQUID, category: "food", state: "solid", hidden: "TRUE", }; elements.chocolate_ice_cream = { color: ["#a47551","#523a28"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.fruit_ice_cream = { color: ["#f8d8d8","#f6c1c1","#e39898"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.chocolate_yogurt = { color: ["#654321","#71512b","#7e5f36","#8a6e42","#967d50"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", tempLow: 0, stateLow: "frozen_chocolate_yogurt", }; elements.fruit_yogurt = { color: ["#ffc3d8","#ffabd6","#ff96c5","#ff84c2","#ff5daf"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", tempLow: 0, stateLow: "frozen_fruit_yogurt", }; elements.frozen_fruit_yogurt = { color: ["#ffdfdf","#ffc0c0","#ff9b9b"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", density: 902, tempHigh: 0, stateHigh: "fruit_yogurt", }; elements.frozen_chocolate_yogurt = { color: ["#a87848","#a57e57","#c1a07f","#e2c5ac","#efd0b1"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", density: 902, tempHigh: 0, stateHigh: "chocolate_yogurt", }; elements.cooking_oil = { color: "#c4ab4f", behavior: behaviors.LIQUID, category: "liquids", state: "solid", reactions: { "meat": { elem1: null, elem2: "chicken_nuggets" }, "potato": { elem1: null, elem2: "fries" }, "advanced_dough": { elem1: null, elem2: "churros" }, "snow": { elem1: null, elem2: "fried_snow" }, } }; elements.chicken_nuggets = { color: ["#8f411c","#a35935"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.advanced_dough = { color: ["#f3e6c6","#f9e8a2","#ebd27b","#dba94e","#c08932"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", tempHigh: 94, stateHigh: "croissant", reactions: { "electric": { elem1: "steampunk_pancakes", elem2: null }, } }; elements.fries = { color: ["#f4c63e","#f6d165","#f8dd8b"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.fried_snow = { color: ["#f6c66a","#d29829","#905c1b"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.battery_acid = { color: ["#8fff00","#1de446"], behavior: behaviors.LIQUID, category: "machines", state: "solid", hidden: "TRUE", }; elements.steampunk_pancakes = { color: "#252a33", behavior: behaviors.POWDER, category: "machines", state: "solid", hidden: "TRUE", }; elements.churros = { color: ["#ce9958","#b8732d","#9f633b"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", reactions: { "chocolate": { elem1: "chocolate_churros", elem2: null }, "chocolate_sauce": { elem1: "chocolate_churros", elem2: null }, } }; elements.chocolate_churros = { color: ["#9f6204","#875200","#764100","#582c00","#492100"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.croissant = { color: ["#c68028","#ad7023","#905c1b","#794d16","#674112"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", breakInto: "crumb", tempHigh: 550, stateHigh: "ash", burnInto: "smoke" }; elements.eggy_dough = { color: ["#df8c43","#e5a369","#ecba8e","#f2d1b4","#f9e8d9"], behavior: behaviors.POWDER, category: "food", state: "solid", tempHigh: 75, stateHigh: "french_toast", burnInto: "smoke" }; elements.french_toast = { color: ["#a77644","#af7b4b","#af7f57"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "crumb", tempHigh: 550, stateHigh: "ash", burnInto: "smoke" }; elements.rose_sauce = { color: ["#db2300","#e24f33"], behavior: behaviors.LIQUID, category: "food", state: "solid", hidden: "TRUE", }; elements.seasoning = { color: ["#945239","#896251"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.parmesan = { color: ["#ffffdd","#ffffe4","#ffffeb","#fffff1","#fffff8"], behavior: behaviors.POWDER, category: "food", state: "solid", }; elements.baking_powder = { color: "#fffaed", behavior: behaviors.POWDER, category: "food", state: "solid", reactions: { "flour": { elem1: null, elem2: "advanced_dough" }, }, }; elements.smashed_ice = { color: ["#e3fdff","#d1f7ff","#c0f7ff"], behavior: behaviors.LIQUID, category: "food", state: "solid", reactions: { "grape": { elem1: null, elem2: "fruit_slushy" }, "green_grape": { elem1: null, elem2: "fruit_slushy" }, "cherry": { elem1: null, elem2: "fruit_slushy" }, "apple": { elem1: null, elem2: "fruit_slushy" }, "orange": { elem1: null, elem2: "fruit_slushy" }, "kiwi": { elem1: null, elem2: "fruit_slushy" }, "strawberry": { elem1: null, elem2: "fruit_slushy"}, "chocolate": { elem1: null, elem2: "chocolate_slushy" }, "juice": { elem1: null, elem2: "fruit_slushy" }, "chocolate_sauce": { elem1: null, elem2: "chocolate_slushy" }, }, density: 100, tempHigh: 25, stateHigh: "water", tempLow: -100, stateLow: "snow", }; elements.moss = { color: ["#355438","#416044","#4c7450","#68946c","#81a984"], behavior: behaviors.STURDYPOWDER, category: "life", state: "solid", burn: 5, burnTime: 15, density: 1400, breakInto: "dead_plant", tempHigh: 120, stateHigh: "dead_plant", tempLow: -4, stateLow: "frozen_plant", reactions: { "dna": { elem1: "moth", elem2: null }, } }; elements.moth = { color: "#665233", behavior: behaviors.FLY, category: "life", state: "solid", burn: 95, burnTime: 25, density: 600, breakInto: "dead_bug", tempHigh: 100, stateHigh: "ash", tempLow: 0, stateLow: "dead_bug", }; elements.cherry = { color: ["#ff0000","#e30202","#c00000","#9c0101"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", tempHigh: 256, stateHigh: "steam", breakIntoColor: "#450008", reactionsColor: "#450008", }; elements.strawberry = { color: ["#fb2943","#ff0033"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", tempHigh: 256, stateHigh: "steam", breakIntoColor: ["#bf0147","#c61548","#cc2857","#c62354","#c11848"], }; elements.apple = { color: ["#fc3434","#f91515","#d30404","#9f0606","#aa0404"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", tempHigh: 256, stateHigh: "steam", breakIntoColor: ["#ffda69","#ffdb84"], }; elements.green_apple = { color: ["#a8da61","#66cc00","#66cc33","#00cc00","#009900"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", tempHigh: 256, stateHigh: "steam", breakIntoColor: ["#ffda69","#ffdb84"], }; elements.orange = { color: ["#ff9a00","#ffc100","#ff8100"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", breakIntoColor: ["#ffc659","#ffb646","#ffa700","#ff8d00"], tempHigh: 256, stateHigh: "steam", }; elements.kiwi = { color: ["#a9c77e","#61ab5a"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", tempHigh: 256, stateHigh: "steam", breakIntoColor: ["#a9c77e","#bad98f"], }; elements.green_grape = { color: ["#b6f271","#a1f02f","#97d60c","#65ba14","#8bc33a"], behavior: behaviors.POWDER, category: "food", state: "solid", breakInto: "juice", breakIntoColor: ["#5f8536","#7ba84a"], tempHigh: 256, stateHigh: "steam", }; elements.banana = { color: ["#ffb400","#ffc100","#ffdb00","#ffe700","#f0ff00"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", breakInto: "juice", breakIntoColor: "#f0f060", reactions: { "steam": { elem1: "potassium", elem2: null }, } }; elements.mint = { color: ["#72e88d","#53bd6c"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", reactions: { "cream": { elem1: null, elem2: "toorhpaste" }, } }; elements.potassium = { color: "#a3a333", behavior: behaviors.POWDER, category: "states", state: "solid", breakInto: "juice", }; elements.onion = { color: ["#62121b","#a92940","#c04b65","#d8699e"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", breakInto: ["stench", null, null, null, null], }; elements.garlic = { color: ["#f7f3e1","#f6f3c3","#f0e6bd"], behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", breakInto: "garlic_clove", }; elements.garlic_clove = { color: ["#b8b17f","#6b5628"], behavior: behaviors.POWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.oreo = { color: "#120600", behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", reactions: { "toorhpaste": { elem1: "poison_oreo", elem2: null }, } }; elements.poison_oreo = { color: "#001112", behavior: behaviors.STURDYPOWDER, category: "food", state: "solid", hidden: "TRUE", }; elements.toorhpaste = { color: ["#31ffe0","#65ffe8","#97ffef","#c9fff7","#f3fffd"], behavior: behaviors.LIQUID, category: "liquids", state: "solid", reactions: { "juice": { elem1: "poison", elem2: null }, } }; if (!elements.lettuce.reactions) elements.lettuce.reactions = {}; elements.lettuce.reactions.ice_cream = { elem1: "moss", elem2: null } if (!elements.advanced_dough.reactions) elements.advanced_dough.reactions = {}; elements.advanced_dough.reactions.yolk = { elem1: "eggy_dough", elem2: null } if (!elements.yeast.reactions) elements.yeast.reactions = {}; elements.yeast.reactions.flour = { elem1: "beer", elem2: null } if (!elements.beer.reactions) elements.beer.reactions = {}; elements.beer.reactions.fiber = { elem1: "root_beer", elem2: null } if (!elements.cheese.reactions) elements.cheese.reactions = {}; elements.cheese.reactions.seasoning = { elem1: "parmesan", elem2: null } if (!elements.sodium.reactions) elements.sodium.reactions = {}; elements.sodium.reactions.neutral_acid = { elem1: "baking_powder", elem2: null } if (!elements.toast.reactions) elements.toast.reactions = {}; elements.toast.reactions.chocolate = { elem1: "oreo", elem2: null } if (!elements.ketchup.reactions) elements.ketchup.reactions = {}; elements.ketchup.reactions.mayo = { elem1: "rose_sauce", elem2: null } if (!elements.bread.reactions) elements.bread.reactions = {}; elements.bread.reactions.rotten_cheese = { elem1: "mold", elem2: null } if (!elements.bread.reactions) elements.bread.reactions = {}; elements.bread.reactions.dirty_water = { elem1: "mold", elem2: null } if (!elements.toast.reactions) elements.toast.reactions = {}; elements.toast.reactions.rotten_cheese = { elem1: "mold", elem2: null } if (!elements.toast.reactions) elements.toast.reactions = {}; elements.toast.reactions.dirty_water = { elem1: "mold", elem2: null } if (!elements.baked_batter.reactions) elements.baked_batter.reactions = {}; elements.baked_batter.reactions.rotten_cheese = { elem1: "mold", elem2: null } if (!elements.baked_batter.reactions) elements.baked_batter.reactions = {}; elements.baked_batter.reactions.dirty_water = { elem1: "mold", elem2: null } if (!elements.bread.reactions) elements.bread.reactions = {}; elements.bread.reactions.worm = { elem1: "mold", elem2: null } if (!elements.bread.reactions) elements.bread.reactions = {}; elements.bread.reactions.mud = { elem1: "mold", elem2: null } if (!elements.toast.reactions) elements.toast.reactions = {}; elements.toast.reactions.worm = { elem1: "mold", elem2: null } if (!elements.toast.reactions) elements.toast.reactions = {}; elements.toast.reactions.mud = { elem1: "mold", elem2: null } if (!elements.baked_batter.reactions) elements.baked_batter.reactions = {}; elements.baked_batter.reactions.worm = { elem1: "mold", elem2: null } if (!elements.baked_batter.reactions) elements.baked_batter.reactions = {}; elements.baked_batter.reactions.mud = { elem1: "mold", elem2: null } elements.sugar_ice.breakInto = "smashed_ice" elements.battery.breakInto = "battery_acid" elements.herb.breakInto = "seasoning" elements.chocolate.breakInto = "chocolate_sauce" if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.juice = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.grape = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.jelly = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.cherry = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.orange = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.kiwi = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.green_grape = { elem1: "fruit_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.chocolate = { elem1: "chocolate_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.chocolate_sauce = { elem1: "chocolate_ice_cream", elem2: null } if (!elements.ice_cream.reactions) elements.ice_cream.reactions = {}; elements.ice_cream.reactions.melted_chocolate = { elem1: "chocolate_ice_cream", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.grape = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.juice = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.green_grape = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.cherry = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.kiwi = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.orange = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.jelly = { elem1: "fruit_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.chocolate = { elem1: "chocolate_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.chocolate_sauce = { elem1: "chocolate_yogurt", elem2: null } if (!elements.yogurt.reactions) elements.yogurt.reactions = {}; elements.yogurt.reactions.melted_chocolate = { elem1: "chocolate_yogurt", elem2: null }