Example Items

These are sample items. Keep in mind that every inventory is different and some things may not be quite correct with what you want/need. Like the weight of the item

If you need images for the items you can find more than 2900 images in our gallery: https://items.bit-code.dev/

The images must have a size of 100px X 100px

ESX INVENTORY

INSERT INTO items (name, label, weight, rare, can_remove)
VALUES 
('cola', 'cola', 100, 0, 1),
('faygo', 'faygo', 100, 0, 1),
('sprite', 'sprite', 100, 0, 1),
('sprunk', 'sprunk', 100, 0, 1),
('lean', 'lean', 100, 0, 1),
('sprunklight', 'sprunklight', 100, 0, 1),
('blueberry', 'blueberry', 100, 0, 1),
('duffbeer', 'duffbeer', 100, 0, 1),
('ecolalight', 'ecolalight', 100, 0, 1),
('junk', 'junk', 100, 0, 1),
('beer', 'beer', 100, 0, 1),
('vodka', 'vodka', 100, 0, 1),
('whiskey', 'whiskey', 100, 0, 1),
('wine', 'wine', 100, 0, 1),
('pisswaser', 'pisswaser', 100, 0, 1),
('rockfordhill', 'rockfordhill', 100, 0, 1),
('schnapps', 'schnapps', 100, 0, 1),
('scotch', 'scotch', 100, 0, 1),
('vinewoodrose', 'vinewoodrose', 100, 0, 1),
('icream', 'icream', 100, 0, 1)
('chips', 'chips', 100, 0, 1),
('chocolate', 'chocolate', 100, 0, 1),
('snikkel', 'snikkel', 100, 0, 1),
('twerks', 'twerks', 100, 0, 1),
('backwoods', 'backwoods', 100, 0, 1),
('doritos', 'doritos', 100, 0, 1),
('kittycrisps', 'kittycrisps', 100, 0, 1),
('lays', 'lays', 100, 0, 1),
('chocolate', 'Chocolate Doughnut', 100, 0, 1),
('strawberry_donut', 'Strawberry Doughnut', 100, 0, 1),
('donutbox', 'Doughnut Box', 100, 0, 1),
('donutbox2', 'Big Doughnut Box', 100, 0, 1),
('bagel', 'Bagel', 100, 0, 1),
('catdonut', 'Cat Doughnut', 100, 0, 1),
('apple', 'Apple', 100, 0, 1),
('banana', 'Banana', 100, 0, 1),
('apple_green', 'Green Apple', 100, 0, 1),
('blueberries', 'Blueberries', 100, 0, 1),
('avocado', 'Avocado', 100, 0, 1),
('apricot', 'Apricot', 100, 0, 1),
('kiwi', 'Kiwi', 100, 0, 1),
('lemon', 'Lemon', 100, 0, 1),
('peach', 'Peach', 100, 0, 1),
('raspberry', 'Raspberry', 100, 0, 1),
('bluefrozen', 'Blue Slush', 100, 0, 1),
('cokefrozen', 'Coke Slush', 100, 0, 1),
('drpepper', 'Dr. Pepper Slush', 100, 0, 1),
('fanta', 'Fanta Slush', 100, 0, 1),
('redfrozen', 'Red Slush', 100, 0, 1),
('sprite', 'Sprite Slush', 100, 0, 1),
('lime', 'Lime Slush', 100, 0, 1),
('icedcoffee', 'Iced Coffee Slush', 100, 0, 1),
('strawberry_slush', 'Strawberry Slush', 100, 0, 1);

QB-INVENTORY

    ["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."
    }

OX-INVENTORY

['cola'] = {
    label = 'Cola',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with cola'
    }
},
['faygo'] = {
    label = 'Faygo',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with faygo'
    }
},
['sprite'] = {
    label = 'Sprite',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with sprite'
    }
},
['sprunk'] = {
    label = 'Sprunk',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with sprunk'
    }
},
['lean'] = {
    label = 'Lean',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with lean'
    }
},
['sprunklight'] = {
    label = 'Sprunk Light',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with sprunk light'
    }
},
['blueberry'] = {
    label = 'Blueberry',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with blueberry'
    }
},
['duffbeer'] = {
    label = 'Duff Beer',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with duff beer'
    }
},
['ecolalight'] = {
    label = 'eCola Light',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with eCola light'
    }
},
['junk'] = {
    label = 'Junk',
    weight = 350,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) },
        usetime = 2500,
        notification = 'You quenched your thirst with junk'
    }
},
["beer"] = {
    label = "Beer",
    weight = 500,
    stack = true,
    close = true,
    description = "Nothing like a good cold beer!",
    client = {
        image = "beer.png",
    }
},
["vodka"] = {
    label = "Vodka",
    weight = 500,
    stack = true,
    close = true,
    description = "A bottle of premium vodka.",
    client = {
        image = "vodka.png",
    }
},
["whiskey"] = {
    label = "Whiskey",
    weight = 500,
    stack = true,
    close = true,
    description = "A fine bottle of aged whiskey.",
    client = {
        image = "whiskey.png",
    }
},
["wine"] = {
    label = "Wine",
    weight = 500,
    stack = true,
    close = true,
    description = "A bottle of exquisite wine.",
    client = {
        image = "wine.png",
    }
},
["pisswaser"] = {
    label = "Pisswaser",
    weight = 500,
    stack = true,
    close = true,
    description = "A can of Pisswaser, for the bold drinkers.",
    client = {
        image = "pisswaser.png",
    }
},
["rockfordhill"] = {
    label = "Rockford Hill",
    weight = 500,
    stack = true,
    close = true,
    description = "A bottle of the luxurious Rockford Hill.",
    client = {
        image = "rockfordhill.png",
    }
},
["schnapps"] = {
    label = "Schnapps",
    weight = 500,
    stack = true,
    close = true,
    description = "A bottle of strong and tasty schnapps.",
    client = {
        image = "schnapps.png",
    }
},
["scotch"] = {
    label = "Scotch",
    weight = 500,
    stack = true,
    close = true,
    description = "A bottle of rich and smooth scotch.",
    client = {
        image = "scotch.png",
    }
},
["rose"] = {
    label = "Rose",
    weight = 500,
    stack = true,
    close = true,
    description = "A bottle of fine Vinewood Rose.",
    client = {
        image = "vinewoodrose.png",
    }
},
["icream"] = {
    label = "Ice Cream",
    weight = 500,
    stack = true,
    close = true,
    description = "A unique alcohol-infused ice cream.",
    client = {
        image = "icream.png",
    }
},
["chips"] = {
    label = "Chips",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "chips",
        usetime = 2500,
        notification = "You enjoyed some crispy chips"
    },
},

["chocolate"] = {
    label = "Chocolate",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "chocolate",
        usetime = 2500,
        notification = "You indulged in a chocolate bar"
    },
},

["snikkel"] = {
    label = "Snikkel",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "snikkel",
        usetime = 2500,
        notification = "You savored a tasty snikkel"
    },
},

["twerks"] = {
    label = "Twerks",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "twerks",
        usetime = 2500,
        notification = "You enjoyed some twerks"
    },
},

["backwoods"] = {
    label = "Backwoods",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "backwoods",
        usetime = 2500,
        notification = "You enjoyed some backwoods"
    },
},

["doritos"] = {
    label = "Doritos",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "doritos",
        usetime = 2500,
        notification = "You enjoyed a packet of Doritos"
    },
},

["kittycrisps"] = {
    label = "Kitty Crisps",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "kittycrisps",
        usetime = 2500,
        notification = "You enjoyed some Kitty Crisps"
    },
},

["lays"] = {
    label = "Lays",
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = "eating",
        prop = "lays",
        usetime = 2500,
        notification = "You enjoyed a packet of Lays"
    },
},
["choco"] = {
	label = 'Choco Doughnut',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'chocolate',
		usetime = 2500,
		notification = 'You enjoyed a chocolate doughnut'
	},
},

["strawberry"] = {
	label = 'Strawberry Doughnut',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'strawberry_donut',
		usetime = 2500,
		notification = 'You enjoyed a strawberry doughnut'
	},
},

["Box"] = {
	label = 'Doughnut Box',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'donutbox',
		usetime = 2500,
		notification = 'You enjoyed a box of doughnuts'
	},
},

["Big Box"] = {
	label = 'Big Box of Doughnuts',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'donutbox2',
		usetime = 2500,
		notification = 'You indulged in a big box of doughnuts'
	},
},

["bagel"] = {
	label = 'Bagel',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'bagel',
		usetime = 2500,
		notification = 'You enjoyed a fresh bagel'
	},
},

["cat donut"] = {
	label = 'Cat Doughnut',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'catdonut',
		usetime = 2500,
		notification = 'You enjoyed a cute cat doughnut'
	},
},
["choco"] = {
	label = 'Choco Doughnut',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'chocolate',
		usetime = 2500,
		notification = 'You enjoyed a chocolate doughnut'
	},
},

["strawberry"] = {
	label = 'Strawberry Doughnut',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'strawberry_donut',
		usetime = 2500,
		notification = 'You enjoyed a strawberry doughnut'
	},
},

["Box"] = {
	label = 'Doughnut Box',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'donutbox',
		usetime = 2500,
		notification = 'You enjoyed a box of doughnuts'
	},
},

["Big Box"] = {
	label = 'Big Box of Doughnuts',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'donutbox2',
		usetime = 2500,
		notification = 'You indulged in a big box of doughnuts'
	},
},

["bagel"] = {
	label = 'Bagel',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'bagel',
		usetime = 2500,
		notification = 'You enjoyed a fresh bagel'
	},
},

["cat donut"] = {
	label = 'Cat Doughnut',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'catdonut',
		usetime = 2500,
		notification = 'You enjoyed a cute cat doughnut'
	},
},
['apple'] = {
	label = 'Apple',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'apple',
		usetime = 2500,
		notification = 'You enjoyed a fresh apple'
	},
},

['banana'] = {
	label = 'Banana',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'banana',
		usetime = 2500,
		notification = 'You enjoyed a ripe banana'
	},
},

['Green Apple'] = {
	label = 'Green Apple',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'apple_green',
		usetime = 2500,
		notification = 'You enjoyed a crisp green apple'
	},
},

['blueberries'] = {
	label = 'Blueberries',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'blueberries',
		usetime = 2500,
		notification = 'You enjoyed some sweet blueberries'
	},
},

['avocado'] = {
	label = 'Avocado',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'avocado',
		usetime = 2500,
		notification = 'You enjoyed a creamy avocado'
	},
},

['apricot'] = {
	label = 'Apricot',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'apricot',
		usetime = 2500,
		notification = 'You enjoyed a juicy apricot'
	},
},

['kiwi'] = {
	label = 'Kiwi',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'kiwi',
		usetime = 2500,
		notification = 'You enjoyed a tangy kiwi'
	},
},

['lemon'] = {
	label = 'Lemon',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'lemon',
		usetime = 2500,
		notification = 'You enjoyed a sour lemon'
	},
},

['peach'] = {
	label = 'Peach',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'peach',
		usetime = 2500,
		notification = 'You enjoyed a sweet peach'
	},
},

['raspberry'] = {
	label = 'Raspberry',
	weight = 220,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'raspberry',
		usetime = 2500,
		notification = 'You enjoyed some fresh raspberries'
	},
},
['blue'] = {
	label = 'Blue Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'bluefrozen',
		usetime = 2500,
		notification = 'You enjoyed a refreshing blue slush'
	},
},

['coke'] = {
	label = 'Coke Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'cokefrozen',
		usetime = 2500,
		notification = 'You enjoyed a refreshing coke slush'
	},
},

['pepper'] = {
	label = 'Dr. Pepper Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'drpepper',
		usetime = 2500,
		notification = 'You enjoyed a refreshing Dr. Pepper slush'
	},
},

['fanta'] = {
	label = 'Fanta Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'fanta',
		usetime = 2500,
		notification = 'You enjoyed a refreshing Fanta slush'
	},
},

['red'] = {
	label = 'Red Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'redfrozen',
		usetime = 2500,
		notification = 'You enjoyed a refreshing red slush'
	},
},

['sprite'] = {
	label = 'Sprite Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'sprite',
		usetime = 2500,
		notification = 'You enjoyed a refreshing Sprite slush'
	},
},

['lime'] = {
	label = 'Lime Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'lime',
		usetime = 2500,
		notification = 'You enjoyed a refreshing lime slush'
	},
},

['iced coffee'] = {
	label = 'Iced Coffee Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'icedcoffee',
		usetime = 2500,
		notification = 'You enjoyed a refreshing iced coffee slush'
	},
},

['strawberry'] = {
	label = 'Strawberry Slush',
	weight = 220,
	client = {
		status = { thirst = 200000 },
		anim = 'drinking',
		prop = 'strawberry_slush',
		usetime = 2500,
		notification = 'You enjoyed a refreshing strawberry slush'
	},
},

Last updated