Guest User

Untitled

a guest
Oct 6th, 2022
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.17 KB | None | 0 0
  1. Config = {
  2.     Locale = 'en', -- Select locale (only available for default "en" & "es")
  3.     Locales = {
  4.         ['en'] = {
  5.             ['making_cocktail'] = 'Making cocktail...',
  6.             ['notifications_title'] = 'COCKTAILS',
  7.             ['make_cocktails'] = 'Make cocktails',
  8.             ['dont_have_ingredients'] = 'You cannot prepare the cocktail because you do not have all the necessary ingredients.',
  9.             ['bottle_states'] = {
  10.                 [1] = 'Almost complete',
  11.                 [2] = 'More than a half',
  12.                 [3] = 'A little more than half',
  13.                 [4] = 'To the half',
  14.                 [5] = 'A little less than half',
  15.                 [6] = 'Less than half',
  16.                 [7] = 'Quite less than half',
  17.                 [8] = 'Almost empty',
  18.                 [9] = 'Last cocktail',
  19.             },
  20.         },
  21.         ['es'] = {
  22.             ['making_cocktail'] = 'Preparando cocktail...',
  23.             ['notifications_title'] = 'CÓCTELES',
  24.             ['make_cocktails'] = 'Preparar cócteles',
  25.             ['dont_have_ingredients'] = 'No puedes preparar el cóctel porque no tienes todos los ingredientes necesarios',
  26.             ['bottle_states'] = {
  27.                 [1] = 'Casi completo',
  28.                 [2] = 'Más de la mitad',
  29.                 [3] = 'Un poco más de la mitad',
  30.                 [4] = 'A la mitad',
  31.                 [5] = 'Un poco menos de la mitad',
  32.                 [6] = 'Menos de la mitad',
  33.                 [7] = 'Bastante menos de la mitad',
  34.                 [8] = 'Casi vacía',
  35.                 [9] = 'Último cocktail',
  36.             },
  37.         }
  38.     },
  39.     Timers = {
  40.         ['making_cocktail'] = 20000, -- time in ms
  41.     },
  42.     Jobs = {["vanilla"] = 0, ["bahamas"] = 0}, -- Jobs that can interact with the shaker
  43.     Blurscreen = true, -- Blur background when menu is open
  44.     NotificationSystem = 'nc-notifications', -- Select your notification system (qb-core or nc-notifications) | You can add your custom notification system in the editables files
  45.     Bottles = { -- List of items that will have more than 1 use when making cocktails
  46.         'vodka',
  47.         'tomatojuice',
  48.         'lemonjuice',
  49.         'tabasco',
  50.         'worcestershire',
  51.         'whiterum',
  52.         'rum',
  53.         'coconutwater',
  54.         'coffeeliqueur',
  55.         'condensedmilk',
  56.         'gin',
  57.         'sugar',
  58.         'tonic',
  59.         'cognac',
  60.         'triplesec',
  61.         'whisky',
  62.         'drambuie',
  63.         'vermouth',
  64.         'redvermouth',
  65.         'campari',
  66.         'amaretto',
  67.         'peachliqueur',
  68.         'orangejuice',
  69.         'blueberryjuice',
  70.         'tonic',
  71.         'pineapplejuice',
  72.         'cachaza',
  73.     },
  74.     Cocktails = {
  75.         {
  76.             ['name'] = 'bloodymary',
  77.             ['label'] = 'BloodyMary',
  78.             ['ingredients'] = { 'vodka', 'tomatojuice', 'lemonjuice', 'tabasco', 'worcestershire', 'pepper', 'ice'},
  79.             ['image'] = './assets/bloodymary.png',
  80.         },
  81.         {
  82.             ['name'] = 'cocoloco',
  83.             ['label'] = 'Coco Loco',
  84.             ['ingredients'] = { 'vodka', 'tequila', 'whiterum', 'lemonjuice', 'worcestershire', 'coconutwater', 'ice' },
  85.             ['image'] = './assets/cocoloco.png',
  86.         },
  87.         {
  88.             ['name'] = 'whiterussian',
  89.             ['label'] = 'White Russian',
  90.             ['ingredients'] = { 'vodka', 'coffeeliqueur', 'condensedmilk'},
  91.             ['image'] = './assets/whiterussian.png',
  92.         },
  93.         {
  94.             ['name'] = 'blackrussian',
  95.             ['label'] = 'Black Russian',
  96.             ['ingredients'] = { 'vodka', 'coffeeliqueur' },
  97.             ['image'] = './assets/blackrussian.png',
  98.         },
  99.         {
  100.             ['name'] = 'tomcollins',
  101.             ['label'] = 'Tom Collins',
  102.             ['ingredients'] = { 'gin', 'sugar', 'lemonjuice', 'tonic', 'ice' },
  103.             ['image'] = './assets/tomcollins.png',
  104.         },
  105.         {
  106.             ['name'] = 'sidecar',
  107.             ['label'] = 'Sidecar',
  108.             ['ingredients'] = { 'cognac', 'triplesec', 'lemonjuice' },
  109.             ['image'] = './assets/sidecar.png',
  110.         },
  111.         {
  112.             ['name'] = 'rustynail',
  113.             ['label'] = 'Rusty Nail',
  114.             ['ingredients'] = { 'whisky', 'drambuie' },
  115.             ['image'] = './assets/rustynail.png',
  116.         },
  117.         {
  118.             ['name'] = 'negroni',
  119.             ['label'] = 'Negroni',
  120.             ['ingredients'] = { 'redvermouth', 'campari' },
  121.             ['image'] = './assets/negroni.png',
  122.         },
  123.         {
  124.             ['name'] = 'maitai',
  125.             ['label'] = 'Maitai',
  126.             ['ingredients'] = { 'rum', 'whiterum', 'triplesec', 'lime', 'amaretto' },
  127.             ['image'] = './assets/maitai.png',
  128.         },
  129.         {
  130.             ['name'] = 'sexonthebeach',
  131.             ['label'] = 'Sex On The Beach',
  132.             ['ingredients'] = { 'vodka', 'peachliqueur', 'orangejuice', 'blueberryjuice' },
  133.             ['image'] = './assets/sexonthebeach.png',
  134.         },
  135.         {
  136.             ['name'] = 'longisland',
  137.             ['label'] = 'Long Island',
  138.             ['ingredients'] = { 'vodka', 'tequila', 'whiterum', 'triplesec', 'gin', 'lemonjuice', 'sugar' },
  139.             ['image'] = './assets/longisland.png',
  140.         },
  141.         {
  142.             ['name'] = 'martini',
  143.             ['label'] = 'Martini',
  144.             ['ingredients'] = { 'gin', 'vermouth' },
  145.             ['image'] = './assets/martini.png',
  146.         },
  147.         {
  148.             ['name'] = 'cosmopolitan',
  149.             ['label'] = 'Cosmopolitan',
  150.             ['ingredients'] = { 'vodka', 'triplesec', 'lime', 'blueberryjuice' },
  151.             ['image'] = './assets/cosmopolitan.png',
  152.         },
  153.         {
  154.             ['name'] = 'daiquiri',
  155.             ['label'] = 'Daiquiri',
  156.             ['ingredients'] = { 'whiterum', 'lemonjuice', 'lime' },
  157.             ['image'] = './assets/daiquiri.png',
  158.         },
  159.         {
  160.             ['name'] = 'margarita',
  161.             ['label'] = 'Margarita',
  162.             ['ingredients'] = { 'tequila', 'triplesec', 'lime', 'lemonjuice' },
  163.             ['image'] = './assets/margarita.png',
  164.         },
  165.         {
  166.             ['name'] = 'mojito',
  167.             ['label'] = 'Mojito',
  168.             ['ingredients'] = { 'rum', 'sugar', 'mint', 'lime', 'tonic', 'ice' },
  169.             ['image'] = './assets/mojito.png',
  170.         },
  171.         {
  172.             ['name'] = 'gintonic',
  173.             ['label'] = 'Gin Tonic',
  174.             ['ingredients'] = { 'gin', 'tonic' },
  175.             ['image'] = './assets/gintonic.png',
  176.         },
  177.         {
  178.             ['name'] = 'caipirinha',
  179.             ['label'] = 'Caipirinha',
  180.             ['ingredients'] = { 'cachaza', 'lime', 'sugar', 'ice' },
  181.             ['image'] = './assets/caipirinha.png',
  182.         },
  183.         {
  184.             ['name'] = 'manhattan',
  185.             ['label'] = 'Manhattan',
  186.             ['ingredients'] = { 'whisky', 'redvermouth' },
  187.             ['image'] = './assets/manhattan.png',
  188.         },
  189.         {
  190.             ['name'] = 'pinacolada',
  191.             ['label'] = 'Piña colada',
  192.             ['ingredients'] = { 'pineapplejuice', 'coconutwater', 'rum' },
  193.             ['image'] = './assets/pinacolada.png',
  194.         },
  195.     }
  196. }
  197.  
Advertisement
Add Comment
Please, Sign In to add comment