docs: update ngd-tequila
This commit is contained in:
parent
3d750acbb5
commit
61cb59a4f2
322
ngd-tequila.md
322
ngd-tequila.md
@ -2,7 +2,7 @@
|
||||
title: ngd-tequila
|
||||
description:
|
||||
published: true
|
||||
date: 2025-02-09T17:48:34.340Z
|
||||
date: 2025-02-09T18:08:19.015Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-02-09T17:48:34.340Z
|
||||
@ -1005,97 +1005,79 @@ VALUES (@new_id + 1, 'tequilala', 'boss', 1, 'Boss', 200, '{}', '{}');
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><strong>Items List (QB-NEW)</strong> (Click to Expand)</summary>
|
||||
<summary><strong>Items List (QB Format #1)</strong> (Click to Expand)</summary>
|
||||
|
||||
```lua
|
||||
ngd_pilllb = { name = 'ngd_pilllb', label = 'Pillbox Light Beer', weight = 0, type = 'item', image = 'ngd_pilllb.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilllager = { name = 'ngd_pilllager', label = 'Pillbox Lager', weight = 0, type = 'item', image = 'ngd_pilllager.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillstout = { name = 'ngd_pillstout', label = 'Pillbox Stout', weight = 0, type = 'item', image = 'ngd_pillstout.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillpopcorn = { name = 'ngd_pillpopcorn', label = 'Popcorn', weight = 0, type = 'item', image = 'ngd_pillpopcorn.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillsalad = { name = 'ngd_pillsalad', label = 'Pillbox Salad', weight = 0, type = 'item', image = 'ngd_pillsalad.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcheeseburger = { name = 'ngd_pillcheeseburger', label = 'Pillbox Cheeseburger', weight = 0, type = 'item', image = 'ngd_pillcheeseburger.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillchickensand = { name = 'ngd_pillchickensand', label = 'Pillbox Chicken Sandwich', weight = 0, type = 'item', image = 'ngd_pillchickensand.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcoffee = { name = 'ngd_pillcoffee', label = 'Bean Machine Coffee', weight = 0, type = 'item', image = 'ngd_pillcoffee.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillfries = { name = 'ngd_pillfries', label = 'Pillbox Fries', weight = 0, type = 'item', image = 'ngd_pillfries.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillteqsunrise = { name = 'ngd_pillteqsunrise', label = 'Pillbox Tequila Sunrise', weight = 0, type = 'item', image = 'ngd_pillteqsunrise.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwatercup1 = { name = 'ngd_pillwatercup1', label = 'Pillbox Water', weight = 0, type = 'item', image = 'ngd_pillwatercup1.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwatercup2 = { name = 'ngd_pillwatercup2', label = 'Pillbox Water', weight = 0, type = 'item', image = 'ngd_pillwatercup2.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilllemonade = { name = 'ngd_pilllemonade', label = 'Pillbox Lemonade', weight = 0, type = 'item', image = 'ngd_pilllemonade.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillicedcoffee = { name = 'ngd_pillicedcoffee', label = 'Pillbox Iced Coffee', weight = 0, type = 'item', image = 'ngd_pillicedcoffee.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillicedcoffeecream = { name = 'ngd_pillicedcoffeecream', label = 'Pillbox Iced Coffee With Cream', weight = 0, type = 'item', image = 'ngd_pillicedcoffeecream.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillmartini = { name = 'ngd_pillmartini', label = 'Pillbox Martini', weight = 0, type = 'item', image = 'ngd_pillmartini.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillblackcoffee = { name = 'ngd_pillblackcoffee', label = 'Pillbox Coffee', weight = 0, type = 'item', image = 'ngd_pillblackcoffee.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcap = { name = 'ngd_pillcap', label = 'Pillbox Cappuccino', weight = 0, type = 'item', image = 'ngd_pillcap.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwatercup3 = { name = 'ngd_pillwatercup3', label = 'Pillbox Water', weight = 0, type = 'item', image = 'ngd_pillwatercup3.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillhotdog = { name = 'ngd_pillhotdog', label = 'Pillbox Hotdog', weight = 0, type = 'item', image = 'ngd_pillhotdog.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillespresso = { name = 'ngd_pillespresso', label = 'Pillbox Espresso', weight = 0, type = 'item', image = 'ngd_pillespresso.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillespressodouble = { name = 'ngd_pillespressodouble', label = 'Pillbox Double Espresso', weight = 0, type = 'item', image = 'ngd_pillespressodouble.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwaterbottle = { name = 'ngd_pillwaterbottle', label = 'Pillbox Water Jug', weight = 0, type = 'item', image = 'ngd_pillwaterbottle.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillecola = { name = 'ngd_pillecola', label = 'E-Cola', weight = 0, type = 'item', image = 'ngd_pillecola.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillsprunk = { name = 'ngd_pillsprunk', label = 'Sprunk', weight = 0, type = 'item', image = 'ngd_pillsprunk.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillorangotank = { name = 'ngd_pillorangotank', label = 'Orang-O-Tang', weight = 0, type = 'item', image = 'ngd_pillorangotank.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilljunkquickfix = { name = 'ngd_pilljunkquickfix', label = 'Junk Quick Fix', weight = 0, type = 'item', image = 'ngd_pilljunkquickfix.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillenergydrink = { name = 'ngd_pillenergydrink', label = 'Junk Energy Drink', weight = 0, type = 'item', image = 'ngd_pillenergydrink.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillecolacup = { name = 'ngd_pillecolacup', label = 'E-Cola', weight = 0, type = 'item', image = 'ngd_pillecolacup.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilldietecolacup = { name = 'ngd_pilldietecolacup', label = 'Diet E-Cola', weight = 0, type = 'item', image = 'ngd_pilldietecolacup.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillpsqs = { name = 'ngd_pillpsqs', label = 'Ps Qs', weight = 0, type = 'item', image = 'ngd_pillpsqs.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillmeteorite = { name = 'ngd_pillmeteorite', label = 'Meteorite', weight = 0, type = 'item', image = 'ngd_pillmeteorite.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillego = { name = 'ngd_pillego', label = 'Ego Bar', weight = 0, type = 'item', image = 'ngd_pillego.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwhisky = { name = 'ngd_pillwhisky', label = 'Whisky', weight = 0, type = 'item', image = 'ngd_pillwhisky.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillchampagne = { name = 'ngd_pillchampagne', label = 'Champagne', weight = 0, type = 'item', image = 'ngd_pillchampagne.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillredwine = { name = 'ngd_pillredwine', label = 'Red Wine', weight = 0, type = 'item', image = 'ngd_pillredwine.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwhitewine = { name = 'ngd_pillwhitewine', label = 'White Wine', weight = 0, type = 'item', image = 'ngd_pillwhitewine.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillpainmeds = { name = 'ngd_pillpainmeds', label = 'Pain Meds', weight = 0, type = 'item', image = 'ngd_pillpainmeds.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillstamina = { name = 'ngd_pillstamina', label = 'Stamina Meds', weight = 0, type = 'item', image = 'ngd_pillstamina.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcaffeinepills = { name = 'ngd_pillcaffeinepills', label = 'Caffeine Pills', weight = 0, type = 'item', image = 'ngd_pillcaffeinepills.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillsteroids = { name = 'ngd_pillsteroids', label = 'Steroid Meds', weight = 0, type = 'item', image = 'ngd_pillsteroids.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillrocksglass = { name = 'ngd_pillrocksglass', label = 'Rocks Glass', weight = 0, type = 'item', image = 'ngd_pillrocksglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilltallglass = { name = 'ngd_pilltallglass', label = 'Tall Glass', weight = 0, type = 'item', image = 'ngd_pilltallglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillmarglass = { name = 'ngd_pillmarglass', label = 'Martini Glass', weight = 0, type = 'item', image = 'ngd_pillmarglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcapglass = { name = 'ngd_pillcapglass', label = 'Cappuccino Glass', weight = 0, type = 'item', image = 'ngd_pillcapglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcoffeeglass = { name = 'ngd_pillcoffeeglass', label = 'Coffee Glass', weight = 0, type = 'item', image = 'ngd_pillcoffeeglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillespressoglass = { name = 'ngd_pillespressoglass', label = 'Espresso Glass', weight = 0, type = 'item', image = 'ngd_pillespressoglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwineglass = { name = 'ngd_pillwineglass', label = 'Wine Glass', weight = 0, type = 'item', image = 'ngd_pillwineglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillchamglass = { name = 'ngd_pillchamglass', label = 'Champagene Glass', weight = 0, type = 'item', image = 'ngd_pillchamglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillecolacupempty = { name = 'ngd_pillecolacupempty', label = 'Empty E-Cola Cup', weight = 0, type = 'item', image = 'ngd_pillecolacupempty.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcoffeetogocup = { name = 'ngd_pillcoffeetogocup', label = 'Empty To-Go Cup', weight = 0, type = 'item', image = 'ngd_pillcoffeetogocup.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilltequila = { name = 'ngd_pilltequila', label = 'Tequila', weight = 0, type = 'item', image = 'ngd_pilltequila.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillgin = { name = 'ngd_pillgin', label = 'Gin', weight = 0, type = 'item', image = 'ngd_pillgin.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillchambottle = { name = 'ngd_pillchambottle', label = 'Champagene Bottle', weight = 0, type = 'item', image = 'ngd_pillchambottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwhiskybottle = { name = 'ngd_pillwhiskybottle', label = 'Whisky Bottle', weight = 0, type = 'item', image = 'ngd_pillwhiskybottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillrwbottle = { name = 'ngd_pillrwbottle', label = 'Red Wine Bottle', weight = 0, type = 'item', image = 'ngd_pillrwbottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillwwbottle = { name = 'ngd_pillwwbottle', label = 'White Wine Bottle', weight = 0, type = 'item', image = 'ngd_pillwwbottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilloj = { name = 'ngd_pilloj', label = 'Orange Juice', weight = 0, type = 'item', image = 'ngd_pilloj.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillgrenadine = { name = 'ngd_pillgrenadine', label = 'Grenadine', weight = 0, type = 'item', image = 'ngd_pillgrenadine.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillice = { name = 'ngd_pillice', label = 'Ice', weight = 0, type = 'item', image = 'ngd_pillice.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillskylinebeans = { name = 'ngd_pillskylinebeans', label = 'Skyline Coffee Beans', weight = 0, type = 'item', image = 'ngd_pillskylinebeans.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcream = { name = 'ngd_pillcream', label = 'Coffee Creamer', weight = 0, type = 'item', image = 'ngd_pillcream.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillhamburgerbun = { name = 'ngd_pillhamburgerbun', label = 'Hamburger Bun', weight = 0, type = 'item', image = 'ngd_pillhamburgerbun.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillboxburger = { name = 'ngd_pillboxburger', label = 'Raw Hamburger', weight = 0, type = 'item', image = 'ngd_pillboxburger.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilllettuce = { name = 'ngd_pilllettuce', label = 'Lettuce', weight = 0, type = 'item', image = 'ngd_pilllettuce.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilltomatoes = { name = 'ngd_pilltomatoes', label = 'Tomatoes', weight = 0, type = 'item', image = 'ngd_pilltomatoes.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillcheese = { name = 'ngd_pillcheese', label = 'Cheese', weight = 0, type = 'item', image = 'ngd_pillcheese.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillrawchicken = { name = 'ngd_pillrawchicken', label = 'Raw Chicken', weight = 0, type = 'item', image = 'ngd_pillrawchicken.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillflour = { name = 'ngd_pillflour', label = 'Flour', weight = 0, type = 'item', image = 'ngd_pillflour.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillpotato = { name = 'ngd_pillpotato', label = 'Potato', weight = 0, type = 'item', image = 'ngd_pillpotato.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillpotatosliced = { name = 'ngd_pillpotatosliced', label = 'Potato Sliced', weight = 0, type = 'item', image = 'ngd_pillpotatosliced.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillsalt = { name = 'ngd_pillsalt', label = 'Salt', weight = 0, type = 'item', image = 'ngd_pillsalt.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillolive = { name = 'ngd_pillolive', label = 'Green Olives', weight = 0, type = 'item', image = 'ngd_pillolive.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillhotdoguncooked = { name = 'ngd_pillhotdoguncooked', label = 'Uncooked Hotdog', weight = 0, type = 'item', image = 'ngd_pillhotdoguncooked.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillhotdogbun = { name = 'ngd_pillhotdogbun', label = 'Hotdog Bun', weight = 0, type = 'item', image = 'ngd_pillhotdogbun.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillplasticcup = { name = 'ngd_pillplasticcup', label = 'Plastic Cup', weight = 0, type = 'item', image = 'ngd_pillplasticcup.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilllemon = { name = 'ngd_pilllemon', label = 'Lemon', weight = 0, type = 'item', image = 'ngd_pilllemon.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillemptybottle = { name = 'ngd_pillemptybottle', label = 'Empty Pill Bottle', weight = 0, type = 'item', image = 'ngd_pillemptybottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillpharmwater = { name = 'ngd_pillpharmwater', label = 'Pharmaceutical Grade Water', weight = 0, type = 'item', image = 'ngd_pillpharmwater.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillbindingagent = { name = 'ngd_pillbindingagent', label = 'Pharmaceutical Binding Agent', weight = 0, type = 'item', image = 'ngd_pillbindingagent.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillviatmix = { name = 'ngd_pillviatmix', label = 'Vitamin Mix', weight = 0, type = 'item', image = 'ngd_pillviatmix.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillanabolicsteroid = { name = 'ngd_pillanabolicsteroid', label = 'Anabolic Steroid Mix', weight = 0, type = 'item', image = 'ngd_pillanabolicsteroid.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillherb = { name = 'ngd_pillherb', label = 'Herb Mix', weight = 0, type = 'item', image = 'ngd_pillherb.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillsugar = { name = 'ngd_pillsugar', label = 'Sugar', weight = 0, type = 'item', image = 'ngd_pillsugar.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillrawcaffeine = { name = 'ngd_pillrawcaffeine', label = 'Caffeine Powder', weight = 0, type = 'item', image = 'ngd_pillrawcaffeine.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pilldiazepam = { name = 'ngd_pilldiazepam', label = 'Powdered Diazepam', weight = 0, type = 'item', image = 'ngd_pilldiazepam.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillserotonin = { name = 'ngd_pillserotonin', label = 'Serotonin', weight = 0, type = 'item', image = 'ngd_pillserotonin.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_pillantidep = { name = 'ngd_pillantidep', label = 'Anti Depressants', weight = 0, type = 'item', image = 'ngd_pillantidep.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqlightbeer = { name = 'ngd_teqlightbeer', label = 'Tequila IPA', weight = 0, type = 'item', image = 'ngd_teqlightbeer.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqmediumbeer = { name = 'ngd_teqmediumbeer', label = 'Tequila Lager', weight = 0, type = 'item', image = 'ngd_teqmediumbeer.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqdarkbeer = { name = 'ngd_teqdarkbeer', label = 'Tequila Stout', weight = 0, type = 'item', image = 'ngd_teqmediumbeer.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqlagerbot = { name = 'ngd_teqlagerbot', label = 'Tequila Bottled Lager', weight = 0, type = 'item', image = 'ngd_teqlagerbot.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqstoutbot = { name = 'ngd_teqstoutbot', label = 'Tequila Bottled Stout', weight = 0, type = 'item', image = 'ngd_teqstoutbot.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqportbot = { name = 'ngd_teqportbot', label = 'Tequila Bottled Porter', weight = 0, type = 'item', image = 'ngd_teqportbot.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqipabot = { name = 'ngd_teqipabot', label = 'Tequila Bottled IPA', weight = 0, type = 'item', image = 'ngd_teqipabot.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqcheeseburger = { name = 'ngd_teqcheeseburger', label = 'Tequila Burger', weight = 0, type = 'item', image = 'ngd_teqcheeseburger.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqhotdog = { name = 'ngd_teqhotdog', label = 'Tequila Dog', weight = 0, type = 'item', image = 'ngd_teqhotdog.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqnachos = { name = 'ngd_teqnachos', label = 'Tequila Nachos', weight = 0, type = 'item', image = 'ngd_teqnachos.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqteqp = { name = 'ngd_teqteqp', label = 'Tequila Poison', weight = 0, type = 'item', image = 'ngd_teqteqp.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqmp = { name = 'ngd_teqmp', label = 'Magic Potion', weight = 0, type = 'item', image = 'ngd_teqmp.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teq50sog = { name = 'ngd_teq50sog', label = '50 Shades Of Gin', weight = 0, type = 'item', image = 'ngd_teq50sog.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqemp = { name = 'ngd_teqemp', label = 'Gin Empress', weight = 0, type = 'item', image = 'ngd_teqemp.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqdb = { name = 'ngd_teqdb', label = 'Diamond Blue', weight = 0, type = 'item', image = 'ngd_teqdb.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqfc = { name = 'ngd_teqfc', label = 'Fleur Collins', weight = 0, type = 'item', image = 'ngd_teqfc.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqrd = { name = 'ngd_teqrd', label = 'Red Devil', weight = 0, type = 'item', image = 'ngd_teqrd.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqcs = { name = 'ngd_teqcs', label = 'Vodka Sunrise', weight = 0, type = 'item', image = 'ngd_teqcs.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqds = { name = 'ngd_teqds', label = 'The Dark Side', weight = 0, type = 'item', image = 'ngd_teqds.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_tequsd = { name = 'ngd_tequsd', label = 'The Upside, Down', weight = 0, type = 'item', image = 'ngd_tequsd.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqemerald = { name = 'ngd_teqemerald', label = 'Emerald', weight = 0, type = 'item', image = 'ngd_teqemerald.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqblm = { name = 'ngd_teqblm', label = 'Blue Majito', weight = 0, type = 'item', image = 'ngd_teqblm.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqgs = { name = 'ngd_teqgs', label = 'Green Screwdriver', weight = 0, type = 'item', image = 'ngd_teqgs.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqreaper = { name = 'ngd_teqreaper', label = 'Reaper', weight = 0, type = 'item', image = 'ngd_teqreaper.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqom = { name = 'ngd_teqom', label = 'Orange Martini', weight = 0, type = 'item', image = 'ngd_teqom.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqbw = { name = 'ngd_teqbw', label = 'Black Widow', weight = 0, type = 'item', image = 'ngd_teqbw.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqmar = { name = 'ngd_teqmar', label = 'Island Martini', weight = 0, type = 'item', image = 'ngd_teqbw.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqlmar = { name = 'ngd_teqlmar', label = 'Lagoon Martini', weight = 0, type = 'item', image = 'ngd_teqlmar.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqredwine = { name = 'ngd_teqredwine', label = 'Red Wine', weight = 0, type = 'item', image = 'ngd_teqredwine.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqwhitewine = { name = 'ngd_teqwhitewine', label = 'White Wine', weight = 0, type = 'item', image = 'ngd_teqwhitewine.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqchampagne = { name = 'ngd_teqchampagne', label = 'Champagne', weight = 0, type = 'item', image = 'ngd_teqchampagne.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqwhisky = { name = 'ngd_teqwhisky', label = 'Whisky', weight = 0, type = 'item', image = 'ngd_teqwhisky.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqwhiskybottle = { name = 'ngd_teqwhiskybottle', label = 'Whisky Bottle', weight = 0, type = 'item', image = 'ngd_teqwhiskybottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqrocksglass = { name = 'ngd_teqrocksglass', label = 'Rocks Glass', weight = 0, type = 'item', image = 'ngd_teqrocksglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqcbj = { name = 'ngd_teqcbj', label = 'Cranberry Juice', weight = 0, type = 'item', image = 'ngd_teqcbj.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqblkvodka = { name = 'ngd_teqblkvodka', label = 'Black Vodka', weight = 0, type = 'item', image = 'ngd_teqblkvodka.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqolive = { name = 'ngd_teqolive', label = 'Olives', weight = 0, type = 'item', image = 'ngd_teqolive.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqcocorum = { name = 'ngd_teqcocorum', label = 'Coconut Rum', weight = 0, type = 'item', image = 'ngd_teqcocorum.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqmint = { name = 'ngd_teqmint', label = 'Fresh Mint', weight = 0, type = 'item', image = 'ngd_teqmint.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqrum = { name = 'ngd_teqrum', label = 'Rum', weight = 0, type = 'item', image = 'ngd_teqrum.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqmidori = { name = 'ngd_teqmidori', label = 'Midori', weight = 0, type = 'item', image = 'ngd_teqmidori.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqrwbottle = { name = 'ngd_teqrwbottle', label = 'Red Wine Bottle', weight = 0, type = 'item', image = 'ngd_teqrwbottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqwwbottle = { name = 'ngd_teqwwbottle', label = 'White Wine Bottle', weight = 0, type = 'item', image = 'ngd_teqwwbottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqtonic = { name = 'ngd_teqtonic', label = 'Tonic Water', weight = 0, type = 'item', image = 'ngd_teqtonic.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqchambottle = { name = 'ngd_teqchambottle', label = 'Champagne Bottle', weight = 0, type = 'item', image = 'ngd_teqchambottle.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqoj = { name = 'ngd_teqoj', label = 'Orange Juice', weight = 0, type = 'item', image = 'ngd_teqoj.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqvermouth = { name = 'ngd_teqvermouth', label = 'Vermouth', weight = 0, type = 'item', image = 'ngd_teqvermouth.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqcdv = { name = 'ngd_teqcdv', label = 'Creme De Violette', weight = 0, type = 'item', image = 'ngd_teqcdv.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqlimejuice = { name = 'ngd_teqlimejuice', label = 'Lime Juice', weight = 0, type = 'item', image = 'ngd_teqlimejuice.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqgin = { name = 'ngd_teqgin', label = 'Gin', weight = 0, type = 'item', image = 'ngd_teqgin.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqgrenadine = { name = 'ngd_teqgrenadine', label = 'Grenadine', weight = 0, type = 'item', image = 'ngd_teqgrenadine.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqvodka = { name = 'ngd_teqvodka', label = 'Vodka', weight = 0, type = 'item', image = 'ngd_teqvodka.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqice = { name = 'ngd_teqice', label = 'Ice', weight = 0, type = 'item', image = 'ngd_teqice.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqbc = { name = 'ngd_teqbc', label = 'Blue Curacao', weight = 0, type = 'item', image = 'ngd_teqbc.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqpj = { name = 'ngd_teqpj', label = 'Pineapple Juice', weight = 0, type = 'item', image = 'ngd_teqpj.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqtequila = { name = 'ngd_teqtequila', label = 'Tequila', weight = 0, type = 'item', image = 'ngd_teqtequila.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqcheese = { name = 'ngd_teqcheese', label = 'Cheese', weight = 0, type = 'item', image = 'ngd_teqcheese.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqsalt = { name = 'ngd_teqsalt', label = 'Salt', weight = 0, type = 'item', image = 'ngd_teqsalt.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqboxburger = { name = 'ngd_teqboxburger', label = 'Raw Hamburger', weight = 0, type = 'item', image = 'ngd_teqboxburger.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqhamburgerbun = { name = 'ngd_teqhamburgerbun', label = 'Hamburger Bun', weight = 0, type = 'item', image = 'ngd_teqhamburgerbun.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqhotdoguncooked = { name = 'ngd_teqhotdoguncooked', label = 'Cold Weiner', weight = 0, type = 'item', image = 'ngd_teqhotdoguncooked.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqhotdogbun = { name = 'ngd_teqhotdogbun', label = 'Weiner Bun', weight = 0, type = 'item', image = 'ngd_teqhotdogbun.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqchips = { name = 'ngd_teqchips', label = 'Nachos Chips', weight = 0, type = 'item', image = 'ngd_teqchips.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqnachocheese = { name = 'ngd_teqnachocheese', label = 'Nachos Cheese', weight = 0, type = 'item', image = 'ngd_teqnachocheese.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqtallglass = { name = 'ngd_teqtallglass', label = 'Tall Glass', weight = 0, type = 'item', image = 'ngd_teqtallglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqmarglass = { name = 'ngd_teqmarglass', label = 'Martini Glass', weight = 0, type = 'item', image = 'ngd_teqmarglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqhurglass = { name = 'ngd_teqhurglass', label = 'Hurricane Glass', weight = 0, type = 'item', image = 'ngd_teqhurglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqwineglass = { name = 'ngd_teqwineglass', label = 'Wine Glass', weight = 0, type = 'item', image = 'ngd_teqwineglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqchamglass = { name = 'ngd_teqchamglass', label = 'Champagene Glass', weight = 0, type = 'item', image = 'ngd_teqchamglass.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
ngd_teqvip = { name = 'ngd_teqvip', label = 'Tequila-La VIP Pass', weight = 0, type = 'item', image = 'ngd_teqvip.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = '' },
|
||||
|
||||
|
||||
|
||||
@ -1103,97 +1085,79 @@ VALUES (@new_id + 1, 'tequilala', 'boss', 1, 'Boss', 200, '{}', '{}');
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><strong>Items List (QB-OLD)</strong> (Click to Expand)</summary>
|
||||
<summary><strong>Items List (QB Format #2)</strong> (Click to Expand)</summary>
|
||||
|
||||
```lua
|
||||
['ngd_pilllb'] = { ['name'] = 'ngd_pilllb', ['label'] = 'Pillbox Light Beer', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilllb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilllager'] = { ['name'] = 'ngd_pilllager', ['label'] = 'Pillbox Lager', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilllager.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillstout'] = { ['name'] = 'ngd_pillstout', ['label'] = 'Pillbox Stout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillstout.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillpopcorn'] = { ['name'] = 'ngd_pillpopcorn', ['label'] = 'Popcorn', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillpopcorn.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillsalad'] = { ['name'] = 'ngd_pillsalad', ['label'] = 'Pillbox Salad', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillsalad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcheeseburger'] = { ['name'] = 'ngd_pillcheeseburger', ['label'] = 'Pillbox Cheeseburger', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcheeseburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillchickensand'] = { ['name'] = 'ngd_pillchickensand', ['label'] = 'Pillbox Chicken Sandwich', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillchickensand.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcoffee'] = { ['name'] = 'ngd_pillcoffee', ['label'] = 'Bean Machine Coffee', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcoffee.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillfries'] = { ['name'] = 'ngd_pillfries', ['label'] = 'Pillbox Fries', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillfries.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillteqsunrise'] = { ['name'] = 'ngd_pillteqsunrise', ['label'] = 'Pillbox Tequila Sunrise', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillteqsunrise.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwatercup1'] = { ['name'] = 'ngd_pillwatercup1', ['label'] = 'Pillbox Water', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwatercup1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwatercup2'] = { ['name'] = 'ngd_pillwatercup2', ['label'] = 'Pillbox Water', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwatercup2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilllemonade'] = { ['name'] = 'ngd_pilllemonade', ['label'] = 'Pillbox Lemonade', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilllemonade.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillicedcoffee'] = { ['name'] = 'ngd_pillicedcoffee', ['label'] = 'Pillbox Iced Coffee', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillicedcoffee.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillicedcoffeecream'] = { ['name'] = 'ngd_pillicedcoffeecream', ['label'] = 'Pillbox Iced Coffee With Cream', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillicedcoffeecream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillmartini'] = { ['name'] = 'ngd_pillmartini', ['label'] = 'Pillbox Martini', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillmartini.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillblackcoffee'] = { ['name'] = 'ngd_pillblackcoffee', ['label'] = 'Pillbox Coffee', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillblackcoffee.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcap'] = { ['name'] = 'ngd_pillcap', ['label'] = 'Pillbox Cappuccino', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcap.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwatercup3'] = { ['name'] = 'ngd_pillwatercup3', ['label'] = 'Pillbox Water', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwatercup3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillhotdog'] = { ['name'] = 'ngd_pillhotdog', ['label'] = 'Pillbox Hotdog', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillhotdog.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillespresso'] = { ['name'] = 'ngd_pillespresso', ['label'] = 'Pillbox Espresso', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillespresso.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillespressodouble'] = { ['name'] = 'ngd_pillespressodouble', ['label'] = 'Pillbox Double Espresso', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillespressodouble.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwaterbottle'] = { ['name'] = 'ngd_pillwaterbottle', ['label'] = 'Pillbox Water Jug', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwaterbottle.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillecola'] = { ['name'] = 'ngd_pillecola', ['label'] = 'E-Cola', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillecola.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillsprunk'] = { ['name'] = 'ngd_pillsprunk', ['label'] = 'Sprunk', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillsprunk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillorangotank'] = { ['name'] = 'ngd_pillorangotank', ['label'] = 'Orang-O-Tang', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillorangotank.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilljunkquickfix'] = { ['name'] = 'ngd_pilljunkquickfix', ['label'] = 'Junk Quick Fix', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilljunkquickfix.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillenergydrink'] = { ['name'] = 'ngd_pillenergydrink', ['label'] = 'Junk Energy Drink', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillenergydrink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillecolacup'] = { ['name'] = 'ngd_pillecolacup', ['label'] = 'E-Cola', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillecolacup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilldietecolacup'] = { ['name'] = 'ngd_pilldietecolacup', ['label'] = 'Diet E-Cola', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilldietecolacup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillpsqs'] = { ['name'] = 'ngd_pillpsqs', ['label'] = 'Ps Qs', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillpsqs.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillmeteorite'] = { ['name'] = 'ngd_pillmeteorite', ['label'] = 'Meteorite', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillmeteorite.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillego'] = { ['name'] = 'ngd_pillego', ['label'] = 'Ego Bar', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillego.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwhisky'] = { ['name'] = 'ngd_pillwhisky', ['label'] = 'Whisky', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwhisky.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillchampagne'] = { ['name'] = 'ngd_pillchampagne', ['label'] = 'Champagne', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillchampagne.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillredwine'] = { ['name'] = 'ngd_pillredwine', ['label'] = 'Red Wine', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillredwine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwhitewine'] = { ['name'] = 'ngd_pillwhitewine', ['label'] = 'White Wine', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwhitewine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillpainmeds'] = { ['name'] = 'ngd_pillpainmeds', ['label'] = 'Pain Meds', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillpainmeds.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillstamina'] = { ['name'] = 'ngd_pillstamina', ['label'] = 'Stamina Meds', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillstamina.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcaffeinepills'] = { ['name'] = 'ngd_pillcaffeinepills', ['label'] = 'Caffeine Pills', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcaffeinepills.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillsteroids'] = { ['name'] = 'ngd_pillsteroids', ['label'] = 'Steroid Meds', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillsteroids.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillrocksglass'] = { ['name'] = 'ngd_pillrocksglass', ['label'] = 'Rocks Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillrocksglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilltallglass'] = { ['name'] = 'ngd_pilltallglass', ['label'] = 'Tall Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilltallglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillmarglass'] = { ['name'] = 'ngd_pillmarglass', ['label'] = 'Martini Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillmarglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcapglass'] = { ['name'] = 'ngd_pillcapglass', ['label'] = 'Cappuccino Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcapglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcoffeeglass'] = { ['name'] = 'ngd_pillcoffeeglass', ['label'] = 'Coffee Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcoffeeglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillespressoglass'] = { ['name'] = 'ngd_pillespressoglass', ['label'] = 'Espresso Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillespressoglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwineglass'] = { ['name'] = 'ngd_pillwineglass', ['label'] = 'Wine Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwineglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillchamglass'] = { ['name'] = 'ngd_pillchamglass', ['label'] = 'Champagene Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillchamglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillecolacupempty'] = { ['name'] = 'ngd_pillecolacupempty', ['label'] = 'Empty E-Cola Cup', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillecolacupempty.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcoffeetogocup'] = { ['name'] = 'ngd_pillcoffeetogocup', ['label'] = 'Empty To-Go Cup', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcoffeetogocup.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilltequila'] = { ['name'] = 'ngd_pilltequila', ['label'] = 'Tequila', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilltequila.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillgin'] = { ['name'] = 'ngd_pillgin', ['label'] = 'Gin', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillgin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillchambottle'] = { ['name'] = 'ngd_pillchambottle', ['label'] = 'Champagene Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillchambottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwhiskybottle'] = { ['name'] = 'ngd_pillwhiskybottle', ['label'] = 'Whisky Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwhiskybottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillrwbottle'] = { ['name'] = 'ngd_pillrwbottle', ['label'] = 'Red Wine Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillrwbottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillwwbottle'] = { ['name'] = 'ngd_pillwwbottle', ['label'] = 'White Wine Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillwwbottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilloj'] = { ['name'] = 'ngd_pilloj', ['label'] = 'Orange Juice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilloj.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillgrenadine'] = { ['name'] = 'ngd_pillgrenadine', ['label'] = 'Grenadine', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillgrenadine.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillice'] = { ['name'] = 'ngd_pillice', ['label'] = 'Ice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillice.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillskylinebeans'] = { ['name'] = 'ngd_pillskylinebeans', ['label'] = 'Skyline Coffee Beans', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillskylinebeans.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcream'] = { ['name'] = 'ngd_pillcream', ['label'] = 'Coffee Creamer', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcream.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillhamburgerbun'] = { ['name'] = 'ngd_pillhamburgerbun', ['label'] = 'Hamburger Bun', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillhamburgerbun.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillboxburger'] = { ['name'] = 'ngd_pillboxburger', ['label'] = 'Raw Hamburger', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillboxburger.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilllettuce'] = { ['name'] = 'ngd_pilllettuce', ['label'] = 'Lettuce', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilllettuce.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilltomatoes'] = { ['name'] = 'ngd_pilltomatoes', ['label'] = 'Tomatoes', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilltomatoes.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillcheese'] = { ['name'] = 'ngd_pillcheese', ['label'] = 'Cheese', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillcheese.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillrawchicken'] = { ['name'] = 'ngd_pillrawchicken', ['label'] = 'Raw Chicken', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillrawchicken.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillflour'] = { ['name'] = 'ngd_pillflour', ['label'] = 'Flour', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillflour.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillpotato'] = { ['name'] = 'ngd_pillpotato', ['label'] = 'Potato', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillpotato.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillpotatosliced'] = { ['name'] = 'ngd_pillpotatosliced', ['label'] = 'Potato Sliced', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillpotatosliced.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillsalt'] = { ['name'] = 'ngd_pillsalt', ['label'] = 'Salt', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillsalt.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillolive'] = { ['name'] = 'ngd_pillolive', ['label'] = 'Green Olives', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillolive.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillhotdoguncooked'] = { ['name'] = 'ngd_pillhotdoguncooked', ['label'] = 'Uncooked Hotdog', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillhotdoguncooked.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillhotdogbun'] = { ['name'] = 'ngd_pillhotdogbun', ['label'] = 'Hotdog Bun', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillhotdogbun.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillplasticcup'] = { ['name'] = 'ngd_pillplasticcup', ['label'] = 'Plastic Cup', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillplasticcup.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilllemon'] = { ['name'] = 'ngd_pilllemon', ['label'] = 'Lemon', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilllemon.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillemptybottle'] = { ['name'] = 'ngd_pillemptybottle', ['label'] = 'Empty Pill Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillemptybottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillpharmwater'] = { ['name'] = 'ngd_pillpharmwater', ['label'] = 'Pharmaceutical Grade Water', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillpharmwater.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillbindingagent'] = { ['name'] = 'ngd_pillbindingagent', ['label'] = 'Pharmaceutical Binding Agent', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillbindingagent.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillviatmix'] = { ['name'] = 'ngd_pillviatmix', ['label'] = 'Vitamin Mix', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillviatmix.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillanabolicsteroid'] = { ['name'] = 'ngd_pillanabolicsteroid', ['label'] = 'Anabolic Steroid Mix', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillanabolicsteroid.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillherb'] = { ['name'] = 'ngd_pillherb', ['label'] = 'Herb Mix', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillherb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillsugar'] = { ['name'] = 'ngd_pillsugar', ['label'] = 'Sugar', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillsugar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillrawcaffeine'] = { ['name'] = 'ngd_pillrawcaffeine', ['label'] = 'Caffeine Powder', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillrawcaffeine.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pilldiazepam'] = { ['name'] = 'ngd_pilldiazepam', ['label'] = 'Powdered Diazepam', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pilldiazepam.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillserotonin'] = { ['name'] = 'ngd_pillserotonin', ['label'] = 'Serotonin', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillserotonin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_pillantidep'] = { ['name'] = 'ngd_pillantidep', ['label'] = 'Anti Depressants', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pillantidep.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqlightbeer'] = { ['name'] = 'ngd_teqlightbeer', ['label'] = 'Tequila IPA', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqlightbeer.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqmediumbeer'] = { ['name'] = 'ngd_teqmediumbeer', ['label'] = 'Tequila Lager', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqmediumbeer.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqdarkbeer'] = { ['name'] = 'ngd_teqdarkbeer', ['label'] = 'Tequila Stout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqmediumbeer.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqlagerbot'] = { ['name'] = 'ngd_teqlagerbot', ['label'] = 'Tequila Bottled Lager', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqlagerbot.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqstoutbot'] = { ['name'] = 'ngd_teqstoutbot', ['label'] = 'Tequila Bottled Stout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqstoutbot.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqportbot'] = { ['name'] = 'ngd_teqportbot', ['label'] = 'Tequila Bottled Porter', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqportbot.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqipabot'] = { ['name'] = 'ngd_teqipabot', ['label'] = 'Tequila Bottled IPA', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqipabot.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqcheeseburger'] = { ['name'] = 'ngd_teqcheeseburger', ['label'] = 'Tequila Burger', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqcheeseburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqhotdog'] = { ['name'] = 'ngd_teqhotdog', ['label'] = 'Tequila Dog', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqhotdog.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqnachos'] = { ['name'] = 'ngd_teqnachos', ['label'] = 'Tequila Nachos', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqnachos.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqteqp'] = { ['name'] = 'ngd_teqteqp', ['label'] = 'Tequila Poison', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqteqp.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqmp'] = { ['name'] = 'ngd_teqmp', ['label'] = 'Magic Potion', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqmp.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teq50sog'] = { ['name'] = 'ngd_teq50sog', ['label'] = '50 Shades Of Gin', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teq50sog.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqemp'] = { ['name'] = 'ngd_teqemp', ['label'] = 'Gin Empress', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqemp.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqdb'] = { ['name'] = 'ngd_teqdb', ['label'] = 'Diamond Blue', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqdb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqfc'] = { ['name'] = 'ngd_teqfc', ['label'] = 'Fleur Collins', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqfc.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqrd'] = { ['name'] = 'ngd_teqrd', ['label'] = 'Red Devil', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqrd.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqcs'] = { ['name'] = 'ngd_teqcs', ['label'] = 'Vodka Sunrise', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqcs.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqds'] = { ['name'] = 'ngd_teqds', ['label'] = 'The Dark Side', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqds.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_tequsd'] = { ['name'] = 'ngd_tequsd', ['label'] = 'The Upside, Down', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_tequsd.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqemerald'] = { ['name'] = 'ngd_teqemerald', ['label'] = 'Emerald', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqemerald.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqblm'] = { ['name'] = 'ngd_teqblm', ['label'] = 'Blue Majito', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqblm.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqgs'] = { ['name'] = 'ngd_teqgs', ['label'] = 'Green Screwdriver', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqgs.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqreaper'] = { ['name'] = 'ngd_teqreaper', ['label'] = 'Reaper', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqreaper.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqom'] = { ['name'] = 'ngd_teqom', ['label'] = 'Orange Martini', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqom.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqbw'] = { ['name'] = 'ngd_teqbw', ['label'] = 'Black Widow', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqbw.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqmar'] = { ['name'] = 'ngd_teqmar', ['label'] = 'Island Martini', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqbw.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqlmar'] = { ['name'] = 'ngd_teqlmar', ['label'] = 'Lagoon Martini', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqlmar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqredwine'] = { ['name'] = 'ngd_teqredwine', ['label'] = 'Red Wine', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqredwine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqwhitewine'] = { ['name'] = 'ngd_teqwhitewine', ['label'] = 'White Wine', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqwhitewine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqchampagne'] = { ['name'] = 'ngd_teqchampagne', ['label'] = 'Champagne', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqchampagne.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqwhisky'] = { ['name'] = 'ngd_teqwhisky', ['label'] = 'Whisky', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqwhisky.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqwhiskybottle'] = { ['name'] = 'ngd_teqwhiskybottle', ['label'] = 'Whisky Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqwhiskybottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqrocksglass'] = { ['name'] = 'ngd_teqrocksglass', ['label'] = 'Rocks Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqrocksglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqcbj'] = { ['name'] = 'ngd_teqcbj', ['label'] = 'Cranberry Juice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqcbj.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqblkvodka'] = { ['name'] = 'ngd_teqblkvodka', ['label'] = 'Black Vodka', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqblkvodka.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqolive'] = { ['name'] = 'ngd_teqolive', ['label'] = 'Olives', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqolive.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqcocorum'] = { ['name'] = 'ngd_teqcocorum', ['label'] = 'Coconut Rum', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqcocorum.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqmint'] = { ['name'] = 'ngd_teqmint', ['label'] = 'Fresh Mint', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqmint.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqrum'] = { ['name'] = 'ngd_teqrum', ['label'] = 'Rum', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqrum.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqmidori'] = { ['name'] = 'ngd_teqmidori', ['label'] = 'Midori', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqmidori.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqrwbottle'] = { ['name'] = 'ngd_teqrwbottle', ['label'] = 'Red Wine Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqrwbottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqwwbottle'] = { ['name'] = 'ngd_teqwwbottle', ['label'] = 'White Wine Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqwwbottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqtonic'] = { ['name'] = 'ngd_teqtonic', ['label'] = 'Tonic Water', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqtonic.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqchambottle'] = { ['name'] = 'ngd_teqchambottle', ['label'] = 'Champagne Bottle', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqchambottle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqoj'] = { ['name'] = 'ngd_teqoj', ['label'] = 'Orange Juice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqoj.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqvermouth'] = { ['name'] = 'ngd_teqvermouth', ['label'] = 'Vermouth', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqvermouth.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqcdv'] = { ['name'] = 'ngd_teqcdv', ['label'] = 'Creme De Violette', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqcdv.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqlimejuice'] = { ['name'] = 'ngd_teqlimejuice', ['label'] = 'Lime Juice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqlimejuice.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqgin'] = { ['name'] = 'ngd_teqgin', ['label'] = 'Gin', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqgin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqgrenadine'] = { ['name'] = 'ngd_teqgrenadine', ['label'] = 'Grenadine', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqgrenadine.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqvodka'] = { ['name'] = 'ngd_teqvodka', ['label'] = 'Vodka', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqvodka.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqice'] = { ['name'] = 'ngd_teqice', ['label'] = 'Ice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqice.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqbc'] = { ['name'] = 'ngd_teqbc', ['label'] = 'Blue Curacao', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqbc.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqpj'] = { ['name'] = 'ngd_teqpj', ['label'] = 'Pineapple Juice', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqpj.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqtequila'] = { ['name'] = 'ngd_teqtequila', ['label'] = 'Tequila', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqtequila.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqcheese'] = { ['name'] = 'ngd_teqcheese', ['label'] = 'Cheese', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqcheese.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqsalt'] = { ['name'] = 'ngd_teqsalt', ['label'] = 'Salt', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqsalt.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqboxburger'] = { ['name'] = 'ngd_teqboxburger', ['label'] = 'Raw Hamburger', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqboxburger.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqhamburgerbun'] = { ['name'] = 'ngd_teqhamburgerbun', ['label'] = 'Hamburger Bun', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqhamburgerbun.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqhotdoguncooked'] = { ['name'] = 'ngd_teqhotdoguncooked', ['label'] = 'Cold Weiner', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqhotdoguncooked.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqhotdogbun'] = { ['name'] = 'ngd_teqhotdogbun', ['label'] = 'Weiner Bun', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqhotdogbun.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqchips'] = { ['name'] = 'ngd_teqchips', ['label'] = 'Nachos Chips', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqchips.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqnachocheese'] = { ['name'] = 'ngd_teqnachocheese', ['label'] = 'Nachos Cheese', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqnachocheese.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqtallglass'] = { ['name'] = 'ngd_teqtallglass', ['label'] = 'Tall Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqtallglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqmarglass'] = { ['name'] = 'ngd_teqmarglass', ['label'] = 'Martini Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqmarglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqhurglass'] = { ['name'] = 'ngd_teqhurglass', ['label'] = 'Hurricane Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqhurglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqwineglass'] = { ['name'] = 'ngd_teqwineglass', ['label'] = 'Wine Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqwineglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqchamglass'] = { ['name'] = 'ngd_teqchamglass', ['label'] = 'Champagene Glass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqchamglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
['ngd_teqvip'] = { ['name'] = 'ngd_teqvip', ['label'] = 'Tequila-La VIP Pass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_teqvip.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
|
||||
|
||||
```
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user