Inventory

This script is compatible with any inventory, it is automatically configured, but for some inventories you will need a specific configuration in those inventories.

Origen Inventory

If you use the origen inventory for ESX, you must add the items in the "origen_inventory/config/items.lua" section.

OrgItems = {
        ['aceite'] = {['name'] = 'aceite', ['label'] = 'Aceite', ['weight'] = 1, ['type'] = 'item', ['image'] = 'aceite.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Aceite'},
        ['agua'] = {['name'] = 'agua', ['label'] = 'Agua', ['weight'] = 1, ['type'] = 'item', ['image'] = 'agua.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Agua'},
        ['alioli'] = {['name'] = 'alioli', ['label'] = 'Alioli', ['weight'] = 1, ['type'] = 'item', ['image'] = 'alioli.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Alioli'},
        ['atun'] = {['name'] = 'atun', ['label'] = 'Atun', ['weight'] = 1, ['type'] = 'item', ['image'] = 'atun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Atun'},
        ['bacon'] = {['name'] = 'bacon', ['label'] = 'Bacon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bacon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bacon'},
        ['barra_chocolate'] = {['name'] = 'barra_chocolate', ['label'] = 'Barra de Chocolate', ['weight'] = 1, ['type'] = 'item', ['image'] = 'barra_chocolate.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Barra de Chocolate'},
        ['batido_fresa'] = {['name'] = 'batido_fresa', ['label'] = 'Batido de Fresa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'batido_fresa.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Batido de Fresa'},
        ['batido_fresa_crafted'] = {['name'] = 'batido_fresa_crafted', ['label'] = 'Batido de Fresa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'batido_fresa_crafted.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Batido de Fresa'},
        ['bocata'] = {['name'] = 'bocata', ['label'] = 'Bocadillo Mixto', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo Mixto'},
        ['bocata_atun'] = {['name'] = 'bocata_atun', ['label'] = 'Bocadillo de Atun', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata_atun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo de Atun'},
        ['bocata_bacon_queso'] = {['name'] = 'bocata_bacon_queso', ['label'] = 'Bocadillo Bacon y Queso', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata_bacon_queso.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo Bacon y Queso'},
        ['bocata_chorizo'] = {['name'] = 'bocata_chorizo', ['label'] = 'Bocadillo de Chorizo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata_chorizo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo de Chorizo'},
        ['bocata_jamon'] = {['name'] = 'bocata_jamon', ['label'] = 'Bocadillo Jamon Serrano', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata_jamon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo Jamon Serrano'},
        ['bocata_lomo_queso'] = {['name'] = 'bocata_lomo_queso', ['label'] = 'Bocadillo Lomo y Queso', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata_lomo_queso.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo Lomo y Queso'},
        ['bocata_pollo'] = {['name'] = 'bocata_pollo', ['label'] = 'Bocadillo de Pollo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bocata_pollo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bocadillo de Pollo'},
        ['botella_plastico'] = {['name'] = 'botella_plastico', ['label'] = 'Botella de Plastico Vacia', ['weight'] = 1, ['type'] = 'item', ['image'] = 'botella_plastico.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Botella de Plastico Vacia'},
        ['botella_vino'] = {['name'] = 'botella_vino', ['label'] = 'Botella de Vino', ['weight'] = 1, ['type'] = 'item', ['image'] = 'botella_vino.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Botella de Vino'},
        ['brum_jardrink_lime'] = {['name'] = 'brum_jardrink_lime', ['label'] = 'Granizado de Limon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'brum_jardrink_lime.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Granizado de Limon'},
        ['brum_jardrink_orange'] = {['name'] = 'brum_jardrink_orange', ['label'] = 'Granizada de Naranja', ['weight'] = 1, ['type'] = 'item', ['image'] = 'brum_jardrink_orange.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Granizada de Naranja'},
        ['brum_jardrink_red'] = {['name'] = 'brum_jardrink_red', ['label'] = 'Granizada de Fresa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'brum_jardrink_red.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Granizada de Fresa'},
        ['carne_picada'] = {['name'] = 'carne_picada', ['label'] = 'Carne Picada', ['weight'] = 1, ['type'] = 'item', ['image'] = 'carne_picada.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Carne Picada'},
        ['cereales'] = {['name'] = 'cereales', ['label'] = 'Cereales', ['weight'] = 1, ['type'] = 'item', ['image'] = 'cereales.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cereales'},
        ['cerveza'] = {['name'] = 'cerveza', ['label'] = 'Cerveza', ['weight'] = 1, ['type'] = 'item', ['image'] = 'cerveza.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cerveza'},
        ['chorizo'] = {['name'] = 'chorizo', ['label'] = 'Chorizo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'chorizo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chorizo'},
        ['cocacola'] = {['name'] = 'cocacola', ['label'] = 'Coca Cola', ['weight'] = 1, ['type'] = 'item', ['image'] = 'cocacola.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Coca Cola'},
        ['copa_de_vino'] = {['name'] = 'copa_de_vino', ['label'] = 'Copa de vino', ['weight'] = 1, ['type'] = 'item', ['image'] = 'copa_de_vino.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Copa de vino'},
        ['copa_vacia'] = {['name'] = 'copa_vacia', ['label'] = 'Copa de Vino Vacia', ['weight'] = 1, ['type'] = 'item', ['image'] = 'copa_vacia.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Copa de Vino Vacia'},
        ['curacao_azul'] = {['name'] = 'curacao_azul', ['label'] = 'Curaçao Azul', ['weight'] = 1, ['type'] = 'item', ['image'] = 'curacao_azul.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Curaçao Azul'},
        ['ensalada'] = {['name'] = 'ensalada', ['label'] = 'Ensalada', ['weight'] = 1, ['type'] = 'item', ['image'] = 'ensalada.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ensalada'},
        ['fanta_limon'] = {['name'] = 'fanta_limon', ['label'] = 'Fanta de Limon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'fanta_limon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fanta de Limon'},
        ['fanta_naranja'] = {['name'] = 'fanta_naranja', ['label'] = 'Fanta de Naranja', ['weight'] = 1, ['type'] = 'item', ['image'] = 'fanta_naranja.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fanta de Naranja'},
        ['filete_lomo'] = {['name'] = 'filete_lomo', ['label'] = 'Filete de Lomo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'filete_lomo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Filete de Lomo'},
        ['filete_pollo'] = {['name'] = 'filete_pollo', ['label'] = 'Filete de Pollo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'filete_pollo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Filete de Pollo'},
        ['fresa'] = {['name'] = 'fresa', ['label'] = 'Fresa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'fresa.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fresa'},
        ['gofre'] = {['name'] = 'gofre', ['label'] = 'Gofre', ['weight'] = 1, ['type'] = 'item', ['image'] = 'gofre.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Gofre'},
        ['hielo'] = {['name'] = 'hielo', ['label'] = 'Hielo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'hielo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Hielo'},
        ['hierbabuena'] = {['name'] = 'hierbabuena', ['label'] = 'Hierba Buena', ['weight'] = 1, ['type'] = 'item', ['image'] = 'hierbabuena.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Hierba Buena'},
        ['hotdog'] = {['name'] = 'hotdog', ['label'] = 'Perrito Caliente', ['weight'] = 1, ['type'] = 'item', ['image'] = 'hotdog.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Perrito Caliente'},
        ['jamon'] = {['name'] = 'jamon', ['label'] = 'Jamon Serrano', ['weight'] = 1, ['type'] = 'item', ['image'] = 'jamon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Jamon Serrano'},
        ['jugo_lima_fresco'] = {['name'] = 'jugo_lima_fresco', ['label'] = 'Jugo de Lima Fresco', ['weight'] = 1, ['type'] = 'item', ['image'] = 'jugo_lima_fresco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Jugo de Lima Fresco'},
        ['ketchup'] = {['name'] = 'ketchup', ['label'] = 'Ketchup', ['weight'] = 1, ['type'] = 'item', ['image'] = 'ketchup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ketchup'},
        ['leche'] = {['name'] = 'leche', ['label'] = 'Leche', ['weight'] = 1, ['type'] = 'item', ['image'] = 'leche.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Leche'},
        ['lechuga'] = {['name'] = 'lechuga', ['label'] = 'Lechuga', ['weight'] = 1, ['type'] = 'item', ['image'] = 'lechuga.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Lechuga'},
        ['limon'] = {['name'] = 'limon', ['label'] = 'Limon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'limon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Limon'},
        ['margarita'] = {['name'] = 'margarita', ['label'] = 'Margarita de Limon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margarita.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita de Limon'},
        ['margaritas_coconut'] = {['name'] = 'margaritas_coconut', ['label'] = 'Margarita de Coco', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margaritas_coconut.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita de Coco'},
        ['margaritas_grapefruit'] = {['name'] = 'margaritas_grapefruit', ['label'] = 'Margarita de Pomelo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margaritas_grapefruit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita de Pomelo'},
        ['margaritas_oceanbreeze'] = {['name'] = 'margaritas_oceanbreeze', ['label'] = 'Margarita Ocean Breeze', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margaritas_oceanbreeze.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita Ocean Breeze'},
        ['margaritas_orange'] = {['name'] = 'margaritas_orange', ['label'] = 'Margarita de Naranja', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margaritas_orange.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita de Naranja'},
        ['margaritas_pineapple'] = {['name'] = 'margaritas_pineapple', ['label'] = 'Margarita de Piña', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margaritas_pineapple.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita de Piña'},
        ['margaritas_strawberry'] = {['name'] = 'margaritas_strawberry', ['label'] = 'Margarita de Fresa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'margaritas_strawberry.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Margarita de Fresa'},
        ['mayonesa'] = {['name'] = 'mayonesa', ['label'] = 'Mayonesa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'mayonesa.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mayonesa'},
        ['mojito'] = {['name'] = 'mojito', ['label'] = 'Mojito', ['weight'] = 1, ['type'] = 'item', ['image'] = 'mojito.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mojito'},
        ['mov_advanced_ceramic'] = {['name'] = 'mov_advanced_ceramic', ['label'] = 'Premium Ceramic', ['weight'] = 1, ['type'] = 'item', ['image'] = 'mov_advanced_ceramic.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Premium Ceramic'},
        ['mov_advanced_wax'] = {['name'] = 'mov_advanced_wax', ['label'] = 'Advanced Wax', ['weight'] = 1, ['type'] = 'item', ['image'] = 'mov_advanced_wax.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Advanced Wax'},
        ['mov_basic_ceramic'] = {['name'] = 'mov_basic_ceramic', ['label'] = 'Basic Ceramic', ['weight'] = 1, ['type'] = 'item', ['image'] = 'mov_basic_ceramic.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Basic Ceramic'},
        ['mov_basic_wax'] = {['name'] = 'mov_basic_wax', ['label'] = 'Basic Wax', ['weight'] = 1, ['type'] = 'item', ['image'] = 'mov_basic_wax.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Basic Wax'},
        ['naranja'] = {['name'] = 'naranja', ['label'] = 'Naranja', ['weight'] = 1, ['type'] = 'item', ['image'] = 'naranja.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Naranja'},
        ['oblead_taco'] = {['name'] = 'oblead_taco', ['label'] = 'Oblea de Taco', ['weight'] = 1, ['type'] = 'item', ['image'] = 'oblead_taco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Oblea de Taco'},
        ['pan'] = {['name'] = 'pan', ['label'] = 'Pan', ['weight'] = 1, ['type'] = 'item', ['image'] = 'pan.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pan'},
        ['pan_molde'] = {['name'] = 'pan_molde', ['label'] = 'Pan de Molde', ['weight'] = 1, ['type'] = 'item', ['image'] = 'pan_molde.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pan de Molde'},
        ['pan_perrito'] = {['name'] = 'pan_perrito', ['label'] = 'Pan Perrito Caliente', ['weight'] = 1, ['type'] = 'item', ['image'] = 'pan_perrito.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pan Perrito Caliente'},
        ['patata_frita'] = {['name'] = 'patata_frita', ['label'] = 'Patatas Fritas', ['weight'] = 1, ['type'] = 'item', ['image'] = 'patata_frita.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Patatas Fritas'},
        ['patatas_bolsa'] = {['name'] = 'patatas_bolsa', ['label'] = 'Patatas Fritas', ['weight'] = 1, ['type'] = 'item', ['image'] = 'patatas_bolsa.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Patatas Fritas'},
        ['pimiento'] = {['name'] = 'pimiento', ['label'] = 'Pimiento', ['weight'] = 1, ['type'] = 'item', ['image'] = 'pimiento.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pimiento'},
        ['pizza'] = {['name'] = 'pizza', ['label'] = 'Porcion de Pizza', ['weight'] = 1, ['type'] = 'item', ['image'] = 'pizza.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Porcion de Pizza'},
        ['queso'] = {['name'] = 'queso', ['label'] = 'Queso', ['weight'] = 1, ['type'] = 'item', ['image'] = 'queso.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Queso'},
        ['rodaja_naranja'] = {['name'] = 'rodaja_naranja', ['label'] = 'Rodaja de Naranja', ['weight'] = 1, ['type'] = 'item', ['image'] = 'rodaja_naranja.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Rodaja de Naranja'},
        ['rodaja_pomelo'] = {['name'] = 'rodaja_pomelo', ['label'] = 'Rodaja de Pomelo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'rodaja_pomelo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Rodaja de Pomelo'},
        ['salchicha'] = {['name'] = 'salchicha', ['label'] = 'Salchicha', ['weight'] = 1, ['type'] = 'item', ['image'] = 'salchicha.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Salchicha'},
        ['sanwich_crafted'] = {['name'] = 'sanwich_crafted', ['label'] = 'Sanwitch', ['weight'] = 1, ['type'] = 'item', ['image'] = 'sanwich_crafted.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sanwitch'},
        ['sprite'] = {['name'] = 'sprite', ['label'] = 'Sprite', ['weight'] = 1, ['type'] = 'item', ['image'] = 'sprite.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sprite'},
        ['taco'] = {['name'] = 'taco', ['label'] = 'Taco', ['weight'] = 1, ['type'] = 'item', ['image'] = 'taco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Taco'},
        ['tequila'] = {['name'] = 'tequila', ['label'] = 'Tequila', ['weight'] = 1, ['type'] = 'item', ['image'] = 'tequila.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tequila'},
        ['tomate'] = {['name'] = 'tomate', ['label'] = 'Tomate', ['weight'] = 1, ['type'] = 'item', ['image'] = 'tomate.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tomate'},
        ['vaso'] = {['name'] = 'vaso', ['label'] = 'Vaso de Coctel', ['weight'] = 1, ['type'] = 'item', ['image'] = 'vaso.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vaso de Coctel'},
        ['vaso_granizado'] = {['name'] = 'vaso_granizado', ['label'] = 'Vaso de Granizado', ['weight'] = 1, ['type'] = 'item', ['image'] = 'vaso_granizado.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vaso de Granizado'},
        ['york'] = {['name'] = 'york', ['label'] = 'Jamon de York', ['weight'] = 1, ['type'] = 'item', ['image'] = 'york.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Jamon de York'},
        ['zumo_coco'] = {['name'] = 'zumo_coco', ['label'] = 'Zumo de Coco', ['weight'] = 1, ['type'] = 'item', ['image'] = 'zumo_coco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Zumo de Coco'},
        ['zumo_limon'] = {['name'] = 'zumo_limon', ['label'] = 'Zumo de Limon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'zumo_limon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Zumo de Limon'},
        ['zumo_naranja'] = {['name'] = 'zumo_naranja', ['label'] = 'Zumo de Naranja', ['weight'] = 1, ['type'] = 'item', ['image'] = 'zumo_naranja.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Zumo de Naranja'},
        ['zumo_pina'] = {['name'] = 'zumo_pina', ['label'] = 'Zumo de Piña', ['weight'] = 1, ['type'] = 'item', ['image'] = 'zumo_pina.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Zumo de Piña'},
        ['zumo_pomelo'] = {['name'] = 'zumo_pomelo', ['label'] = 'Zumo de Pomelo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'zumo_pomelo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Zumo de Pomelo'},
}

Last updated