Copy ["cola"] = {
["name"] = "cola",
["label"] = "Cola",
["weight"] = 500,
["type"] = "item",
["image"] = "cola.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A refreshing cola drink"
},
["faygo"] = {
["name"] = "faygo",
["label"] = "Faygo",
["weight"] = 500,
["type"] = "item",
["image"] = "faygo-cream.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A popular cream-flavored soda"
},
["sprite"] = {
["name"] = "sprite",
["label"] = "Sprite",
["weight"] = 500,
["type"] = "item",
["image"] = "sprite.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A lemon-lime flavored soda"
},
["sprunk"] = {
["name"] = "sprunk",
["label"] = "Sprunk",
["weight"] = 500,
["type"] = "item",
["image"] = "sprunk.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "An exhilarating citrus soda"
},
["lean"] = {
["name"] = "lean",
["label"] = "Lean",
["weight"] = 500,
["type"] = "item",
["image"] = "lean.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A sweet purple beverage"
},
["sprunk light"] = {
["name"] = "sprunklight",
["label"] = "Sprunk Light",
["weight"] = 500,
["type"] = "item",
["image"] = "sprunklight.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A lighter version of the popular Sprunk"
},
["blueberry"] = {
["name"] = "blueberry",
["label"] = "Blueberry",
["weight"] = 500,
["type"] = "item",
["image"] = "blueberry-pom.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A delicious blueberry drink"
},
["duff"] = {
["name"] = "duffbeer",
["label"] = "Duff Beer",
["weight"] = 500,
["type"] = "item",
["image"] = "duffbeer.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "The legendary beer from Springfield"
},
["ecola light"] = {
["name"] = "ecolalight",
["label"] = "eCola Light",
["weight"] = 500,
["type"] = "item",
["image"] = "ecolalight.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A lighter variant of the popular eCola"
},
["junk"] = {
["name"] = "junk",
["label"] = "Junk",
["weight"] = 500,
["type"] = "item",
["image"] = "junk.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A beverage with an unidentifiable flavor"
},
["beer"] = {
["name"] = "beer",
["label"] = "Beer",
["weight"] = 500,
["type"] = "item",
["image"] = "beer.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A refreshing alcoholic beverage brewed from malted barley"
},
["vodka"] = {
["name"] = "vodka",
["label"] = "Vodka",
["weight"] = 500,
["type"] = "item",
["image"] = "vodka.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A clear distilled alcoholic beverage, great for mixing or enjoying straight"
},
["whiskey"] = {
["name"] = "whiskey",
["label"] = "Whiskey",
["weight"] = 500,
["type"] = "item",
["image"] = "whiskey.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A fine spirit made from fermented grain mash, aged in wooden casks"
},
["wine"] = {
["name"] = "wine",
["label"] = "Wine",
["weight"] = 500,
["type"] = "item",
["image"] = "wine.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "An exquisite alcoholic beverage made from fermented grapes"
},
["pisswaser"] = {
["name"] = "pisswaser",
["label"] = "Pisswaser",
["weight"] = 500,
["type"] = "item",
["image"] = "pisswaser.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A popular brand of beer with a distinct taste"
},
["rockfordhill"] = {
["name"] = "rockfordhill",
["label"] = "Rockford Hill",
["weight"] = 500,
["type"] = "item",
["image"] = "rockfordhill.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A premium bottle of wine with notes of rich oak and dark berries"
},
["schnapps"] = {
["name"] = "schnapps",
["label"] = "Schnapps",
["weight"] = 500,
["type"] = "item",
["image"] = "schnapps.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A strong alcoholic drink distilled from fruit or fermented grain"
},
["scotch"] = {
["name"] = "scotch",
["label"] = "Scotch",
["weight"] = 500,
["type"] = "item",
["image"] = "scotch.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A type of whisky that is made specifically in Scotland"
},
["vinewoodrose"] = {
["name"] = "vinewoodrose",
["label"] = "Vinewood Rose",
["weight"] = 500,
["type"] = "item",
["image"] = "vinewoodrose.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A type of rose wine with hints of red fruits and floral notes"
},
["icream"] = {
["name"] = "icream",
["label"] = "Icream",
["weight"] = 500,
["type"] = "item",
["image"] = "icream.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A creamy alcoholic beverage with a smooth texture and sweet taste"
},
["chips"] = {
["name"] = "chips",
["label"] = "Chips",
["weight"] = 500,
["type"] = "item",
["image"] = "chips.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A bag of crispy, salty chips"
},
["chocolate"] = {
["name"] = "chocolate",
["label"] = "Chocolate",
["weight"] = 500,
["type"] = "item",
["image"] = "chocolate.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A delightful chocolate bar to satisfy your sweet tooth"
},
["snikkel"] = {
["name"] = "snikkel",
["label"] = "Snikkel",
["weight"] = 500,
["type"] = "item",
["image"] = "snikkel.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A tasty snack to enjoy at any time of the day"
},
["twerks"] = {
["name"] = "twerks",
["label"] = "Twerks",
["weight"] = 500,
["type"] = "item",
["image"] = "twerks.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A crunchy snack that pairs well with your favorite drink"
},
["backwoods"] = {
["name"] = "backwoods",
["label"] = "Backwoods",
["weight"] = 500,
["type"] = "item",
["image"] = "backwoods.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A classic snack to munch on during a break"
},
["doritos"] = {
["name"] = "doritos",
["label"] = "Doritos",
["weight"] = 500,
["type"] = "item",
["image"] = "doritos.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A packet of crunchy, flavored corn chips"
},
["kittycrisps"] = {
["name"] = "kittycrisps",
["label"] = "Kitty Crisps",
["weight"] = 500,
["type"] = "item",
["image"] = "kittycrisps.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Crispy snacks that are purrfect for sharing"
},
["lays"] = {
["name"] = "lays",
["label"] = "Lays",
["weight"] = 500,
["type"] = "item",
["image"] = "lays.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A packet of your favorite classic potato chips"
},
["choco"] = {
["name"] = "chocolate",
["label"] = "Chocolate Doughnut",
["weight"] = 500,
["type"] = "item",
["image"] = "chocolate.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A delicious chocolate doughnut to sweeten your day"
},
["strawberry"] = {
["name"] = "strawberry_donut",
["label"] = "Strawberry Doughnut",
["weight"] = 500,
["type"] = "item",
["image"] = "strawberry_donut.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A sweet strawberry doughnut for a delightful snack"
},
["Box"] = {
["name"] = "donutbox",
["label"] = "Doughnut Box",
["weight"] = 500,
["type"] = "item",
["image"] = "donutbox.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A box filled with assorted doughnuts to share or indulge in yourself"
},
["Big Box"] = {
["name"] = "donutbox2",
["label"] = "Big Doughnut Box",
["weight"] = 500,
["type"] = "item",
["image"] = "donutbox2.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A big box containing a variety of delicious doughnuts for when you really want to treat yourself"
},
["bagel"] = {
["name"] = "bagel",
["label"] = "Bagel",
["weight"] = 500,
["type"] = "item",
["image"] = "bagel.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A freshly baked bagel, perfect for a quick breakfast or snack"
},
["cat donut"] = {
["name"] = "catdonut",
["label"] = "Cat Doughnut",
["weight"] = 500,
["type"] = "item",
["image"] = "catdonut.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A cute cat-shaped doughnut that's almost too adorable to eat"
},
["apple"] = {
["name"] = "apple",
["label"] = "Apple",
["weight"] = 500,
["type"] = "item",
["image"] = "apple.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A crisp and sweet apple, a healthy snack any time of the day"
},
["banana"] = {
["name"] = "banana",
["label"] = "Banana",
["weight"] = 500,
["type"] = "item",
["image"] = "banana.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A ripe banana, perfect for a quick energy boost"
},
["Green Apple"] = {
["name"] = "apple_green",
["label"] = "Green Apple",
["weight"] = 500,
["type"] = "item",
["image"] = "apple_green.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A tart green apple, a refreshing and healthy snack"
},
["blueberries"] = {
["name"] = "blueberries",
["label"] = "Blueberries",
["weight"] = 500,
["type"] = "item",
["image"] = "blueberries.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A handful of fresh blueberries, packed with antioxidants"
},
["avocado"] = {
["name"] = "avocado",
["label"] = "Avocado",
["weight"] = 500,
["type"] = "item",
["image"] = "avocado.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A ripe avocado, great for making guacamole or adding to salads"
},
["apricot"] = {
["name"] = "apricot",
["label"] = "Apricot",
["weight"] = 500,
["type"] = "item",
["image"] = "apricot.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A fresh apricot, sweet and juicy, perfect for snacking or adding to desserts"
},
["kiwi"] = {
["name"] = "kiwi",
["label"] = "Kiwi",
["weight"] = 500,
["type"] = "item",
["image"] = "kiwi.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A ripe kiwi, tangy and sweet, a great addition to fruit salads"
},
["lemon"] = {
["name"] = "lemon",
["label"] = "Lemon",
["weight"] = 500,
["type"] = "item",
["image"] = "lemon.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A fresh lemon, perfect for adding a zesty flavor to dishes or making lemonade"
},
["peach"] = {
["name"] = "peach",
["label"] = "Peach",
["weight"] = 500,
["type"] = "item",
["image"] = "peach.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A juicy peach, sweet and succulent, a delightful summer snack"
},
["raspberry"] = {
["name"] = "raspberry",
["label"] = "Raspberry",
["weight"] = 500,
["type"] = "item",
["image"] = "raspberry.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A handful of fresh raspberries, sweet and tart, great for snacking or adding to desserts"
},
["bluefrozen"] = {
["name"] = "bluefrozen",
["label"] = "Blue Frozen Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "bluefrozen.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A refreshing blue frozen slush to cool you down."
},
["cokefrozen"] = {
["name"] = "cokefrozen",
["label"] = "Coke Frozen Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "cokefrozen.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A delicious Coke frozen slush, the perfect summer treat."
},
["drpepper"] = {
["name"] = "drpepper",
["label"] = "Dr. Pepper Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "drpepper.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A slushy version of the classic Dr. Pepper drink, a delightful blend of 23 flavors."
},
["fanta"] = {
["name"] = "fanta",
["label"] = "Fanta Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "fanta.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "An orange-flavored Fanta slush to tickle your taste buds."
},
["redfrozen"] = {
["name"] = "redfrozen",
["label"] = "Red Frozen Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "redfrozen.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A tantalizing red frozen slush, a perfect companion for a hot day."
},
["lime"] = {
["name"] = "lime",
["label"] = "Lime Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "lime.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A tangy lime slush, perfect to enjoy on a sunny afternoon."
},
["icedcoffee"] = {
["name"] = "icedcoffee",
["label"] = "Iced Coffee Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "icedcoffee.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A slushy iced coffee to give you a chilled caffeine boost."
},
["strawberry_slush"] = {
["name"] = "strawberry_slush",
["label"] = "Strawberry Slush",
["weight"] = 500,
["type"] = "item",
["image"] = "strawberry_slush.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A sweet strawberry slush, a delightful treat to cool off with."
}