QBShared = QBShared or {} QBShared.Items = { -- WEAPONS -- Melee weapon_unarmed = { name = 'weapon_unarmed', label = "Poings", weight = 0, type = 'weapon', ammotype = nil, image = 'placeholder.png', unique = true, useable = false, description = "Rien de tel que les poings pour régler les comptes." }, weapon_dagger = { name = 'weapon_dagger', label = "Poignard", weight = 300, type = 'weapon', ammotype = nil, image = 'weapon_dagger.png', unique = true, useable = false, description = "Lame courte à double tranchant, idéale pour les espaces confinés." }, weapon_bat = { name = 'weapon_bat', label = "Batte de baseball", weight = 900, type = 'weapon', ammotype = nil, image = 'weapon_bat.png', unique = true, useable = false, description = "Utile sur un terrain... ou dans une ruelle sombre." }, weapon_bottle = { name = 'weapon_bottle', label = "Bouteille brisée", weight = 400, type = 'weapon', ammotype = nil, image = 'weapon_bottle.png', unique = true, useable = false, description = "Une bouteille cassée : arme improvisée tranchante." }, weapon_crowbar = { name = 'weapon_crowbar', label = "Pied-de-biche", weight = 1200, type = 'weapon', ammotype = nil, image = 'weapon_crowbar.png', unique = true, useable = false, description = "Outil de levier en acier, aussi efficace comme arme." }, weapon_flashlight = { name = 'weapon_flashlight', label = "Lampe torche", weight = 400, type = 'weapon', ammotype = nil, image = 'weapon_flashlight.png', unique = true, useable = false, description = "Lampe de poche à pile, pratique dans le noir." }, weapon_golfclub = { name = 'weapon_golfclub', label = "Club de golf", weight = 500, type = 'weapon', ammotype = nil, image = 'weapon_golfclub.png', unique = true, useable = false, description = "Un fer 9 qui fait mal même hors du parcours." }, weapon_hammer = { name = 'weapon_hammer', label = "Marteau", weight = 800, type = 'weapon', ammotype = nil, image = 'weapon_hammer.png', unique = true, useable = false, description = "Parfait pour enfoncer des clous... ou autre chose." }, weapon_hatchet = { name = 'weapon_hatchet', label = "Hachette", weight = 600, type = 'weapon', ammotype = nil, image = 'weapon_hatchet.png', unique = true, useable = false, description = "Petite hache à manche court, maniable d'une seule main." }, weapon_knuckle = { name = 'weapon_knuckle', label = "Coup-de-poing américain", weight = 200, type = 'weapon', ammotype = nil, image = 'weapon_knuckle.png', unique = true, useable = false, description = "Protège-poing en métal qui démultiplie la force des coups." }, weapon_knife = { name = 'weapon_knife', label = "Couteau", weight = 250, type = 'weapon', ammotype = nil, image = 'weapon_knife.png', unique = true, useable = false, description = "Lame fixée dans un manche, outil ou arme redoutable." }, weapon_machete = { name = 'weapon_machete', label = "Machette", weight = 700, type = 'weapon', ammotype = nil, image = 'weapon_machete.png', unique = true, useable = false, description = "Grande lame épaisse taillée pour trancher." }, weapon_switchblade = { name = 'weapon_switchblade', label = "Couteau à cran d'arrêt", weight = 150, type = 'weapon', ammotype = nil, image = 'weapon_switchblade.png', unique = true, useable = false, description = "Lame qui jaillit à la pression d'un bouton." }, weapon_nightstick = { name = 'weapon_nightstick', label = "Matraque", weight = 600, type = 'weapon', ammotype = nil, image = 'weapon_nightstick.png', unique = true, useable = false, description = "Bâton réglementaire des forces de l'ordre.'s club or billy" }, weapon_wrench = { name = 'weapon_wrench', label = "Clé à molette", weight = 900, type = 'weapon', ammotype = nil, image = 'weapon_wrench.png', unique = true, useable = false, description = "Clé réglable pour boulons et écrous." }, weapon_battleaxe = { name = 'weapon_battleaxe', label = "Hache de guerre", weight = 2000, type = 'weapon', ammotype = nil, image = 'weapon_battleaxe.png', unique = true, useable = false, description = "Grande hache à large lame utilisée au combat." }, weapon_poolcue = { name = 'weapon_poolcue', label = "Queue de billard", weight = 600, type = 'weapon', ammotype = nil, image = 'weapon_poolcue.png', unique = true, useable = false, description = "Longue canne pour jouer au billard... ou cogner." }, weapon_briefcase = { name = 'weapon_briefcase', label = "Mallette", weight = 2000, type = 'weapon', ammotype = nil, image = 'weapon_briefcase.png', unique = true, useable = false, description = "Mallette rigide pour transporter des documents importants." }, weapon_briefcase_02 = { name = 'weapon_briefcase_02', label = "Valise", weight = 2500, type = 'weapon', ammotype = nil, image = 'weapon_briefcase2.png', unique = true, useable = false, description = "Parfaite pour un voyage discret vers Liberty City." }, weapon_garbagebag = { name = 'weapon_garbagebag', label = "Sac poubelle", weight = 300, type = 'weapon', ammotype = nil, image = 'weapon_garbagebag.png', unique = true, useable = false, description = "Sac à ordures, pas très discret." }, weapon_handcuffs = { name = 'weapon_handcuffs', label = "Menottes", weight = 400, type = 'weapon', ammotype = nil, image = 'weapon_handcuffs.png', unique = true, useable = false, description = "Anneaux métalliques articulés pour immobiliser un prisonnier.'s wrists" }, weapon_bread = { name = 'weapon_bread', label = "Baguette", weight = 250, type = 'weapon', ammotype = nil, image = 'weapon_bread.png', unique = true, useable = false, description = "Une baguette bien croustillante. Vive la France !" }, weapon_stone_hatchet = { name = 'weapon_stone_hatchet', label = "Hachette de pierre", weight = 700, type = 'weapon', ammotype = nil, image = 'weapon_stone_hatchet.png', unique = true, useable = true, description = "Hachette taillée dans la pierre, arme primitive redoutable." }, weapon_candycane = { name = 'weapon_candycane', label = "Canne en sucre", weight = 100, type = 'weapon', ammotype = nil, image = 'weapon_candycane', unique = true, useable = true, description = "Friandise de Noël qui peut faire mal si on s'y attend pas." }, -- Handguns weapon_pistol = { name = 'weapon_pistol', label = "Pistolet", weight = 900, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol.png', unique = true, useable = false, description = "Arme de poing compacte, fiable et précise." }, weapon_pistol_mk2 = { name = 'weapon_pistol_mk2', label = "Pistolet Mk II", weight = 950, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol_mk2.png', unique = true, useable = false, description = "Version améliorée du pistolet standard." }, weapon_combatpistol = { name = 'weapon_combatpistol', label = "Pistolet de combat", weight = 900, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', unique = true, useable = false, description = "Pistolet renforcé conçu pour les situations tactiques." }, weapon_appistol = { name = 'weapon_appistol', label = "Pistolet automatique", weight = 950, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_appistol.png', unique = true, useable = false, description = "Pistolet à tir automatique pour les situations serrées." }, weapon_stungun = { name = 'weapon_stungun', label = "Taser", weight = 600, type = 'weapon', ammotype = nil, image = 'weapon_stungun.png', unique = true, useable = false, description = "Pistolet à impulsion électrique causant une paralysie temporaire." }, weapon_pistol50 = { name = 'weapon_pistol50', label = "Pistolet .50", weight = 1100, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol50.png', unique = true, useable = false, description = "Pistolet calibre .50 à la puissance d'arrêt dévastatrice." }, weapon_snspistol = { name = 'weapon_snspistol', label = "Pistolet SNS", weight = 500, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_snspistol.png', unique = true, useable = false, description = "Pistolet miniaturisé, facile à dissimuler." }, weapon_heavypistol = { name = 'weapon_heavypistol', label = "Pistolet lourd", weight = 1100, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_heavypistol.png', unique = true, useable = false, description = "Pistolet imposant à forte puissance d'arrêt." }, weapon_vintagepistol = { name = 'weapon_vintagepistol', label = "Pistolet vintage", weight = 900, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_vintagepistol.png', unique = true, useable = false, description = "Pistolet d'époque, chargeur simple mais élégant." }, weapon_flaregun = { name = 'weapon_flaregun', label = "Pistolet de détresse", weight = 700, type = 'weapon', ammotype = 'AMMO_FLARE', image = 'weapon_flaregun.png', unique = true, useable = false, description = "Lance-fusée pour signalisation, peu efficace en combat." }, weapon_marksmanpistol = { name = 'weapon_marksmanpistol', label = "Pistolet de précision", weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_marksmanpistol.png', unique = true, useable = false, description = "Pistolet conçu pour la précision à longue distance." }, weapon_revolver = { name = 'weapon_revolver', label = "Révolver", weight = 1050, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_revolver.png', unique = true, useable = false, description = "Pistolet à barillet permettant plusieurs tirs sans rechargement." }, weapon_revolver_mk2 = { name = 'weapon_revolver_mk2', label = "Révolver Mk II", weight = 1100, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_revolver_mk2.png', unique = true, useable = true, description = "Révolver amélioré avec une puissance de feu accrue." }, weapon_doubleaction = { name = 'weapon_doubleaction', label = "Révolver double action", weight = 1050, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_doubleaction.png', unique = true, useable = true, description = "Révolver à double action, tir fluide et précis." }, weapon_snspistol_mk2 = { name = 'weapon_snspistol_mk2', label = "Pistolet SNS Mk II", weight = 550, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_snspistol_mk2.png', unique = true, useable = true, description = "Version améliorée du pistolet SNS compact." }, weapon_raypistol = { name = 'weapon_raypistol', label = "Up-n-Atomizer", weight = 800, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_raypistol.png', unique = true, useable = true, description = "Pistolet expérimental à répulsion cinétique." }, weapon_ceramicpistol = { name = 'weapon_ceramicpistol', label = "Pistolet en céramique", weight = 750, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_ceramicpistol.png', unique = true, useable = true, description = "Pistolet indétectable aux détecteurs de métaux." }, weapon_navyrevolver = { name = 'weapon_navyrevolver', label = "Révolver Navy", weight = 1200, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_navyrevolver.png', unique = true, useable = true, description = "Révolver historique de la marine, puissant et fiable." }, weapon_gadgetpistol = { name = 'weapon_gadgetpistol', label = "Pistolet Perico", weight = 900, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_gadgetpistol.png', unique = true, useable = true, description = "Pistolet gadget aux origines douteuses." }, weapon_pistolxm3 = { name = 'weapon_pistolxm3', label = "Pistolet XM3", weight = 950, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistolxm3.png', unique = true, useable = true, description = "Pistolet de dernière génération à haute cadence." }, -- Submachine Guns weapon_microsmg = { name = 'weapon_microsmg', label = "Micro-SMG", weight = 1500, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_microsmg.png', unique = true, useable = false, description = "Pistolet mitrailleur miniaturisé, discret mais mortel." }, weapon_smg = { name = 'weapon_smg', label = "SMG", weight = 2800, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_smg.png', unique = true, useable = false, description = "Pistolet mitrailleur polyvalent, idéal en milieu urbain." }, weapon_smg_mk2 = { name = 'weapon_smg_mk2', label = "SMG Mk II", weight = 2900, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_smg_mk2.png', unique = true, useable = true, description = "Version modernisée du SMG standard." }, weapon_assaultsmg = { name = 'weapon_assaultsmg', label = "SMG d'assaut", weight = 3000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_assaultsmg.png', unique = true, useable = false, description = "Version agressive du pistolet mitrailleur pour les combats intensifs." }, weapon_combatpdw = { name = 'weapon_combatpdw', label = "PDW de combat", weight = 2500, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_combatpdw.png', unique = true, useable = false, description = "Arme de défense personnelle compacte et précise." }, weapon_machinepistol = { name = 'weapon_machinepistol', label = "Tec-9", weight = 1800, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_machinepistol.png', unique = true, useable = false, description = "Pistolet automatique à cadence de tir élevée." }, weapon_minismg = { name = 'weapon_minismg', label = "Mini-SMG", weight = 1200, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_minismg.png', unique = true, useable = false, description = "Pistolet mitrailleur ultra-compact, facile à dissimuler." }, weapon_raycarbine = { name = 'weapon_raycarbine', label = "Unholy Hellbringer", weight = 3000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_raycarbine.png', unique = true, useable = true, description = "Carabine expérimentale à rayons énergétiques." }, -- Shotguns weapon_pumpshotgun = { name = 'weapon_pumpshotgun', label = "Fusil à pompe", weight = 3500, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_pumpshotgun.png', unique = true, useable = false, description = "Fusil à répétition manuelle tirant de la chevrotine." }, weapon_sawnoffshotgun = { name = 'weapon_sawnoffshotgun', label = "Fusil à canon scié", weight = 2800, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_sawnoffshotgun.png', unique = true, useable = false, description = "Fusil tronçonné pour une discrétion maximale." }, weapon_assaultshotgun = { name = 'weapon_assaultshotgun', label = "Fusil d'assaut", weight = 4000, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_assaultshotgun.png', unique = true, useable = false, description = "Fusil automatique tirant de la chevrotine à haute cadence." }, weapon_bullpupshotgun = { name = 'weapon_bullpupshotgun', label = "Fusil bullpup", weight = 3200, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_bullpupshotgun.png', unique = true, useable = false, description = "Fusil compact à configuration bullpup." }, weapon_musket = { name = 'weapon_musket', label = "Mousquet", weight = 4500, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_musket.png', unique = true, useable = false, description = "Fusil à poudre noire chargé par la bouche, très lent à recharger.'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder" }, weapon_heavyshotgun = { name = 'weapon_heavyshotgun', label = "Fusil lourd", weight = 4500, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_heavyshotgun.png', unique = true, useable = false, description = "Fusil à pompe de gros calibre à puissance dévastatrice." }, weapon_dbshotgun = { name = 'weapon_dbshotgun', label = "Fusil à deux canons", weight = 3000, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_dbshotgun.png', unique = true, useable = false, description = "Fusil à deux canons parallèles pour deux tirs rapides." }, weapon_autoshotgun = { name = 'weapon_autoshotgun', label = "Fusil automatique", weight = 4200, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_autoshotgun.png', unique = true, useable = false, description = "Fusil à tir continu pour la suppression de zone." }, weapon_pumpshotgun_mk2 = { name = 'weapon_pumpshotgun_mk2', label = "Fusil à pompe Mk II", weight = 3600, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_pumpshotgun_mk2.png', unique = true, useable = true, description = "Version améliorée du fusil à pompe classique." }, weapon_combatshotgun = { name = 'weapon_combatshotgun', label = "Fusil de combat", weight = 3800, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_combatshotgun.png', unique = true, useable = true, description = "Fusil conçu spécifiquement pour les opérations tactiques." }, -- Assault Rifles weapon_assaultrifle = { name = 'weapon_assaultrifle', label = "Fusil d'assaut", weight = 3800, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_assaultrifle.png', unique = true, useable = false, description = "Fusil automatique militaire polyvalent." }, weapon_assaultrifle_mk2 = { name = 'weapon_assaultrifle_mk2', label = "Fusil d'assaut Mk II", weight = 3900, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_assaultrifle_mk2.png', unique = true, useable = true, description = "Version améliorée du fusil d'assaut standard." }, weapon_carbinerifle = { name = 'weapon_carbinerifle', label = "Carabine", weight = 3200, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_carbinerifle.png', unique = true, useable = false, description = "Fusil automatique léger, maniable en milieu urbain." }, weapon_carbinerifle_mk2 = { name = 'weapon_carbinerifle_mk2', label = "Carabine Mk II", weight = 3300, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_carbinerifle_mk2.png', unique = true, useable = true, description = "Version améliorée de la carabine standard." }, weapon_advancedrifle = { name = 'weapon_advancedrifle', label = "Fusil avancé", weight = 3500, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_advancedrifle.png', unique = true, useable = false, description = "Fusil d'assaut amélioré pour une précision accrue." }, weapon_specialcarbine = { name = 'weapon_specialcarbine', label = "Carabine spéciale", weight = 3400, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_specialcarbine.png', unique = true, useable = false, description = "Carabine polyvalente adaptée à toutes les situations de combat." }, weapon_bullpuprifle = { name = 'weapon_bullpuprifle', label = "Fusil bullpup", weight = 3200, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_bullpuprifle.png', unique = true, useable = false, description = "Fusil d'assaut compact à configuration bullpup." }, weapon_compactrifle = { name = 'weapon_compactrifle', label = "Fusil compact", weight = 2800, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_compactrifle.png', unique = true, useable = false, description = "Fusil d'assaut miniaturisé pour les espaces confinés." }, weapon_specialcarbine_mk2 = { name = 'weapon_specialcarbine_mk2', label = "Carabine spéciale Mk II", weight = 3500, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_specialcarbine_mk2.png', unique = true, useable = true, description = "Version améliorée de la carabine spéciale." }, weapon_bullpuprifle_mk2 = { name = 'weapon_bullpuprifle_mk2', label = "Fusil bullpup Mk II", weight = 3300, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_bullpuprifle_mk2.png', unique = true, useable = true, description = "Version améliorée du fusil bullpup." }, weapon_militaryrifle = { name = 'weapon_militaryrifle', label = "Fusil militaire", weight = 4000, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_militaryrifle.png', unique = true, useable = true, description = "Fusil semi-automatique de grade militaire." }, -- Light Machine Guns weapon_mg = { name = 'weapon_mg', label = "Mitrailleuse", weight = 7500, type = 'weapon', ammotype = 'AMMO_MG', image = 'weapon_mg.png', unique = true, useable = false, description = "Mitrailleuse automatique tirant en rafale continue." }, weapon_combatmg = { name = 'weapon_combatmg', label = "Mitrailleuse de combat", weight = 7200, type = 'weapon', ammotype = 'AMMO_MG', image = 'weapon_combatmg.png', unique = true, useable = false, description = "Mitrailleuse renforcée pour les opérations de haute intensité." }, weapon_gusenberg = { name = 'weapon_gusenberg', label = "Thompson SMG", weight = 4500, type = 'weapon', ammotype = 'AMMO_MG', image = 'weapon_gusenberg.png', unique = true, useable = false, description = "Légendaire pistolet mitrailleur Thompson, surnommé tommy gun." }, weapon_combatmg_mk2 = { name = 'weapon_combatmg_mk2', label = "Mitrailleuse de combat Mk II", weight = 7600, type = 'weapon', ammotype = 'AMMO_MG', image = 'weapon_combatmg_mk2.png', unique = true, useable = true, description = "Version modernisée de la mitrailleuse de combat." }, -- Sniper Rifles weapon_sniperrifle = { name = 'weapon_sniperrifle', label = "Fusil de sniper", weight = 6000, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_sniperrifle.png', unique = true, useable = false, description = "Fusil haute précision à longue portée." }, weapon_heavysniper = { name = 'weapon_heavysniper', label = "Sniper lourd", weight = 8000, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_heavysniper.png', unique = true, useable = false, description = "Fusil de précision lourd calibre .50 BMG." }, weapon_marksmanrifle = { name = 'weapon_marksmanrifle', label = "Fusil de tireur d'élite", weight = 5000, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_marksmanrifle.png', unique = true, useable = false, description = "Fusil semi-auto de précision pour tirs à longue distance." }, weapon_remotesniper = { name = 'weapon_remotesniper', label = "Sniper à distance", weight = 5500, type = 'weapon', ammotype = 'AMMO_SNIPER_REMOTE', image = 'weapon_remotesniper.png', unique = true, useable = false, description = "Fusil de sniper portable à déclenchement à distance." }, weapon_heavysniper_mk2 = { name = 'weapon_heavysniper_mk2', label = "Sniper lourd Mk II", weight = 8200, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_heavysniper_mk2.png', unique = true, useable = true, description = "Version améliorée du sniper lourd calibre .50." }, weapon_marksmanrifle_mk2 = { name = 'weapon_marksmanrifle_mk2', label = "Fusil de tireur Mk II", weight = 5200, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_marksmanrifle_mk2.png', unique = true, useable = true, description = "Version améliorée du fusil de tireur d'élite." }, -- Heavy Weapons weapon_rpg = { name = 'weapon_rpg', label = "Lance-roquettes", weight = 9000, type = 'weapon', ammotype = 'AMMO_RPG', image = 'weapon_rpg.png', unique = true, useable = false, description = "Lanceur de roquettes antichar portable." }, weapon_grenadelauncher = { name = 'weapon_grenadelauncher', label = "Lance-grenades", weight = 7000, type = 'weapon', ammotype = 'AMMO_GRENADELAUNCHER', image = 'weapon_grenadelauncher.png', unique = true, useable = false, description = "Lance-grenades à répétition de gros calibre." }, weapon_grenadelauncher_smoke = { name = 'weapon_grenadelauncher_smoke', label = "Lance-grenades fumigène", weight = 7000, type = 'weapon', ammotype = 'AMMO_GRENADELAUNCHER', image = 'weapon_smokegrenade.png', unique = true, useable = false, description = "Lance-grenades tirant des munitions fumigènes." }, weapon_minigun = { name = 'weapon_minigun', label = "Minigun", weight = 25000, type = 'weapon', ammotype = 'AMMO_MINIGUN', image = 'weapon_minigun.png', unique = true, useable = false, description = "Canon rotatif à six canons tirant jusqu'à 6 000 coups/min." }, weapon_firework = { name = 'weapon_firework', label = "Lance-feux d'artifice", weight = 2000, type = 'weapon', ammotype = nil, image = 'weapon_firework.png', unique = true, useable = false, description = "Lanceur de fusées pyrotechniques colorées." }, weapon_railgun = { name = 'weapon_railgun', label = "Railgun", weight = 8000, type = 'weapon', ammotype = nil, image = 'weapon_railgun.png', unique = true, useable = false, description = "Arme électromagnétique propulsant des projectiles à haute vélocité." }, weapon_railgunxm3 = { name = 'weapon_railgunxm3', label = "Railgun XM3", weight = 8500, type = 'weapon', ammotype = nil, image = 'weapon_railgunxm3.png', unique = true, useable = false, description = "Version avancée du railgun électromagnétique." }, weapon_hominglauncher = { name = 'weapon_hominglauncher', label = "Lance-missiles guidés", weight = 9000, type = 'weapon', ammotype = 'AMMO_STINGER', image = 'weapon_hominglauncher.png', unique = true, useable = false, description = "Lanceur équipé d'un système de guidage infrarouge." }, weapon_compactlauncher = { name = 'weapon_compactlauncher', label = "Lance-grenades compact", weight = 5000, type = 'weapon', ammotype = nil, image = 'weapon_compactlauncher.png', unique = true, useable = false, description = "Lance-grenades compact à usage tactique." }, weapon_rayminigun = { name = 'weapon_rayminigun', label = "Widowmaker", weight = 26000, type = 'weapon', ammotype = 'AMMO_MINIGUN', image = 'weapon_rayminigun.png', unique = true, useable = true, description = "Minigun expérimental à rayons énergétiques." }, -- Throwables weapon_grenade = { name = 'weapon_grenade', label = "Grenade", weight = 400, type = 'weapon', ammotype = nil, image = 'weapon_grenade.png', unique = true, useable = false, description = "Grenade à fragmentation à lancer à la main." }, weapon_bzgas = { name = 'weapon_bzgas', label = "Gaz BZ", weight = 500, type = 'weapon', ammotype = nil, image = 'weapon_bzgas.png', unique = true, useable = false, description = "Grenade libérant un gaz incapacitant." }, weapon_molotov = { name = 'weapon_molotov', label = "Cocktail Molotov", weight = 600, type = 'weapon', ammotype = nil, image = 'weapon_molotov.png', unique = true, useable = false, description = "Bouteille incendiaire improvisée, efficace et redoutée." }, weapon_stickybomb = { name = 'weapon_stickybomb', label = "Bombe adhésive", weight = 400, type = 'weapon', ammotype = nil, image = 'weapon_stickybomb.png', unique = true, useable = false, description = "Explosif plastique avec adhésif, détonation à distance." }, weapon_proxmine = { name = 'weapon_proxmine', label = "Mine de proximité", weight = 500, type = 'weapon', ammotype = nil, image = 'weapon_proximitymine.png', unique = true, useable = false, description = "Mine terrestre qui explose à l'approche d'une cible." }, weapon_snowball = { name = 'weapon_snowball', label = "Boule de neige", weight = 100, type = 'weapon', ammotype = nil, image = 'weapon_snowball.png', unique = true, useable = false, description = "Boule de neige compacte, pour les fêtes... ou pas." }, weapon_pipebomb = { name = 'weapon_pipebomb', label = "Bombe artisanale", weight = 500, type = 'weapon', ammotype = nil, image = 'weapon_pipebomb.png', unique = true, useable = false, description = "Engin explosif rudimentaire fabriqué dans un tuyau." }, weapon_ball = { name = 'weapon_ball', label = "Balle", weight = 200, type = 'weapon', ammotype = 'AMMO_BALL', image = 'weapon_ball.png', unique = true, useable = false, description = "Sphère solide à lancer ou à rouler." }, weapon_smokegrenade = { name = 'weapon_smokegrenade', label = "Grenade fumigène", weight = 500, type = 'weapon', ammotype = nil, image = 'weapon_c4.png', unique = true, useable = false, description = "Grenade générant un épais nuage de fumée." }, weapon_flare = { name = 'weapon_flare', label = "Fusée de détresse", weight = 200, type = 'weapon', ammotype = 'AMMO_FLARE', image = 'weapon_flare.png', unique = true, useable = false, description = "Petite fusée pyrotechnique pour illuminer ou signaler." }, -- Miscellaneous weapon_petrolcan = { name = 'weapon_petrolcan', label = "Bidon d'essence", weight = 5000, type = 'weapon', ammotype = 'AMMO_PETROLCAN', image = 'weapon_petrolcan.png', unique = true, useable = false, description = "Bidon en acier robuste contenant du carburant." }, weapon_fireextinguisher = { name = 'weapon_fireextinguisher', label = "Extincteur", weight = 8000, type = 'weapon', ammotype = nil, image = 'weapon_fireextinguisher.png', unique = true, useable = false, description = "Appareil portable pour éteindre les incendies." }, weapon_hazardcan = { name = 'weapon_hazardcan', label = "Bidon de produits dangereux", weight = 5000, type = 'weapon', ammotype = 'AMMO_PETROLCAN', image = 'weapon_hazardcan.png', unique = true, useable = true, description = "Bidon contenant des substances hautement inflammables." }, -- ITEMS -- Ammo ITEMS pistol_ammo = { name = 'pistol_ammo', label = "Munitions pistolet", weight = 12, type = 'item', image = 'pistol_ammo.png', unique = false, useable = true, shouldClose = true, description = "Cartouches 9mm standard pour armes de poing." }, rifle_ammo = { name = 'rifle_ammo', label = "Munitions fusil", weight = 25, type = 'item', image = 'rifle_ammo.png', unique = false, useable = true, shouldClose = true, description = "Cartouches .223 pour fusils d'assaut." }, smg_ammo = { name = 'smg_ammo', label = "Munitions SMG", weight = 12, type = 'item', image = 'smg_ammo.png', unique = false, useable = true, shouldClose = true, description = "Cartouches 9mm pour pistolets mitrailleurs." }, shotgun_ammo = { name = 'shotgun_ammo', label = "Munitions fusil à pompe", weight = 30, type = 'item', image = 'shotgun_ammo.png', unique = false, useable = true, shouldClose = true, description = "Cartouches 12 gauge pour fusils à pompe." }, mg_ammo = { name = 'mg_ammo', label = "Munitions mitrailleuse", weight = 25, type = 'item', image = 'mg_ammo.png', unique = false, useable = true, shouldClose = true, description = "Ceinture de munitions pour mitrailleuses lourdes." }, snp_ammo = { name = 'snp_ammo', label = "Munitions sniper", weight = 27, type = 'item', image = 'rifle_ammo.png', unique = false, useable = true, shouldClose = true, description = "Cartouches .308 pour fusils de précision." }, emp_ammo = { name = 'emp_ammo', label = "Munitions EMP", weight = 50, type = 'item', image = 'emp_ammo.png', unique = false, useable = true, shouldClose = true, description = "Projectiles à impulsion électromagnétique." }, -- Card ITEMS id_card = { name = 'id_card', label = "Carte d'identité", weight = 5, type = 'item', image = 'id_card.png', unique = true, useable = true, shouldClose = false, description = "Document officiel prouvant votre identité." }, driver_license = { name = 'driver_license', label = "Permis de conduire", weight = 5, type = 'item', image = 'driver_license.png', unique = true, useable = true, shouldClose = false, description = "Permis autorisant la conduite de véhicules." }, lawyerpass = { name = 'lawyerpass', label = "Badge d'avocat", weight = 5, type = 'item', image = 'lawyerpass.png', unique = true, useable = true, shouldClose = false, description = "Badge exclusif permettant à un avocat de représenter un client." }, weaponlicense = { name = 'weaponlicense', label = "Permis de port d'arme", weight = 5, type = 'item', image = 'weapon_license.png', unique = true, useable = true, shouldClose = true, description = "Autorisation officielle de détenir et porter une arme à feu." }, bank_card = { name = 'bank_card', label = "Carte bancaire", weight = 5, type = 'item', image = 'bank_card.png', unique = true, useable = true, shouldClose = true, description = "Carte permettant l'accès aux distributeurs automatiques." }, security_card_01 = { name = 'security_card_01', label = "Badge sécurité A", weight = 5, type = 'item', image = 'security_card_01.png', unique = false, useable = true, shouldClose = true, description = "Badge d'accès sécurisé... pour ouvrir quoi ?" }, security_card_02 = { name = 'security_card_02', label = "Badge sécurité B", weight = 5, type = 'item', image = 'security_card_02.png', unique = false, useable = true, shouldClose = true, description = "Badge d'accès sécurisé de niveau B." }, -- TV Items tv_item = { name = 'tv_item', label = 'Télévision', weight = 5000, type = 'item', image = 'tv_item.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Une télévision portable que vous pouvez poser n'importe où." }, tv_remote = { name = 'tv_remote', label = 'Télécommande TV', weight = 200, type = 'item', image = 'tv_remote.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Télécommande pour contrôler une télévision.' }, tv_item_1 = { name = 'tv_item_1', label = 'Télévision (prop_tv_flat_01)', weight = 5000, type = 'item', image = 'tv_item_1.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_01.' }, tv_item_2 = { name = 'tv_item_2', label = 'Télévision (prop_tv_flat_02)', weight = 5000, type = 'item', image = 'tv_item_2.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_02.' }, tv_item_3 = { name = 'tv_item_3', label = 'Télévision (prop_tv_flat_03)', weight = 5000, type = 'item', image = 'tv_item_3.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_03.' }, tv_item_4 = { name = 'tv_item_4', label = 'Télévision (prop_tv_flat_02b)', weight = 5000, type = 'item', image = 'tv_item_4.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_02b.' }, tv_item_5 = { name = 'tv_item_5', label = 'Télévision (prop_tv_flat_03b)', weight = 5000, type = 'item', image = 'tv_item_5.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_03b.' }, tv_item_6 = { name = 'tv_item_6', label = 'Télévision (prop_tv_flat_01_screen)', weight = 5000, type = 'item', image = 'tv_item_6.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_01_screen.' }, tv_item_7 = { name = 'tv_item_7', label = 'Télévision (sf_prop_sf_tv_flat_scr_01a)', weight = 5000, type = 'item', image = 'tv_item_7.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle sf_prop_sf_tv_flat_scr_01a.' }, tv_item_8 = { name = 'tv_item_8', label = 'Télévision (xm_prop_x17_tv_flat_02)', weight = 5000, type = 'item', image = 'tv_item_8.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle xm_prop_x17_tv_flat_02.' }, tv_item_9 = { name = 'tv_item_9', label = 'Télévision (prop_tv_flat_michael)', weight = 5000, type = 'item', image = 'tv_item_9.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle prop_tv_flat_michael.' }, tv_item_10 = { name = 'tv_item_10', label = 'Télévision (sm_prop_smug_tv_flat_01)', weight = 5000, type = 'item', image = 'tv_item_10.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle sm_prop_smug_tv_flat_01.' }, tv_item_11 = { name = 'tv_item_11', label = 'Télévision (ex_prop_ex_tv_flat_01)', weight = 5000, type = 'item', image = 'tv_item_11.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Télévision modèle ex_prop_ex_tv_flat_01.' }, -- Alcohol beer = { name = 'beer', label = "Bière", weight = 330, type = 'item', image = 'beer.png', unique = false, useable = true, shouldClose = true, description = "Bonne bière fraîche pour se détendre." }, whiskey = { name = 'whiskey', label = "Whiskey", weight = 700, type = 'item', image = 'whiskey.png', unique = false, useable = true, shouldClose = true, description = "Whiskey vieilli en fût de chêne." }, vodka = { name = 'vodka', label = "Vodka", weight = 700, type = 'item', image = 'vodka.png', unique = false, useable = true, shouldClose = true, description = "Vodka limpide à 40°, efficace et sans détour." }, wine = { name = 'wine', label = "Vin", weight = 750, type = 'item', image = 'wine.png', unique = false, useable = true, shouldClose = false, description = "Vin de qualité à déguster en bonne compagnie." }, -- Drugs joint = { name = 'joint', label = "Joint", weight = 3, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = "Cigarette roulée au cannabis. Sidney serait fier." }, cokebaggy = { name = 'cokebaggy', label = "Sachet de cocaïne", weight = 3, type = 'item', image = 'cocaine_baggy.png', unique = false, useable = true, shouldClose = true, description = "Dose de cocaïne en sachet hermétique." }, crack_baggy = { name = 'crack_baggy', label = "Sachet de crack", weight = 3, type = 'item', image = 'crack_baggy.png', unique = false, useable = true, shouldClose = true, description = "Dose de crack prête à l'emploi." }, xtcbaggy = { name = 'xtcbaggy', label = "Sachet d'ecstasy", weight = 3, type = 'item', image = 'xtc_baggy.png', unique = false, useable = true, shouldClose = true, description = "Comprimés d'ecstasy en sachet." }, coke_brick = { name = 'coke_brick', label = "Plaquette de coke", weight = 1000, type = 'item', image = 'coke_brick.png', unique = true, useable = false, shouldClose = true, description = "Kilo de cocaïne compressée, pour les grosses transactions." }, weed_brick = { name = 'weed_brick', label = "Plaquette de weed", weight = 1000, type = 'item', image = 'weed_brick.png', unique = false, useable = false, shouldClose = true, description = "Kilo de cannabis compressé pour revente en gros." }, coke_small_brick = { name = 'coke_small_brick', label = "Paquet de coke", weight = 100, type = 'item', image = 'coke_small_brick.png', unique = true, useable = false, shouldClose = true, description = "Petit paquet de cocaïne pour transactions intermédiaires." }, oxy = { name = 'oxy', label = "Oxycodone", weight = 3, type = 'item', image = 'oxy.png', unique = false, useable = true, shouldClose = true, description = "Comprimés d'oxycodone sans étiquette." }, meth = { name = 'meth', label = "Méthamphétamine", weight = 3, type = 'item', image = 'meth_baggy.png', unique = false, useable = true, shouldClose = true, description = "Sachet de cristaux de méthamphétamine." }, rolling_paper = { name = 'rolling_paper', label = "Feuilles à rouler", weight = 2, type = 'item', image = 'rolling_paper.png', unique = false, useable = false, shouldClose = true, description = "Papier fin pour rouler des cigarettes ou joints." }, -- Seed And Weed weed_whitewidow = { name = 'weed_whitewidow', label = "White Widow 2g", weight = 2, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = "Sachet de 2g de White Widow, variété puissante." }, weed_skunk = { name = 'weed_skunk', label = "Skunk 2g", weight = 2, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = "Sachet de 2g de Skunk à l'odeur prononcée." }, weed_purplehaze = { name = 'weed_purplehaze', label = "Purple Haze 2g", weight = 2, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = "Sachet de 2g de Purple Haze, effets planants." }, weed_ogkush = { name = 'weed_ogkush', label = "OG Kush 2g", weight = 2, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = "Sachet de 2g d'OG Kush, valeur sûre." }, weed_amnesia = { name = 'weed_amnesia', label = "Amnesia 2g", weight = 2, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = "Sachet de 2g d'Amnesia, puissant et désorientant." }, weed_ak47 = { name = 'weed_ak47', label = "AK-47 2g", weight = 2, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = "Sachet de 2g d'AK-47, variété réputée." }, weed_whitewidow_seed = { name = 'weed_whitewidow_seed', label = "Graine White Widow", weight = 1, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = false, description = "Graine de cannabis White Widow prête à planter." }, weed_skunk_seed = { name = 'weed_skunk_seed', label = "Graine Skunk", weight = 1, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = "Graine de cannabis Skunk à cultiver." }, weed_purplehaze_seed = { name = 'weed_purplehaze_seed', label = "Graine Purple Haze", weight = 1, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = "Graine de cannabis Purple Haze." }, weed_ogkush_seed = { name = 'weed_ogkush_seed', label = "Graine OG Kush", weight = 1, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = "Graine de cannabis OG Kush." }, weed_amnesia_seed = { name = 'weed_amnesia_seed', label = "Graine Amnesia", weight = 1, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = "Graine de cannabis Amnesia." }, weed_ak47_seed = { name = 'weed_ak47_seed', label = "Graine AK-47", weight = 1, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = "Graine de cannabis AK-47." }, empty_weed_bag = { name = 'empty_weed_bag', label = "Sachet vide", weight = 2, type = 'item', image = 'weed_baggy_empty.png', unique = false, useable = true, shouldClose = true, description = "Petit sachet hermétique vide." }, weed_nutrition = { name = 'weed_nutrition', label = "Engrais", weight = 2000, type = 'item', image = 'weed_nutrition.png', unique = false, useable = true, shouldClose = true, description = "Engrais nutritif pour favoriser la croissance des plantes." }, -- Material plastic = { name = 'plastic', label = "Plastique", weight = 200, type = 'item', image = 'plastic.png', unique = false, useable = false, shouldClose = false, description = "Granulés de plastique recyclable." }, metalscrap = { name = 'metalscrap', label = "Ferraille", weight = 500, type = 'item', image = 'metalscrap.png', unique = false, useable = false, shouldClose = false, description = "Morceaux de métal récupérés, utiles pour le craft." }, copper = { name = 'copper', label = "Cuivre", weight = 500, type = 'item', image = 'copper.png', unique = false, useable = false, shouldClose = false, description = "Fil ou lingot de cuivre conducteur." }, aluminum = { name = 'aluminum', label = "Aluminium", weight = 270, type = 'item', image = 'aluminum.png', unique = false, useable = false, shouldClose = false, description = "Feuille ou lingot d'aluminium léger." }, aluminumoxide = { name = 'aluminumoxide', label = "Poudre d'alumine", weight = 200, type = 'item', image = 'aluminumoxide.png', unique = false, useable = false, shouldClose = false, description = "Poudre d'oxyde d'aluminium pour mélange." }, iron = { name = 'iron', label = "Fer", weight = 700, type = 'item', image = 'iron.png', unique = false, useable = false, shouldClose = false, description = "Lingot de fer brut, solide et polyvalent." }, ironoxide = { name = 'ironoxide', label = "Poudre de fer", weight = 200, type = 'item', image = 'ironoxide.png', unique = false, useable = false, shouldClose = false, description = "Poudre d'oxyde de fer pour mélange." }, steel = { name = 'steel', label = "Acier", weight = 800, type = 'item', image = 'steel.png', unique = false, useable = false, shouldClose = false, description = "Lingot d'acier traité, résistant." }, rubber = { name = 'rubber', label = "Caoutchouc", weight = 200, type = 'item', image = 'rubber.png', unique = false, useable = false, shouldClose = false, description = "Bloc de caoutchouc vulcanisé flexible." }, glass = { name = 'glass', label = "Verre", weight = 300, type = 'item', image = 'glass.png', unique = false, useable = false, shouldClose = false, description = "Fragment de verre, fragile, à manipuler avec soin." }, electronickit = { name = 'electronickit', label = "Kit électronique", weight = 300, type = 'item', image = 'electronickit.png', unique = false, useable = true, shouldClose = true, description = "Ensemble de composants électroniques pour les bricoleurs.'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?" }, thermite = { name = 'thermite', label = "Thermite", weight = 500, type = 'item', image = 'thermite.png', unique = false, useable = true, shouldClose = true, description = "Mélange incendiaire à très haute température.'d wish for everything to burn" }, -- Tools lockpick = { name = 'lockpick', label = "Crochet de serrurier", weight = 30, type = 'item', image = 'lockpick.png', unique = false, useable = true, shouldClose = true, description = "Outil pour crocheter des serrures discrètement." }, drill = { name = 'drill', label = "Perceuse", weight = 3500, type = 'item', image = 'drill.png', unique = false, useable = false, shouldClose = false, description = "Perceuse électrique puissante, idéale pour percer... des coffres." }, ---------------------------------------------------FAIT ICI--------------------------------------------------- -- Vehicle Tools nitrous = { name = 'nitrous', label = "Protoxyde d'azote", weight = 5000, type = 'item', image = 'nitrous.png', unique = false, useable = true, shouldClose = true, description = "Injection de nitro pour un boost de puissance temporaire." }, repairkit = { name = 'repairkit', label = "Kit de réparation", weight = 3000, type = 'item', image = 'repairkit.png', unique = false, useable = true, shouldClose = true, description = "Boîte à outils pour réparer votre véhicule sur place." }, advancedrepairkit = { name = 'advancedrepairkit', label = "Kit de réparation avancé", weight = 5000, type = 'item', image = 'advancedkit.png', unique = false, useable = true, shouldClose = true, description = "Kit complet pour réparations majeures de véhicule." }, cleaningkit = { name = 'cleaningkit', label = "Kit de nettoyage", weight = 500, type = 'item', image = 'cleaningkit.png', unique = false, useable = true, shouldClose = true, description = "Chiffon microfibre et savon pour faire briller votre voiture." }, tunerlaptop = { name = 'tunerlaptop', label = "Puce de tuning", weight = 1000, type = 'item', image = 'tunerchip.png', unique = true, useable = true, shouldClose = true, description = "Chip de reprogrammation pour booster les performances moteur.'re doing" }, harness = { name = 'harness', label = "Harnais de course", weight = 2000, type = 'item', image = 'harness.png', unique = true, useable = true, shouldClose = true, description = "Harnais 6 points homologué pour maintenir le pilote en place." }, jerry_can = { name = 'jerry_can', label = "Jerrycan 20L", weight = 20000, type = 'item', image = 'jerry_can.png', unique = false, useable = true, shouldClose = true, description = "Jerrycan en acier de 20 litres rempli de carburant." }, tirerepairkit = { name = 'tirerepairkit', label = "Kit de réparation pneu", weight = 1500, type = 'item', image = 'tirerepairkit.png', unique = false, useable = true, shouldClose = true, description = "Kit pour réparer un pneu crevé en urgence." }, -- Mechanic Parts veh_toolbox = { name = 'veh_toolbox', label = "Boîte à outils", weight = 2000, type = 'item', image = 'veh_toolbox.png', unique = false, useable = true, shouldClose = true, description = "Diagnostiquer l'état de votre véhicule." }, veh_armor = { name = 'veh_armor', label = "Blindage", weight = 8000, type = 'item', image = 'veh_armor.png', unique = false, useable = true, shouldClose = true, description = "Renforce la résistance aux dommages du véhicule." }, veh_brakes = { name = 'veh_brakes', label = "Freins", weight = 5000, type = 'item', image = 'veh_brakes.png', unique = false, useable = true, shouldClose = true, description = "Améliore les performances de freinage." }, veh_engine = { name = 'veh_engine', label = "Moteur", weight = 20000, type = 'item', image = 'veh_engine.png', unique = false, useable = true, shouldClose = true, description = "Augmente la puissance et la fiabilité du moteur." }, veh_suspension = { name = 'veh_suspension', label = "Suspension", weight = 8000, type = 'item', image = 'veh_suspension.png', unique = false, useable = true, shouldClose = true, description = "Améliore la tenue de route et le comportement en virage." }, veh_transmission = { name = 'veh_transmission', label = "Transmission", weight = 12000, type = 'item', image = 'veh_transmission.png', unique = false, useable = true, shouldClose = true, description = "Optimise les rapports de boîte de vitesse." }, veh_turbo = { name = 'veh_turbo', label = "Turbocompresseur", weight = 4000, type = 'item', image = 'veh_turbo.png', unique = false, useable = true, shouldClose = true, description = "Ajoute un turbo pour un gain de puissance significatif." }, veh_interior = { name = 'veh_interior', label = "Intérieur", weight = 3000, type = 'item', image = 'veh_interior.png', unique = false, useable = true, shouldClose = true, description = "Améliore le confort et l'aérodynamisme intérieur." }, veh_exterior = { name = 'veh_exterior', label = "Carrosserie", weight = 2000, type = 'item', image = 'veh_exterior.png', unique = false, useable = true, shouldClose = true, description = "Modifications aérodynamiques de carrosserie." }, veh_wheels = { name = 'veh_wheels', label = "Jantes", weight = 15000, type = 'item', image = 'veh_wheels.png', unique = false, useable = true, shouldClose = true, description = "Nouvelles jantes alliage pour style et performance." }, veh_neons = { name = 'veh_neons', label = "Néons", weight = 1000, type = 'item', image = 'veh_neons.png', unique = false, useable = true, shouldClose = true, description = "Éclairage néon sous le châssis." }, veh_xenons = { name = 'veh_xenons', label = "Xenons", weight = 500, type = 'item', image = 'veh_xenons.png', unique = false, useable = true, shouldClose = true, description = "Phares xenon pour une meilleure visibilité nocturne." }, veh_tint = { name = 'veh_tint', label = "Vitres teintées", weight = 200, type = 'item', image = 'veh_tint.png', unique = false, useable = true, shouldClose = true, description = "Film teinté sur les vitres pour discrétion et style." }, veh_plates = { name = 'veh_plates', label = "Plaques d'immatriculation", weight = 300, type = 'item', image = 'veh_plates.png', unique = false, useable = true, shouldClose = true, description = "Nouvelles plaques minéralogiques personnalisées." }, -- Medication firstaid = { name = 'firstaid', label = "Trousse de premiers secours", weight = 1500, type = 'item', image = 'firstaid.png', unique = false, useable = true, shouldClose = true, description = "Trousse médicale complète pour remettre quelqu'un sur pied." }, bandage = { name = 'bandage', label = "Bandage", weight = 100, type = 'item', image = 'bandage.png', unique = false, useable = true, shouldClose = true, description = "Bandage compressif pour stopper un saignement." }, ifaks = { name = 'ifaks', label = "IFAK", weight = 250, type = 'item', image = 'ifaks.png', unique = false, useable = true, shouldClose = true, description = "Kit individuel de premiers secours pour soins d'urgence." }, painkillers = { name = 'painkillers', label = "Antidouleurs", weight = 20, type = 'item', image = 'painkillers.png', unique = false, useable = true, shouldClose = true, description = "Comprimés analgésiques pour soulager la douleur.'t stand anymore, take this pill that\'d make you feel great again" }, walkstick = { name = 'walkstick', label = "Canne de marche", weight = 800, type = 'item', image = 'walkstick.png', unique = false, useable = true, shouldClose = true, description = "Canne orthopédique pour les personnes à mobilité réduite.'ll grannies out there.. HAHA" }, -- Eat ITEMS tosti = { name = 'tosti', label = "Croque-monsieur", weight = 150, type = 'item', image = 'tosti.png', unique = false, useable = true, shouldClose = true, description = "Sandwich grillé au fromage fondant, réconfortant." }, twerks_candy = { name = 'twerks_candy', label = "Bonbons Twerks", weight = 50, type = 'item', image = 'twerks_candy.png', unique = false, useable = true, shouldClose = true, description = "Bonbons acidulés aux saveurs intenses." }, snikkel_candy = { name = 'snikkel_candy', label = "Snikkel", weight = 50, type = 'item', image = 'snikkel_candy.png', unique = false, useable = true, shouldClose = true, description = "Barre chocolatée cacahuètes-caramel, énergie garantie." }, sandwich = { name = 'sandwich', label = "Sandwich", weight = 200, type = 'item', image = 'sandwich.png', unique = false, useable = true, shouldClose = true, description = "Bon sandwich maison pour calmer la faim." }, -- Drink ITEMS water_bottle = { name = 'water_bottle', label = "Bouteille d'eau", weight = 500, type = 'item', image = 'water_bottle.png', unique = false, useable = true, shouldClose = true, description = "Eau minérale pour rester hydraté." }, coffee = { name = 'coffee', label = "Café", weight = 250, type = 'item', image = 'coffee.png', unique = false, useable = true, shouldClose = true, description = "Café chaud pour rester éveillé et alerte." }, kurkakola = { name = 'kurkakola', label = "Cola", weight = 330, type = 'item', image = 'cola.png', unique = false, useable = true, shouldClose = true, description = "Boisson gazeuse sucrée, rafraîchissante." }, -- Communication phone = { name = 'phone', label = 'Téléphone', weight = 700, type = 'item', image = 'phone.png', unique = true, useable = true, shouldClose = false, description = 'Smartphone compact pour appels et messages.' }, simcard = { name = 'simcard', label = 'Carte SIM', weight = 1, type = 'item', image = 'simcard.png', unique = true, useable = true, shouldClose = false, description = 'Utilisez pour installer dans votre téléphone' }, broken_phone = { name = 'broken_phone', label = 'Téléphone endommagé', weight = 700, type = 'item', image = 'broken_phone.png', unique = true, useable = false, shouldClose = false, description = 'Téléphone endommagé' }, radio = { name = 'radio', label = "Radio", weight = 350, type = 'item', image = 'radio.png', unique = true, useable = true, shouldClose = true, description = "Radio tactique pour communiquer sur des fréquences dédiées." }, laptop = { name = 'laptop', label = "Ordinateur portable", weight = 2000, type = 'item', image = 'laptop.png', unique = false, useable = false, shouldClose = true, description = "Laptop puissant pour travail et hacking." }, tablet = { name = 'tablet', label = "Tablette", weight = 490, type = 'item', image = 'tablet.png', unique = false, useable = false, shouldClose = true, description = "Tablette numérique légère et polyvalente." }, fitbit = { name = 'fitbit', label = "Fitbit", weight = 40, type = 'item', image = 'fitbit.png', unique = true, useable = true, shouldClose = true, description = "Montre connectée de suivi d'activité physique." }, radioscanner = { name = 'radioscanner', label = "Scanner radio", weight = 400, type = 'item', image = 'radioscanner.png', unique = false, useable = false, shouldClose = true, description = "Scanner permettant d'intercepter les fréquences de la police." }, pinger = { name = 'pinger', label = "Pinger", weight = 300, type = 'item', image = 'pinger.png', unique = false, useable = false, shouldClose = true, description = "Dispositif de localisation combiné à votre téléphone." }, cryptostick = { name = 'cryptostick', label = "Clé crypto", weight = 10, type = 'item', image = 'cryptostick.png', unique = true, useable = true, shouldClose = true, description = "Clé USB contenant un portefeuille de cryptomonnaies.'t exist.. How many would it contain..?" }, -- Theft and Jewelry rolex = { name = 'rolex', label = "Montre en or", weight = 100, type = 'item', image = 'rolex.png', unique = false, useable = false, shouldClose = true, description = "Montre de luxe en or massif, vaut une fortune." }, diamond_ring = { name = 'diamond_ring', label = "Bague diamant", weight = 10, type = 'item', image = 'diamond_ring.png', unique = false, useable = false, shouldClose = true, description = "Bague sertie d'un diamant étincelant." }, diamond = { name = 'diamond', label = "Diamant", weight = 5, type = 'item', image = 'diamond.png', unique = false, useable = false, shouldClose = true, description = "Pierre précieuse de grande valeur." }, goldchain = { name = 'goldchain', label = "Chaîne en or", weight = 80, type = 'item', image = 'goldchain.png', unique = false, useable = false, shouldClose = true, description = "Chaîne en or massif, symbole de richesse." }, tenkgoldchain = { name = 'tenkgoldchain', label = "Chaîne or 10k", weight = 120, type = 'item', image = '10kgoldchain.png', unique = false, useable = false, shouldClose = true, description = "Chaîne en or 10 carats." }, goldbar = { name = 'goldbar', label = "Lingot d'or", weight = 12441, type = 'item', image = 'goldbar.png', unique = false, useable = false, shouldClose = true, description = "Lingot d'or standard de 400 onces Troy (12,4 kg)." }, -- Cops Tools armor = { name = 'armor', label = "Gilet pare-balles", weight = 5000, type = 'item', image = 'armor.png', unique = false, useable = true, shouldClose = true, description = "Protection balistique légère contre les projectiles.'t hurt... right?" }, heavyarmor = { name = 'heavyarmor', label = "Armure lourde", weight = 12000, type = 'item', image = 'armor.png', unique = false, useable = true, shouldClose = true, description = "Armure tactique lourde offrant une protection maximale.'t hurt... right?" }, handcuffs = { name = 'handcuffs', label = "Menottes", weight = 400, type = 'item', image = 'handcuffs.png', unique = false, useable = true, shouldClose = true, description = "Indispensables quand quelqu'un se montre récalcitrant." }, police_stormram = { name = 'police_stormram', label = "Bélier d'assaut", weight = 18000, type = 'item', image = 'police_stormram.png', unique = false, useable = true, shouldClose = true, description = "Outil de police pour enfoncer les portes rapidement." }, empty_evidence_bag = { name = 'empty_evidence_bag', label = "Sachet à preuves vide", weight = 20, type = 'item', image = 'evidence.png', unique = false, useable = false, shouldClose = false, description = "Sachet stérile pour collecter des preuves ADN et balistiques." }, filled_evidence_bag = { name = 'filled_evidence_bag', label = "Sachet à preuves", weight = 50, type = 'item', image = 'evidence.png', unique = true, useable = false, shouldClose = false, description = "Sachet contenant des preuves scellées prêtes pour analyse." }, -- Firework Tools firework1 = { name = 'firework1', label = "Feux d'artifice – 2 Frères", weight = 500, type = 'item', image = 'firework1.png', unique = false, useable = true, shouldClose = true, description = "Feux d'artifice de type 2 Frères." }, firework2 = { name = 'firework2', label = "Feux d'artifice – Poppelers", weight = 500, type = 'item', image = 'firework2.png', unique = false, useable = true, shouldClose = true, description = "Feux d'artifice Poppelers colorés." }, firework3 = { name = 'firework3', label = "Feux d'artifice – WipeOut", weight = 500, type = 'item', image = 'firework3.png', unique = false, useable = true, shouldClose = true, description = "Feux d'artifice WipeOut pour un spectacle total." }, firework4 = { name = 'firework4', label = "Feux d'artifice – Saule pleureur", weight = 500, type = 'item', image = 'firework4.png', unique = false, useable = true, shouldClose = true, description = "Feux d'artifice en saule pleureur doré." }, -- Sea Tools dendrogyra_coral = { name = 'dendrogyra_coral', label = "Corail dendrogyra", weight = 300, type = 'item', image = 'dendrogyra_coral.png', unique = false, useable = false, shouldClose = true, description = "Corail pilier rare, aussi connu sous ce nom." }, antipatharia_coral = { name = 'antipatharia_coral', label = "Corail antipatharia", weight = 200, type = 'item', image = 'antipatharia_coral.png', unique = false, useable = false, shouldClose = true, description = "Corail noir, aussi appelé corail épineux." }, diving_gear = { name = 'diving_gear', label = "Équipement de plongée", weight = 8000, type = 'item', image = 'diving_gear.png', unique = true, useable = true, shouldClose = true, description = "Bouteille d'oxygène et détendeur pour plongée sous-marine." }, diving_fill = { name = 'diving_fill', label = "Tube de plongée", weight = 3000, type = 'item', image = 'diving_tube.png', unique = true, useable = true, shouldClose = true, description = "Tuba et détendeur pour plongée en surface." }, -- Other Tools casinochips = { name = 'casinochips', label = "Jetons de casino", weight = 0, type = 'item', image = 'casinochips.png', unique = false, useable = false, shouldClose = false, description = "Jetons utilisés dans les jeux de casino." }, stickynote = { name = 'stickynote', label = "Post-it", weight = 2, type = 'item', image = 'stickynote.png', unique = true, useable = false, shouldClose = false, description = "Note adhésive pour ne pas oublier les choses importantes." }, moneybag = { name = 'moneybag', label = "Sac d'argent", weight = 500, type = 'item', image = 'moneybag.png', unique = true, useable = true, shouldClose = true, description = "Sac contenant une liasse de billets." }, parachute = { name = 'parachute', label = "Parachute", weight = 7000, type = 'item', image = 'parachute.png', unique = true, useable = true, shouldClose = true, description = "Parachute dorsal pour sauts depuis grandes hauteurs." }, binoculars = { name = 'binoculars', label = "Jumelles", weight = 500, type = 'item', image = 'binoculars.png', unique = false, useable = true, shouldClose = true, description = "Jumelles optiques pour observer à distance." }, certificate = { name = 'certificate', label = "Certificat", weight = 5, type = 'item', image = 'certificate.png', unique = false, useable = false, shouldClose = true, description = "Document officiel attestant la propriété d'un bien." }, markedbills = { name = 'markedbills', label = "Billets marqués", weight = 10, type = 'item', image = 'markedbills.png', unique = true, useable = false, shouldClose = true, description = "Billets avec numéros de série tracés par les autorités." }, labkey = { name = 'labkey', label = "Clé de laboratoire", weight = 20, type = 'item', image = 'labkey.png', unique = true, useable = true, shouldClose = true, description = "Clé donnant accès à un laboratoire." }, printerdocument = { name = 'printerdocument', label = "Document imprimé", weight = 5, type = 'item', image = 'printerdocument.png', unique = true, useable = true, shouldClose = true, description = "Document fraîchement sorti d'une imprimante." }, newscam = { name = 'newscam', label = "Caméra de presse", weight = 1500, type = 'item', image = 'newscam.png', unique = true, useable = true, shouldClose = true, description = "Caméra professionnelle pour reportages terrain." }, newsmic = { name = 'newsmic', label = "Microphone de presse", weight = 500, type = 'item', image = 'newsmic.png', unique = true, useable = true, shouldClose = true, description = "Microphone directionnel pour interviews." }, newsbmic = { name = 'newsbmic', label = "Microphone perche", weight = 800, type = 'item', image = 'newsbmic.png', unique = true, useable = true, shouldClose = true, description = "Microphone à longue perche pour prises de son." }, -- Crafting table's item_bench = { name = "item_bench", label = "Workbench", weight = 15000, type = "item", image = "workbench.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "A workbench to craft items." }, attachment_bench = { name = "attachment_bench", label = "Attachment Workbench", weight = 15000, type = "item", image = "attworkbench.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "A workbench for crafting attachments." }, -- Money Items cash = { name = 'cash', label = "Espèces", weight = 0, type = 'item', image = 'cash.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Argent liquide en billets de banque." }, markedbills = { name = 'markedbills', label = "Billets marqués", weight = 10, type = 'item', image = 'markedbills.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = "Billets avec numéros de série tracés par les autorités." }, dirtymoney = { name = 'dirtymoney', label = "Argent sale", weight = 10, type = 'item', image = 'dirtymoney.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = "Argent issu d'activités illicites à blanchir." }, -- ═══════════════════════════════════════════════ -- VÊTEMENTS / ACCESSOIRES -- ═══════════════════════════════════════════════ hat = { name = 'hat', label = "Chapeau", weight = 200, type = 'item', image = 'hat.png', unique = true, useable = true, shouldClose = true, description = "Couvre-chef de toutes sortes." }, glasses = { name = 'glasses', label = "Lunettes", weight = 30, type = 'item', image = 'glasses.png', unique = true, useable = true, shouldClose = true, description = "Lunettes de vue ou de soleil." }, earphone = { name = 'earphone', label = "Oreillette", weight = 10, type = 'item', image = 'earphone.png', unique = true, useable = true, shouldClose = true, description = "Oreillette discrète pour communications." }, watch = { name = 'watch', label = "Montre", weight = 100, type = 'item', image = 'watch.png', unique = true, useable = true, shouldClose = true, description = "Montre-bracelet élégante." }, bracelet = { name = 'bracelet', label = "Bracelet", weight = 80, type = 'item', image = 'bracelet.png', unique = true, useable = true, shouldClose = true, description = "Bracelet de poignet, bijou ou accessoire." }, mask = { name = 'mask', label = "Masque", weight = 100, type = 'item', image = 'mask.png', unique = true, useable = true, shouldClose = true, description = "Masque facial pour dissimuler son identité." }, jacket = { name = 'jacket', label = "Veste", weight = 800, type = 'item', image = 'jacket.png', unique = true, useable = true, shouldClose = true, description = "Veste de ville ou tactique." }, vest = { name = 'vest', label = "Gilet", weight = 600, type = 'item', image = 'vest.png', unique = true, useable = true, shouldClose = true, description = "Gilet sans manches, pratique et léger." }, tshirt = { name = 'tshirt', label = "T-shirt", weight = 200, type = 'item', image = 'tshirt.png', unique = true, useable = true, shouldClose = true, description = "T-shirt basique confortable." }, pants = { name = 'pants', label = "Pantalon", weight = 400, type = 'item', image = 'pants.png', unique = true, useable = true, shouldClose = true, description = "Pantalon classique ou tactique." }, shoes = { name = 'shoes', label = "Chaussures", weight = 700, type = 'item', image = 'shoes.png', unique = true, useable = true, shouldClose = true, description = "Paire de chaussures de ville ou de sport." }, bag = { name = 'bag', label = "Sac à dos", weight = 1500, type = 'item', image = 'bag.png', unique = true, useable = true, shouldClose = true, description = "Grand sac à dos pour transporter du matériel." }, gloves = { name = 'gloves', label = "Gants", weight = 100, type = 'item', image = 'gloves.png', unique = true, useable = true, shouldClose = true, description = "Gants de protection ou d'apparat." }, accessoire = { name = 'accessoire', label = "Accessoire de cou", weight = 50, type = 'item', image = 'accessoire.png', unique = true, useable = true, shouldClose = true, description = "Écharpe, cravate ou autre accessoire de cou." }, -- Puce electronique (vehiclemods) performance_chip = { name = 'performance_chip', label = 'Puce Sport', weight = 250, type = 'item', image = 'performance_chip.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Une puce électronique permettant d'activer le mode Sport du véhicule." }, drift_chip = { name = 'drift_chip', label = 'Puce Drift', weight = 250, type = 'item', image = 'drift_chip.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Une puce électronique spécialement conçue pour activer le mode Drift." }, racing_chip = { name = 'racing_chip', label = 'Puce Sport+', weight = 250, type = 'item', image = 'racing_chip.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Une puce de haute performance permettant d'activer le mode Sport+." }, outfit = { name = 'outfit', label = "Tenue", weight = 1000, type = 'item', image = 'outfit.png', unique = true, useable = true, shouldClose = false, combinable = nil, description = "Tenue complète sauvegardée. Utilisez-la pour vous habiller en un clic." }, -- Divers / Outils house_key = { name = 'house_key', label = "Clé de maison", weight = 100, type = 'item', image = 'house_key.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' }, garage_key = { name = 'garage_key', label = "Clé de garage", weight = 100, type = 'item', image = 'house_key.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' }, -- Restauration générale burgercheese = { name = 'burgercheese', label = "Burger au fromage", weight = 100, type = 'item', image = 'burgercheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza = { name = 'pizza', label = "Pizza", weight = 100, type = 'item', image = 'pizza.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sushi = { name = 'sushi', label = "Sushis", weight = 100, type = 'item', image = 'sushi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, -- Cluckin' Bell fustercluck = { name = 'fustercluck', label = "Repas Fustercluck", weight = 100, type = 'item', image = 'fustercluck.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cluckinsalad = { name = 'cluckinsalad', label = "Salade Cluckin'", weight = 100, type = 'item', image = 'cluckinsalad.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, bleederbucket = { name = 'bleederbucket', label = "Seau Bleeder", weight = 100, type = 'item', image = 'bleederbucket.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, chickenburger = { name = 'chickenburger', label = "Gros Burger Cluckin'", weight = 100, type = 'item', image = 'chickenburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sa_heartstopper = { name = 'sa_heartstopper', label = "Heart Stopper (SA)", weight = 100, type = 'item', image = 'sa_heartstopper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sa_moneyshot = { name = 'sa_moneyshot', label = "Money Shot (SA)", weight = 100, type = 'item', image = 'sa_moneyshot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cluckinfries = { name = 'cluckinfries', label = "Frites Cluckin'", weight = 100, type = 'item', image = 'cluckinfries.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, chickentenders = { name = 'chickentenders', label = "Tendres de poulet", weight = 100, type = 'item', image = 'chickentenders.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cb_ranch = { name = 'cb_ranch', label = "Ranch Cluckin'", weight = 100, type = 'item', image = 'cb_ranch.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cb_bbq = { name = 'cb_bbq', label = "Sauce BBQ Cluckin'", weight = 100, type = 'item', image = 'cb_bbq.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sprunk_large = { name = 'sprunk_large', label = "Grand Sprunk", weight = 100, type = 'item', image = 'sprunk_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ecola_large = { name = 'ecola_large', label = "Grand eCola", weight = 100, type = 'item', image = 'ecola_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, -- Burger Shot heartstopper = { name = 'heartstopper', label = "Heart Stopper", weight = 100, type = 'item', image = 'bs-heartstopper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, moneyshot = { name = 'moneyshot', label = "Money Shot", weight = 100, type = 'item', image = 'moneyshot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, doublecheese = { name = 'doublecheese', label = "Double Cheeseburger", weight = 100, type = 'item', image = 'doublecheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, babyshot = { name = 'babyshot', label = "Baby Shot", weight = 100, type = 'item', image = 'babyshot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sa_beef_tower = { name = 'sa_beef_tower', label = "Tour de bœuf (SA)", weight = 100, type = 'item', image = 'sa_beef_tower.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sa_meat_stack = { name = 'sa_meat_stack', label = "Pile de viande (SA)", weight = 100, type = 'item', image = 'sa_meat_stack.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, onionrings = { name = 'onionrings', label = "Rondelles d'oignon", weight = 100, type = 'item', image = 'onionrings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, bs_shake = { name = 'bs_shake', label = "Milkshake épais", weight = 100, type = 'item', image = 'bs-milkshake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, bs_toy = { name = 'bs_toy', label = "Jouet Menu Enfant", weight = 100, type = 'item', image = 'bs_toy.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pisswasser_bs = { name = 'pisswasser_bs', label = "Pißwasser (Canette)", weight = 100, type = 'item', image = 'pisswasser_bs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sprunk_bs = { name = 'sprunk_bs', label = "Sprunk (Canette)", weight = 100, type = 'item', image = 'sprunk_bs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, -- Pizza This pizza_margherita = { name = 'pizza_margherita', label = "Pizza Margherita", weight = 100, type = 'item', image = 'pizza_margherita.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_pepperoni = { name = 'pizza_pepperoni', label = "Pizza Pepperoni", weight = 100, type = 'item', image = 'pizza_pepperoni.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_meatlover = { name = 'pizza_meatlover', label = "Pizza Carnivore", weight = 100, type = 'item', image = 'pizza_meatlover.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_hawaiian = { name = 'pizza_hawaiian', label = "Pizza Hawaïenne", weight = 100, type = 'item', image = 'pizza_hawaiian.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_veggie = { name = 'pizza_veggie', label = "Pizza Végétarienne", weight = 100, type = 'item', image = 'pizza_veggie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_bleeder = { name = 'pizza_bleeder', label = "Pizza The Bleeder", weight = 100, type = 'item', image = 'pizza_bleeder.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_chiliad = { name = 'pizza_chiliad', label = "Pizza Mont Chiliad", weight = 100, type = 'item', image = 'pizza_chiliad.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_pisswasser = { name = 'pizza_pisswasser', label = "Pizza Pißwasser", weight = 100, type = 'item', image = 'pizza_pisswasser.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pizza_mystery = { name = 'pizza_mystery', label = "Pizza Mystère", weight = 100, type = 'item', image = 'pizza_mystery.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, garlicbread = { name = 'garlicbread', label = "Pain à l'ail", weight = 100, type = 'item', image = 'garlicbread.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, chickenwings = { name = 'chickenwings', label = "Ailes de poulet épicées", weight = 100, type = 'item', image = 'chickenwings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cheesesticks = { name = 'cheesesticks', label = "Bâtons de pain au fromage", weight = 100, type = 'item', image = 'cheesesticks.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ranchdip = { name = 'ranchdip', label = "Sauce Ranch", weight = 100, type = 'item', image = 'ranchdip.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ecola2l = { name = 'ecola2l', label = "eCola 2L", weight = 100, type = 'item', image = 'ecola2l.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, -- 24/7 Épicerie sprunk = { name = 'sprunk', label = "Sprunk", weight = 100, type = 'item', image = 'sprunk.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ecola = { name = 'ecola', label = "eCola", weight = 100, type = 'item', image = 'ecola.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ecola_light = { name = 'ecola_light', label = "eCola Light", weight = 100, type = 'item', image = 'ecola_light.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pisswasser = { name = 'pisswasser', label = "Bière Pißwasser", weight = 100, type = 'item', image = 'pisswasser.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pisswasser_light = { name = 'pisswasser_light', label = "Pißwasser Light", weight = 100, type = 'item', image = 'pisswasser_light.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, orangotang = { name = 'orangotang', label = "Jus Orang-O-Tang", weight = 100, type = 'item', image = 'orangotang.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, egochaser = { name = 'egochaser', label = "Barre EgoChaser", weight = 100, type = 'item', image = 'egochaser.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, meteorite = { name = 'meteorite', label = "Barre Meteorite", weight = 100, type = 'item', image = 'meteorite.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, psandqs = { name = 'psandqs', label = "Bonbons P's & Q's", weight = 100, type = 'item', image = 'psandqs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, rustydonuts = { name = 'rustydonuts', label = "Donuts Rusty Brown", weight = 100, type = 'item', image = 'rustydonuts.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cherenkovchips = { name = 'cherenkovchips', label = "Chips Cherenkov", weight = 100, type = 'item', image = 'cherenkovchips.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cornuts = { name = 'cornuts', label = "Mélange Cornuts", weight = 100, type = 'item', image = 'cornuts.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, beefjerky = { name = 'beefjerky', label = "Jerky Slaughterhouse", weight = 100, type = 'item', image = 'beefjerky.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, milk = { name = 'milk', label = "Lait demi-écrémé", weight = 100, type = 'item', image = 'milk.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, bread = { name = 'bread', label = "Pain", weight = 100, type = 'item', image = 'bread.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, beans = { name = 'beans', label = "Haricots en boîte", weight = 100, type = 'item', image = 'beans.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, nuggets = { name = 'nuggets', label = "Nuggets Cluckin' Bell", weight = 100, type = 'item', image = 'nuggets.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, maccheese = { name = 'maccheese', label = "Mac & Cheese pas cher", weight = 100, type = 'item', image = 'maccheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ramen = { name = 'ramen', label = "Ramen en cup instantané", weight = 100, type = 'item', image = 'ramen.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, apple = { name = 'apple', label = "Pomme bio-ish", weight = 100, type = 'item', image = 'apple.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, redwood = { name = 'redwood', label = "Cigarettes Redwood", weight = 100, type = 'item', image = 'redwood.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, debonaire = { name = 'debonaire', label = "Cigarettes Debonaire", weight = 100, type = 'item', image = 'debonaire.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, -- Liquor Market bleedinwhiskey = { name = 'bleedinwhiskey', label = "Whiskey Bleedin'", weight = 100, type = 'item', image = 'bleedinwhiskey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, blainebourbon = { name = 'blainebourbon', label = "Bourbon du Comté Blaine", weight = 100, type = 'item', image = 'blainebourbon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, lspremiumvodka = { name = 'lspremiumvodka', label = "Vodka Premium LS", weight = 100, type = 'item', image = 'lspremiumvodka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, northernvodka = { name = 'northernvodka', label = "Vodka Northern Lights", weight = 100, type = 'item', image = 'northernvodka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, chiliadrum = { name = 'chiliadrum', label = "Rhum épicé Mont Chiliad", weight = 100, type = 'item', image = 'chiliadrum.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ronsgin = { name = 'ronsgin', label = "Gin Réserve Ron", weight = 100, type = 'item', image = 'ronsgin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, coyoteteq = { name = 'coyoteteq', label = "Tequila Coyote", weight = 100, type = 'item', image = 'coyoteteq.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, desperadogold = { name = 'desperadogold', label = "Tequila Desperado Gold", weight = 100, type = 'item', image = 'desperadogold.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, libcitygin = { name = 'libcitygin', label = "Gin sec Liberty City", weight = 100, type = 'item', image = 'libcitygin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pisswasser6 = { name = 'pisswasser6', label = "Pißwasser Pack de 6", weight = 100, type = 'item', image = 'pisswasser6.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, logger = { name = 'logger', label = "Bière Logger", weight = 100, type = 'item', image = 'logger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, duschegold = { name = 'duschegold', label = "Dusche Gold", weight = 100, type = 'item', image = 'duschegold.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, blarneys = { name = 'blarneys', label = "Lager irlandaise Blarneys", weight = 100, type = 'item', image = 'blarneys.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, benedict = { name = 'benedict', label = "Pale Ale Benedict", weight = 100, type = 'item', image = 'benedict.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, rockfordred = { name = 'rockfordred', label = "Rouge de Rockford Hill", weight = 100, type = 'item', image = 'rockfordred.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, vinewoodrose = { name = 'vinewoodrose', label = "Rosé de Vinewood Hills", weight = 100, type = 'item', image = 'vinewoodrose.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, boxwine = { name = 'boxwine', label = "Vin en boîte pas cher", weight = 100, type = 'item', image = 'boxwine.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, goldenfizz = { name = 'goldenfizz', label = "Champagne Golden Fizz", weight = 100, type = 'item', image = 'goldenfizz.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, sprunkmix = { name = 'sprunkmix', label = "Mix Sprunk", weight = 100, type = 'item', image = 'sprunkmix.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, ecolamixer = { name = 'ecolamixer', label = "Mélangeur eCola", weight = 100, type = 'item', image = 'ecolamixer.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, premojito = { name = 'premojito', label = "Mojito en canette", weight = 100, type = 'item', image = 'premojito.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, whiskeycola = { name = 'whiskeycola', label = "Whiskey-Cola en canette", weight = 100, type = 'item', image = 'whiskeycola.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, rageenergy = { name = 'rageenergy', label = "Boisson énergisante RaGe", weight = 100, type = 'item', image = 'rageenergy.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, banditpeanuts = { name = 'banditpeanuts', label = "Cacahuètes salées Bandit", weight = 100, type = 'item', image = 'banditpeanuts.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cheesecrackle = { name = 'cheesecrackle', label = "Bouchées Cheese Crackle", weight = 100, type = 'item', image = 'cheesecrackle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, lighter = { name = 'lighter', label = "Briquet jetable", weight = 100, type = 'item', image = 'lighter.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, lotto = { name = 'lotto', label = "Ticket de grattage", weight = 100, type = 'item', image = 'lotto.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, -- Ingrédients cuisine pasta = { name = 'pasta', label = "Pâtes", weight = 100, type = 'item', image = 'pasta.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, meat = { name = 'meat', label = "Viande", weight = 100, type = 'item', image = 'meat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, egg = { name = 'egg', label = "Œuf", weight = 100, type = 'item', image = 'egg.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, pepper = { name = 'pepper', label = "Poivre", weight = 100, type = 'item', image = 'pepper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, butter = { name = 'butter', label = "Beurre", weight = 100, type = 'item', image = 'butter.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, grape = { name = 'grape', label = "Raisin", weight = 80, type = 'item', image = 'grape.png', unique = false, useable = true, shouldClose = false, description = "Grappe de raisin frais, sucrée et juteuse." }, grapejuice = { name = 'grapejuice', label = "Jus de raisin", weight = 200, type = 'item', image = 'grapejuice.png', unique = false, useable = true, shouldClose = false, description = "Jus de raisin naturel, riche en antioxydants." }, -- Plats cuisinés maison spaghetti = { name = 'spaghetti', label = "Spaghetti", weight = 100, type = 'item', image = 'spaghetti.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, cheeseburger = { name = 'cheeseburger', label = "Cheeseburger", weight = 100, type = 'item', image = 'cheeseburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, tomato_soup = { name = 'tomato_soup', label = "Soupe de tomate", weight = 100, type = 'item', image = 'tomato_soup.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, fried_egg = { name = 'fried_egg', label = "Œuf au plat", weight = 100, type = 'item', image = 'fried_egg.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, toast = { name = 'toast', label = "Toast", weight = 100, type = 'item', image = 'toast.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, grilled_steak = { name = 'grilled_steak', label = "Steak grillé", weight = 100, type = 'item', image = 'grilled_steak.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, omelette = { name = 'omelette', label = "Omelette", weight = 100, type = 'item', image = 'omelette.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, mac_and_cheese = { name = 'mac_and_cheese', label = "Mac & Cheese", weight = 100, type = 'item', image = 'mac_and_cheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, meatballs = { name = 'meatballs', label = "Boulettes de viande", weight = 100, type = 'item', image = 'meatballs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, grilled_cheese = { name = 'grilled_cheese', label = "Grilled Cheese", weight = 100, type = 'item', image = 'grilled_cheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' }, garage_key = { name = 'garage_key', label = "Clef de garage", weight = 50, type = 'item', image = 'garage_key.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = "Clef d'un garage privé." }, trousseau_clef = { name = 'trousseau_clef', label = "Trousseau de clefs", weight = 100, type = 'item', image = 'trousseau_clef.png', unique = true, useable = true, shouldClose = false, combinable = nil, description = "Trousseau regroupant toutes vos clefs de garage." }, -- Restauration items -- salt = { name = 'salt', label = "Sel", weight = 10, type = 'item', image = 'salt.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Du sel pour assaisonner les plats." }, potato = { name = 'potato', label = "Pomme de terre", weight = 50, type = 'item', image = 'potato.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Pomme de terre brute utilisée pour les frites." }, steak = { name = 'steak', label = "Steak Haché", weight = 120, type = 'item', image = 'raw-patty.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Un steak haché prêt à cuire." }, cheese = { name = 'cheese', label = "Fromage", weight = 50, type = 'item', image = 'cheese.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Une tranche de fromage fondant." }, salad = { name = 'salad', label = "Salade", weight = 30, type = 'item', image = 'lettuce.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Quelques feuilles de salade fraîche." }, tomato = { name = 'tomato', label = "Tomate", weight = 30, type = 'item', image = 'tomato.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Des rondelles de tomate." }, onion = { name = 'onion', label = "Oignon", weight = 20, type = 'item', image = 'onion.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Des rondelles d'oignon." }, spicy_sauce = { name = 'spicy_sauce', label = "Sauce Épicée", weight = 20, type = 'item', image = 'spicy_sauce.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Une sauce très relevée." }, chicken = { name = 'chicken', label = "Poulet Pané", weight = 120, type = 'item', image = 'chicken.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Un filet de poulet croustillant." }, cup = { name = 'cup', label = "Gobelet", weight = 20, type = 'item', image = 'cup.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Un gobelet vide." }, fries_raw = { name = 'fries_raw', label = "Frites Crues", weight = 60, type = 'item', image = 'fries_raw.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Des frites de pomme de terre non cuites." }, burger_bread = { name = 'burger_bread', label = "Pain à Burger", weight = 100, type = 'item', image = 'burger_bread.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Un pain brioché pour burger." }, -- BURGER SHOT -- bsfries = { name = 'bsfries', label = "Frites Burger Shot", weight = 80, type = 'item', image = 'bs-fries.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Une portion de frites chaudes du Burger Shot." }, double_burger = { name = 'double_burger', label = "Double Burger", weight = 350, type = 'item', image = 'double_burger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Un double burger bien gourmand du Burger Shot." }, spicy_burger = { name = 'spicy_burger', label = "Spicy Burger", weight = 320, type = 'item', image = 'spicy_burger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Un burger épicé avec une sauce relevée." }, cheese_burger = { name = 'cheese_burger', label = "Cheese Burger", weight = 300, type = 'item', image = 'cheese_burger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Le classique cheeseburger du Burger Shot." }, double_decker = { name = 'double_decker', label = "Double Decker", weight = 420, type = 'item', image = 'double_decker.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Un énorme burger à double étage." }, chicken_burger = { name = 'chicken_burger', label = "Chicken Burger", weight = 300, type = 'item', image = 'chicken_burger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Un burger au poulet croustillant." }, burger_shot_drink = { name = 'burger_shot_drink', label = "Boisson Burger Shot", weight = 150, type = 'item', image = 'burger_shot_drink.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Une boisson fraîche du Burger Shot." }, donut_plain = { name = 'donut_plain', label = "Donut Nature", weight = 80, type = 'item', image = 'donut_plain.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Un donut nature moelleux." }, donut_chocolate = { name = 'donut_chocolate', label = "Donut Chocolat", weight = 90, type = 'item', image = 'donut_chocolate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Un donut nappé de chocolat." }, -- ── Tickets à gratter ────────────────────────────────────────────────────── ['ticket_grattage_simmatch'] = { name = 'ticket_grattage_simmatch', label = 'Ticket SimMatch', weight = 10, type = 'item', image = 'ticket_grattage_simmatch.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ticket à gratter — SimMatch. Mise : 5$. Gain max : 500$.' }, ['ticket_grattage_simco'] = { name = 'ticket_grattage_simco', label = 'Ticket SimCo', weight = 10, type = 'item', image = 'ticket_grattage_simco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ticket à gratter — SimCo. Mise : 20$. Gain max : 2000$.' }, ['ticket_grattage_simtiplie'] = { name = 'ticket_grattage_simtiplie', label = 'Ticket SimTiplie', weight = 10, type = 'item', image = 'ticket_grattage_simtiplie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ticket à gratter — SimTiplie. Mise : 50$. Gain max : 5000$.' }, -- ========================================================= -- BIG BANG SCRIPTS (BBS) — Boissons & Nourriture -- ========================================================= -- Canettes bbs_bew_can = { name = 'bbs_bew_can', label = 'Canette Bew', weight = 350, type = 'item', image = 'bbs_bew_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_tazooka_can = { name = 'bbs_tazooka_can', label = 'Canette Tazooka', weight = 350, type = 'item', image = 'bbs_tazooka_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_strite_can = { name = 'bbs_strite_can', label = 'Canette Strite', weight = 350, type = 'item', image = 'bbs_strite_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_rango_can = { name = 'bbs_rango_can', label = 'Canette Rango', weight = 350, type = 'item', image = 'bbs_rango_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_pooltime_can = { name = 'bbs_pooltime_can', label = 'Canette PoolTime', weight = 350, type = 'item', image = 'bbs_pooltime_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_pocalola_can = { name = 'bbs_pocalola_can', label = 'Canette Pocalola', weight = 350, type = 'item', image = 'bbs_pocalola_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_panta_can = { name = 'bbs_panta_can', label = 'Canette Panta', weight = 350, type = 'item', image = 'bbs_panta_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_palibu_can = { name = 'bbs_palibu_can', label = 'Canette Palibu', weight = 350, type = 'item', image = 'bbs_palibu_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_grushapple_can = { name = 'bbs_grushapple_can', label = 'Canette Grushapple', weight = 350, type = 'item', image = 'bbs_grushapple_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_grush_can = { name = 'bbs_grush_can', label = 'Canette Grush', weight = 350, type = 'item', image = 'bbs_grush_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_drbebber_can = { name = 'bbs_drbebber_can', label = 'Canette Dr Bebber', weight = 350, type = 'item', image = 'bbs_drbebber_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_diva_can = { name = 'bbs_diva_can', label = 'Canette Diva', weight = 350, type = 'item', image = 'bbs_diva_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_codeblue_can = { name = 'bbs_codeblue_can', label = 'Canette CodeBlue', weight = 350, type = 'item', image = 'bbs_codeblue_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_bootbeer_can = { name = 'bbs_bootbeer_can', label = 'Canette Boot Beer', weight = 350, type = 'item', image = 'bbs_bootbeer_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_bipton_can = { name = 'bbs_bipton_can', label = 'Canette Bipton', weight = 350, type = 'item', image = 'bbs_bipton_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_bimto_red_can = { name = 'bbs_bimto_red_can', label = 'Canette Bimto Rouge', weight = 350, type = 'item', image = 'bbs_bimto_red_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_bimto_blue_can = { name = 'bbs_bimto_blue_can', label = 'Canette Bimto Bleue', weight = 350, type = 'item', image = 'bbs_bimto_blue_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_bedbull_can = { name = 'bbs_bedbull_can', label = 'Canette BedBull', weight = 350, type = 'item', image = 'bbs_bedbull_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_batorate_orange_can = { name = 'bbs_batorate_orange_can', label = 'Canette Batorate Orange', weight = 350, type = 'item', image = 'bbs_batorate_orange_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_batorate_green_can = { name = 'bbs_batorate_green_can', label = 'Canette Batorate Vert', weight = 350, type = 'item', image = 'bbs_batorate_green_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_batorate_fruit_punch_can = { name = 'bbs_batorate_fruit_punch_can', label = 'Canette Batorate Punch Fruité', weight = 350, type = 'item', image = 'bbs_batorate_fruit_punch_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_barinda_can = { name = 'bbs_barinda_can', label = 'Canette Barinda', weight = 350, type = 'item', image = 'bbs_barinda_can.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, -- Laits bbs_almond_milk_carton = { name = 'bbs_almond_milk_carton', label = "Lait d'Amande (carton)", weight = 350, type = 'item', image = 'bbs_almond_milk_carton.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec du lait.' }, bbs_normalmilk_carton = { name = 'bbs_normalmilk_carton', label = 'Lait Entier (carton)', weight = 350, type = 'item', image = 'bbs_normalmilk_carton.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec du lait.' }, bbs_strawberry_milk_carton = { name = 'bbs_strawberry_milk_carton', label = 'Lait Fraise (carton)', weight = 350, type = 'item', image = 'bbs_strawberry_milk_carton.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec du lait.' }, bbs_milk_carton = { name = 'bbs_milk_carton', label = 'Lait Entier (carton)', weight = 350, type = 'item', image = 'bbs_milk_carton.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec du lait.' }, bbs_choco_milk_carton = { name = 'bbs_choco_milk_carton', label = 'Lait Chocolaté (carton)', weight = 350, type = 'item', image = 'bbs_choco_milk_carton.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec du lait.' }, bbs_banana_milk_carton = { name = 'bbs_banana_milk_carton', label = 'Lait Banane (carton)', weight = 350, type = 'item', image = 'bbs_banana_milk_carton.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec du lait.' }, bbs_strawberry_milk_glass = { name = 'bbs_strawberry_milk_glass', label = 'Lait Fraise (verre)', weight = 350, type = 'item', image = 'bbs_strawberry_milk_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre de lait.' }, bbs_milk_glass = { name = 'bbs_milk_glass', label = 'Lait Entier (verre)', weight = 350, type = 'item', image = 'bbs_milk_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre de lait.' }, bbs_chocolate_milk_glass = { name = 'bbs_chocolate_milk_glass', label = 'Lait Chocolaté (verre)', weight = 350, type = 'item', image = 'bbs_chocolate_milk_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre de lait.' }, bbs_banana_milk_glass = { name = 'bbs_banana_milk_glass', label = 'Lait Banane (verre)', weight = 350, type = 'item', image = 'bbs_banana_milk_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre de lait.' }, -- Bières & Cidres bbs_hardcider = { name = 'bbs_hardcider', label = 'Cidre (canette)', weight = 350, type = 'item', image = 'bbs_hardcider.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_gingerbeer = { name = 'bbs_gingerbeer', label = 'Bière Gingembre (canette)', weight = 350, type = 'item', image = 'bbs_gingerbeer.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_fruitbeer = { name = 'bbs_fruitbeer', label = 'Bière Fruitée (canette)', weight = 350, type = 'item', image = 'bbs_fruitbeer.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_cchweppes = { name = 'bbs_cchweppes', label = 'Canette Cchweppes', weight = 350, type = 'item', image = 'bbs_cchweppes.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_whiskey = { name = 'bbs_whiskey', label = 'Whisky', weight = 350, type = 'item', image = 'bbs_whiskey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_blue_lagoon_glass = { name = 'bbs_blue_lagoon_glass', label = 'Blue Lagoon', weight = 350, type = 'item', image = 'bbs_blue_lagoon_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_champange_glass = { name = 'bbs_champange_glass', label = 'Champagne (verre)', weight = 350, type = 'item', image = 'bbs_champange_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_rum = { name = 'bbs_rum', label = 'Rhum', weight = 350, type = 'item', image = 'bbs_rum.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_bloody_marry_glass = { name = 'bbs_bloody_marry_glass', label = 'Bloody Mary', weight = 350, type = 'item', image = 'bbs_bloody_marry_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_bahama_mama_glass = { name = 'bbs_bahama_mama_glass', label = 'Bahama Mama', weight = 350, type = 'item', image = 'bbs_bahama_mama_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_stout = { name = 'bbs_stout', label = 'Stout (verre)', weight = 350, type = 'item', image = 'bbs_stout.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_tequila = { name = 'bbs_tequila', label = 'Tequila', weight = 350, type = 'item', image = 'bbs_tequila.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_vodka = { name = 'bbs_vodka', label = 'Vodka Russe', weight = 350, type = 'item', image = 'bbs_vodka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_scotch = { name = 'bbs_scotch', label = 'Scotch', weight = 350, type = 'item', image = 'bbs_scotch.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_gin = { name = 'bbs_gin', label = 'Gin', weight = 350, type = 'item', image = 'bbs_gin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_pilsner = { name = 'bbs_pilsner', label = 'Pilsner', weight = 350, type = 'item', image = 'bbs_pilsner.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_ale = { name = 'bbs_ale', label = 'Ale', weight = 350, type = 'item', image = 'bbs_ale.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_lagar = { name = 'bbs_lagar', label = 'Lager', weight = 350, type = 'item', image = 'bbs_lagar.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif.' }, bbs_porter = { name = 'bbs_porter', label = 'Porter (verre)', weight = 350, type = 'item', image = 'bbs_porter.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif.' }, -- Mocktails & Vins bbs_champagne_bottle = { name = 'bbs_champagne_bottle', label = 'Champagne (bouteille)', weight = 350, type = 'item', image = 'bbs_champagne_bottle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_sherry_bottle = { name = 'bbs_sherry_bottle', label = 'Sherry (bouteille)', weight = 350, type = 'item', image = 'bbs_sherry_bottle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_watermelon_refresher_glass = { name = 'bbs_watermelon_refresher_glass', label = 'Rafraîchisseur Pastèque', weight = 350, type = 'item', image = 'bbs_watermelon_refresher_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_virgin_mohito_glass = { name = 'bbs_virgin_mohito_glass', label = 'Virgin Mojito', weight = 350, type = 'item', image = 'bbs_virgin_mohito_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_sunrise_mocktail_glass = { name = 'bbs_sunrise_mocktail_glass', label = 'Mocktail Sunrise', weight = 350, type = 'item', image = 'bbs_sunrise_mocktail_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_strawberry_margarita_glass = { name = 'bbs_strawberry_margarita_glass', label = 'Margarita Fraise', weight = 350, type = 'item', image = 'bbs_strawberry_margarita_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_pina_colada_glass = { name = 'bbs_pina_colada_glass', label = 'Piña Colada', weight = 350, type = 'item', image = 'bbs_pina_colada_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_estonia_koduolu = { name = 'bbs_estonia_koduolu', label = 'Koduolu (Estonie)', weight = 350, type = 'item', image = 'bbs_estonia_koduolu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_mojito_glass = { name = 'bbs_mojito_glass', label = 'Mojito', weight = 350, type = 'item', image = 'bbs_mojito_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_martini_glass = { name = 'bbs_martini_glass', label = 'Martini', weight = 350, type = 'item', image = 'bbs_martini_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_mai_tai_glass = { name = 'bbs_mai_tai_glass', label = 'Mai Tai', weight = 350, type = 'item', image = 'bbs_mai_tai_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_negroni_glass = { name = 'bbs_negroni_glass', label = 'Negroni', weight = 350, type = 'item', image = 'bbs_negroni_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_lemonmint_cooler_glass = { name = 'bbs_lemonmint_cooler_glass', label = 'Citronnade Menthe', weight = 350, type = 'item', image = 'bbs_lemonmint_cooler_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_sherry_glass = { name = 'bbs_sherry_glass', label = 'Sherry (verre)', weight = 350, type = 'item', image = 'bbs_sherry_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_rose_wine_glass = { name = 'bbs_rose_wine_glass', label = 'Vin Rosé', weight = 350, type = 'item', image = 'bbs_rose_wine_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_red_wine_glass = { name = 'bbs_red_wine_glass', label = 'Vin Rouge', weight = 350, type = 'item', image = 'bbs_red_wine_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, -- Boissons nationales du monde bbs_ecuador_canelazo = { name = 'bbs_ecuador_canelazo', label = 'Canelazo (Équateur)', weight = 350, type = 'item', image = 'bbs_ecuador_canelazo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_egypt_karkadeh = { name = 'bbs_egypt_karkadeh', label = 'Karkadeh (Égypte)', weight = 350, type = 'item', image = 'bbs_egypt_karkadeh.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_brunei_tehtarik = { name = 'bbs_brunei_tehtarik', label = 'Teh Tarik (Brunei)', weight = 350, type = 'item', image = 'bbs_brunei_tehtarik.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_masala_chai = { name = 'bbs_masala_chai', label = 'Masala Chai', weight = 350, type = 'item', image = 'bbs_masala_chai.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_morroco_minttea = { name = 'bbs_morroco_minttea', label = 'Thé Menthe (Maroc)', weight = 350, type = 'item', image = 'bbs_morroco_minttea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_italy_espresso = { name = 'bbs_italy_espresso', label = 'Espresso (Italie)', weight = 350, type = 'item', image = 'bbs_italy_espresso.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_uzbekistan_greentea = { name = 'bbs_uzbekistan_greentea', label = 'Thé Vert (Ouzbékistan)', weight = 350, type = 'item', image = 'bbs_uzbekistan_greentea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_zimbabwe_mahewi = { name = 'bbs_zimbabwe_mahewi', label = 'Mahewi (Zimbabwe)', weight = 350, type = 'item', image = 'bbs_zimbabwe_mahewi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_zambia_munkoyo = { name = 'bbs_zambia_munkoyo', label = 'Munkoyo (Zambie)', weight = 350, type = 'item', image = 'bbs_zambia_munkoyo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_azerbaijan_ayran = { name = 'bbs_azerbaijan_ayran', label = 'Ayran (Azerbaïdjan)', weight = 350, type = 'item', image = 'bbs_azerbaijan_ayran.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_yemen_qishr = { name = 'bbs_yemen_qishr', label = 'Qishr (Yémen)', weight = 350, type = 'item', image = 'bbs_yemen_qishr.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_vietnam_ruounep = { name = 'bbs_vietnam_ruounep', label = 'Rượu Nếp (Vietnam)', weight = 350, type = 'item', image = 'bbs_vietnam_ruounep.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_venzuela_papelon = { name = 'bbs_venzuela_papelon', label = 'Papelón (Venezuela)', weight = 350, type = 'item', image = 'bbs_venzuela_papelon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_usa_whiskey = { name = 'bbs_usa_whiskey', label = 'Whiskey (USA)', weight = 350, type = 'item', image = 'bbs_usa_whiskey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_usa_burbonwhiskey = { name = 'bbs_usa_burbonwhiskey', label = 'Bourbon (USA)', weight = 350, type = 'item', image = 'bbs_usa_burbonwhiskey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_slovokia_borovicka = { name = 'bbs_slovokia_borovicka', label = 'Borovička (Slovaquie)', weight = 350, type = 'item', image = 'bbs_slovokia_borovicka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_ukraine_horikla = { name = 'bbs_ukraine_horikla', label = 'Horilka (Ukraine)', weight = 350, type = 'item', image = 'bbs_ukraine_horikla.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_uk_gin_tonic = { name = 'bbs_uk_gin_tonic', label = 'Gin Tonic (Royaume-Uni)', weight = 350, type = 'item', image = 'bbs_uk_gin_tonic.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_uganda_waragi = { name = 'bbs_uganda_waragi', label = 'Waragi (Ouganda)', weight = 350, type = 'item', image = 'bbs_uganda_waragi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_albania_raki = { name = 'bbs_albania_raki', label = 'Raki (Albanie)', weight = 350, type = 'item', image = 'bbs_albania_raki.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_turkey_raki = { name = 'bbs_turkey_raki', label = 'Raki (Turquie)', weight = 350, type = 'item', image = 'bbs_turkey_raki.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_qatar_gahwa = { name = 'bbs_qatar_gahwa', label = 'Gahwa (Qatar)', weight = 350, type = 'item', image = 'bbs_qatar_gahwa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_bahrain_gahwa = { name = 'bbs_bahrain_gahwa', label = 'Gahwa (Bahreïn)', weight = 350, type = 'item', image = 'bbs_bahrain_gahwa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_saudi_gahwa = { name = 'bbs_saudi_gahwa', label = 'Gahwa (Arabie Saoudite)', weight = 350, type = 'item', image = 'bbs_saudi_gahwa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_uae_gahwa = { name = 'bbs_uae_gahwa', label = 'Gahwa (Émirats Arabes)', weight = 350, type = 'item', image = 'bbs_uae_gahwa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_sweden_brannvin = { name = 'bbs_sweden_brannvin', label = 'Brännvin (Suède)', weight = 350, type = 'item', image = 'bbs_sweden_brannvin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_poland_zumrowka = { name = 'bbs_poland_zumrowka', label = 'Żubrówka (Pologne)', weight = 350, type = 'item', image = 'bbs_poland_zumrowka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_sudan_aragi = { name = 'bbs_sudan_aragi', label = 'Aragi (Soudan)', weight = 350, type = 'item', image = 'bbs_sudan_aragi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_thailand_mekhong = { name = 'bbs_thailand_mekhong', label = 'Mekhong (Thaïlande)', weight = 350, type = 'item', image = 'bbs_thailand_mekhong.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_spain_sangria = { name = 'bbs_spain_sangria', label = 'Sangria (Espagne)', weight = 350, type = 'item', image = 'bbs_spain_sangria.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_southkorea_soju = { name = 'bbs_southkorea_soju', label = 'Soju (Corée du Sud)', weight = 350, type = 'item', image = 'bbs_southkorea_soju.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_somolia_shaah = { name = 'bbs_somolia_shaah', label = 'Shaah (Somalie)', weight = 350, type = 'item', image = 'bbs_somolia_shaah.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_south_africa_rooibos = { name = 'bbs_south_africa_rooibos', label = 'Rooibos (Afrique du Sud)', weight = 350, type = 'item', image = 'bbs_south_africa_rooibos.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_slovenia_schnapps = { name = 'bbs_slovenia_schnapps', label = 'Schnapps (Slovénie)', weight = 350, type = 'item', image = 'bbs_slovenia_schnapps.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_singapore_bandung = { name = 'bbs_singapore_bandung', label = 'Bandung (Singapour)', weight = 350, type = 'item', image = 'bbs_singapore_bandung.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_cyprus_commandaria = { name = 'bbs_cyprus_commandaria', label = 'Commandaria (Chypre)', weight = 350, type = 'item', image = 'bbs_cyprus_commandaria.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_romania_tuica = { name = 'bbs_romania_tuica', label = 'Țuică (Roumanie)', weight = 350, type = 'item', image = 'bbs_romania_tuica.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_serbia_silvovitz = { name = 'bbs_serbia_silvovitz', label = 'Šljivovica (Serbie)', weight = 350, type = 'item', image = 'bbs_serbia_silvovitz.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_senegal_bissap = { name = 'bbs_senegal_bissap', label = 'Bissap (Sénégal)', weight = 350, type = 'item', image = 'bbs_senegal_bissap.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_portugal_ginjinha = { name = 'bbs_portugal_ginjinha', label = 'Ginjinha (Portugal)', weight = 350, type = 'item', image = 'bbs_portugal_ginjinha.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_moldova_livin = { name = 'bbs_moldova_livin', label = 'Livin (Moldavie)', weight = 350, type = 'item', image = 'bbs_moldova_livin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_philippines_lambanog = { name = 'bbs_philippines_lambanog', label = 'Lambanog (Philippines)', weight = 350, type = 'item', image = 'bbs_philippines_lambanog.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_pakistan_rooafza = { name = 'bbs_pakistan_rooafza', label = 'Rooh Afza (Pakistan)', weight = 350, type = 'item', image = 'bbs_pakistan_rooafza.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_sierraleone_poyo = { name = 'bbs_sierraleone_poyo', label = 'Poyo (Sierra Leone)', weight = 350, type = 'item', image = 'bbs_sierraleone_poyo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_nepal_tongba = { name = 'bbs_nepal_tongba', label = 'Tongba (Népal)', weight = 350, type = 'item', image = 'bbs_nepal_tongba.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_netherlands_jenever = { name = 'bbs_netherlands_jenever', label = 'Jenever (Pays-Bas)', weight = 350, type = 'item', image = 'bbs_netherlands_jenever.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_malta_binnie = { name = 'bbs_malta_binnie', label = 'Kinnie (Malte)', weight = 350, type = 'item', image = 'bbs_malta_binnie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_maldives_raa = { name = 'bbs_maldives_raa', label = 'Raa (Maldives)', weight = 350, type = 'item', image = 'bbs_maldives_raa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_kazakhstan_kumis = { name = 'bbs_kazakhstan_kumis', label = 'Koumiss (Kazakhstan)', weight = 350, type = 'item', image = 'bbs_kazakhstan_kumis.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_latvia_riga = { name = 'bbs_latvia_riga', label = 'Riga Balsam (Lettonie)', weight = 350, type = 'item', image = 'bbs_latvia_riga.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_ireland_whiskey = { name = 'bbs_ireland_whiskey', label = 'Whiskey (Irlande)', weight = 350, type = 'item', image = 'bbs_ireland_whiskey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_denmark_akavavit = { name = 'bbs_denmark_akavavit', label = 'Aquavit (Danemark)', weight = 350, type = 'item', image = 'bbs_denmark_akavavit.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_lebanon_arak = { name = 'bbs_lebanon_arak', label = 'Arak (Liban)', weight = 350, type = 'item', image = 'bbs_lebanon_arak.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_lithuania_midus = { name = 'bbs_lithuania_midus', label = 'Midus (Lituanie)', weight = 350, type = 'item', image = 'bbs_lithuania_midus.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_iran_dooh = { name = 'bbs_iran_dooh', label = 'Doogh (Iran)', weight = 350, type = 'item', image = 'bbs_iran_dooh.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_indonesia_bajigur = { name = 'bbs_indonesia_bajigur', label = 'Bajigur (Indonésie)', weight = 350, type = 'item', image = 'bbs_indonesia_bajigur.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_iceland_brennivin = { name = 'bbs_iceland_brennivin', label = 'Brennivín (Islande)', weight = 350, type = 'item', image = 'bbs_iceland_brennivin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_macedonia_mastika = { name = 'bbs_macedonia_mastika', label = 'Mastika (Macédoine)', weight = 350, type = 'item', image = 'bbs_macedonia_mastika.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_croatia_rakija = { name = 'bbs_croatia_rakija', label = 'Rakija (Croatie)', weight = 350, type = 'item', image = 'bbs_croatia_rakija.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_capeverda_brogue = { name = 'bbs_capeverda_brogue', label = 'Brogue (Cap-Vert)', weight = 350, type = 'item', image = 'bbs_capeverda_brogue.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_belgium_kambicbeer = { name = 'bbs_belgium_kambicbeer', label = 'Bière Krambiek (Belgique)', weight = 350, type = 'item', image = 'bbs_belgium_kambicbeer.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_greece_ozou = { name = 'bbs_greece_ozou', label = 'Ouzo (Grèce)', weight = 350, type = 'item', image = 'bbs_greece_ozou.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_bolivia_singana = { name = 'bbs_bolivia_singana', label = 'Singani (Bolivie)', weight = 350, type = 'item', image = 'bbs_bolivia_singana.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_guinea_gingerbeer = { name = 'bbs_guinea_gingerbeer', label = 'Bière Gingembre (Guinée)', weight = 350, type = 'item', image = 'bbs_guinea_gingerbeer.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_gambia_wongo_juice = { name = 'bbs_gambia_wongo_juice', label = 'Jus Wongo (Gambie)', weight = 350, type = 'item', image = 'bbs_gambia_wongo_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_georgia_chacha = { name = 'bbs_georgia_chacha', label = 'Chacha (Géorgie)', weight = 350, type = 'item', image = 'bbs_georgia_chacha.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_finland_sahti = { name = 'bbs_finland_sahti', label = 'Sahti (Finlande)', weight = 350, type = 'item', image = 'bbs_finland_sahti.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_france_redwine = { name = 'bbs_france_redwine', label = 'Vin Rouge (France)', weight = 350, type = 'item', image = 'bbs_france_redwine.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_czech_becherovka = { name = 'bbs_czech_becherovka', label = 'Becherovka (Tchéquie)', weight = 350, type = 'item', image = 'bbs_czech_becherovka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_columbia_aguardiente = { name = 'bbs_columbia_aguardiente', label = 'Aguardiente (Colombie)', weight = 350, type = 'item', image = 'bbs_columbia_aguardiente.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_china_baijiu = { name = 'bbs_china_baijiu', label = 'Baijiu (Chine)', weight = 350, type = 'item', image = 'bbs_china_baijiu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_belarus_krambambula = { name = 'bbs_belarus_krambambula', label = 'Krambambula (Biélorussie)', weight = 350, type = 'item', image = 'bbs_belarus_krambambula.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_chile_piscosour = { name = 'bbs_chile_piscosour', label = 'Pisco Sour (Chili)', weight = 350, type = 'item', image = 'bbs_chile_piscosour.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_canada_ceaser = { name = 'bbs_canada_ceaser', label = 'Caesar (Canada)', weight = 350, type = 'item', image = 'bbs_canada_ceaser.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_bulgaria_rakia = { name = 'bbs_bulgaria_rakia', label = 'Rakia (Bulgarie)', weight = 350, type = 'item', image = 'bbs_bulgaria_rakia.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_dominicrepublic_mamajuana = { name = 'bbs_dominicrepublic_mamajuana', label = 'Mamajuana (Rép. Dominicaine)', weight = 350, type = 'item', image = 'bbs_dominicrepublic_mamajuana.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_bangladesh_7colortea = { name = 'bbs_bangladesh_7colortea', label = 'Thé 7 Couleurs (Bangladesh)', weight = 350, type = 'item', image = 'bbs_bangladesh_7colortea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_armenia_oghi = { name = 'bbs_armenia_oghi', label = 'Oghi (Arménie)', weight = 350, type = 'item', image = 'bbs_armenia_oghi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_austria_ammdudber = { name = 'bbs_austria_ammdudber', label = 'Ammdudber (Autriche)', weight = 350, type = 'item', image = 'bbs_austria_ammdudber.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_argentina_mate = { name = 'bbs_argentina_mate', label = 'Maté (Argentine)', weight = 350, type = 'item', image = 'bbs_argentina_mate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, bbs_bezile_cashewwine = { name = 'bbs_bezile_cashewwine', label = 'Vin de Cajou (Brésil)', weight = 350, type = 'item', image = 'bbs_bezile_cashewwine.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une boisson traditionnelle.' }, -- Cafés bbs_pumpkin_spice_large = { name = 'bbs_pumpkin_spice_large', label = 'Pumpkin Spice (Grand)', weight = 350, type = 'item', image = 'bbs_pumpkin_spice_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_mocha_large = { name = 'bbs_mocha_large', label = 'Mocha (Grand)', weight = 350, type = 'item', image = 'bbs_mocha_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_ristertto_large = { name = 'bbs_ristertto_large', label = 'Ristretto (Grand)', weight = 350, type = 'item', image = 'bbs_ristertto_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_latte_large = { name = 'bbs_latte_large', label = 'Latte (Grand)', weight = 350, type = 'item', image = 'bbs_latte_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_turkish_coffee_large = { name = 'bbs_turkish_coffee_large', label = 'Café Turc (Grand)', weight = 350, type = 'item', image = 'bbs_turkish_coffee_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_frappe_large = { name = 'bbs_frappe_large', label = 'Frappé (Grand)', weight = 350, type = 'item', image = 'bbs_frappe_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_flatwhite_large = { name = 'bbs_flatwhite_large', label = 'Flat White (Grand)', weight = 350, type = 'item', image = 'bbs_flatwhite_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_doppio_large = { name = 'bbs_doppio_large', label = 'Doppio (Grand)', weight = 350, type = 'item', image = 'bbs_doppio_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_espresso_large = { name = 'bbs_espresso_large', label = 'Espresso (Grand)', weight = 350, type = 'item', image = 'bbs_espresso_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_cappuccino_large = { name = 'bbs_cappuccino_large', label = 'Cappuccino (Grand)', weight = 350, type = 'item', image = 'bbs_cappuccino_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_black_coffee_large = { name = 'bbs_black_coffee_large', label = 'Café Noir (Grand)', weight = 350, type = 'item', image = 'bbs_black_coffee_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_lattee_medium = { name = 'bbs_lattee_medium', label = 'Latte (Moyen)', weight = 350, type = 'item', image = 'bbs_lattee_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_mocha_medium = { name = 'bbs_mocha_medium', label = 'Mocha (Moyen)', weight = 350, type = 'item', image = 'bbs_mocha_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_cappuccino_medium = { name = 'bbs_cappuccino_medium', label = 'Cappuccino (Moyen)', weight = 350, type = 'item', image = 'bbs_cappuccino_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_black_coffee_medium = { name = 'bbs_black_coffee_medium', label = 'Café Noir (Moyen)', weight = 350, type = 'item', image = 'bbs_black_coffee_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_doppio_medium = { name = 'bbs_doppio_medium', label = 'Doppio (Moyen)', weight = 350, type = 'item', image = 'bbs_doppio_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_turkish_coffee = { name = 'bbs_turkish_coffee', label = 'Café Turc', weight = 350, type = 'item', image = 'bbs_turkish_coffee.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_pumpkin_spice_latte = { name = 'bbs_pumpkin_spice_latte', label = 'Latte Pumpkin Spice', weight = 350, type = 'item', image = 'bbs_pumpkin_spice_latte.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_ristertto = { name = 'bbs_ristertto', label = 'Ristretto', weight = 350, type = 'item', image = 'bbs_ristertto.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_mocha = { name = 'bbs_mocha', label = 'Mocha', weight = 350, type = 'item', image = 'bbs_mocha.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_latte = { name = 'bbs_latte', label = 'Latte', weight = 350, type = 'item', image = 'bbs_latte.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_icecoffee = { name = 'bbs_icecoffee', label = 'Café Glacé', weight = 350, type = 'item', image = 'bbs_icecoffee.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_frappe = { name = 'bbs_frappe', label = 'Frappé', weight = 350, type = 'item', image = 'bbs_frappe.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_flatwhite = { name = 'bbs_flatwhite', label = 'Flat White', weight = 350, type = 'item', image = 'bbs_flatwhite.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_espresso = { name = 'bbs_espresso', label = 'Espresso', weight = 350, type = 'item', image = 'bbs_espresso.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_doppio = { name = 'bbs_doppio', label = 'Doppio', weight = 350, type = 'item', image = 'bbs_doppio.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_cappuccino = { name = 'bbs_cappuccino', label = 'Cappuccino', weight = 350, type = 'item', image = 'bbs_cappuccino.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_black_coffee = { name = 'bbs_black_coffee', label = 'Café Noir', weight = 350, type = 'item', image = 'bbs_black_coffee.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_americano = { name = 'bbs_americano', label = 'Americano', weight = 350, type = 'item', image = 'bbs_americano.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, -- Thés bbs_rosetea_large = { name = 'bbs_rosetea_large', label = 'Thé Rose (Grand)', weight = 350, type = 'item', image = 'bbs_rosetea_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_icetea_large = { name = 'bbs_icetea_large', label = 'Thé Glacé (Grand)', weight = 350, type = 'item', image = 'bbs_icetea_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_greentea_large = { name = 'bbs_greentea_large', label = 'Thé Vert (Grand)', weight = 350, type = 'item', image = 'bbs_greentea_large.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_rose_tea_medium = { name = 'bbs_rose_tea_medium', label = 'Thé Rose (Moyen)', weight = 350, type = 'item', image = 'bbs_rose_tea_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_sparral_tea_medium = { name = 'bbs_sparral_tea_medium', label = 'Thé Sparral (Moyen)', weight = 350, type = 'item', image = 'bbs_sparral_tea_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_tea_medium = { name = 'bbs_tea_medium', label = 'Thé (Moyen)', weight = 350, type = 'item', image = 'bbs_tea_medium.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_black_tea = { name = 'bbs_black_tea', label = 'Thé Noir', weight = 350, type = 'item', image = 'bbs_black_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_bubble_tea = { name = 'bbs_bubble_tea', label = 'Bubble Tea', weight = 350, type = 'item', image = 'bbs_bubble_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_jameshiri = { name = 'bbs_jameshiri', label = 'Thé Jameshiri', weight = 350, type = 'item', image = 'bbs_jameshiri.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_green_tea = { name = 'bbs_green_tea', label = 'Thé Vert', weight = 350, type = 'item', image = 'bbs_green_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_herbal_detox_tea = { name = 'bbs_herbal_detox_tea', label = 'Thé Détox', weight = 350, type = 'item', image = 'bbs_herbal_detox_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_jasmine = { name = 'bbs_jasmine', label = 'Thé au Jasmin', weight = 350, type = 'item', image = 'bbs_jasmine.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_milk_tea = { name = 'bbs_milk_tea', label = 'Thé au Lait', weight = 350, type = 'item', image = 'bbs_milk_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_rooibos_tea = { name = 'bbs_rooibos_tea', label = 'Thé Rooibos', weight = 350, type = 'item', image = 'bbs_rooibos_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_rose_tea = { name = 'bbs_rose_tea', label = 'Thé Rose', weight = 350, type = 'item', image = 'bbs_rose_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_sweet_tea = { name = 'bbs_sweet_tea', label = 'Thé Sucré', weight = 350, type = 'item', image = 'bbs_sweet_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_thai_ice_tea = { name = 'bbs_thai_ice_tea', label = 'Thé Glacé Thaïlandais', weight = 350, type = 'item', image = 'bbs_thai_ice_tea.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, -- Boissons gobelets bbs_mocha_tea_capped = { name = 'bbs_mocha_tea_capped', label = 'Mocha Tea (gobelet)', weight = 350, type = 'item', image = 'bbs_mocha_tea_capped.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_icedmocha = { name = 'bbs_icedmocha', label = 'Mocha Glacé (gobelet)', weight = 350, type = 'item', image = 'bbs_icedmocha.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_icedlatte = { name = 'bbs_icedlatte', label = 'Latte Glacé (gobelet)', weight = 350, type = 'item', image = 'bbs_icedlatte.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_grunch_capped = { name = 'bbs_grunch_capped', label = 'Grunch (gobelet)', weight = 350, type = 'item', image = 'bbs_grunch_capped.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_dodi_drink = { name = 'bbs_dodi_drink', label = 'Boisson Dodi (gobelet)', weight = 350, type = 'item', image = 'bbs_dodi_drink.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_dark_drink_2 = { name = 'bbs_dark_drink_2', label = 'Boisson Dodi 2 (gobelet)', weight = 350, type = 'item', image = 'bbs_dark_drink_2.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_dark_drink = { name = 'bbs_dark_drink', label = 'Boisson Sombre (gobelet)', weight = 350, type = 'item', image = 'bbs_dark_drink.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_cold_brew = { name = 'bbs_cold_brew', label = 'Cold Brew (gobelet)', weight = 350, type = 'item', image = 'bbs_cold_brew.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_coffee_smoothie = { name = 'bbs_coffee_smoothie', label = 'Smoothie Café (gobelet)', weight = 350, type = 'item', image = 'bbs_coffee_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_bipton_capped = { name = 'bbs_bipton_capped', label = 'Bipton (gobelet)', weight = 350, type = 'item', image = 'bbs_bipton_capped.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, bbs_sweet_tea_capped = { name = 'bbs_sweet_tea_capped', label = 'Thé Sucré (gobelet)', weight = 350, type = 'item', image = 'bbs_sweet_tea_capped.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une tasse.' }, -- Jus de fruits bbs_apple_juice = { name = 'bbs_apple_juice', label = 'Jus de Pomme', weight = 350, type = 'item', image = 'bbs_apple_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_cranberry_juice = { name = 'bbs_cranberry_juice', label = 'Jus de Cranberry', weight = 350, type = 'item', image = 'bbs_cranberry_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_grape_juice = { name = 'bbs_grape_juice', label = 'Jus de Raisin', weight = 350, type = 'item', image = 'bbs_grape_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_guava_juice = { name = 'bbs_guava_juice', label = 'Jus de Goyave', weight = 350, type = 'item', image = 'bbs_guava_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_koolaid_orange = { name = 'bbs_koolaid_orange', label = 'Koolaid Orange', weight = 350, type = 'item', image = 'bbs_koolaid_orange.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_koolaid_apple = { name = 'bbs_koolaid_apple', label = 'Koolaid Pomme', weight = 350, type = 'item', image = 'bbs_koolaid_apple.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_koolaid_strawberry = { name = 'bbs_koolaid_strawberry', label = 'Koolaid Fraise', weight = 350, type = 'item', image = 'bbs_koolaid_strawberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_mango_juice = { name = 'bbs_mango_juice', label = 'Jus de Mangue', weight = 350, type = 'item', image = 'bbs_mango_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_orange_juice = { name = 'bbs_orange_juice', label = "Jus d'Orange", weight = 350, type = 'item', image = 'bbs_orange_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_pear_juice = { name = 'bbs_pear_juice', label = 'Jus de Poire', weight = 350, type = 'item', image = 'bbs_pear_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_pineapple_juice = { name = 'bbs_pineapple_juice', label = "Jus d'Ananas", weight = 350, type = 'item', image = 'bbs_pineapple_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_strawberry_juice = { name = 'bbs_strawberry_juice', label = 'Jus de Fraise', weight = 350, type = 'item', image = 'bbs_strawberry_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_tropical_punch_juice = { name = 'bbs_tropical_punch_juice', label = 'Punch Tropical', weight = 350, type = 'item', image = 'bbs_tropical_punch_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, bbs_watermelon_juice = { name = 'bbs_watermelon_juice', label = 'Jus de Pastèque', weight = 350, type = 'item', image = 'bbs_watermelon_juice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un jus.' }, -- Slushes bbs_green_slush = { name = 'bbs_green_slush', label = 'Slush Verte', weight = 350, type = 'item', image = 'bbs_green_slush.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une slush.' }, bbs_blue_slush = { name = 'bbs_blue_slush', label = 'Slush Bleue', weight = 350, type = 'item', image = 'bbs_blue_slush.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une slush.' }, bbs_purple_slush = { name = 'bbs_purple_slush', label = 'Slush Violette', weight = 350, type = 'item', image = 'bbs_purple_slush.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une slush.' }, bbs_yellow_slush = { name = 'bbs_yellow_slush', label = 'Slush Jaune', weight = 350, type = 'item', image = 'bbs_yellow_slush.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une slush.' }, bbs_red_slush = { name = 'bbs_red_slush', label = 'Slush Rouge', weight = 350, type = 'item', image = 'bbs_red_slush.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une slush.' }, bbs_brown_slush = { name = 'bbs_brown_slush', label = 'Slush Brune', weight = 350, type = 'item', image = 'bbs_brown_slush.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une slush.' }, -- Smoothies bbs_apple_smoothie = { name = 'bbs_apple_smoothie', label = 'Smoothie Pomme', weight = 350, type = 'item', image = 'bbs_apple_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_dragonfruit_smoothie = { name = 'bbs_dragonfruit_smoothie', label = 'Smoothie Fruit du Dragon', weight = 350, type = 'item', image = 'bbs_dragonfruit_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_guava_smoothie = { name = 'bbs_guava_smoothie', label = 'Smoothie Goyave', weight = 350, type = 'item', image = 'bbs_guava_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_mango_smoothie = { name = 'bbs_mango_smoothie', label = 'Smoothie Mangue', weight = 350, type = 'item', image = 'bbs_mango_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_pinky_smoothie = { name = 'bbs_pinky_smoothie', label = 'Smoothie Rose', weight = 350, type = 'item', image = 'bbs_pinky_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_regular_smoothie = { name = 'bbs_regular_smoothie', label = 'Smoothie Nature', weight = 350, type = 'item', image = 'bbs_regular_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_strawberry_smoothie = { name = 'bbs_strawberry_smoothie', label = 'Smoothie Fraise', weight = 350, type = 'item', image = 'bbs_strawberry_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_watermeon_smoothie = { name = 'bbs_watermeon_smoothie', label = 'Smoothie Pastèque', weight = 350, type = 'item', image = 'bbs_watermeon_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_white_regular_smoothie = { name = 'bbs_white_regular_smoothie', label = 'Smoothie Blanc', weight = 350, type = 'item', image = 'bbs_white_regular_smoothie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_apple_juice_glass = { name = 'bbs_apple_juice_glass', label = 'Smoothie Pomme (verre)', weight = 350, type = 'item', image = 'bbs_apple_juice_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_grape_juice_glass = { name = 'bbs_grape_juice_glass', label = 'Smoothie Raisin (verre)', weight = 350, type = 'item', image = 'bbs_grape_juice_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_guava_juice_glass = { name = 'bbs_guava_juice_glass', label = 'Smoothie Goyave (verre)', weight = 350, type = 'item', image = 'bbs_guava_juice_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_orange_juice_glass = { name = 'bbs_orange_juice_glass', label = 'Smoothie Orange (verre)', weight = 350, type = 'item', image = 'bbs_orange_juice_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_sewer_juice_glass = { name = 'bbs_sewer_juice_glass', label = 'Smoothie Mystérieux (verre)', weight = 350, type = 'item', image = 'bbs_sewer_juice_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, bbs_watermelon_juice_glass = { name = 'bbs_watermelon_juice_glass', label = 'Smoothie Pastèque (verre)', weight = 350, type = 'item', image = 'bbs_watermelon_juice_glass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un smoothie.' }, -- Eau bbs_bestle = { name = 'bbs_bestle', label = 'Canette Bestle', weight = 350, type = 'item', image = 'bbs_bestle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une canette.' }, bbs_coconut_water = { name = 'bbs_coconut_water', label = 'Eau de Coco', weight = 350, type = 'item', image = 'bbs_coconut_water.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_biji = { name = 'bbs_biji', label = 'Bouteille Biji', weight = 350, type = 'item', image = 'bbs_biji.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_lemon_water = { name = 'bbs_lemon_water', label = 'Eau Citronnée', weight = 350, type = 'item', image = 'bbs_lemon_water.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_sparkling_water = { name = 'bbs_sparkling_water', label = 'Eau Pétillante', weight = 350, type = 'item', image = 'bbs_sparkling_water.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, bbs_water_bottle = { name = 'bbs_water_bottle', label = "Bouteille d'Eau", weight = 350, type = 'item', image = 'bbs_water_bottle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec une bouteille.' }, bbs_holy_water = { name = 'bbs_holy_water', label = 'Eau Bénite', weight = 350, type = 'item', image = 'bbs_holy_water.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez étanché votre soif avec un verre.' }, -- NOURRITURE BBS -- Petits-déjeuners & plats bbs_dour_batch_cereal = { name = 'bbs_dour_batch_cereal', label = 'Céréales Dout Batch', weight = 350, type = 'item', image = 'bbs_dour_batch_cereal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_dump_cereal = { name = 'bbs_dump_cereal', label = 'Céréales Dump', weight = 350, type = 'item', image = 'bbs_dump_cereal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_cereal = { name = 'bbs_cereal', label = 'Céréales', weight = 350, type = 'item', image = 'bbs_cereal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bestle_cookie_cereal = { name = 'bbs_bestle_cookie_cereal', label = 'Céréales Bestle Cookie', weight = 350, type = 'item', image = 'bbs_bestle_cookie_cereal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_berrios_cereal = { name = 'bbs_berrios_cereal', label = 'Céréales Beerios', weight = 350, type = 'item', image = 'bbs_berrios_cereal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bellocks_bowl = { name = 'bbs_bellocks_bowl', label = 'Céréales Bellocks', weight = 350, type = 'item', image = 'bbs_bellocks_bowl.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_beeses_puffs = { name = 'bbs_beeses_puffs', label = 'Céréales Beeses Puffs', weight = 350, type = 'item', image = 'bbs_beeses_puffs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_seaweedsalad = { name = 'bbs_seaweedsalad', label = "Salade d'Algues", weight = 350, type = 'item', image = 'bbs_seaweedsalad.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_toast = { name = 'bbs_toast', label = 'Toast', weight = 350, type = 'item', image = 'bbs_toast.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_sausage_fish = { name = 'bbs_sausage_fish', label = 'Saucisses de Poisson', weight = 350, type = 'item', image = 'bbs_sausage_fish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_udon_tempura = { name = 'bbs_udon_tempura', label = 'Udon Tempura', weight = 350, type = 'item', image = 'bbs_udon_tempura.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_sausage_chicken = { name = 'bbs_sausage_chicken', label = 'Saucisses de Poulet', weight = 350, type = 'item', image = 'bbs_sausage_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_sausage_camel = { name = 'bbs_sausage_camel', label = 'Saucisses de Chameau', weight = 350, type = 'item', image = 'bbs_sausage_camel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_saladbowl = { name = 'bbs_saladbowl', label = 'Saladier', weight = 350, type = 'item', image = 'bbs_saladbowl.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_pastry = { name = 'bbs_pastry', label = 'Pâtisserie', weight = 350, type = 'item', image = 'bbs_pastry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_hash_browns = { name = 'bbs_hash_browns', label = 'Hash Browns', weight = 350, type = 'item', image = 'bbs_hash_browns.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_croissant = { name = 'bbs_croissant', label = 'Croissant', weight = 350, type = 'item', image = 'bbs_croissant.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_cinnamonroll = { name = 'bbs_cinnamonroll', label = 'Roulé à la Cannelle', weight = 350, type = 'item', image = 'bbs_cinnamonroll.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_boiled_egg = { name = 'bbs_boiled_egg', label = 'Œuf Mollet', weight = 350, type = 'item', image = 'bbs_boiled_egg.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_baguette = { name = 'bbs_baguette', label = 'Baguette', weight = 350, type = 'item', image = 'bbs_baguette.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_omlet = { name = 'bbs_omlet', label = 'Omelette', weight = 350, type = 'item', image = 'bbs_omlet.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_french_toast = { name = 'bbs_french_toast', label = 'Pain Perdu', weight = 350, type = 'item', image = 'bbs_french_toast.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bacon_strips = { name = 'bbs_bacon_strips', label = 'Tranches de Bacon', weight = 350, type = 'item', image = 'bbs_bacon_strips.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bagel = { name = 'bbs_bagel', label = 'Bagel', weight = 350, type = 'item', image = 'bbs_bagel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_dorayaki_single = { name = 'bbs_dorayaki_single', label = 'Dorayaki', weight = 350, type = 'item', image = 'bbs_dorayaki_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_club_sandwich = { name = 'bbs_club_sandwich', label = 'Club Sandwich', weight = 350, type = 'item', image = 'bbs_club_sandwich.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, catcafe_fish_taco = { name = 'catcafe_fish_taco', label = 'Taco au Poisson', weight = 350, type = 'item', image = 'catcafe_fish_taco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_avacado_toast = { name = 'bbs_avacado_toast', label = 'Toast Avocat', weight = 350, type = 'item', image = 'bbs_avacado_toast.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_taiyaki = { name = 'bbs_taiyaki', label = 'Taiyaki', weight = 350, type = 'item', image = 'bbs_taiyaki.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_steak_welldone = { name = 'bbs_steak_welldone', label = 'Steak Bien Cuit', weight = 350, type = 'item', image = 'bbs_steak_welldone.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_dorayaki_plate = { name = 'bbs_dorayaki_plate', label = 'Assiette Dorayaki', weight = 350, type = 'item', image = 'bbs_dorayaki_plate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_steak_cooked = { name = 'bbs_steak_cooked', label = 'Steak Cuit', weight = 350, type = 'item', image = 'bbs_steak_cooked.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_Tteokbokki = { name = 'bbs_Tteokbokki', label = 'Tteokbokki', weight = 350, type = 'item', image = 'bbs_Tteokbokki.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_single_waffles = { name = 'bbs_single_waffles', label = 'Gaufres', weight = 350, type = 'item', image = 'bbs_single_waffles.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_shrimp_ramen = { name = 'bbs_shrimp_ramen', label = 'Ramen aux Crevettes', weight = 350, type = 'item', image = 'bbs_shrimp_ramen.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_japanese_curryrice = { name = 'bbs_japanese_curryrice', label = 'Curry Japonais', weight = 350, type = 'item', image = 'bbs_japanese_curryrice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_prokbelly = { name = 'bbs_prokbelly', label = 'Poitrine de Porc', weight = 350, type = 'item', image = 'bbs_prokbelly.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_pork_chops = { name = 'bbs_pork_chops', label = 'Côtelettes de Porc', weight = 350, type = 'item', image = 'bbs_pork_chops.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_pancakes_plate = { name = 'bbs_pancakes_plate', label = 'Assiette de Pancakes', weight = 350, type = 'item', image = 'bbs_pancakes_plate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_porkchopplate = { name = 'bbs_porkchopplate', label = 'Côtelettes de Porc (assiette)', weight = 350, type = 'item', image = 'bbs_porkchopplate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_jelapeno_poppers = { name = 'bbs_jelapeno_poppers', label = 'Jalapeños Farcis', weight = 350, type = 'item', image = 'bbs_jelapeno_poppers.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_missionstyle_burrito = { name = 'bbs_missionstyle_burrito', label = 'Burrito Mission Style', weight = 350, type = 'item', image = 'bbs_missionstyle_burrito.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_mexican_spanish_rice = { name = 'bbs_mexican_spanish_rice', label = 'Riz Mexicain', weight = 350, type = 'item', image = 'bbs_mexican_spanish_rice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_katsu_don = { name = 'bbs_katsu_don', label = 'Katsu Don', weight = 350, type = 'item', image = 'bbs_katsu_don.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_marsala = { name = 'bbs_chicken_marsala', label = 'Poulet Marsala', weight = 350, type = 'item', image = 'bbs_chicken_marsala.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_ramen = { name = 'bbs_chicken_ramen', label = 'Ramen Poulet', weight = 350, type = 'item', image = 'bbs_chicken_ramen.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_beef_ramen = { name = 'bbs_beef_ramen', label = 'Ramen Bœuf', weight = 350, type = 'item', image = 'bbs_beef_ramen.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_baconegg = { name = 'bbs_baconegg', label = 'Bacon et Œuf', weight = 350, type = 'item', image = 'bbs_baconegg.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, -- Chips bbs_bays_spicy = { name = 'bbs_bays_spicy', label = 'Chips Bays Épicées', weight = 350, type = 'item', image = 'bbs_bays_spicy.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_sour_cream = { name = 'bbs_bays_sour_cream', label = 'Chips Bays Crème Aigre', weight = 350, type = 'item', image = 'bbs_bays_sour_cream.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_onion_cream = { name = 'bbs_bays_onion_cream', label = 'Chips Bays Crème Oignon', weight = 350, type = 'item', image = 'bbs_bays_onion_cream.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_flamin_hot = { name = 'bbs_bays_flamin_hot', label = 'Chips Bays Flamin Hot', weight = 350, type = 'item', image = 'bbs_bays_flamin_hot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_classis = { name = 'bbs_bays_classis', label = 'Chips Bays Classic', weight = 350, type = 'item', image = 'bbs_bays_classis.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_chile_limon = { name = 'bbs_bays_chile_limon', label = 'Chips Bays Citron Pimenté', weight = 350, type = 'item', image = 'bbs_bays_chile_limon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_cheese = { name = 'bbs_bays_cheese', label = 'Chips Bays Fromage', weight = 350, type = 'item', image = 'bbs_bays_cheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_barbecue = { name = 'bbs_bays_barbecue', label = 'Chips Bays Barbecue', weight = 350, type = 'item', image = 'bbs_bays_barbecue.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_bays_all_dressed = { name = 'bbs_bays_all_dressed', label = 'Chips Bays All Dressed', weight = 350, type = 'item', image = 'bbs_bays_all_dressed.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, -- Chocolats bbs_chocolate_hershy = { name = 'bbs_chocolate_hershy', label = 'Chocolat Hershy', weight = 350, type = 'item', image = 'bbs_chocolate_hershy.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux chocolat.' }, bbs_chocolate_bneakers = { name = 'bbs_chocolate_bneakers', label = 'Chocolat Bneakers', weight = 350, type = 'item', image = 'bbs_chocolate_bneakers.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux chocolat.' }, bbs_chocolate_bitkat = { name = 'bbs_chocolate_bitkat', label = 'Chocolat Bitkat', weight = 350, type = 'item', image = 'bbs_chocolate_bitkat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux chocolat.' }, bbs_chocolate_bars = { name = 'bbs_chocolate_bars', label = 'Barre Chocolatée', weight = 350, type = 'item', image = 'bbs_chocolate_bars.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux chocolat.' }, -- Fast food bbs_trio_taco_plate = { name = 'bbs_trio_taco_plate', label = 'Assiette 3 Tacos', weight = 350, type = 'item', image = 'bbs_trio_taco_plate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_corn_dog = { name = 'bbs_corn_dog', label = 'Corn Dog', weight = 350, type = 'item', image = 'bbs_corn_dog.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_mozella_sticks = { name = 'bbs_mozella_sticks', label = 'Bâtonnets de Mozzarella', weight = 350, type = 'item', image = 'bbs_mozella_sticks.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_apple_pie_single = { name = 'bbs_apple_pie_single', label = 'Tarte aux Pommes', weight = 220, type = 'item', image = 'bbs_apple_pie_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une délicieuse tarte.' }, bbs_chickenpotpie_single = { name = 'bbs_chickenpotpie_single', label = 'Tourte au Poulet', weight = 220, type = 'item', image = 'bbs_chickenpotpie_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une délicieuse tourte.' }, bbs_stargazi_pie_spoon = { name = 'bbs_stargazi_pie_spoon', label = 'Tourte Stargazi', weight = 220, type = 'item', image = 'bbs_stargazi_pie_spoon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une délicieuse tourte.' }, bbs_fish_pie_single = { name = 'bbs_fish_pie_single', label = 'Tourte au Poisson', weight = 220, type = 'item', image = 'bbs_fish_pie_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une délicieuse tourte.' }, bbs_potato_wedgies = { name = 'bbs_potato_wedgies', label = 'Potatoes', weight = 350, type = 'item', image = 'bbs_potato_wedgies.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_stuffed_mushroom = { name = 'bbs_stuffed_mushroom', label = 'Champignon Farci', weight = 350, type = 'item', image = 'bbs_stuffed_mushroom.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_shrimp_wrapper = { name = 'bbs_shrimp_wrapper', label = 'Wrap aux Crevettes', weight = 350, type = 'item', image = 'bbs_shrimp_wrapper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_beef_wrapper = { name = 'bbs_beef_wrapper', label = 'Wrap au Bœuf', weight = 350, type = 'item', image = 'bbs_beef_wrapper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_wrapper = { name = 'bbs_chicken_wrapper', label = 'Wrap au Poulet', weight = 350, type = 'item', image = 'bbs_chicken_wrapper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_popcorn_spicy = { name = 'bbs_popcorn_spicy', label = 'Popcorn Épicé', weight = 350, type = 'item', image = 'bbs_popcorn_spicy.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_popcorn_seasoned = { name = 'bbs_popcorn_seasoned', label = 'Popcorn Assaisonné', weight = 350, type = 'item', image = 'bbs_popcorn_seasoned.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_popcorn_cinnamon = { name = 'bbs_popcorn_cinnamon', label = 'Popcorn Cannelle', weight = 350, type = 'item', image = 'bbs_popcorn_cinnamon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_popcorn_chocolate = { name = 'bbs_popcorn_chocolate', label = 'Popcorn Chocolat', weight = 350, type = 'item', image = 'bbs_popcorn_chocolate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_popcorn_caramel = { name = 'bbs_popcorn_caramel', label = 'Popcorn Caramel', weight = 350, type = 'item', image = 'bbs_popcorn_caramel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_popcorn = { name = 'bbs_popcorn', label = 'Popcorn', weight = 350, type = 'item', image = 'bbs_popcorn.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_onion_rings = { name = 'bbs_onion_rings', label = "Rondelles d'Oignon", weight = 350, type = 'item', image = 'bbs_onion_rings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_nachos_cheese = { name = 'bbs_nachos_cheese', label = 'Nachos Fromage', weight = 350, type = 'item', image = 'bbs_nachos_cheese.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_garlic_bread = { name = 'bbs_garlic_bread', label = "Pain à l'Ail", weight = 350, type = 'item', image = 'bbs_garlic_bread.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_fish_hotdog = { name = 'bbs_fish_hotdog', label = 'Hot Dog Poisson', weight = 350, type = 'item', image = 'bbs_fish_hotdog.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_hotdog = { name = 'bbs_chicken_hotdog', label = 'Hot Dog Poulet', weight = 350, type = 'item', image = 'bbs_chicken_hotdog.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_cheese_chicken = { name = 'bbs_double_cheese_chicken', label = 'Burger Double Cheese Poulet', weight = 350, type = 'item', image = 'bbs_double_cheese_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_cheese_beef = { name = 'bbs_double_cheese_beef', label = 'Burger Double Cheese Bœuf', weight = 350, type = 'item', image = 'bbs_double_cheese_beef.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_cheese_crunch = { name = 'bbs_double_cheese_crunch', label = 'Burger Double Cheese Crunch', weight = 350, type = 'item', image = 'bbs_double_cheese_crunch.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_single_patty_goat = { name = 'bbs_single_patty_goat', label = 'Burger Simple Chèvre', weight = 350, type = 'item', image = 'bbs_single_patty_goat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_single_patty_crunch = { name = 'bbs_single_patty_crunch', label = 'Burger Simple Cheese Crunch', weight = 350, type = 'item', image = 'bbs_single_patty_crunch.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_single_patty_chicken = { name = 'bbs_single_patty_chicken', label = 'Burger Simple Poulet', weight = 350, type = 'item', image = 'bbs_single_patty_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_single_patty_beef = { name = 'bbs_single_patty_beef', label = 'Burger Simple Bœuf', weight = 350, type = 'item', image = 'bbs_single_patty_beef.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_patty_crunch = { name = 'bbs_double_patty_crunch', label = 'Burger Double Crunch', weight = 350, type = 'item', image = 'bbs_double_patty_crunch.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_patty_chicken = { name = 'bbs_double_patty_chicken', label = 'Burger Double Poulet', weight = 350, type = 'item', image = 'bbs_double_patty_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_patty_beef = { name = 'bbs_double_patty_beef', label = 'Burger Double Bœuf', weight = 350, type = 'item', image = 'bbs_double_patty_beef.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_patty_goat = { name = 'bbs_double_patty_goat', label = 'Burger Double Chèvre', weight = 350, type = 'item', image = 'bbs_double_patty_goat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_double_cheese_goat = { name = 'bbs_double_cheese_goat', label = 'Burger Double Cheese Chèvre', weight = 350, type = 'item', image = 'bbs_double_cheese_goat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_wings = { name = 'bbs_chicken_wings', label = 'Ailes de Poulet', weight = 350, type = 'item', image = 'bbs_chicken_wings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_taco = { name = 'bbs_chicken_taco', label = 'Taco Poulet', weight = 350, type = 'item', image = 'bbs_chicken_taco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicken_schnitzel = { name = 'bbs_chicken_schnitzel', label = 'Schnitzel Poulet', weight = 350, type = 'item', image = 'bbs_chicken_schnitzel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_chicen_leg = { name = 'bbs_chicen_leg', label = 'Cuisse de Poulet', weight = 350, type = 'item', image = 'bbs_chicen_leg.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_camel_taco = { name = 'bbs_camel_taco', label = 'Taco Chameau', weight = 350, type = 'item', image = 'bbs_camel_taco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_beef_taco = { name = 'bbs_beef_taco', label = 'Taco Bœuf', weight = 350, type = 'item', image = 'bbs_beef_taco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_camel_hotdog = { name = 'bbs_camel_hotdog', label = 'Hot Dog Chameau', weight = 350, type = 'item', image = 'bbs_camel_hotdog.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_cheese_balls = { name = 'bbs_cheese_balls', label = 'Billes de Fromage', weight = 350, type = 'item', image = 'bbs_cheese_balls.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_12inch_chicken = { name = 'bbs_12inch_chicken', label = 'Maxi Burger Poulet', weight = 350, type = 'item', image = 'bbs_12inch_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_12inch_camel = { name = 'bbs_12inch_camel', label = 'Maxi Burger Chameau', weight = 350, type = 'item', image = 'bbs_12inch_camel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_12inch_beef = { name = 'bbs_12inch_beef', label = 'Maxi Burger Bœuf', weight = 350, type = 'item', image = 'bbs_12inch_beef.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, -- Cuisine italienne bbs_italian_tiramisu = { name = 'bbs_italian_tiramisu', label = 'Tiramisu', weight = 350, type = 'item', image = 'bbs_italian_tiramisu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_italian_stromboli = { name = 'bbs_italian_stromboli', label = 'Stromboli', weight = 350, type = 'item', image = 'bbs_italian_stromboli.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_spaghetti_meatballs = { name = 'bbs_italian_spaghetti_meatballs', label = 'Spaghetti aux Boulettes', weight = 350, type = 'item', image = 'bbs_italian_spaghetti_meatballs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_sfogliatella = { name = 'bbs_italian_sfogliatella', label = 'Sfogliatella', weight = 350, type = 'item', image = 'bbs_italian_sfogliatella.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une délicieuse pâtisserie.' }, bbs_italian_sfogliatella_single = { name = 'bbs_italian_sfogliatella_single', label = 'Sfogliatella (bouchée)', weight = 350, type = 'item', image = 'bbs_italian_sfogliatella_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré une délicieuse pâtisserie.' }, bbs_italian_arancini_single = { name = 'bbs_italian_arancini_single', label = 'Arancini (bouchée)', weight = 350, type = 'item', image = 'bbs_italian_arancini_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_chocosalami_single = { name = 'bbs_italian_chocosalami_single', label = 'Salami Chocolaté (part)', weight = 350, type = 'item', image = 'bbs_italian_chocosalami_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_italian_ravioli = { name = 'bbs_italian_ravioli', label = 'Ravioli', weight = 350, type = 'item', image = 'bbs_italian_ravioli.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_lasagna = { name = 'bbs_italian_lasagna', label = 'Lasagnes', weight = 350, type = 'item', image = 'bbs_italian_lasagna.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_fettuccine_alfredo = { name = 'bbs_italian_fettuccine_alfredo', label = 'Fettuccine Alfredo', weight = 350, type = 'item', image = 'bbs_italian_fettuccine_alfredo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_chocosalami = { name = 'bbs_italian_chocosalami', label = 'Salami Chocolaté', weight = 350, type = 'item', image = 'bbs_italian_chocosalami.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_italian_bruschetta_tomatoes = { name = 'bbs_italian_bruschetta_tomatoes', label = 'Bruschetta Tomates', weight = 350, type = 'item', image = 'bbs_italian_bruschetta_tomatoes.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_biscotti = { name = 'bbs_italian_biscotti', label = 'Biscotti', weight = 350, type = 'item', image = 'bbs_italian_biscotti.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux biscuit.' }, bbs_italian_arancini = { name = 'bbs_italian_arancini', label = 'Arancini', weight = 350, type = 'item', image = 'bbs_italian_arancini.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_pakistan_pizza_slice = { name = 'bbs_italian_pakistan_pizza_slice', label = 'Pizza Pakistanaise (part)', weight = 350, type = 'item', image = 'bbs_italian_pakistan_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_peparoni_pizza_slice = { name = 'bbs_italian_peparoni_pizza_slice', label = 'Pizza Pepperoni (part)', weight = 350, type = 'item', image = 'bbs_italian_peparoni_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_pear_pizza_slice = { name = 'bbs_italian_pear_pizza_slice', label = 'Pizza Poire (part)', weight = 350, type = 'item', image = 'bbs_italian_pear_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_olive_pizza_slice = { name = 'bbs_italian_olive_pizza_slice', label = 'Pizza Olive (part)', weight = 350, type = 'item', image = 'bbs_italian_olive_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_nepali_pizza_slice = { name = 'bbs_italian_nepali_pizza_slice', label = 'Pizza Népalaise (part)', weight = 350, type = 'item', image = 'bbs_italian_nepali_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_mushroom_pizza_slice = { name = 'bbs_italian_mushroom_pizza_slice', label = 'Pizza Champignon (part)', weight = 350, type = 'item', image = 'bbs_italian_mushroom_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_mexican_taco_pizza_slice = { name = 'bbs_italian_mexican_taco_pizza_slice', label = 'Pizza Taco Mexicain (part)', weight = 350, type = 'item', image = 'bbs_italian_mexican_taco_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_juicy_pizza_slice = { name = 'bbs_italian_juicy_pizza_slice', label = 'Pizza Juicy (part)', weight = 350, type = 'item', image = 'bbs_italian_juicy_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_indianbutterchicken_pizza_slice = { name = 'bbs_italian_indianbutterchicken_pizza_slice', label = 'Pizza Butter Chicken (part)', weight = 350, type = 'item', image = 'bbs_italian_indianbutterchicken_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_helapino_pizza_slice = { name = 'bbs_italian_helapino_pizza_slice', label = 'Pizza Helapini (part)', weight = 350, type = 'item', image = 'bbs_italian_helapino_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_fig_pizza_slice = { name = 'bbs_italian_fig_pizza_slice', label = 'Pizza Figue (part)', weight = 350, type = 'item', image = 'bbs_italian_fig_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_chicken_pizza_slice = { name = 'bbs_italian_chicken_pizza_slice', label = 'Pizza Poulet (part)', weight = 350, type = 'item', image = 'bbs_italian_chicken_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_cheese_pizza_slice = { name = 'bbs_italian_cheese_pizza_slice', label = 'Pizza Fromage (part)', weight = 350, type = 'item', image = 'bbs_italian_cheese_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_beef_pizza_slice = { name = 'bbs_italian_beef_pizza_slice', label = 'Pizza Bœuf (part)', weight = 350, type = 'item', image = 'bbs_italian_beef_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_italian_apple_cinnabon_pizza_slice = { name = 'bbs_italian_apple_cinnabon_pizza_slice', label = 'Pizza Cinnabon (part)', weight = 350, type = 'item', image = 'bbs_italian_apple_cinnabon_pizza_slice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, -- Plats nationaux du monde bbs_yemen_saltah = { name = 'bbs_yemen_saltah', label = 'Saltah (Yémen)', weight = 350, type = 'item', image = 'bbs_yemen_saltah.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_ukraine_borscht = { name = 'bbs_ukraine_borscht', label = 'Bortsch (Ukraine)', weight = 350, type = 'item', image = 'bbs_ukraine_borscht.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_russia_borscht = { name = 'bbs_russia_borscht', label = 'Bortsch (Russie)', weight = 350, type = 'item', image = 'bbs_russia_borscht.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_uruguay_asado = { name = 'bbs_uruguay_asado', label = 'Asado (Uruguay)', weight = 350, type = 'item', image = 'bbs_uruguay_asado.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_uk_roastbeef_with_yorkshire = { name = 'bbs_uk_roastbeef_with_yorkshire', label = 'Rosbif Yorkshire (Royaume-Uni)', weight = 350, type = 'item', image = 'bbs_uk_roastbeef_with_yorkshire.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_uae_harees = { name = 'bbs_uae_harees', label = 'Harees (Émirats Arabes)', weight = 350, type = 'item', image = 'bbs_uae_harees.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_turmenestan_plov = { name = 'bbs_turmenestan_plov', label = 'Plov (Turkménistan)', weight = 350, type = 'item', image = 'bbs_turmenestan_plov.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_turkey_kebab = { name = 'bbs_turkey_kebab', label = 'Kebab (Turquie)', weight = 350, type = 'item', image = 'bbs_turkey_kebab.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_samoa_palusami = { name = 'bbs_samoa_palusami', label = 'Palusami (Samoa)', weight = 350, type = 'item', image = 'bbs_samoa_palusami.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_turkey_kebab_single = { name = 'bbs_turkey_kebab_single', label = 'Kebab Simple (Turquie)', weight = 350, type = 'item', image = 'bbs_turkey_kebab_single.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_qatar_machboos = { name = 'bbs_qatar_machboos', label = 'Machboos (Qatar)', weight = 350, type = 'item', image = 'bbs_qatar_machboos.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_bahrain_machboos = { name = 'bbs_bahrain_machboos', label = 'Machboos (Bahreïn)', weight = 350, type = 'item', image = 'bbs_bahrain_machboos.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_kuwait_machboos = { name = 'bbs_kuwait_machboos', label = 'Machboos (Koweït)', weight = 350, type = 'item', image = 'bbs_kuwait_machboos.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_protugal_bacalhau = { name = 'bbs_protugal_bacalhau', label = 'Bacalhau (Portugal)', weight = 350, type = 'item', image = 'bbs_protugal_bacalhau.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_philippines_adobo = { name = 'bbs_philippines_adobo', label = 'Adobo (Philippines)', weight = 350, type = 'item', image = 'bbs_philippines_adobo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_peru_ceviche = { name = 'bbs_peru_ceviche', label = 'Ceviche (Pérou)', weight = 350, type = 'item', image = 'bbs_peru_ceviche.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_paraguay_sopaparaguaya = { name = 'bbs_paraguay_sopaparaguaya', label = 'Sopa Paraguaya (Paraguay)', weight = 350, type = 'item', image = 'bbs_paraguay_sopaparaguaya.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_panama_sancoho = { name = 'bbs_panama_sancoho', label = 'Sancocho (Panama)', weight = 350, type = 'item', image = 'bbs_panama_sancoho.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_palau_tinola = { name = 'bbs_palau_tinola', label = 'Tinola (Palaos)', weight = 350, type = 'item', image = 'bbs_palau_tinola.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_pakistan_biryani = { name = 'bbs_pakistan_biryani', label = 'Biryani (Pakistan)', weight = 350, type = 'item', image = 'bbs_pakistan_biryani.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_india_biryani = { name = 'bbs_india_biryani', label = 'Biryani (Inde)', weight = 350, type = 'item', image = 'bbs_india_biryani.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_norway_farikal = { name = 'bbs_norway_farikal', label = 'Fårikål (Norvège)', weight = 350, type = 'item', image = 'bbs_norway_farikal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_northkorea_naengymyeon = { name = 'bbs_northkorea_naengymyeon', label = 'Naengmyeon (Corée du Nord)', weight = 350, type = 'item', image = 'bbs_northkorea_naengymyeon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_nigeria_egusi = { name = 'bbs_nigeria_egusi', label = 'Egusi (Nigeria)', weight = 350, type = 'item', image = 'bbs_nigeria_egusi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_niger_djerma = { name = 'bbs_niger_djerma', label = 'Djerma (Niger)', weight = 350, type = 'item', image = 'bbs_niger_djerma.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_netherlands_stamppot = { name = 'bbs_netherlands_stamppot', label = 'Stamppot (Pays-Bas)', weight = 350, type = 'item', image = 'bbs_netherlands_stamppot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_nepal_dalbhat = { name = 'bbs_nepal_dalbhat', label = 'Dal Bhat (Népal)', weight = 350, type = 'item', image = 'bbs_nepal_dalbhat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_argentina_asado = { name = 'bbs_argentina_asado', label = 'Asado (Argentine)', weight = 350, type = 'item', image = 'bbs_argentina_asado.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_mongolia_buuz = { name = 'bbs_mongolia_buuz', label = 'Buuz (Mongolie)', weight = 350, type = 'item', image = 'bbs_mongolia_buuz.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_monaco_barbagiuan = { name = 'bbs_monaco_barbagiuan', label = 'Barbagiuan (Monaco)', weight = 350, type = 'item', image = 'bbs_monaco_barbagiuan.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_moldova_mamaliga = { name = 'bbs_moldova_mamaliga', label = 'Mămăligă (Moldavie)', weight = 350, type = 'item', image = 'bbs_moldova_mamaliga.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_mexico_taco = { name = 'bbs_mexico_taco', label = 'Taco Mexicain', weight = 350, type = 'item', image = 'bbs_mexico_taco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_loas_larb = { name = 'bbs_loas_larb', label = 'Larb (Laos)', weight = 350, type = 'item', image = 'bbs_loas_larb.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_llibya_bazin = { name = 'bbs_llibya_bazin', label = 'Bazin (Libye)', weight = 350, type = 'item', image = 'bbs_llibya_bazin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_lithuania_cepelinai = { name = 'bbs_lithuania_cepelinai', label = 'Cepelinai (Lituanie)', weight = 350, type = 'item', image = 'bbs_lithuania_cepelinai.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_liechtenstein = { name = 'bbs_liechtenstein', label = 'Käsknöpfle (Liechtenstein)', weight = 350, type = 'item', image = 'bbs_liechtenstein.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_kiribati_palu = { name = 'bbs_kiribati_palu', label = 'Palu Sami (Kiribati)', weight = 350, type = 'item', image = 'bbs_kiribati_palu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_kenya_nyama = { name = 'bbs_kenya_nyama', label = 'Nyama Choma (Kenya)', weight = 350, type = 'item', image = 'bbs_kenya_nyama.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_kazakhstan_beshbarmak = { name = 'bbs_kazakhstan_beshbarmak', label = 'Beshbarmak (Kazakhstan)', weight = 350, type = 'item', image = 'bbs_kazakhstan_beshbarmak.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_japan_chicken = { name = 'bbs_japan_chicken', label = 'Poulet Japonais', weight = 350, type = 'item', image = 'bbs_japan_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_iceland_fermented = { name = 'bbs_iceland_fermented', label = 'Hákarl (Islande)', weight = 350, type = 'item', image = 'bbs_iceland_fermented.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_guyana_pepperpot = { name = 'bbs_guyana_pepperpot', label = 'Pepperpot (Guyana)', weight = 350, type = 'item', image = 'bbs_guyana_pepperpot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_greece_moussaka = { name = 'bbs_greece_moussaka', label = 'Moussaka (Grèce)', weight = 350, type = 'item', image = 'bbs_greece_moussaka.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_gorgia_khachapuri = { name = 'bbs_gorgia_khachapuri', label = 'Khachapuri (Géorgie)', weight = 350, type = 'item', image = 'bbs_gorgia_khachapuri.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_ghana_fufu = { name = 'bbs_ghana_fufu', label = 'Fufu (Ghana)', weight = 350, type = 'item', image = 'bbs_ghana_fufu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_gautemala = { name = 'bbs_gautemala', label = 'Pepián (Guatemala)', weight = 350, type = 'item', image = 'bbs_gautemala.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_france_karjalanpaisti = { name = 'bbs_france_karjalanpaisti', label = 'Karjalanpaisti (variante)', weight = 350, type = 'item', image = 'bbs_france_karjalanpaisti.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_finland_karjalanpaisti = { name = 'bbs_finland_karjalanpaisti', label = 'Karjalanpaisti (Finlande)', weight = 350, type = 'item', image = 'bbs_finland_karjalanpaisti.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_fiji_kakoda = { name = 'bbs_fiji_kakoda', label = 'Kokoda (Fidji)', weight = 350, type = 'item', image = 'bbs_fiji_kakoda.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_gambia_domoda = { name = 'bbs_gambia_domoda', label = 'Domoda (Gambie)', weight = 350, type = 'item', image = 'bbs_gambia_domoda.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_germany_sauerbraten = { name = 'bbs_germany_sauerbraten', label = 'Sauerbraten (Allemagne)', weight = 350, type = 'item', image = 'bbs_germany_sauerbraten.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_ethiopia_dorawatinjera = { name = 'bbs_ethiopia_dorawatinjera', label = 'Doro Wat Injera (Éthiopie)', weight = 350, type = 'item', image = 'bbs_ethiopia_dorawatinjera.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_egypt_koshari = { name = 'bbs_egypt_koshari', label = 'Koshari (Égypte)', weight = 350, type = 'item', image = 'bbs_egypt_koshari.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_dominic_labandera = { name = 'bbs_dominic_labandera', label = 'Labandera (Rép. Dom.)', weight = 350, type = 'item', image = 'bbs_dominic_labandera.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_denmark_frikadeller = { name = 'bbs_denmark_frikadeller', label = 'Frikadeller (Danemark)', weight = 350, type = 'item', image = 'bbs_denmark_frikadeller.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_czech_vepro = { name = 'bbs_czech_vepro', label = 'Vepřo Knedlo Zelo (Tchéquie)', weight = 350, type = 'item', image = 'bbs_czech_vepro.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_cuba_ropavieja = { name = 'bbs_cuba_ropavieja', label = 'Ropa Vieja (Cuba)', weight = 350, type = 'item', image = 'bbs_cuba_ropavieja.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_canada_poutine = { name = 'bbs_canada_poutine', label = 'Poutine (Canada)', weight = 350, type = 'item', image = 'bbs_canada_poutine.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_burundi_ugali = { name = 'bbs_burundi_ugali', label = 'Ugali (Burundi)', weight = 350, type = 'item', image = 'bbs_burundi_ugali.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_bangladesh_latvia_greypeas = { name = 'bbs_bangladesh_latvia_greypeas', label = 'Pois Gris (Lettonie)', weight = 350, type = 'item', image = 'bbs_bangladesh_latvia_greypeas.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_bangladesh_fish_curry = { name = 'bbs_bangladesh_fish_curry', label = 'Curry de Poisson (Bangladesh)', weight = 350, type = 'item', image = 'bbs_bangladesh_fish_curry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_algeria_couscous = { name = 'bbs_algeria_couscous', label = 'Couscous (Algérie)', weight = 350, type = 'item', image = 'bbs_algeria_couscous.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_afghanistan_kabuli = { name = 'bbs_afghanistan_kabuli', label = 'Kabuli Palaw (Afghanistan)', weight = 350, type = 'item', image = 'bbs_afghanistan_kabuli.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_albania_tovekosi = { name = 'bbs_albania_tovekosi', label = 'Tavë Kosi (Albanie)', weight = 350, type = 'item', image = 'bbs_albania_tovekosi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_andorra_escudella = { name = 'bbs_andorra_escudella', label = 'Escudella (Andorre)', weight = 350, type = 'item', image = 'bbs_andorra_escudella.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_brazil_feijoada = { name = 'bbs_brazil_feijoada', label = 'Feijoada (Brésil)', weight = 350, type = 'item', image = 'bbs_brazil_feijoada.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_armenia_khorovats = { name = 'bbs_armenia_khorovats', label = 'Khorovats (Arménie)', weight = 350, type = 'item', image = 'bbs_armenia_khorovats.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, bbs_oman_shuwa = { name = 'bbs_oman_shuwa', label = 'Shuwa (Oman)', weight = 350, type = 'item', image = 'bbs_oman_shuwa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un plat traditionnel.' }, -- Plats de riz bbs_pomegranate_rice = { name = 'bbs_pomegranate_rice', label = 'Riz à la Grenade', weight = 350, type = 'item', image = 'bbs_pomegranate_rice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_milizanopilafo = { name = 'bbs_milizanopilafo', label = 'Milizanopilafo', weight = 350, type = 'item', image = 'bbs_milizanopilafo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_mexican_afghan_rice = { name = 'bbs_mexican_afghan_rice', label = 'Riz Mexicain Afghan', weight = 350, type = 'item', image = 'bbs_mexican_afghan_rice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, -- Fruits de mer bbs_clam_boiled = { name = 'bbs_clam_boiled', label = 'Palourdes Cuites', weight = 350, type = 'item', image = 'bbs_clam_boiled.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_clam_soup = { name = 'bbs_clam_soup', label = 'Soupe de Palourdes', weight = 350, type = 'item', image = 'bbs_clam_soup.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_crab_meat_bowl = { name = 'bbs_crab_meat_bowl', label = 'Bol de Chair de Crabe', weight = 350, type = 'item', image = 'bbs_crab_meat_bowl.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_crab_soup = { name = 'bbs_crab_soup', label = 'Soupe de Crabe', weight = 350, type = 'item', image = 'bbs_crab_soup.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_eal_green = { name = 'bbs_eal_green', label = 'Anguille Verte', weight = 350, type = 'item', image = 'bbs_eal_green.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_fish_fillet = { name = 'bbs_fish_fillet', label = 'Filet de Poisson', weight = 350, type = 'item', image = 'bbs_fish_fillet.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_fish_sticks = { name = 'bbs_fish_sticks', label = 'Bâtonnets de Poisson', weight = 350, type = 'item', image = 'bbs_fish_sticks.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_fishead_curry = { name = 'bbs_fishead_curry', label = 'Curry Tête de Poisson', weight = 350, type = 'item', image = 'bbs_fishead_curry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_octupus_rings = { name = 'bbs_octupus_rings', label = 'Rondelles de Poulpe', weight = 350, type = 'item', image = 'bbs_octupus_rings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_salmon_blocks = { name = 'bbs_salmon_blocks', label = 'Blocs de Saumon', weight = 350, type = 'item', image = 'bbs_salmon_blocks.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_smoked_salmon = { name = 'bbs_smoked_salmon', label = 'Saumon Fumé', weight = 350, type = 'item', image = 'bbs_smoked_salmon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_sushi_tray = { name = 'bbs_sushi_tray', label = 'Plateau de Sushis', weight = 350, type = 'item', image = 'bbs_sushi_tray.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_todmanpla = { name = 'bbs_todmanpla', label = 'Tod Man Pla', weight = 350, type = 'item', image = 'bbs_todmanpla.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_tomoto_crevettes = { name = 'bbs_tomoto_crevettes', label = 'Tomates Crevettes', weight = 350, type = 'item', image = 'bbs_tomoto_crevettes.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, bbs_shrimp_plate = { name = 'bbs_shrimp_plate', label = 'Assiette de Crevettes', weight = 350, type = 'item', image = 'bbs_shrimp_plate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez apaisé votre faim.' }, -- Sucreries et desserts bbs_beeses_puffs = { name = 'bbs_beeses_puffs', label = 'Soufflés au Fromage', weight = 220, type = 'item', image = 'bbs_beeses_puffs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_berrios_cereal = { name = 'bbs_berrios_cereal', label = 'Céréales Berrios', weight = 220, type = 'item', image = 'bbs_berrios_cereal.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_apple_pie = { name = 'bbs_apple_pie', label = 'Tarte aux Pommes', weight = 220, type = 'item', image = 'bbs_apple_pie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_banana_split = { name = 'bbs_banana_split', label = 'Banana Split', weight = 220, type = 'item', image = 'bbs_banana_split.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_berries_roll = { name = 'bbs_berries_roll', label = 'Rouleau aux Baies', weight = 220, type = 'item', image = 'bbs_berries_roll.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_biscuit_covered = { name = 'bbs_biscuit_covered', label = 'Biscuit Enrobé', weight = 220, type = 'item', image = 'bbs_biscuit_covered.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_biscuit_tray = { name = 'bbs_biscuit_tray', label = 'Plateau de Biscuits', weight = 220, type = 'item', image = 'bbs_biscuit_tray.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_bread_pudding = { name = 'bbs_bread_pudding', label = 'Pudding au Pain', weight = 220, type = 'item', image = 'bbs_bread_pudding.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_brownie_tray = { name = 'bbs_brownie_tray', label = 'Plateau de Brownies', weight = 220, type = 'item', image = 'bbs_brownie_tray.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_brownie_wall = { name = 'bbs_brownie_wall', label = 'Mur de Brownies', weight = 220, type = 'item', image = 'bbs_brownie_wall.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_candy_bar = { name = 'bbs_candy_bar', label = 'Barre Sucrée', weight = 220, type = 'item', image = 'bbs_candy_bar.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_candy_corn = { name = 'bbs_candy_corn', label = 'Bonbons Maïs', weight = 220, type = 'item', image = 'bbs_candy_corn.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_caramel_cake = { name = 'bbs_caramel_cake', label = 'Gâteau au Caramel', weight = 220, type = 'item', image = 'bbs_caramel_cake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_cheesecake = { name = 'bbs_cheesecake', label = 'Cheesecake', weight = 220, type = 'item', image = 'bbs_cheesecake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_choco_cake = { name = 'bbs_choco_cake', label = 'Gâteau au Chocolat', weight = 220, type = 'item', image = 'bbs_choco_cake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_chocolate_pie = { name = 'bbs_chocolate_pie', label = 'Tarte au Chocolat', weight = 220, type = 'item', image = 'bbs_chocolate_pie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_cinnamon_roll = { name = 'bbs_cinnamon_roll', label = 'Rouleau à la Cannelle', weight = 220, type = 'item', image = 'bbs_cinnamon_roll.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_cookies_tray = { name = 'bbs_cookies_tray', label = 'Plateau de Cookies', weight = 220, type = 'item', image = 'bbs_cookies_tray.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_cream_puffs = { name = 'bbs_cream_puffs', label = 'Choux à la Crème', weight = 220, type = 'item', image = 'bbs_cream_puffs.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_croissant_sandwich = { name = 'bbs_croissant_sandwich', label = 'Sandwich Croissant', weight = 220, type = 'item', image = 'bbs_croissant_sandwich.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_cupcake = { name = 'bbs_cupcake', label = 'Cupcake', weight = 220, type = 'item', image = 'bbs_cupcake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_donut_1 = { name = 'bbs_donut_1', label = 'Donut Glacé', weight = 220, type = 'item', image = 'bbs_donut_1.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_donut_2 = { name = 'bbs_donut_2', label = 'Donut Saupoudré', weight = 220, type = 'item', image = 'bbs_donut_2.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_donut_3 = { name = 'bbs_donut_3', label = 'Donut Fourré', weight = 220, type = 'item', image = 'bbs_donut_3.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_eclaire = { name = 'bbs_eclaire', label = 'Éclair', weight = 220, type = 'item', image = 'bbs_eclaire.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_flan = { name = 'bbs_flan', label = 'Flan', weight = 220, type = 'item', image = 'bbs_flan.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_fudge = { name = 'bbs_fudge', label = 'Fudge au Chocolat', weight = 220, type = 'item', image = 'bbs_fudge.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_gingerbread = { name = 'bbs_gingerbread', label = "Pain d'Épices", weight = 220, type = 'item', image = 'bbs_gingerbread.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_halwa = { name = 'bbs_halwa', label = 'Halwa', weight = 220, type = 'item', image = 'bbs_halwa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_icecream_cone = { name = 'bbs_icecream_cone', label = 'Cornet de Glace', weight = 220, type = 'item', image = 'bbs_icecream_cone.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_icecream_cup = { name = 'bbs_icecream_cup', label = 'Coupe de Glace', weight = 220, type = 'item', image = 'bbs_icecream_cup.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_icecream_sandwich = { name = 'bbs_icecream_sandwich', label = 'Sandwich à la Glace', weight = 220, type = 'item', image = 'bbs_icecream_sandwich.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_lollipop = { name = 'bbs_lollipop', label = 'Sucette', weight = 220, type = 'item', image = 'bbs_lollipop.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_madeleine = { name = 'bbs_madeleine', label = 'Madeleine', weight = 220, type = 'item', image = 'bbs_madeleine.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_macaroon = { name = 'bbs_macaroon', label = 'Macaron', weight = 220, type = 'item', image = 'bbs_macaroon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_mochi = { name = 'bbs_mochi', label = 'Mochi', weight = 220, type = 'item', image = 'bbs_mochi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_panna_cotta = { name = 'bbs_panna_cotta', label = 'Panna Cotta', weight = 220, type = 'item', image = 'bbs_panna_cotta.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_pistachio_baklava = { name = 'bbs_pistachio_baklava', label = 'Baklava à la Pistache', weight = 220, type = 'item', image = 'bbs_pistachio_baklava.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_pudding = { name = 'bbs_pudding', label = 'Pudding', weight = 220, type = 'item', image = 'bbs_pudding.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_tiramisu = { name = 'bbs_tiramisu', label = 'Tiramisu', weight = 220, type = 'item', image = 'bbs_tiramisu.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_waffle = { name = 'bbs_waffle', label = 'Gaufre', weight = 220, type = 'item', image = 'bbs_waffle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, bbs_waffle_sticks = { name = 'bbs_waffle_sticks', label = 'Bâtonnets de Gaufre', weight = 220, type = 'item', image = 'bbs_waffle_sticks.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez savouré un délicieux dessert.' }, -- Fruits et légumes bbs_strawberry = { name = 'bbs_strawberry', label = 'Fraise', weight = 220, type = 'item', image = 'bbs_strawberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_raspberry = { name = 'bbs_raspberry', label = 'Framboise', weight = 220, type = 'item', image = 'bbs_raspberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_peach = { name = 'bbs_peach', label = 'Pêche', weight = 220, type = 'item', image = 'bbs_peach.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_cranbarry = { name = 'bbs_cranbarry', label = 'Canneberge', weight = 220, type = 'item', image = 'bbs_cranbarry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_grapefrilt = { name = 'bbs_grapefrilt', label = 'Pamplemousse', weight = 220, type = 'item', image = 'bbs_grapefrilt.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_pear = { name = 'bbs_pear', label = 'Poire', weight = 220, type = 'item', image = 'bbs_pear.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_mango_half = { name = 'bbs_mango_half', label = 'Demi-Mangue', weight = 220, type = 'item', image = 'bbs_mango_half.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_kiwi_half = { name = 'bbs_kiwi_half', label = 'Demi-Kiwi', weight = 220, type = 'item', image = 'bbs_kiwi_half.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_banana_peeled = { name = 'bbs_banana_peeled', label = 'Banane Épluchée', weight = 220, type = 'item', image = 'bbs_banana_peeled.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_apricot = { name = 'bbs_apricot', label = 'Abricot', weight = 220, type = 'item', image = 'bbs_apricot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_apple = { name = 'bbs_apple', label = 'Pomme', weight = 220, type = 'item', image = 'bbs_apple.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un fruit frais.' }, bbs_zucchini = { name = 'bbs_zucchini', label = 'Courgette', weight = 220, type = 'item', image = 'bbs_zucchini.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un légume frais.' }, bbs_carrot = { name = 'bbs_carrot', label = 'Carotte', weight = 220, type = 'item', image = 'bbs_carrot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un légume frais.' }, bbs_cucumber = { name = 'bbs_cucumber', label = 'Concombre', weight = 220, type = 'item', image = 'bbs_cucumber.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un légume frais.' }, bbs_bambooshoot = { name = 'bbs_bambooshoot', label = 'Pousse de Bambou', weight = 220, type = 'item', image = 'bbs_bambooshoot.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Vous avez croqué dans un légume frais.' }, }