QBShared = QBShared or {} QBShared.Items = { -- WEAPONS -- Melee ['weapon_unarmed'] = {['name'] = 'weapon_unarmed', ['label'] = 'Fists', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'placeholder.png', ['unique'] = true, ['useable'] = false, ['description'] = 'Fisticuffs'}, ['weapon_dagger'] = {['name'] = 'weapon_dagger', ['label'] = 'Hançer', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_dagger.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A short knife with a pointed and edged blade, used as a weapon'}, ['weapon_bat'] = {['name'] = 'weapon_bat', ['label'] = 'Sopa', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_bat.png', ['unique'] = true, ['useable'] = false, ['description'] = 'Used for hitting a ball in sports (or other things)'}, ['weapon_bottle'] = {['name'] = 'weapon_bottle', ['label'] = 'Kırık Cam Parçası', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_bottle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A broken bottle'}, ['weapon_crowbar'] = {['name'] = 'weapon_crowbar', ['label'] = 'Levye', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_crowbar.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An iron bar with a flattened end, used as a lever'}, ['weapon_flashlight'] = {['name'] = 'weapon_flashlight', ['label'] = 'Flashlight', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_flashlight.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A battery-operated portable light'}, ['weapon_golfclub'] = {['name'] = 'weapon_golfclub', ['label'] = 'Golf Sopası', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_golfclub.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A club used to hit the ball in golf'}, ['weapon_hammer'] = {['name'] = 'weapon_hammer', ['label'] = 'Çekiç', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_hammer.png', ['unique'] = true, ['useable'] = false, ['description'] = 'Used for jobs such as breaking things (legs) and driving in nails'}, ['weapon_hatchet'] = {['name'] = 'weapon_hatchet', ['label'] = 'Balta', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_hatchet.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A small axe with a short handle for use in one hand'}, ['weapon_knuckle'] = {['name'] = 'weapon_knuckle', ['label'] = 'Eklem', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_knuckle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows'}, ['weapon_knife'] = {['name'] = 'weapon_knife', ['label'] = 'Bıçak', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_knife.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon'}, ['weapon_machete'] = {['name'] = 'weapon_machete', ['label'] = 'Satır', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_machete.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A broad, heavy knife used as a weapon'}, ['weapon_switchblade'] = {['name'] = 'weapon_switchblade', ['label'] = 'Sustalı', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_switchblade.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A knife with a blade that springs out from the handle when a button is pressed'}, ['weapon_nightstick'] = {['name'] = 'weapon_nightstick', ['label'] = 'Cop', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_nightstick.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A police officer\'s club or billy'}, ['weapon_wrench'] = {['name'] = 'weapon_wrench', ['label'] = 'İngiliz Anahtarı', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_wrench.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A tool used for gripping and turning nuts, bolts, pipes, etc'}, ['weapon_battleaxe'] = {['name'] = 'weapon_battleaxe', ['label'] = 'Balta', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_battleaxe.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A large broad-bladed axe used in ancient warfare'}, ['weapon_poolcue'] = {['name'] = 'weapon_poolcue', ['label'] = 'İsteka', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_poolcue.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A stick used to strike a ball, usually the cue ball (or other things)'}, ['weapon_briefcase'] = {['name'] = 'weapon_briefcase', ['label'] = 'İş Çantası', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_briefcase.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A briefcase for storing important documents'}, ['weapon_briefcase_02'] = {['name'] = 'weapon_briefcase_02', ['label'] = 'Özel Çanta', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_briefcase2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'Wonderfull for nice vacation to Liberty City'}, ['weapon_garbagebag'] = {['name'] = 'weapon_garbagebag', ['label'] = 'Çöp Torbası', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_garbagebag.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A garbage bag'}, ['weapon_handcuffs'] = {['name'] = 'weapon_handcuffs', ['label'] = 'Kelepçe', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_handcuffs.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists'}, ['weapon_bread'] = {['name'] = 'weapon_bread', ['label'] = 'Baket', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'baquette.png', ['unique'] = true, ['useable'] = false, ['description'] = 'Bread...?'}, ['weapon_stone_hatchet'] = {['name'] = 'weapon_stone_hatchet', ['label'] = 'Taş Balta', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_stone_hatchet.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Stone ax'}, ['skateboard'] = {['name'] = 'skateboard', ['label'] = 'Kaykay', ['weight'] = 500, ['type'] = 'item', ['image'] = 'skateboard.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '',['created'] = nil, ['decay'] = 14.0}, ['yogamat'] = {['name'] = 'yogamat', ['label'] = 'Yoga Mat', ['weight'] = 500, ['type'] = 'item', ['image'] = 'yogamat.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '',['created'] = nil, ['decay'] = 14.0}, -- NARGİLE ['4play'] = {['name'] = '4play', ['label'] = '4Play Fantasia', ['weight'] = 500, ['type'] = 'item', ['image'] = '4play.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['2005_blueberry'] = {['name'] = '2005_blueberry', ['label'] = '2005 Yabanmersinli Tanca', ['weight'] = 500, ['type'] = 'item', ['image'] = '2005_blueberry.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['50_below'] = {['name'] = '50_below', ['label'] = '50 Bilo Nirvana Dokha', ['weight'] = 500, ['type'] = 'item', ['image'] = '50_below.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['social_smoke'] = {['name'] = 'social_smoke', ['label'] = 'Sigara Aroması', ['weight'] = 500, ['type'] = 'item', ['image'] = 'social_smoke.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['zomo_cream'] = {['name'] = 'zomo_cream', ['label'] = 'Acai Kremalı Zomo', ['weight'] = 500, ['type'] = 'item', ['image'] = 'zomo_cream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['spades_fantasia'] = {['name'] = 'spades_fantasia', ['label'] = 'Maça Ası Fantasia', ['weight'] = 500, ['type'] = 'item', ['image'] = 'spades_fantasia.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['mofo_fantasia'] = {['name'] = 'mofo_fantasia', ['label'] = 'Adios Muo Fantezi', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mofo_fantasia.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['adalya_love'] = {['name'] = 'adalya_love', ['label'] = 'Adalya Love 66', ['weight'] = 500, ['type'] = 'item', ['image'] = 'adalya_love.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['zomo_lemon'] = {['name'] = 'zomo_lemon', ['label'] = 'Orta Limon Suyu', ['weight'] = 500, ['type'] = 'item', ['image'] = 'zomo_lemon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['cane_mint'] = {['name'] = 'cane_mint', ['label'] = 'Tanca Kamışı Nane', ['weight'] = 500, ['type'] = 'item', ['image'] = 'cane_mint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['blue_mist'] = {['name'] = 'blue_mist', ['label'] = 'Starbuzz Mavi Sis', ['weight'] = 500, ['type'] = 'item', ['image'] = 'blue_mist.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['double_apple'] = {['name'] = 'double_apple', ['label'] = 'Nakhla Çifte Elma', ['weight'] = 500, ['type'] = 'item', ['image'] = 'double_apple.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['gummi_bear'] = {['name'] = 'gummi_bear', ['label'] = 'Fumari Beyaz Sakızlı Ayı', ['weight'] = 10, ['type'] = 'item', ['image'] = 'gummi_bear.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['peppermint_shake'] = {['name'] = 'peppermint_shake', ['label'] = 'Trifecta Blonde Nane Sarsıntısı', ['weight'] = 10,['type'] = 'item', ['image'] = 'peppermint_shake.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['al_fakher'] = {['name'] = 'al_fakher', ['label'] = 'Al Fakher İki Elma', ['weight'] = 250, ['type'] = 'item', ['image'] = 'al_fakher.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['el_patron'] = {['name'] = 'el_patron', ['label'] = 'Kaos Patron', ['weight'] = 10, ['type'] = 'item', ['image'] = 'el_patron.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['coals'] = {['name'] = 'coals', ['label'] = 'Nargile Kömürleri', ['weight'] = 300, ['type'] = 'item', ['image'] = 'coals.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['hot_coals'] = {['name'] = 'hot_coals', ['label'] = 'Sıcak kömürler', ['weight'] = 300, ['type'] = 'item', ['image'] = 'hot_coals.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['hose'] = {['name'] = 'hose', ['label'] = 'Nargile Hortumu', ['weight'] = 250, ['type'] = 'item', ['image'] = 'hose.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['foil'] = {['name'] = 'foil', ['label'] = 'Folyo kağıdı', ['weight'] = 150, ['type'] = 'item', ['image'] = 'foil.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, ['foil_poker'] = {['name'] = 'foil_poker', ['label'] = 'Folyo Poker', ['weight'] = 500, ['type'] = 'item', ['image'] = 'foil_poker.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Your description here'}, ['foil_poked'] = {['name'] = 'foil_poked', ['label'] = 'Folyo Poker', ['weight'] = 500, ['type'] = 'item', ['image'] = 'foil_poked.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Your description here'}, -- chiepy Custom Weapon ['weapon_katanas'] = {['name'] = 'weapon_katanas', ['label'] = 'Katana', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'nil', ['image'] = 'weapon_katanas.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_shiv'] = {['name'] = 'weapon_shiv', ['label'] = 'Hapishane Çakısı', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'nil', ['image'] = 'weapon_shiv.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_sledgeham'] = {['name'] = 'weapon_sledgeham', ['label'] = 'Balyoz', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'nil', ['image'] = 'weapon_sledgeham.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_m4'] = {['name'] = 'weapon_m4', ['label'] = 'PD M4', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_m4.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_g22'] = {['name'] = 'weapon_g22', ['label'] = 'AWM', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_g22.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_sniperrifle2'] = {['name'] = 'weapon_sniperrifle2', ['label'] = 'Avcı Tüfeği', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_sniperrifle2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_m14'] = {['name'] = 'weapon_m14', ['label'] = 'MK14 (SWAT)', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_m14.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_dragunov'] = {['name'] = 'weapon_dragunov', ['label'] = 'Dragunov', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_dragunov.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_microsmg2'] = {['name'] = 'weapon_microsmg2', ['label'] = 'Uzi', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_microsmg2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_microsmg3'] = {['name'] = 'weapon_microsmg3', ['label'] = 'Mac-10', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_microsmg3.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_glock'] = {['name'] = 'weapon_glock', ['label'] = 'PD Glock', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOLRG', ['image'] = 'weapon_combatpistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_assaultrifle2'] = {['name'] = 'weapon_assaultrifle2', ['label'] = 'Zastava M70', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_assaultrifle2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_pumpshotgun_mk2'] = {['name'] = 'weapon_pumpshotgun_mk2', ['label'] = 'PD Remington 870', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_pumpshotgun_mk2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_ltl'] = {['name'] = 'weapon_ltl', ['label'] = 'Rubber Slug Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_ltl.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_browning'] = {['name'] = 'weapon_browning', ['label'] = 'Browning Hi-Power', ['weight'] = 0, ['type'] = 'weapon', ['ammotype'] = 'YALAGARDAS', ['image'] = 'weapon_browning.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_dp9'] = {['name'] = 'weapon_dp9', ['label'] = 'Diamondback DP9', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_dp9.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_specialcarbine_mk2'] = {['name'] = 'weapon_specialcarbine_mk2', ['label'] = 'FN SCAR-L', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_specialcarbine_mk2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_g17'] = {['name'] = 'weapon_g17', ['label'] = 'Glock 17 A', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_g17.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_g19'] = {['name'] = 'weapon_g19', ['label'] = 'Glock 19', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_g19.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_tolvector'] = {['name'] = 'weapon_tolvector', ['label'] = 'Kriss Vector', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_tolvector.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_p226'] = {['name'] = 'weapon_p226', ['label'] = 'Sig Sauer P 226', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_p226.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_groza'] = {['name'] = 'weapon_groza', ['label'] = 'Groza', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_groza.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['et'] = {['name'] = 'et', ['label'] = 'Kıyma', ['weight'] = 2, ['type'] = 'item', ['image'] = 'et.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu pişirmem gerek....'}, ['taco'] = {['name'] = 'taco', ['label'] = 'Taco', ['weight'] = 3, ['type'] = 'item', ['image'] = 'taco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu yemem veya paketlemem gerek....'}, ['tacoekmegi'] = {['name'] = 'tacoekmegi', ['label'] = 'Taco Ekmegi', ['weight'] = 2, ['type'] = 'item', ['image'] = 'tacoekmegi.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu yıkamam gerek....'}, ['tacoeti'] = {['name'] = 'tacoeti', ['label'] = 'Taco Eti', ['weight'] = 2, ['type'] = 'item', ['image'] = 'tacoeti.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu yıkamam gerek....'}, ['tacomalzemesi'] = {['name'] = 'tacomalzemesi', ['label'] = 'Taco Malzemesi', ['weight'] = 1, ['type'] = 'item', ['image'] = 'tacomalzemesi.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu hazırlamam gerek....'}, ['tacopaketi'] = {['name'] = 'tacopaketi', ['label'] = 'Paketlenmiş Taco', ['weight'] = 24, ['type'] = 'item', ['image'] = 'tacopaketi.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu satmam gerek....'}, ['taco'] = {['name'] = 'taco', ['label'] = 'Taco', ['weight'] = 3, ['type'] = 'item', ['image'] = 'taco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu yemem veya paketlemem gerek....'}, ['limon'] = {['name'] = 'limon', ['label'] = 'Çamurlu Limon', ['weight'] = 2, ['type'] = 'item', ['image'] = 'limon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu yıkamam gerek....'}, ['marul'] = {['name'] = 'marul', ['label'] = 'Çamurlu Marul', ['weight'] = 2, ['type'] = 'item', ['image'] = 'marul.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu yıkamam gerek....'}, ['yikanmismarul'] = {['name'] = 'yikanmismarul', ['label'] = 'Marul', ['weight'] = 1, ['type'] = 'item', ['image'] = 'yikanmismarul.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu hazırlamam gerek....'}, ['yikanmislimon'] = {['name'] = 'yikanmislimon', ['label'] = 'Limon', ['weight'] = 1, ['type'] = 'item', ['image'] = 'yikanmislimon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu hazırlamam gerek....'}, ['paketlenmistaco'] = {['name'] = 'paketlenmistaco', ['label'] = 'Kutulanmış Taco', ['weight'] = 24, ['type'] = 'item', ['image'] = 'paketlenmistaco.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'bunu satmam gerek....'}, -- Handguns ['weapon_pistol'] = {['name'] = 'weapon_pistol', ['label'] = 'Walther P99', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_pistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A small firearm designed to be held in one hand'}, ['weapon_pistol_mk2'] = {['name'] = 'weapon_pistol_mk2', ['label'] = 'Pistol Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_pistol_mk2.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded small firearm designed to be held in one hand'}, ['weapon_combatpistol'] = {['name'] = 'weapon_combatpistol', ['label'] = 'Combat Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOLRG', ['image'] = 'weapon_combatpistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A combat version small firearm designed to be held in one hand'}, ['weapon_appistol'] = {['name'] = 'weapon_appistol', ['label'] = 'AP Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOLRG', ['image'] = 'weapon_appistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A small firearm designed to be held in one hand that is automatic'}, ['weapon_stungun'] = {['name'] = 'weapon_stungun', ['label'] = 'Taser', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_stungun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A weapon firing barbs attached by wires to batteries, causing temporary paralysis'}, ['weapon_pistol50'] = {['name'] = 'weapon_pistol50', ['label'] = 'Pistol .50', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_pistol50.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A .50 caliber firearm designed to be held with both hands'}, ['weapon_snspistol'] = {['name'] = 'weapon_snspistol', ['label'] = 'SNS Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_snspistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A very small firearm designed to be easily concealed'}, ['weapon_heavypistol'] = {['name'] = 'weapon_heavypistol', ['label'] = 'Heavy Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOLRG', ['image'] = 'weapon_heavypistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A hefty firearm designed to be held in one hand (or attempted)'}, ['weapon_vintagepistol'] = {['name'] = 'weapon_vintagepistol', ['label'] = 'Vintage Pistol', ['weight'] = 0, ['type'] = 'weapon', ['ammotype'] = 'YALAGARDAS', ['image'] = 'weapon_vintagepistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An antique firearm designed to be held in one hand'}, ['weapon_flaregun'] = {['name'] = 'weapon_flaregun', ['label'] = 'Flare Gun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_FLARE', ['image'] = 'weapon_flaregun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A handgun for firing signal rockets'}, ['weapon_marksmanpistol'] = {['name'] = 'weapon_marksmanpistol', ['label'] = 'Marksman Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_marksmanpistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A very accurate small firearm designed to be held in one hand'}, ['weapon_revolver'] = {['name'] = 'weapon_revolver', ['label'] = 'Revolver', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_revolver.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A pistol with revolving chambers enabling several shots to be fired without reloading'}, ['weapon_revolver_mk2'] = {['name'] = 'weapon_revolver_mk2', ['label'] = 'Violence', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_revolver_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'da Violence'}, ['weapon_doubleaction'] = {['name'] = 'weapon_doubleaction', ['label'] = 'Double Action Revolver', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_doubleaction.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Double Action Revolver'}, ['weapon_snspistol_mk2'] = {['name'] = 'weapon_snspistol_mk2', ['label'] = 'SNS Pistol Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_snspistol_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'SNS Pistol MK2'}, ['weapon_raypistol'] = {['name'] = 'weapon_raypistol', ['label'] = 'Up-n-Atomizer', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_raypistol.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Raypistol'}, ['weapon_ceramicpistol'] = {['name'] = 'weapon_ceramicpistol', ['label'] = 'Ceramic Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_ceramicpistol.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Ceramicpistol'}, ['weapon_navyrevolver'] = {['name'] = 'weapon_navyrevolver', ['label'] = 'Navy Revolver', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_navyrevolver.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Navyrevolver'}, ['weapon_gadgetpistol'] = {['name'] = 'weapon_gadgetpistol', ['label'] = 'Perico Pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_gadgetpistol.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Gadgetpistol'}, -- Submachine Guns ['weapon_microsmg'] = {['name'] = 'weapon_microsmg', ['label'] = 'Micro SMG', ['weight'] = 0, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_microsmg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A handheld lightweight machine gun'}, ['weapon_smg'] = {['name'] = 'weapon_smg', ['label'] = 'SMG', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'ammo-9', ['image'] = 'weapon_smg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A handheld lightweight machine gun'}, ['weapon_smg_mk2'] = {['name'] = 'weapon_smg_mk2', ['label'] = 'SMG Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'ammo-9', ['image'] = 'weapon_smg_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'SMG MK2'}, ['weapon_assaultsmg'] = {['name'] = 'weapon_assaultsmg', ['label'] = 'Assault SMG', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_assaultsmg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An assault version of a handheld lightweight machine gun'}, ['weapon_combatpdw'] = {['name'] = 'weapon_combatpdw', ['label'] = 'Combat PDW', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_combatpdw.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A combat version of a handheld lightweight machine gun'}, ['weapon_machinepistol'] = {['name'] = 'weapon_machinepistol', ['label'] = 'Tec-9', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PISTOL', ['image'] = 'weapon_machinepistol.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A self-loading pistol capable of burst or fully automatic fire'}, ['weapon_minismg'] = {['name'] = 'weapon_minismg', ['label'] = 'Mini SMG', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_minismg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A mini handheld lightweight machine gun'}, ['weapon_raycarbine'] = {['name'] = 'weapon_raycarbine', ['label'] = 'Unholy Hellbringer', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SMG', ['image'] = 'weapon_raycarbine.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Raycarbine'}, -- Shotguns ['weapon_pumpshotgun'] = {['name'] = 'weapon_pumpshotgun', ['label'] = 'Pump Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_pumpshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A pump-action smoothbore gun for firing small shot at short range'}, ['weapon_sawnoffshotgun'] = {['name'] = 'weapon_sawnoffshotgun', ['label'] = 'Sawn-off Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_sawnoffshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A sawn-off smoothbore gun for firing small shot at short range'}, ['weapon_assaultshotgun'] = {['name'] = 'weapon_assaultshotgun', ['label'] = 'Assault Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_assaultshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An assault version of asmoothbore gun for firing small shot at short range'}, ['weapon_bullpupshotgun'] = {['name'] = 'weapon_bullpupshotgun', ['label'] = 'Bullpup Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_bullpupshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A compact smoothbore gun for firing small shot at short range'}, ['weapon_musket'] = {['name'] = 'weapon_musket', ['label'] = 'Musket', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_musket.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder'}, ['weapon_heavyshotgun'] = {['name'] = 'weapon_heavyshotgun', ['label'] = 'Heavy Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_heavyshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A large smoothbore gun for firing small shot at short range'}, ['weapon_dbshotgun'] = {['name'] = 'weapon_dbshotgun', ['label'] = 'Double-barrel Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_dbshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession'}, ['weapon_autoshotgun'] = {['name'] = 'weapon_autoshotgun', ['label'] = 'Auto Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_autoshotgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A shotgun capable of rapid continous fire'}, ['weapon_pumpshotgun_mk2'] = {['name'] = 'weapon_pumpshotgun_mk2', ['label'] = 'Pumpshotgun Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_pumpshotgun_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Pumpshotgun MK2'}, ['weapon_combatshotgun'] = {['name'] = 'weapon_combatshotgun', ['label'] = 'Combat Shotgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SHOTGUN', ['image'] = 'weapon_combatshotgun.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Combatshotgun'}, -- Assault Rifles ['weapon_assaultrifle'] = {['name'] = 'weapon_assaultrifle', ['label'] = 'Assault Rifle', ['weight'] = 0, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_assaultrifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A rapid-fire, magazine-fed automatic rifle designed for infantry use'}, ['weapon_assaultrifle_mk2'] = {['name'] = 'weapon_assaultrifle_mk2', ['label'] = 'Assault Rifle Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_assaultrifle_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Assault Rifle MK2'}, ['weapon_carbinerifle'] = {['name'] = 'weapon_carbinerifle', ['label'] = 'Carbine Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_carbinerifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A lightweight automatic rifle'}, ['weapon_carbinerifle_mk2'] = {['name'] = 'weapon_carbinerifle_mk2', ['label'] = 'Carbine Rifle Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_carbinerifle_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Carbine Rifle MK2'}, ['weapon_advancedrifle'] = {['name'] = 'weapon_advancedrifle', ['label'] = 'Advanced Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_advancedrifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use'}, ['weapon_specialcarbine'] = {['name'] = 'weapon_specialcarbine', ['label'] = 'Special Carbine', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_specialcarbine.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An extremely versatile assault rifle for any combat situation'}, ['weapon_bullpuprifle'] = {['name'] = 'weapon_bullpuprifle', ['label'] = 'Bullpup Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_bullpuprifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A compact automatic assault rifle'}, ['weapon_compactrifle'] = {['name'] = 'weapon_compactrifle', ['label'] = 'Compact Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_compactrifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A compact version of an assault rifle'}, ['weapon_specialcarbine_mk2'] = {['name'] = 'weapon_specialcarbine_mk2', ['label'] = 'Special Carbine Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_specialcarbine_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Wpecialcarbine MK2'}, ['weapon_bullpuprifle_mk2'] = {['name'] = 'weapon_bullpuprifle_mk2', ['label'] = 'Bullpup Rifle Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_bullpuprifle_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Bull Puprifle MK2'}, ['weapon_militaryrifle'] = {['name'] = 'weapon_militaryrifle', ['label'] = 'Military Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RIFLE', ['image'] = 'weapon_militaryrifle.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Militaryrifle'}, -- Light Machine Guns --['weapon_mg'] = {['name'] = 'weapon_mg', ['label'] = 'Machinegun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_MG', ['image'] = 'weapon_mg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed'}, --['weapon_combatmg'] = {['name'] = 'weapon_combatmg', ['label'] = 'Combat MG', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_MG', ['image'] = 'weapon_combatmg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed'}, ['weapon_gusenberg'] = {['name'] = 'weapon_gusenberg', ['label'] = 'Thompson SMG', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_MG', ['image'] = 'weapon_gusenberg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An automatic rifle commonly referred to as a tommy gun'}, --['weapon_combatmg_mk2'] = {['name'] = 'weapon_combatmg_mk2', ['label'] = 'Combat MG Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_MG', ['image'] = 'weapon_combatmg_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Combatmg MK2'}, -- Sniper Rifles --['weapon_sniperrifle'] = {['name'] = 'weapon_sniperrifle', ['label'] = 'Sniper Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_sniperrifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A high-precision, long-range rifle'}, ['weapon_heavysniper'] = {['name'] = 'weapon_heavysniper', ['label'] = 'Heavy Sniper', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_heavysniper.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An upgraded high-precision, long-range rifle'}, --['weapon_marksmanrifle'] = {['name'] = 'weapon_marksmanrifle', ['label'] = 'Marksman Rifle', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_marksmanrifle.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A very accurate single-fire rifle'}, --['weapon_remotesniper'] = {['name'] = 'weapon_remotesniper', ['label'] = 'Remote Sniper', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER_REMOTE', ['image'] = 'weapon_remotesniper.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A portable high-precision, long-range rifle'}, --['weapon_heavysniper_mk2'] = {['name'] = 'weapon_heavysniper_mk2', ['label'] = 'Heavy Sniper Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_heavysniper_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Heavysniper MK2'}, --['weapon_marksmanrifle_mk2'] = {['name'] = 'weapon_marksmanrifle_mk2', ['label'] = 'Marksman Rifle Mk II', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_SNIPER', ['image'] = 'weapon_marksmanrifle_mk2.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Marksmanrifle MK2'}, -- Heavy Weapons --['weapon_rpg'] = {['name'] = 'weapon_rpg', ['label'] = 'RPG', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_RPG', ['image'] = 'weapon_rpg.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A rocket-propelled grenade launcher'}, --['weapon_grenadelauncher'] = {['name'] = 'weapon_grenadelauncher', ['label'] = 'Grenade Launcher', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_GRENADELAUNCHER', ['image'] = 'weapon_grenadelauncher.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead'}, --['weapon_grenadelauncher_smoke'] = {['name'] = 'weapon_grenadelauncher_smoke', ['label'] = 'Smoke Grenade Launcher', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_GRENADELAUNCHER', ['image'] = 'weapon_smokegrenade.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A bomb that produces a lot of smoke when it explodes'}, --['weapon_minigun'] = {['name'] = 'weapon_minigun', ['label'] = 'Minigun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_MINIGUN', ['image'] = 'weapon_minigun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A portable machine gun consisting of a rotating cluster of six barrels and capable of variable rates of fire of up to 6,000 rounds per minute'}, --['weapon_firework'] = {['name'] = 'weapon_firework', ['label'] = 'Firework Launcher', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_firework.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited'}, --['weapon_railgun'] = {['name'] = 'weapon_railgun', ['label'] = 'Railgun', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_railgun.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A weapon that uses electromagnetic force to launch high velocity projectiles'}, --['weapon_hominglauncher'] = {['name'] = 'weapon_hominglauncher', ['label'] = 'Homing Launcher', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_STINGER', ['image'] = 'weapon_hominglauncher.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A weapon fitted with an electronic device that enables it to find and hit a target'}, --['weapon_compactlauncher'] = {['name'] = 'weapon_compactlauncher', ['label'] = 'Compact Launcher', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_compactlauncher.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A compact grenade launcher'}, --['weapon_rayminigun'] = {['name'] = 'weapon_rayminigun', ['label'] = 'Widowmaker', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_MINIGUN', ['image'] = 'weapon_rayminigun.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Rayminigun'}, -- Throwables --['weapon_grenade'] = {['name'] = 'weapon_grenade', ['label'] = 'Grenade', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_grenade.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A handheld throwable bomb'}, --['weapon_bzgas'] = {['name'] = 'weapon_bzgas', ['label'] = 'BZ Gas', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_bzgas.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A cannister of gas that causes extreme pain'}, --['weapon_molotov'] = {['name'] = 'weapon_molotov', ['label'] = 'Molotov', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_molotov.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting'}, --['weapon_stickybomb'] = {['name'] = 'weapon_stickybomb', ['label'] = 'C4', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_stickybomb.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes'}, --['weapon_proxmine'] = {['name'] = 'weapon_proxmine', ['label'] = 'Proxmine Grenade', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_proximitymine.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A bomb placed on the ground that detonates when going within its proximity'}, ['weapon_snowball'] = {['name'] = 'weapon_snowball', ['label'] = 'Snowball', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_snowball.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A ball of packed snow, especially one made for throwing at other people for fun'}, --['weapon_pipebomb'] = {['name'] = 'weapon_pipebomb', ['label'] = 'Pipe Bomb', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_pipebomb.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A homemade bomb, the components of which are contained in a pipe'}, ['weapon_ball'] = {['name'] = 'weapon_ball', ['label'] = 'Ball', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_BALL', ['image'] = 'weapon_ball.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game'}, --['weapon_smokegrenade'] = {['name'] = 'weapon_smokegrenade', ['label'] = 'Smoke Grenade', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_c4.png', ['unique'] = true, ['useable'] = false, ['description'] = 'An explosive charge that can be remotely detonated'}, --['weapon_flare'] = {['name'] = 'weapon_flare', ['label'] = 'Flare pistol', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_FLARE', ['image'] = 'weapon_flare.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A small pyrotechnic devices used for illumination and signalling'}, -- Miscellaneous ['weapon_petrolcan'] = {['name'] = 'weapon_petrolcan', ['label'] = 'Benzin Bidonu', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PETROLCAN', ['image'] = 'weapon_petrolcan.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A robust liquid container made from pressed steel'}, ['weapon_fireextinguisher'] = {['name'] = 'weapon_fireextinguisher', ['label'] = 'Yangın Söndürücü', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = nil, ['image'] = 'weapon_fireextinguisher.png', ['unique'] = true, ['useable'] = false, ['description'] = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire'}, ['weapon_hazardcan'] = {['name'] = 'weapon_hazardcan', ['label'] = 'Hazardous Jerry Can', ['weight'] = 1000, ['type'] = 'weapon', ['ammotype'] = 'AMMO_PETROLCAN', ['image'] = 'weapon_hazardcan.png', ['unique'] = true, ['useable'] = true, ['description'] = 'Weapon Hazardcan'}, -- PISTOL ATTACHMENTS ['pistol_defaultclip'] = {['name'] = 'pistol_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pistol Default Clip'}, ['pistol_extendedclip'] = {['name'] = 'pistol_extendedclip', ['label'] = 'Pistol Uzatılmış', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pistol Extended Clip'}, ['pistol_flashlight'] = {['name'] = 'pistol_flashlight', ['label'] = 'Pistol Feneri', ['weight'] = 0, ['type'] = 'item', ['image'] = 'smg_flashlight.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pistol Flashlight Attachment'}, ['pistol_suppressor'] = {['name'] = 'pistol_suppressor', ['label'] = 'Pistol Susturucu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_suppressor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pistol Suppressor Attachment'}, ['pistol_luxuryfinish'] = {['name'] = 'pistol_luxuryfinish', ['label'] = 'Pistol Altın Kaplama', ['weight'] = 0, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pistol Luxury Finish'}, ['combatpistol_defaultclip'] = {['name'] = 'combatpistol_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat Pistol Default Clip'}, ['combatpistol_extendedclip'] = {['name'] = 'combatpistol_extendedclip', ['label'] = 'Pistol EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat Pistol Extended Clip'}, ['combatpistol_luxuryfinish'] = {['name'] = 'combatpistol_luxuryfinish', ['label'] = 'Pistol Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat Pistol Luxury Finish'}, ['appistol_defaultclip'] = {['name'] = 'appistol_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'APPistol Default Clip'}, ['appistol_extendedclip'] = {['name'] = 'appistol_extendedclip', ['label'] = 'Pistol EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'APPistol Extended Clip'}, ['appistol_luxuryfinish'] = {['name'] = 'appistol_luxuryfinish', ['label'] = 'Pistol Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'APPistol Luxury Finish'}, ['pistol50_defaultclip'] = {['name'] = 'pistol50_defaultclip', ['label'] = 'Pistol.50 Clip', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '.50 Pistol Default Clip'}, ['pistol50_extendedclip'] = {['name'] = 'pistol50_extendedclip', ['label'] = 'Pistol.50 Uzatılmış', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '.50 Pistol Extended Clip'}, ['pistol50_luxuryfinish'] = {['name'] = 'pistol50_luxuryfinish', ['label'] = 'Pistol.50 Altın Kaplama', ['weight'] = 0, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '.50 Pistol Luxury Finish'}, ['revolver_defaultclip'] = {['name'] = 'revolver_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Revovler Default Clip'}, ['revolver_vipvariant'] = {['name'] = 'revolver_vipvariant', ['label'] = 'Pistol Variant', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Revovler Variant'}, ['revolver_bodyguardvariant'] = {['name'] = 'revolver_bodyguardvariant', ['label'] = 'Pistol Variant', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Revovler Variant'}, ['snspistol_defaultclip'] = {['name'] = 'snspistol_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SNS Pistol Default Clip'}, ['snspistol_extendedclip'] = {['name'] = 'snspistol_extendedclip', ['label'] = 'Sns Pistol Uzatılmış', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SNS Pistol Extended Clip'}, ['snspistol_grip'] = {['name'] = 'snspistol_grip', ['label'] = 'Pistol Zımbırtı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SNS Pistol Grip Attachment'}, ['heavypistol_defaultclip'] = {['name'] = 'heavypistol_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Pistol Default Clip'}, ['heavypistol_extendedclip'] = {['name'] = 'heavypistol_extendedclip', ['label'] = 'Pistol EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Pistol Extended Clip'}, ['heavypistol_grip'] = {['name'] = 'heavypistol_grip', ['label'] = 'Pistol Grip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Pistol Grip Attachment'}, ['vintagepistol_defaultclip'] = {['name'] = 'vintagepistol_defaultclip', ['label'] = 'Pistol Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vintage Pistol Default Clip'}, ['vintagepistol_extendedclip'] = {['name'] = 'vintagepistol_extendedclip', ['label'] = 'Pistol EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vintage Pistol Default Clip'}, -- SMG ATTACHMENTS ['microsmg_defaultclip'] = {['name'] = 'microsmg_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Micro SMG Default Clip'}, ['microsmg_extendedclip'] = {['name'] = 'microsmg_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Micro SMG Extended Clip'}, ['microsmg_scope'] = {['name'] = 'microsmg_scope', ['label'] = 'SMG Scope', ['weight'] = 20, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Micro SMG Scope Attachment'}, ['microsmg_luxuryfinish'] = {['name'] = 'microsmg_luxuryfinish', ['label'] = 'SMG Kaplama', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Micro SMG Luxury Finish'}, ['smg_defaultclip'] = {['name'] = 'smg_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Default Clip'}, ['smg_extendedclip'] = {['name'] = 'smg_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'smg_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Extended Clip'}, ['smg_drum'] = {['name'] = 'smg_drum', ['label'] = 'SMG Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Drum'}, ['smg_scope'] = {['name'] = 'smg_scope', ['label'] = 'SMG Scope', ['weight'] = 20, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Scope Attachment'}, ['smg_luxuryfinish'] = {['name'] = 'smg_luxuryfinish', ['label'] = 'SMG Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Luxury Finish'}, ['assaultsmg_defaultclip'] = {['name'] = 'assaultsmg_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault SMG Default Clip'}, ['assaultsmg_extendedclip'] = {['name'] = 'assaultsmg_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault SMG Extended Clip'}, ['assaultsmg_luxuryfinish'] = {['name'] = 'assaultsmg_luxuryfinish', ['label'] = 'SMG Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault SMG Luxury Finish'}, ['minismg_defaultclip'] = {['name'] = 'minismg_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mini SMG Default Clip'}, ['minismg_extendedclip'] = {['name'] = 'minismg_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mini SMG Extended Clip'}, ['machinepistol_defaultclip'] = {['name'] = 'machinepistol_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Machine Pistol Default Clip'}, ['machinepistol_extendedclip'] = {['name'] = 'machinepistol_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Machine Pistol Extended Clip'}, ['machinepistol_drum'] = {['name'] = 'machinepistol_drum', ['label'] = 'Machine Pistol Uzatılmış', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Machine Pistol Drum'}, ['combatpdw_defaultclip'] = {['name'] = 'combatpdw_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat PDW Default Clip'}, ['combatpdw_extendedclip'] = {['name'] = 'combatpdw_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat PDW Extended Clip'}, ['combatpdw_drum'] = {['name'] = 'combatpdw_drum', ['label'] = 'SMG Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat PDW Drum'}, ['combatpdw_grip'] = {['name'] = 'combatpdw_grip', ['label'] = 'SMG Grip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat PDW Grip Attachment'}, ['combatpdw_scope'] = {['name'] = 'combatpdw_scope', ['label'] = 'SMG Scope', ['weight'] = 20, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Combat PDW Scope Attachment'}, -- SHOTGUN ATTACHMENTS ['shotgun_suppressor'] = {['name'] = 'shotgun_suppressor', ['label'] = 'Shotgun Suppressor', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_suppressor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Shotgun Suppressor Attachment'}, ['pumpshotgun_luxuryfinish'] = {['name'] = 'pumpshotgun_luxuryfinish', ['label'] = 'Shotgun Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pump Shotgun Luxury Finish'}, ['sawnoffshotgun_luxuryfinish'] = {['name'] = 'sawnoffshotgun_luxuryfinish', ['label'] = 'Shotgun Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sawn Off Shotgun Luxury Finish'}, ['assaultshotgun_defaultclip'] = {['name'] = 'assaultshotgun_defaultclip', ['label'] = 'Shotgun Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault Shotgun Default Clip'}, ['assaultshotgun_extendedclip'] = {['name'] = 'assaultshotgun_extendedclip', ['label'] = 'Shotgun EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault Shotgun Extended Clip'}, ['heavyshotgun_defaultclip'] = {['name'] = 'heavyshotgun_defaultclip', ['label'] = 'Shotgun Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Shotgun Default Clip'}, ['heavyshotgun_extendedclip'] = {['name'] = 'heavyshotgun_extendedclip', ['label'] = 'Shotgun EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Shotgun Extended Clip'}, ['heavyshotgun_drum'] = {['name'] = 'heavyshotgun_drum', ['label'] = 'Shotgun Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Shotgun Drum'}, -- RIFLE ATTACHMENTS ['assaultrifle_defaultclip'] = {['name'] = 'assaultrifle_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault Rifle Default Clip'}, ['assaultrifle_extendedclip'] = {['name'] = 'assaultrifle_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault Rifle Extended Clip'}, ['assaultrifle_drum'] = {['name'] = 'assaultrifle_drum', ['label'] = 'Rifle Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault Rifle Drum'}, ['rifle_flashlight'] = {['name'] = 'rifle_flashlight', ['label'] = 'Rifle Flashlight', ['weight'] = 20, ['type'] = 'item', ['image'] = 'smg_flashlight.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Rifle Flashlight Attachment'}, ['rifle_grip'] = {['name'] = 'rifle_grip', ['label'] = 'Rifle Grip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Rifle Grip Attachment'}, ['rifle_suppressor'] = {['name'] = 'rifle_suppressor', ['label'] = 'Rifle Suppressor', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_suppressor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Rifle Suppressor Attachment'}, ['assaultrifle_luxuryfinish'] = {['name'] = 'assaultrifle_luxuryfinish', ['label'] = 'Rifle Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Assault Rifle Luxury Finish'}, ['carbinerifle_defaultclip'] = {['name'] = 'carbinerifle_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Carbine Rifle Default Clip'}, ['carbinerifle_extendedclip'] = {['name'] = 'carbinerifle_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Carbine Rifle Extended Clip'}, ['carbinerifle_drum'] = {['name'] = 'carbinerifle_drum', ['label'] = 'Rifle Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Carbine Rifle Drum'}, ['carbinerifle_scope'] = {['name'] = 'carbinerifle_scope', ['label'] = 'Rifle Scope', ['weight'] = 20, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Carbine Rifle Scope'}, ['carbinerifle_luxuryfinish'] = {['name'] = 'carbinerifle_luxuryfinish', ['label'] = 'Rifle Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Carbine Rifle Luxury Finish'}, ['advancedrifle_defaultclip'] = {['name'] = 'advancedrifle_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Advanced Rifle Default Clip'}, ['advancedrifle_extendedclip'] = {['name'] = 'advancedrifle_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Advanced Rifle Extended Clip'}, ['advancedrifle_luxuryfinish'] = {['name'] = 'advancedrifle_luxuryfinish', ['label'] = 'Rifle Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Advanced Rifle Luxury Finish'}, ['specialcarbine_defaultclip'] = {['name'] = 'specialcarbine_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Special Carbine Default Clip'}, ['specialcarbine_extendedclip'] = {['name'] = 'specialcarbine_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Special Carbine Extended Clip'}, ['specialcarbine_drum'] = {['name'] = 'specialcarbine_drum', ['label'] = 'Rifle Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Special Carbine Drum'}, ['specialcarbine_luxuryfinish'] = {['name'] = 'specialcarbine_luxuryfinish', ['label'] = 'Rifle Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Special Carbine Luxury Finish'}, ['bullpuprifle_defaultclip'] = {['name'] = 'bullpuprifle_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bullpup Rifle Default Clip'}, ['bullpuprifle_extendedclip'] = {['name'] = 'bullpuprifle_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bullpup Rifle Extended Clip'}, ['bullpuprifle_luxuryfinish'] = {['name'] = 'bullpuprifle_luxuryfinish', ['label'] = 'Rifle Finish', ['weight'] = 20, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bullpup Rifle Luxury Finish'}, ['compactrifle_defaultclip'] = {['name'] = 'compactrifle_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Compact Rifle Default Clip'}, ['compactrifle_extendedclip'] = {['name'] = 'compactrifle_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Compact Rifle Extended Clip'}, ['compactrifle_drum'] = {['name'] = 'compactrifle_drum', ['label'] = 'Rifle Drum', ['weight'] = 20, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Compact Rifle Drum'}, ['gusenberg_defaultclip'] = {['name'] = 'gusenberg_defaultclip', ['label'] = 'Rifle Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Gusenberg Default Clip'}, ['gusenberg_extendedclip'] = {['name'] = 'gusenberg_extendedclip', ['label'] = 'Rifle EXT Clip', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Gusenberg Extended Clip'}, -- SNIPER ATTACHMENTS ['sniperrifle_defaultclip'] = {['name'] = 'sniperrifle_defaultclip', ['label'] = 'Sniper Suppressor', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sniper Rifle Default Clip'}, ['sniper_scope'] = {['name'] = 'sniper_scope', ['label'] = 'Sniper Scope', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sniper Rifle Scope Attachment'}, ['snipermax_scope'] = {['name'] = 'snipermax_scope', ['label'] = 'Sniper Max Scope', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sniper Rifle Max Scope Attachment'}, ['sniper_grip'] = {['name'] = 'sniper_grip', ['label'] = 'Sniper Grip', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sniper Rifle Grip Attachment'}, ['heavysniper_defaultclip'] = {['name'] = 'heavysniper_defaultclip', ['label'] = 'Sniper Clip', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy Sniper Default Clip'}, ['marksmanrifle_defaultclip'] = {['name'] = 'marksmanrifle_defaultclip', ['label'] = 'Sniper Clip', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Marksman Rifle Default Clip'}, ['marksmanrifle_extendedclip'] = {['name'] = 'marksmanrifle_extendedclip', ['label'] = 'Sniper EXT Clip', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Marksman Rifle Extended Clip'}, ['marksmanrifle_scope'] = {['name'] = 'marksmanrifle_scope', ['label'] = 'Sniper Scope', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Marksman Rifle Scope Attachment'}, ['marksmanrifle_luxuryfinish'] = {['name'] = 'marksmanrifle_luxuryfinish', ['label'] = 'Sniper Finish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'luxury.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Marksman Rifle Luxury Finish'}, -- Weapon Tints ['weapontint_black'] = {['name'] = 'weapontint_black', ['label'] = 'Default Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_black.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Default/Black Weapon Tint'}, ['weapontint_green'] = {['name'] = 'weapontint_green', ['label'] = 'Green Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_green.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Green Weapon Tint'}, ['weapontint_gold'] = {['name'] = 'weapontint_gold', ['label'] = 'Gold Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_gold.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Gold Weapon Tint'}, ['weapontint_pink'] = {['name'] = 'weapontint_pink', ['label'] = 'Pink Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pink Weapon Tint'}, ['weapontint_army'] = {['name'] = 'weapontint_army', ['label'] = 'Army Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_army.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Army Weapon Tint'}, ['weapontint_lspd'] = {['name'] = 'weapontint_lspd', ['label'] = 'LSPD Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_lspd.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'LSPD Weapon Tint'}, ['weapontint_orange'] = {['name'] = 'weapontint_orange', ['label'] = 'Orange Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_orange.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Orange Weapon Tint'}, ['weapontint_plat'] = {['name'] = 'weapontint_plat', ['label'] = 'Platinum Tint', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_plat.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Platinum Weapon Tint'}, -- ITEMS -- Ammo ITEMS ['pistol_ammo'] = {['name'] = 'pistol_ammo', ['label'] = 'Sivil Tabanca Mermisi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Pistols'}, ['pistol_ammo2'] = {['name'] = 'pistol_ammo2', ['label'] = 'Polis Mermisi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Pistols'}, ['etkinlik_ammo'] = {['name'] = 'etkinlik_ammo', ['label'] = 'Etkinlik Mermisi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pistol_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Pistols'}, ['rifle_ammo'] = {['name'] = 'rifle_ammo', ['label'] = 'Rifle Mermisi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'rifle_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Rifles'}, ['smg_ammo'] = {['name'] = 'smg_ammo', ['label'] = 'SMG Mermisi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'smg_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Sub Machine Guns'}, ['shotgun_ammo'] = {['name'] = 'shotgun_ammo', ['label'] = 'Pompalı Mermisi', ['weight'] = 500, ['type'] = 'item', ['image'] = 'shotgun_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Shotguns'}, --['mg_ammo'] = {['name'] = 'mg_ammo', ['label'] = 'MG Mermisi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'mg_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Machine Guns'}, --['snp_ammo'] = {['name'] = 'snp_ammo', ['label'] = 'Sniper Mermisi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'rifle_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for Sniper Rifles'}, --['emp_ammo'] = {['name'] = 'emp_ammo', ['label'] = 'EMP Mermisi', ['weight'] = 200, ['type'] = 'item', ['image'] = 'emp_ammo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ammo for EMP Launcher'}, ['gps'] = {['name'] = 'gps', ['label'] = 'GPS', ['weight'] = 10, ['type'] = 'item', ['image'] = 'gps.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, -- Card ITEMS ['id_card'] = {['name'] = 'id_card', ['label'] = 'Kimlik', ['weight'] = 0, ['type'] = 'item', ['image'] = 'id_card.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Kendinizi tanımlamak için tüm bilgilerinizi içeren bir kart'}, ['driver_license'] = {['name'] = 'driver_license', ['label'] = 'Ehliyet', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Araç kullanabileceğinizi gösterme izni'}, ['lawyerpass'] = {['name'] = 'lawyerpass', ['label'] = 'Avukat İzni', ['weight'] = 0, ['type'] = 'item', ['image'] = 'lawyerpass.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Bir şüpheliyi temsil edebileceklerini göstermek için avukatlara özel geçiş belgesi'}, ['weaponlicense'] = {['name'] = 'weaponlicense', ['label'] = 'Silah Lisansı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weapon_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah kullanımı için gereken lisans'}, ['visa'] = {['name'] = 'visa', ['label'] = 'Visa Kart', ['weight'] = 0, ['type'] = 'item', ['image'] = 'visacard.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'ATM de kullanabileceğiniz kart'}, ['mastercard'] = {['name'] = 'mastercard', ['label'] = 'Master Kart', ['weight'] = 0, ['type'] = 'item', ['image'] = 'mastercard.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'ATM de kullanabileceğiniz kart'}, ['security_card_01'] = {['name'] = 'security_card_01', ['label'] = 'Güvenlik Kartı A', ['weight'] = 0, ['type'] = 'item', ['image'] = 'security_card_01.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bir güvenlik kartı... Ne işe yaradığını kimse bilmiyor'}, ['security_card_02'] = {['name'] = 'security_card_02', ['label'] = 'Güvenlik Kartı B', ['weight'] = 0, ['type'] = 'item', ['image'] = 'security_card_02.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bir güvenlik kartı... Ne işe yaradığını kimse bilmiyor'}, -- Eat ITEMS ['tosti'] = {['name'] = 'tosti', ['label'] = 'Kızarmış Peynirli Sandviç',['weight'] = 0, ['type'] = 'item', ['image'] = 'tosti.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Yemesi güzel mi güzel'}, ['twerks_candy'] = {['name'] = 'twerks_candy', ['label'] = 'Twerks', ['weight'] = 0, ['type'] = 'item', ['image'] = 'twerks_candy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Açlığını yatıştır'}, ['snikkel_candy'] = {['name'] = 'snikkel_candy', ['label'] = 'Snikkel', ['weight'] = 0, ['type'] = 'item', ['image'] = 'snikkel_candy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Açlığını yatıştır'}, ['sandwich'] = {['name'] = 'sandwich', ['label'] = 'Sandviç', ['weight'] = 0, ['type'] = 'item', ['image'] = 'sandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Açlığının çözümü olan sandviç'}, ['contract'] = {['name'] = 'contract', ['label'] = 'Devir Teslim Kağıdı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'contract.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Araç devir teslim kağıdı'}, ['megaphone'] = {['name'] = 'megaphone', ['label'] = 'Megafon', ['weight'] = 0, ['type'] = 'item', ['image'] = 'megaphone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Araç devir teslim kağıdı'}, -- İLLEGAL MECHAİC ['stancerkit'] = {['name'] = 'stancerkit', ['label'] = 'Kamber kiti', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'suspension4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Camber arms can be used to adjust vehicle tire angle'}, ['chameleonpaint_161'] = {['name'] = 'chameleonpaint_161', ['label'] = 'Tek Renkli Sprey', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_162'] = {['name'] = 'chameleonpaint_162', ['label'] = 'Gece ve Gündüz Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_163'] = {['name'] = 'chameleonpaint_163', ['label'] = 'Verlier Sprey', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_164'] = {['name'] = 'chameleonpaint_164', ['label'] = 'Sprunk Aşırı Sprey', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_165'] = {['name'] = 'chameleonpaint_165', ['label'] = 'Vice city Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_166'] = {['name'] = 'chameleonpaint_166', ['label'] = 'Synthwave Gece Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_167'] = {['name'] = 'chameleonpaint_167', ['label'] = 'Dört Mevsim Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_168'] = {['name'] = 'chameleonpaint_168', ['label'] = 'Maisonette 9 Gerileme Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_169'] = {['name'] = 'chameleonpaint_169', ['label'] = 'Sakız Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_170'] = {['name'] = 'chameleonpaint_170', ['label'] = 'Full Rainbow Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_171'] = {['name'] = 'chameleonpaint_171', ['label'] = 'Gün Batımı Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_172'] = {['name'] = 'chameleonpaint_172', ['label'] = 'Yedi Sprey', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_173'] = {['name'] = 'chameleonpaint_173', ['label'] = 'Kamen Binici Sprey', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_174'] = {['name'] = 'chameleonpaint_174', ['label'] = 'Kromatik Sapma Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_175'] = {['name'] = 'chameleonpaint_175', ['label'] = 'Noel! Sprey', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['chameleonpaint_176'] = {['name'] = 'chameleonpaint_176', ['label'] = 'Sıcaklık Spreyi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weapontint_pink.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fancy spray for your ride.'}, ['clothing_bag'] = {['name'] = 'clothing_bag', ['label'] = 'Kıyafet çantası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'clothing_bag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Kıyafetlerinizi değiştirmenizi sağlar.'}, ['evadiamond'] = {['name'] = 'evadiamond', ['label'] = 'Eva Diamond Jeton', ['weight'] = 0, ['type'] = 'item', ['image'] = 'evadiamond.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['evagold'] = {['name'] = 'evagold', ['label'] = 'Eva Gold Jeton', ['weight'] = 0, ['type'] = 'item', ['image'] = 'evagold.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ---drink ['watergun'] = {['name'] = 'watergun', ['label'] = 'Su Tabancası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'watergun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['cuff'] = {['name'] = 'cuff', ['label'] = 'New Kelepçe', ['weight'] = 0, ['type'] = 'item', ['image'] = 'handcuffs.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['cuff_keys'] = {['name'] = 'cuff_keys', ['label'] = 'New Kelepçe Anahtar', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pkelepceanahtari.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['rope'] = {['name'] = 'rope', ['label'] = 'İp', ['weight'] = 0, ['type'] = 'item', ['image'] = 'rope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['headbag'] = {['name'] = 'headbag', ['label'] = 'Çuval', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pkelepceanahtari.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['electrocuff'] = {['name'] = 'electrocuff', ['label'] = 'Elektronik Kelepçe', ['weight'] = 0, ['type'] = 'item', ['image'] = 'handcuffs.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ["lift"] = {["name"] = "lift", ["label"] = "Lift", ["weight"] = 1, ["type"] = "item", ["image"] = "lift.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["lift_rail"] = {["name"] = "lift_rail", ["label"] = "Kaldırma Rayı", ["weight"] = 1, ["type"] = "item", ["image"] = "lift_rail.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["planks"] = {["name"] = "planks", ["label"] = "Odun plakalar", ["weight"] = 1, ["type"] = "item", ["image"] = "planks.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["nail"] = {["name"] = "nail", ["label"] = "Çivi", ["weight"] = 1, ["type"] = "item", ["image"] = "nail.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ['gasmask'] = {['name'] = 'gasmask', ['label'] = 'Gaz Maskesi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'gasmask.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['cutter'] = {['name'] = 'cutter', ['label'] = 'Kesici alet', ['weight'] = 0, ['type'] = 'item', ['image'] = 'cutter.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['bag'] = {['name'] = 'bag', ['label'] = 'Soygun Çantası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su Tabancası'}, ['dckart'] = {['name'] = 'dckart', ['label'] = 'Doğruluk cesaret ?', ['weight'] = 0, ['type'] = 'item', ['image'] = 'dckart.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Arkadaşlarınızla birbirinden güzel oyunlar oynayabilirsiniz'}, ['water_bottle'] = {['name'] = 'water_bottle', ['label'] = 'Su', ['weight'] = 0, ['type'] = 'item', ['image'] = 'water_bottle.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Susuzluk için birebir'}, ['coffee'] = {['name'] = 'coffee', ['label'] = 'Kahve', ['weight'] = 0, ['type'] = 'item', ['image'] = 'coffee.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Kafein içerir'}, ['kurkakola'] = {['name'] = 'kurkakola', ['label'] = 'Kola', ['weight'] = 0, ['type'] = 'item', ['image'] = 'cola.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Susuzluk için birebir'}, ['baby_water'] = {['name'] = 'baby_water', ['label'] = 'Su', ['weight'] = 0, ['type'] = 'item', ['image'] = 'baby_water.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['baby_food'] = {['name'] = 'baby_food', ['label'] = 'Bebek maması', ['weight'] = 0, ['type'] = 'item', ['image'] = 'baby_food.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['baby_medikit'] = {['name'] = 'baby_medikit', ['label'] = 'Bebek Sağlık Çantası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'baby_medikit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['baby_medikit2'] = {['name'] = 'baby_medikit2', ['label'] = 'Bebek Sağlık Çantası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'baby_medikit2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['baby_water2'] = {['name'] = 'baby_water2', ['label'] = 'Süt', ['weight'] = 0, ['type'] = 'item', ['image'] = 'baby_water2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['pet_water'] = {['name'] = 'pet_water', ['label'] = 'Evcil hayvan suyu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pet_water.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['pet_food'] = {['name'] = 'pet_food', ['label'] = 'Evcil Hayvan maması', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pet_food.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['pet_medikit'] = {['name'] = 'pet_medikit', ['label'] = 'Hayvan Medikit', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pet_medikit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, -- Alcohol ['beer'] = {['name'] = 'beer', ['label'] = 'Bira', ['weight'] = 500, ['type'] = 'item', ['image'] = 'beer.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Soğuk biradan iyisi yok!'}, ['whiskey'] = {['name'] = 'whiskey', ['label'] = 'Viski', ['weight'] = 500, ['type'] = 'item', ['image'] = 'whiskey.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Lüks alkol çeşitlerinden biri'}, ['vodka'] = {['name'] = 'vodka', ['label'] = 'Votka', ['weight'] = 500, ['type'] = 'item', ['image'] = 'vodka.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Rusların en sevdiği içki'}, ['grape'] = {['name'] = 'grape', ['label'] = 'Üzüm', ['weight'] = 100, ['type'] = 'item', ['image'] = 'grape.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Üzümü sevmeyen yoktur?'}, ['wine'] = {['name'] = 'wine', ['label'] = 'Şarap', ['weight'] = 300, ['type'] = 'item', ['image'] = 'wine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Güzel akşamların vazgeçilmez dostu'}, ['grapejuice'] = {['name'] = 'grapejuice', ['label'] = 'Üzüm Suyu', ['weight'] = 200, ['type'] = 'item', ['image'] = 'grapejuice.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Sağlığa iyi gelir'}, ['cilekrecel'] = {['name'] = 'cilekrecel', ['label'] = 'Çilek Reçeli', ['weight'] = 200, ['type'] = 'item', ['image'] = 'grapejuice.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Sağlığa iyi gelir'}, -- Drugs ['joint'] = {['name'] = 'joint', ['label'] = 'Joint', ['weight'] = 0, ['type'] = 'item', ['image'] = 'joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['cokebaggy'] = {['name'] = 'cokebaggy', ['label'] = 'Kokain Torbası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'cocaine_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['crack_baggy'] = {['name'] = 'crack_baggy', ['label'] = 'Uyuşturucu Torbası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'crack_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['xtcbaggy'] = {['name'] = 'xtcbaggy', ['label'] = 'XTC Torbası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'xtc_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['weed_brick'] = {['name'] = 'weed_brick', ['label'] = 'Ot Tuğlası', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'weed_brick.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '.'}, ['coke_brick'] = {['name'] = 'coke_brick', ['label'] = 'Kokain Tuğlası', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'coke_brick.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['coke_small_brick'] = {['name'] = 'coke_small_brick', ['label'] = 'Kokani Paketi', ['weight'] = 350, ['type'] = 'item', ['image'] = 'coke_small_brick.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['oxy'] = {['name'] = 'oxy', ['label'] = 'Reçeteli Oxy', ['weight'] = 0, ['type'] = 'item', ['image'] = 'oxy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['meth'] = {['name'] = 'meth', ['label'] = 'Meth', ['weight'] = 100, ['type'] = 'item', ['image'] = 'meth_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A baggie of Meth'}, ['rolling_paper'] = {['name'] = 'rolling_paper', ['label'] = 'Sarma Kağıdı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'rolling_paper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = {accept = {'weed_white-widow', 'weed_skunk', 'weed_purple-haze', 'weed_og-kush', 'weed_amnesia', 'weed_ak47'}, reward = 'joint', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Rolling joint', ['timeOut'] = 5000,}}, ['description'] = 'Bağzı uyuşturucu maddeleri sarabileceğin kağıt.'}, ["acetone"] = {["name"] = "acetone", ["label"] = "Acetone", ["weight"] = 0, ["type"] = "item", ["image"] = "acetone.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "It is a colourless, highly volatile and flammable liquid with a characteristic pungent odour."}, ["methlab"] = {["name"] = "methlab", ["label"] = "Lab", ["weight"] = 0, ["type"] = "item", ["image"] = "lab.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A portable Meth Lab"}, ["lithium"] = {["name"] = "lithium", ["label"] = "Lithium", ["weight"] = 0, ["type"] = "item", ["image"] = "lithium.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Lithium, something you can make Meth with!"}, -- Seed And Weed ['weed_white-widow'] = {['name'] = 'weed_white-widow', ['label'] = 'White Widow 2g', ['weight'] = 200, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_skunk'] = {['name'] = 'weed_skunk', ['label'] = 'Skunk 2g', ['weight'] = 200, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_purple-haze'] = {['name'] = 'weed_purple-haze', ['label'] = 'Purple Haze 2g', ['weight'] = 200, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_og-kush'] = {['name'] = 'weed_og-kush', ['label'] = 'OGKush 2g', ['weight'] = 200, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_amnesia'] = {['name'] = 'weed_amnesia', ['label'] = 'Amnesia 2g', ['weight'] = 200, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_ak47'] = {['name'] = 'weed_ak47', ['label'] = 'AK47 2g', ['weight'] = 200, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_white-widow_seed'] = {['name'] = 'weed_white-widow_seed', ['label'] = 'White Widow Seed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weed_skunk_seed'] = {['name'] = 'weed_skunk_seed', ['label'] = 'Skunk Seed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['weed_purple-haze_seed'] = {['name'] = 'weed_purple-haze_seed', ['label'] = 'Purple Haze Seed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['weed_og-kush_seed'] = {['name'] = 'weed_og-kush_seed', ['label'] = 'OGKush Seed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['weed_amnesia_seed'] = {['name'] = 'weed_amnesia_seed', ['label'] = 'Amnesia Seed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['weed_ak47_seed'] = {['name'] = 'weed_ak47_seed', ['label'] = 'AK47 Seed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['empty_weed_bag'] = {['name'] = 'empty_weed_bag', ['label'] = 'Boş Ot Torbası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'empty_weed_bag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['weed_nutrition'] = {['name'] = 'weed_nutrition', ['label'] = 'Plant Fertilizer', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'weed_nutrition.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, -- Material ['plastic'] = {['name'] = 'plastic', ['label'] = 'Plastik', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plastic.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['metalscrap'] = {['name'] = 'metalscrap', ['label'] = 'Metal Hurda', ['weight'] = 100, ['type'] = 'item', ['image'] = 'metalscrap.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['copper'] = {['name'] = 'copper', ['label'] = 'Bakır', ['weight'] = 100, ['type'] = 'item', ['image'] = 'copper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['aluminum'] = {['name'] = 'aluminum', ['label'] = 'Aliminyum', ['weight'] = 100, ['type'] = 'item', ['image'] = 'aluminum.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['aluminumoxide'] = {['name'] = 'aluminumoxide', ['label'] = 'Aliminyum Tozu', ['weight'] = 100, ['type'] = 'item', ['image'] = 'aluminumoxide.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['iron'] = {['name'] = 'iron', ['label'] = 'Demir', ['weight'] = 100, ['type'] = 'item', ['image'] = 'iron.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['ironoxide'] = {['name'] = 'ironoxide', ['label'] = 'Demir Tozu', ['weight'] = 100, ['type'] = 'item', ['image'] = 'ironoxide.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = {accept = {'aluminumoxide'}, reward = 'thermite', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Mixing powder..', ['timeOut'] = 10000}}, ['description'] = 'Aliminyumoksit ile birleştirebilirsin.'}, ['steel'] = {['name'] = 'steel', ['label'] = 'Çelik', ['weight'] = 100, ['type'] = 'item', ['image'] = 'steel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['rubber'] = {['name'] = 'rubber', ['label'] = 'Lastik', ['weight'] = 100, ['type'] = 'item', ['image'] = 'rubber.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hurda_altin'] = {['name'] = 'hurda_altin', ['label'] = 'Altın Parçası', ['weight'] = 100, ['type'] = 'item', ['image'] = 'hurda_altin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hurda_bakir'] = {['name'] = 'hurda_bakir', ['label'] = 'Hurda Bakır', ['weight'] = 100, ['type'] = 'item', ['image'] = 'hurda_bakir.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hurda_demir'] = {['name'] = 'hurda_demir', ['label'] = 'Hurda Demir', ['weight'] = 100, ['type'] = 'item', ['image'] = 'hurda_demir.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hurda_tech'] = {['name'] = 'hurda_tech', ['label'] = 'Teknolojik Hurda Parçası', ['weight'] = 100, ['type'] = 'item', ['image'] = 'hurda_tech.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['weaponframekit'] = {['name'] = 'weaponframekit', ['label'] = 'Silah Frame Kit', ['weight'] = 100, ['type'] = 'item', ['image'] = 'weaponframekit.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['pistolgovde'] = {['name'] = 'pistolgovde', ['label'] = 'Silah Gövdesi', ['weight'] = 100, ['type'] = 'item', ['image'] = 'pistolgovde.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['teltoka'] = {['name'] = 'teltoka', ['label'] = 'Tel Toka', ['weight'] = 100, ['type'] = 'item', ['image'] = 'teltoka.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['kemertokasi'] = {['name'] = 'kemertokasi', ['label'] = 'Kemer Tokası', ['weight'] = 100, ['type'] = 'item', ['image'] = 'kemertokasi.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['odun'] = {['name'] = 'odun', ['label'] = 'Odun', ['weight'] = 100, ['type'] = 'item', ['image'] = 'odun.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['silahparca1'] = {['name'] = 'silahparca1', ['label'] = 'Silah Manivelası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'silahparca1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['silahparca2'] = {['name'] = 'silahparca2', ['label'] = 'Silah Sürügüsü', ['weight'] = 0, ['type'] = 'item', ['image'] = 'silahparca2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['silahparca3'] = {['name'] = 'silahparca3', ['label'] = 'Silah Tetiği', ['weight'] = 0, ['type'] = 'item', ['image'] = 'silahparca3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['silahparca4'] = {['name'] = 'silahparca4', ['label'] = 'Silah Şarjörü', ['weight'] = 0, ['type'] = 'item', ['image'] = 'silahparca4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['kaydirak'] = {['name'] = 'kaydirak', ['label'] = 'Silah Kaydırağı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'kaydirak.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['namlu'] = {['name'] = 'namlu', ['label'] = 'Silah Namlusu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'namlu.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['sarjor'] = {['name'] = 'sarjor', ['label'] = 'Silah Şarjörü', ['weight'] = 0, ['type'] = 'item', ['image'] = 'sarjor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['tetik'] = {['name'] = 'tetik', ['label'] = 'Silah Tetiği', ['weight'] = 0, ['type'] = 'item', ['image'] = 'tetik.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['tutamac'] = {['name'] = 'tutamac', ['label'] = 'Silah Tutamacı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'tutamac.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, ['yay'] = {['name'] = 'yay', ['label'] = 'Silah Yayı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'yay.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silah üretiminde kullanılır.'}, -- Tools ['lockpick'] = {['name'] = 'lockpick', ['label'] = 'Maymuncuk', ['weight'] = 300, ['type'] = 'item', ['image'] = 'lockpick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = {accept = {'screwdriverset'}, reward = 'advancedlockpick', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Gelişmiş maymuncuk', ['timeOut'] = 7500,}}, ['description'] = ''}, ['advancedlockpick'] = {['name'] = 'advancedlockpick', ['label'] = 'Gelişmiş Maymuncuk', ['weight'] = 500, ['type'] = 'item', ['image'] = 'advancedlockpick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['electronickit'] = {['name'] = 'electronickit', ['label'] = 'Elektronik Kit', ['weight'] = 100, ['type'] = 'item', ['image'] = 'electronickit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = {accept = {'gatecrack'}, reward = 'trojan_usb', anim = nil}, ['description'] = ''}, ['gatecrack'] = {['name'] = 'gatecrack', ['label'] = 'Geçit', ['weight'] = 0, ['type'] = 'item', ['image'] = 'usb_device.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['thermite'] = {['name'] = 'thermite', ['label'] = 'Termit', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'thermite.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['trojan_usb'] = {['name'] = 'trojan_usb', ['label'] = 'Trojan USB', ['weight'] = 0, ['type'] = 'item', ['image'] = 'usb_device.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['screwdriverset'] = {['name'] = 'screwdriverset', ['label'] = 'Alet Çantası', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'screwdriverset.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['drill'] = {['name'] = 'drill', ['label'] = 'Matkap', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, -- Vehicle Tools ['nitrous'] = {['name'] = 'nitrous', ['label'] = 'Nitro', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'nitrous.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Suuuppprrraaaaaaa'}, ['repairkit'] = {['name'] = 'repairkit', ['label'] = 'Tamir Kiti', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'repairkit.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Aracınız için tamir kiti'}, ['advancedrepairkit'] = {['name'] = 'advancedrepairkit', ['label'] = 'Gelişmiş Tamir Kiti', ['weight'] = 4000, ['type'] = 'item', ['image'] = 'advancedkit.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Aracınız için gelişmiş tamir kiti'}, ['cleaningkit'] = {['name'] = 'cleaningkit', ['label'] = 'Temizleme Kiti', ['weight'] = 250, ['type'] = 'item', ['image'] = 'cleaningkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Aracınızı parlatacak olan bez!'}, ['tunerlaptop'] = {['name'] = 'tunerlaptop', ['label'] = 'Çip', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'tunerchip.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['harness'] = {['name'] = 'harness', ['label'] = 'Yarış Takımı', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'harness.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['jerry_can'] = {['name'] = 'jerry_can', ['label'] = '20L Özel Yakıt', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'jerry_can.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, -- Medication ['firstaid'] = {['name'] = 'firstaid', ['label'] = 'İlk Yardım', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'firstaid.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ağır yaralar için kullanılan bir paket'}, ['bandage'] = {['name'] = 'bandage', ['label'] = 'Bandaj', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bandage.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Hafif yaralar ve kanamalar için kullanılan bez parçası'}, ['ifaks'] = {['name'] = 'ifaks', ['label'] = 'Yardım Paketi', ['weight'] = 200, ['type'] = 'item', ['image'] = 'ifaks.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Hafif yaralar ve oluşan stresler için kullanılan eşya.'}, ['painkillers'] = {['name'] = 'painkillers', ['label'] = 'Ağrı Kesici', ['weight'] = 0, ['type'] = 'item', ['image'] = 'painkillers.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Kanamayı durdurmanın en hızlı yolu'}, ['walkstick'] = {['name'] = 'walkstick', ['label'] = 'Baston', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'walkstick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Yaşlı dedeler için kullanılan bastonlardan'}, -- Communication ['phone'] = {['name'] = 'phone', ['label'] = 'Telefon', ['weight'] = 700, ['type'] = 'item', ['image'] = 'phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hackerphone'] = {['name'] = 'hackerphone', ['label'] = 'Hacker Telefonu', ['weight'] = 700, ['type'] = 'item', ['image'] = 'phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hackv1'] = {['name'] = 'hackv1', ['label'] = 'Tablet V1', ['weight'] = 700, ['type'] = 'item', ['image'] = 'hackv1.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hackv2'] = {['name'] = 'hackv2', ['label'] = 'Tablet V2', ['weight'] = 700, ['type'] = 'item', ['image'] = 'hackv2.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['hackv3'] = {['name'] = 'hackv3', ['label'] = 'Tablet V3', ['weight'] = 700, ['type'] = 'item', ['image'] = 'hackv3.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['bmbilet'] = {['name'] = 'bmbilet', ['label'] = 'Bm Bilet', ['weight'] = 700, ['type'] = 'item', ['image'] = 'bmbilet.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, ['radio'] = {['name'] = 'radio', ['label'] = 'Telsiz', ['weight'] = 0, ['type'] = 'item', ['image'] = 'radio.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['iphone'] = {['name'] = 'iphone', ['label'] = 'iPhone', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'iphone.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['samsungphone'] = {['name'] = 'samsungphone', ['label'] = 'Samsung S10', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'samsungphone.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['laptop'] = {['name'] = 'laptop', ['label'] = 'Laptop', ['weight'] = 4000, ['type'] = 'item', ['image'] = 'laptop.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['tablet'] = {['name'] = 'tablet', ['label'] = 'Tablet', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'tablet.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['fitbit'] = {['name'] = 'fitbit', ['label'] = 'Akıllı Saat', ['weight'] = 500, ['type'] = 'item', ['image'] = 'fitbit.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['radioscanner'] = {['name'] = 'radioscanner', ['label'] = 'Sinyal Tarayıcı', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'radioscanner.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['pinger'] = {['name'] = 'pinger', ['label'] = 'Pinger', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pinger.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['cryptostick'] = {['name'] = 'cryptostick', ['label'] = 'Kripto Parçası', ['weight'] = 200, ['type'] = 'item', ['image'] = 'cryptostick.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Paranın geçmediği yerde bu geçer...'}, ['classic_phone'] = {['name'] = 'classic_phone', ['label'] = 'Classic Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'classic_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['black_phone'] = {['name'] = 'black_phone', ['label'] = 'Siyah İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'black_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['blue_phone'] = {['name'] = 'blue_phone', ['label'] = 'Mavi İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'blue_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['gold_phone'] = {['name'] = 'gold_phone', ['label'] = 'Gold İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'gold_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['red_phone'] = {['name'] = 'red_phone', ['label'] = 'Kırmızı İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'red_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['green_phone'] = {['name'] = 'green_phone', ['label'] = 'Yeşil İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'green_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['greenlight_phone'] = {['name'] = 'greenlight_phone', ['label'] = 'Green Light Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'greenlight_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['pink_phone'] = {['name'] = 'pink_phone', ['label'] = 'Pembe İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'pink_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['white_phone'] = {['name'] = 'white_phone', ['label'] = 'Beyaz İphone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'white_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['wet_classic_phone'] = {['name'] = 'wet_classic_phone', ['label'] = 'Wet Classic Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_classic_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Did you really think that swimming in the ocean with your phone was a good idea?'}, ['wet_black_phone'] = {['name'] = 'wet_black_phone', ['label'] = 'Wet Black Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_black_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Did you really think that swimming in the ocean with your phone was a good idea?'}, ['wet_blue_phone'] = {['name'] = 'wet_blue_phone', ['label'] = 'Wet Blue Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_blue_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Did you really think that swimming in the ocean with your phone was a good idea?'}, ['wet_gold_phone'] = {['name'] = 'wet_gold_phone', ['label'] = 'Wet Gold Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_gold_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Did you really think that swimming in the ocean with your phone was a good idea?'}, ['wet_red_phone'] = {['name'] = 'wet_red_phone', ['label'] = 'Wet Red Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_red_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Did you really think that swimming in the ocean with your phone was a good idea?'}, ['wet_green_phone'] = {['name'] = 'wet_green_phone', ['label'] = 'Wet Green Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_green_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['wet_greenlight_phone'] = {['name'] = 'wet_greenlight_phone', ['label'] = 'Wet Green Light Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_greenlight_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['wet_pink_phone'] = {['name'] = 'wet_pink_phone', ['label'] = 'Wet Pink Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_pink_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['wet_white_phone'] = {['name'] = 'wet_white_phone', ['label'] = 'Wet White Phone', ['weight'] = 700, ['type'] = 'item', ['image'] = 'wet_white_phone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Telefon'}, ['phone_hack'] = {['name'] = 'phone_hack', ['label'] = 'Phone Hack', ['weight'] = 300, ['type'] = 'item', ['image'] = 'phone_hack.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'With this chip, you can access hidden areas of Discord.'}, ['phone_module'] = {['name'] = 'phone_module', ['label'] = 'Phone Module', ['weight'] = 300, ['type'] = 'item', ['image'] = 'phone_module.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'It seems that we can fix a wet phone with this module, interesting.'}, -- Theft and Jewelry ['rolex'] = {['name'] = 'rolex', ['label'] = 'Altın Saat', ['weight'] = 5, ['type'] = 'item', ['image'] = 'rolex.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['diamond_ring'] = {['name'] = 'diamond_ring', ['label'] = 'Elmas Yüzük', ['weight'] = 5, ['type'] = 'item', ['image'] = 'diamond_ring.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['goldchain'] = {['name'] = 'goldchain', ['label'] = 'Altın Kolye', ['weight'] = 5, ['type'] = 'item', ['image'] = 'goldchain.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['10kgoldchain'] = {['name'] = '10kgoldchain', ['label'] = '10k Altın Kolye', ['weight'] = 5, ['type'] = 'item', ['image'] = '10kgoldchain.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Altın Bar', ['weight'] = 5, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ["paten"] = {["name"] = "paten", ["label"] = "Paten", ["weight"] = 0, ["type"] = "item", ["image"] = "paten.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Beton, parke veya asfalt gibi zeminlerde kaymak için kullanılan 2 tekerli gereç"}, -- Cops Tools ['heavyarmor2'] = {['name'] = 'heavyarmor2', ['label'] = 'Legal Ağır Zırh', ['weight'] = 0, ['type'] = 'item', ['image'] = 'armor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '%100 Zırh sağlar.'}, ['heavyarmor'] = {['name'] = 'heavyarmor', ['label'] = 'Ağır Zırh', ['weight'] = 0, ['type'] = 'item', ['image'] = 'armor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '%100 Zırh sağlar.'}, ['handcuffs'] = {['name'] = 'handcuffs', ['label'] = 'Kelepçe', ['weight'] = 100, ['type'] = 'item', ['image'] = 'handcuffs.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['pkelepceanahtari'] = {['name'] = 'pkelepceanahtari', ['label'] = 'Kelepçe Anahtarı', ['weight'] = 100, ['type'] = 'item', ['image'] = 'pkelepceanahtari.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['police_stormram'] = {['name'] = 'police_stormram', ['label'] = 'Koçbaşı', ['weight'] = 5000, ['type'] = 'item', ['image'] = 'police_stormram.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Kapıları kırmak için birebir.'}, ['empty_evidence_bag'] = {['name'] = 'empty_evidence_bag', ['label'] = 'Boş Kanıt Torbası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'evidence.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'DNA, kan ve mermi kovanları için gereken torba.'}, ['filled_evidence_bag'] = {['name'] = 'filled_evidence_bag', ['label'] = 'Kanıt Torbası', ['weight'] = 200, ['type'] = 'item', ['image'] = 'evidence.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''}, -- Firework Tools ['firework1'] = {['name'] = 'firework1', ['label'] = '2Brothers', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'firework1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fireworks'}, ['firework2'] = {['name'] = 'firework2', ['label'] = 'Poppelers', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'firework2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fireworks'}, ['firework3'] = {['name'] = 'firework3', ['label'] = 'WipeOut', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'firework3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fireworks'}, ['firework4'] = {['name'] = 'firework4', ['label'] = 'Weeping Willow', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'firework4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fireworks'}, -- Sea Tools ['dendrogyra_coral'] = {['name'] = 'dendrogyra_coral', ['label'] = 'Beyaz Mercan', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'dendrogyra_coral.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sütun mercanı olarak da bilinir'}, ['antipatharia_coral'] = {['name'] = 'antipatharia_coral', ['label'] = 'Mavi Mercan', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'antipatharia_coral.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Siyah mercanlar veya dikenli mercanlar olarak da bilinir'}, ['diving_gear'] = {['name'] = 'diving_gear', ['label'] = 'Dalış Takımı', ['weight'] = 5000, ['type'] = 'item', ['image'] = 'diving_gear.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Su altında nefes almak istiyorsan takmalısın'}, ['diving_fill'] = {['name'] = 'diving_fill', ['label'] = 'Dalış Tüpü', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'diving_tube.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['discription'] = 'Bir oksijen tüpü ve bir rebreather'}, ["tree_lumber"] = {["name"] = "tree_lumber", ["label"] = "Lumber", ["weight"] = 50, ["type"] = "item", ["image"] = "lumber.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["tree_bark"] = {["name"] = "tree_bark", ["label"] = "Tree Bark", ["weight"] = 50, ["type"] = "item", ["image"] = "treebark.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["wood_plank"] = {["name"] = "wood_plank", ["label"] = "Wood Plank", ["weight"] = 50, ["type"] = "item", ["image"] = "woodplank.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, --- BAŞ BELASI LORİ MAİER ["belinikokteyl"] = {["name"] = "belinikokteyl", ["label"] = "Belini Kokteyl", ["weight"] = 200, ["type"] = "item", ["image"] = "belinikokteyl.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["cintonik"] = {["name"] = "cintonik", ["label"] = "Cin Tonik", ["weight"] = 200, ["type"] = "item", ["image"] = "cintonik.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["cereztabagi"] = {["name"] = "cereztabagi", ["label"] = "Çerez Tabağı", ["weight"] = 200, ["type"] = "item", ["image"] = "cereztabagi.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["citirtavuk"] = {["name"] = "citirtavuk", ["label"] = "Çıtır Tavuk", ["weight"] = 200, ["type"] = "item", ["image"] = "citirtavuk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["dondurma"] = {["name"] = "dondurma", ["label"] = "Dondurma", ["weight"] = 200, ["type"] = "item", ["image"] = "dondurma.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["kahve"] = {["name"] = "kahve", ["label"] = "Brown Kapiçino", ["weight"] = 200, ["type"] = "item", ["image"] = "kahve.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["kebap"] = {["name"] = "kebap", ["label"] = "Kebap", ["weight"] = 200, ["type"] = "item", ["image"] = "kebap.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["lahmacun"] = {["name"] = "lahmacun", ["label"] = "Lahmacun", ["weight"] = 200, ["type"] = "item", ["image"] = "lahmacun.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["loreccakokteyl"] = {["name"] = "loreccakokteyl", ["label"] = "Lorecca Kokteyl", ["weight"] = 200, ["type"] = "item", ["image"] = "loreccakokteyl.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["lorecca"] = {["name"] = "lorecca", ["label"] = "Lorecca", ["weight"] = 200, ["type"] = "item", ["image"] = "lorecca.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["margaritakokteyl"] = {["name"] = "margaritakokteyl", ["label"] = "Margarita Kokteyl", ["weight"] = 200, ["type"] = "item", ["image"] = "margaritakokteyl.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["martinikokteyl"] = {["name"] = "martinikokteyl", ["label"] = "Martini Kokteyl", ["weight"] = 200, ["type"] = "item", ["image"] = "martinikokteyl.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["muffin"] = {["name"] = "muffin", ["label"] = "Muffin", ["weight"] = 200, ["type"] = "item", ["image"] = "muffin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["pizzalori"] = {["name"] = "pizzalori", ["label"] = "Pizza Lori", ["weight"] = 200, ["type"] = "item", ["image"] = "pizzalori.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["salatabecca"] = {["name"] = "salatabecca", ["label"] = "Becca Salata", ["weight"] = 200, ["type"] = "item", ["image"] = "salatabecca.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["soda"] = {["name"] = "soda", ["label"] = "Soda", ["weight"] = 200, ["type"] = "item", ["image"] = "soda.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["sogukkahve"] = {["name"] = "sogukkahve", ["label"] = "Soğuk Kahve", ["weight"] = 200, ["type"] = "item", ["image"] = "sogukkahve.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["tiramisumus"] = {["name"] = "tiramisumus", ["label"] = "Tiramisu Mus", ["weight"] = 200, ["type"] = "item", ["image"] = "tiramisumus.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["loriturkkahve"] = {["name"] = "loriturkkahve", ["label"] = "Türk Kahvesi", ["weight"] = 200, ["type"] = "item", ["image"] = "loriturkkahve.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["yesilperi"] = {["name"] = "yesilperi", ["label"] = "Yeşil peri", ["weight"] = 200, ["type"] = "item", ["image"] = "yesilperi.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, --uwu cafe ["uwububbleteablueberry"] = {["name"] = "uwububbleteablueberry", ["label"] = "Dut Mavisi B-T", ["weight"] = 200, ["type"] = "item", ["image"] = "uwububbleteablueberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yabanmersinli Lavanta Çayı."}, ["uwububbletearose"] = {["name"] = "uwububbletearose", ["label"] = "Gül B-T", ["weight"] = 200, ["type"] = "item", ["image"] = "uwububbletearose.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Vanilyalı Sakura Gül Çayı."}, ["uwububbleteamint"] = {["name"] = "uwububbleteamint", ["label"] = "Nane B-T", ["weight"] = 200, ["type"] = "item", ["image"] = "uwububbleteamint.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Naneli Matcha Çayı."}, ["uwupancake"] = {["name"] = "uwupancake", ["label"] = "uWu Tuzlu Pankek", ["weight"] = 200, ["type"] = "item", ["image"] = "uwupancake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yeşil soğan ile yapılan Kore tuzlu gözleme."}, ["uwucupcake"] = {["name"] = "uwucupcake", ["label"] = "uWu kek", ["weight"] = 200, ["type"] = "item", ["image"] = "uwucupcake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Şeker kedicik keki!"}, ["uwuvanillasandy"] = {["name"] = "uwuvanillasandy", ["label"] = "uWu V-Icecream Sandy", ["weight"] = 200, ["type"] = "item", ["image"] = "uwuvanillasandy.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Dondurma ile doldurulmuş tatlı vanilyalı bisküvi!"}, ["uwuchocsandy"] = {["name"] = "uwuchocsandy", ["label"] = "uWu C-Icecream Sandy", ["weight"] = 200, ["type"] = "item", ["image"] = "uwuchocsandy.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Dondurma ile doldurulmuş tatlı çikolatalı bisküvi!"}, ["uwubudhabowl"] = {["name"] = "uwubudhabowl", ["label"] = "uWu Budha Bowl", ["weight"] = 200, ["type"] = "item", ["image"] = "uwubudhabowl.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Beslenme ve denge kasesi."}, ["uwusushi"] = {["name"] = "uwusushi", ["label"] = "uWu Sushi", ["weight"] = 200, ["type"] = "item", ["image"] = "uwusushi.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ruhunuza açılan bir pencere olarak tasarlandı."}, ["uwumisosoup"] = {["name"] = "uwumisosoup", ["label"] = "uWu Miso Soup", ["weight"] = 200, ["type"] = "item", ["image"] = "uwumisosoup.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Mantar hiç bu kadar lezzetli olmamıştı!"}, ["uwubentobox"] = {["name"] = "uwubentobox", ["label"] = "uWu Bento Box", ["weight"] = 200, ["type"] = "item", ["image"] = "uwubentobox.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sürprizli bir uWu Seçimi!"}, --uwu oyuncak ["uwu_toy1"] = {["name"] = "uwu_toy1", ["label"] = "uWu Blitz", ["weight"] = 50, ["type"] = "item", ["image"] = "uwu_toy1.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Blitz "}, ["uwu_toy2"] = {["name"] = "uwu_toy2", ["label"] = "uWu Scratzes", ["weight"] = 50, ["type"] = "item", ["image"] = "uwu_toy2.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Scratzes "}, ["uwu_toy3"] = {["name"] = "uwu_toy3", ["label"] = "uWu Citruz", ["weight"] = 50, ["type"] = "item", ["image"] = "uwu_toy3.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Citruz "}, ["uwu_toy4"] = {["name"] = "uwu_toy4", ["label"] = "uWu Zoxy", ["weight"] = 50, ["type"] = "item", ["image"] = "uwu_toy4.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Zoxy "}, ["bmochi"] = {["name"] = "bmochi", ["label"] = "Mavi Mochi", ["weight"] = 100, ["type"] = "item", ["image"] = "mochiblue.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["pmochi"] = {["name"] = "pmochi", ["label"] = "Pembe Mochi", ["weight"] = 100, ["type"] = "item", ["image"] = "mochipink.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["gmochi"] = {["name"] = "gmochi", ["label"] = "Yeşil Mochi", ["weight"] = 100, ["type"] = "item", ["image"] = "mochigreen.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["omochi"] = {["name"] = "omochi", ["label"] = "Turuncu Mochi", ["weight"] = 100, ["type"] = "item", ["image"] = "mochiorange.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["bento"] = {["name"] = "bento", ["label"] = "Bento Kutusu", ["weight"] = 500, ["type"] = "item", ["image"] = "bento.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["riceball"] = {["name"] = "riceball", ["label"] = "Kedi Pirinç Topu", ["weight"] = 100, ["type"] = "item", ["image"] = "catrice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, --pond cafe 2023 ["manti"] = {["name"] = "manti", ["label"] = "Mantı", ["weight"] = 200, ["type"] = "item", ["image"] = "manti.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis Gaysari mantısı"}, ["pondburrito"] = {["name"] = "pondburrito", ["label"] = "Uwu Burrito", ["weight"] = 200, ["type"] = "item", ["image"] = "pondburrito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondcileklidondurma"] = {["name"] = "pondcileklidondurma", ["label"] = "Uwu Çilekli Dondurma", ["weight"] = 200, ["type"] = "item", ["image"] = "pondcileklidondurma.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondhavuclukek"] = {["name"] = "pondhavuclukek", ["label"] = "Uwu Havuçlu Kek", ["weight"] = 200, ["type"] = "item", ["image"] = "pondhavuclukek.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondlimonlutart"] = {["name"] = "pondlimonlutart", ["label"] = "Uwu Limonlu Tart", ["weight"] = 200, ["type"] = "item", ["image"] = "pondlimonlutart.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondmidye"] = {["name"] = "pondmidye", ["label"] = "Uwu Midye", ["weight"] = 200, ["type"] = "item", ["image"] = "pondmidye.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondnugget"] = {["name"] = "pondnugget", ["label"] = "Uwu Nugget", ["weight"] = 200, ["type"] = "item", ["image"] = "pondnugget.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondpamuksefer"] = {["name"] = "pondpamuksefer", ["label"] = "Uwu Pamuk Şeker", ["weight"] = 200, ["type"] = "item", ["image"] = "pondpamuksefer.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondsandvic"] = {["name"] = "pondsandvic", ["label"] = "Uwu Sandviç", ["weight"] = 200, ["type"] = "item", ["image"] = "pondsandvic.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondtavuklusebzelimakarna"] = {["name"] = "pondtavuklusebzelimakarna", ["label"] = "Uwu Tavuklu Sebzeli Makarna", ["weight"] = 200, ["type"] = "item", ["image"] = "pondtavuklusebzelimakarna.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondtonbaliklisalata"] = {["name"] = "pondtonbaliklisalata", ["label"] = "Uwu Tonbalıklı Salata", ["weight"] = 200, ["type"] = "item", ["image"] = "pondtonbaliklisalata.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["ponndmakaron"] = {["name"] = "ponndmakaron", ["label"] = "Uwu Makaron", ["weight"] = 200, ["type"] = "item", ["image"] = "ponndmakaron.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, --pond cafe 2023 içecek ["pondcileklilimonata"] = {["name"] = "pondcileklilimonata", ["label"] = "Uwu Çilekli Limonata", ["weight"] = 200, ["type"] = "item", ["image"] = "pondcileklilimonata.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondhibiskuscayi"] = {["name"] = "pondhibiskuscayi", ["label"] = "Uwu Hibisku Çayı", ["weight"] = 200, ["type"] = "item", ["image"] = "pondhibiskuscayi.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondsogukcay"] = {["name"] = "pondsogukcay", ["label"] = "Uwu Soğuk Çay", ["weight"] = 200, ["type"] = "item", ["image"] = "pondsogukcay.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondturkkahvesi"] = {["name"] = "pondturkkahvesi", ["label"] = "Uwu Türk Kahvesi", ["weight"] = 200, ["type"] = "item", ["image"] = "pondturkkahvesi.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["pondyabanmersinisuyu"] = {["name"] = "pondyabanmersinisuyu", ["label"] = "Uwu Yabanmersinni Suyu", ["weight"] = 200, ["type"] = "item", ["image"] = "pondyabanmersinisuyu.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["cay"] = {["name"] = "cay", ["label"] = "Çay", ["weight"] = 200, ["type"] = "item", ["image"] = "cay.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["papatya_cay"] = {["name"] = "papatya_cay", ["label"] = "Papatya Çayı", ["weight"] = 200, ["type"] = "item", ["image"] = "papatya_cay.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Papatya tarlasından üretilmiş sakinleştirici"}, ["americano"] = {["name"] = "americano", ["label"] = "Americano", ["weight"] = 200, ["type"] = "item", ["image"] = "americano.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["bitki_cay"] = {["name"] = "bitki_cay", ["label"] = "Bitki Çayı", ["weight"] = 200, ["type"] = "item", ["image"] = "bitki_cay.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hmm.Nefis bir tat"}, ["bobatea"] = {["name"] = "bobatea", ["label"] = "Boba Çayı", ["weight"] = 100, ["type"] = "item", ["image"] = "bubbletea.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["bbobatea"] = {["name"] = "bbobatea", ["label"] = "Mavi Boba Çayı", ["weight"] = 100, ["type"] = "item", ["image"] = "bubbleteablue.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["gbobatea"] = {["name"] = "gbobatea", ["label"] = "Yeşil Boba Çayı", ["weight"] = 100, ["type"] = "item", ["image"] = "bubbleteagreen.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["pbobatea"] = {["name"] = "pbobatea", ["label"] = "Pembe Boba Çayı", ["weight"] = 100, ["type"] = "item", ["image"] = "bubbleteapink.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["obobatea"] = {["name"] = "obobatea", ["label"] = "Turuncu Boba Çayı", ["weight"] = 100, ["type"] = "item", ["image"] = "bubbleteaorange.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["mocha"] = {["name"] = "mocha", ["label"] = "Mocha Meow", ["weight"] = 100, ["type"] = "item", ["image"] = "mochameow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["nekolatte"] = {["name"] = "nekolatte", ["label"] = "Neko Latte", ["weight"] = 100, ["type"] = "item", ["image"] = "latte.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["sake"] = {["name"] = "sake", ["label"] = "Sake", ["weight"] = 100, ["type"] = "item", ["image"] = "sake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["miso"] = {["name"] = "miso", ["label"] = "Miso Çorbası", ["weight"] = 100, ["type"] = "item", ["image"] = "miso.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["cake"] = {["name"] = "cake", ["label"] = "Çilekli Pasta", ["weight"] = 100, ["type"] = "item", ["image"] = "cake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["nekocookie"] = {["name"] = "nekocookie", ["label"] = "Uwu Kurabiye", ["weight"] = 100, ["type"] = "item", ["image"] = "cookie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["nekodonut"] = {["name"] = "nekodonut", ["label"] = "Neko Donut", ["weight"] = 100, ["type"] = "item", ["image"] = "catdonut.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["boba"] = {["name"] = "boba", ["label"] = "Boba", ["weight"] = 100, ["type"] = "item", ["image"] = "boba.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["flour"] = {["name"] = "flour", ["label"] = "Un", ["weight"] = 100, ["type"] = "item", ["image"] = "flour.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["rice"] = {["name"] = "rice", ["label"] = "Pirinç Kasesi", ["weight"] = 100, ["type"] = "item", ["image"] = "rice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["sugar"] = {["name"] = "sugar", ["label"] = "Şeker", ["weight"] = 100, ["type"] = "item", ["image"] = "sugar.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["nori"] = {["name"] = "nori", ["label"] = "Nori", ["weight"] = 100, ["type"] = "item", ["image"] = "nori.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["blueberry"] = {["name"] = "blueberry", ["label"] = "Yabanmersini", ["weight"] = 100, ["type"] = "item", ["image"] = "blueberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["strawberry"] = {["name"] = "strawberry", ["label"] = "Çilek", ["weight"] = 100, ["type"] = "item", ["image"] = "strawberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["mint"] = {["name"] = "mint", ["label"] = "Matcha", ["weight"] = 100, ["type"] = "item", ["image"] = "matcha.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["tofu"] = {["name"] = "tofu", ["label"] = "Tofu", ["weight"] = 100, ["type"] = "item", ["image"] = "tofu.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["orange"] = {["name"] = "orange", ["label"] = "Portakal", ["weight"] = 200, ["type"] = "item", ["image"] = "orange.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Portakal." ,['created'] = nil, ['decay'] = 14.0}, --["milk"] = {["name"] = "milk", ["label"] = "Milk", ["weight"] = 500, ["type"] = "item", ["image"] = "burger-milk.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Bottle of Milk" ,['created'] = nil, ['decay'] = 14.0}, --["onion"] = {["name"] = "onion", ["label"] = "Onion", ["weight"] = 500, ["type"] = "item", ["image"] = "burger-onion.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "An onion" ,['created'] = nil, ['decay'] = 14.0}, --["burger-ticket"] = {["name"] = "burger-ticket", ["label"] = "Receipt", ["weight"] = 150, ["type"] = "item", ["image"] = "ticket.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Cash these in at the bank!" ,['created'] = nil, ['decay'] = 14.0}, ["cakepop"] = {["name"] = "cakepop", ["label"] = "Cake-Pop", ["weight"] = 100, ["type"] = "item", ["image"] = "cakepop.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["pancake"] = {["name"] = "pancake", ["label"] = "PawCake", ["weight"] = 100, ["type"] = "item", ["image"] = "pawcakes.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["pizza"] = {["name"] = "pizza", ["label"] = "Kitty Pizza", ["weight"] = 100, ["type"] = "item", ["image"] = "catpizza.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["purrito"] = {["name"] = "purrito", ["label"] = "Purrito", ["weight"] = 100, ["type"] = "item", ["image"] = "purrito.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["mocha"] = {["name"] = "mocha", ["label"] = "Mocha Meow", ["weight"] = 100, ["type"] = "item", ["image"] = "mochameow.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["noodlebowl"] = {["name"] = "noodlebowl", ["label"] = "Tabakta Noodle", ["weight"] = 100, ["type"] = "item", ["image"] = "noodlebowl.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["noodles"] = {["name"] = "noodles", ["label"] = "Hazır Noodle", ["weight"] = 100, ["type"] = "item", ["image"] = "noodles.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, ["ramen"] = {["name"] = "ramen", ["label"] = "Kase Ramen", ["weight"] = 100, ["type"] = "item", ["image"] = "ramen.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" ,['created'] = nil, ['decay'] = 14.0}, -- Other Tools ['wheeltokensadsa'] = {['name'] = 'wheeltokensadsa', ['label'] = 'Kumar Jetonu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'casinochips.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Çarkı felek jetonu'}, ['casinochips'] = {['name'] = 'casinochips', ['label'] = 'Kumar Çipi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'casinochips.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Gazinoda kullanılan çip'}, ['stickynote'] = {['name'] = 'stickynote', ['label'] = 'Yapışkan Not', ['weight'] = 0, ['type'] = 'item', ['image'] = 'stickynote.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Bir şeyleri hatırlamak için :)'}, ['moneybag'] = {['name'] = 'moneybag', ['label'] = 'Para Torbası', ['weight'] = 0, ['type'] = 'item', ['image'] = 'moneybag.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Para dolu bir torba'}, ['parachute'] = {['name'] = 'parachute', ['label'] = 'Paraşüt', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'parachute.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['binoculars'] = {['name'] = 'binoculars', ['label'] = 'Dürbün', ['weight'] = 600, ['type'] = 'item', ['image'] = 'binoculars.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '...'}, ['snowball'] = {['name'] = 'snowball', ['label'] = 'Kar Topu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'snowball.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Neden isabet etmiyor :D'}, ['lighter'] = {['name'] = 'lighter', ['label'] = 'Çakmak', ['weight'] = 0, ['type'] = 'item', ['image'] = 'lighter.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Yeni yıl arifesinde yanında durmak için güzel bir ateş'}, ['certificate'] = {['name'] = 'certificate', ['label'] = 'Baron Sadakat Belgesi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'certificate.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bazı şeylere sahip olduğunuzu kanıtlayan sertifika'}, ['karapara'] = {['name'] = 'karapara', ['label'] = 'Kara Para', ['weight'] = 0, ['type'] = 'item', ['image'] = 'karapara.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Para?'}, ['labkey'] = {['name'] = 'labkey', ['label'] = 'Baron Sadakat Nişanı', ['weight'] = 500, ['type'] = 'item', ['image'] = 'labkey.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Baron Sadakat Nişanı'}, ['printerdocument'] = {['name'] = 'printerdocument', ['label'] = 'Belge', ['weight'] = 500, ['type'] = 'item', ['image'] = 'printerdocument.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Güzel bir döküman'}, ["boombox"] = {["name"] = "boombox", ["label"] = "Boombox", ["weight"] = 600, ["type"] = "item", ['image'] = 'boombox.png', ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "",['created'] = nil, ['decay'] = 14.0}, ['mining_pickaxe'] = {['name'] = 'mining_pickaxe', ['label'] = 'Kazma', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_pickaxe.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Classic\'s pickaxe for mining'}, ['mining_pan'] = {['name'] = 'mining_pan', ['label'] = 'Yıkama Tavası', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_pan.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Classic\'s washing pan'}, ['mining_stone'] = {['name'] = 'mining_stone', ['label'] = 'Maden Taşı', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_stone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mined Stone'}, ['mining_washedstone'] = {['name'] = 'mining_washedstone', ['label'] = 'Yıkanmış Taş', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_washedstone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Wasted Stone'}, ['mining_ironfragment'] = {['name'] = 'mining_ironfragment', ['label'] = 'Demir Parçası', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_ironfragment.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Iron fragment from mining'}, ['mining_ironbar'] = {['name'] = 'mining_ironbar', ['label'] = 'Demir', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_ironbar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Iron Bar'}, ['mining_goldnugget'] = {['name'] = 'mining_goldnugget', ['label'] = 'Altın Külçe', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_goldnugget.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Golden nugget from mining'}, ['mining_goldbar'] = {['name'] = 'mining_goldbar', ['label'] = 'Altın', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_goldbar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Gold Bar'}, ['mining_copperfragment'] = {['name'] = 'mining_copperfragment', ['label'] = 'Bakır Parçası', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_copperfragment.png',['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Copper fragment from mining'}, ['mining_copperbar'] = {['name'] = 'mining_copperbar', ['label'] = 'Bakır', ['weight'] = 500, ['type'] = 'item', ['image'] = 'mining_copperbar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Copper Bar'}, ['vpn'] = {['name'] = 'vpn', ['label'] = 'VPN', ['weight'] = 700, ['type'] = 'item', ['image'] = 'vpn.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'vpn for good use'}, ['darklaptop'] = {['name'] = 'darklaptop', ['label'] = 'Hack Laptop', ['weight'] = 700, ['type'] = 'item', ['image'] = 'laptop.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'this laptop need vpn to make it work'}, ['centralchip'] = {['name'] = 'centralchip', ['label'] = 'Sentral Çip', ['weight'] = 700, ['type'] = 'item', ['image'] = 'centralchip.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'this laptop need vpn to make it work'}, ['tracker'] = {['name'] = 'tracker', ['label'] = 'Tracker', ['weight'] = 700, ['type'] = 'item', ['image'] = 'tracker.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'this laptop need vpn to make it work'}, ["apple"] = {["name"] = "apple", ["label"] = "Elma", ["weight"] = 25, ["type"] = "item", ["image"] = "apple.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["apple_juice"] = {["name"] = "apple_juice", ["label"] = "Elma Suyu", ["weight"] = 100, ["type"] = "item", ["image"] = "apple_juice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["emptycowbucket"] = {["name"] = "emptycowbucket", ["label"] = "Boş kova", ["weight"] = 25, ["type"] = "item", ["image"] = "emptybucket.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["milkbucket"] = {["name"] = "milkbucket", ["label"] = "Süt Kovası", ["weight"] = 75, ["type"] = "item", ["image"] = "milkbucket.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["raw_beef"] = {["name"] = "raw_beef", ["label"] = "Çiğ biftek", ["weight"] = 25, ["type"] = "item", ["image"] = "raw_beef.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["beef"] = {["name"] = "beef", ["label"] = "Biftek", ["weight"] = 25, ["type"] = "item", ["image"] = "beef.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["milk"] = {["name"] = "milk", ["label"] = "Süt", ["weight"] = 50, ["type"] = "item", ["image"] = "milk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["rawpumpkin"] = {["name"] = "rawpumpkin", ["label"] = "Ham Kabak", ["weight"] = 50, ["type"] = "item", ["image"] = "raw_pumpkin.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["pumpkinpiebox"] = {["name"] = "pumpkinpiebox", ["label"] = "Pasta Kutusu", ["weight"] = 25, ["type"] = "item", ["image"] = "pumpkinpiebox.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = {accept = {'weapon_knife'}, reward = 'slicedpie', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = '', ['timeOut'] = 7500,}}, ["description"] = ""}, ["slicedpie"] = {["name"] = "slicedpie", ["label"] = "Dilim Pasta", ["weight"] = 10, ["type"] = "item", ["image"] = "slicedpie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["corncob"] = {["name"] = "corncob", ["label"] = "Mısır koçanı", ["weight"] = 15, ["type"] = "item", ["image"] = "corncob.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["canofcorn"] = {["name"] = "canofcorn", ["label"] = "Mısır Konservesi", ["weight"] = 15, ["type"] = "item", ["image"] = "canofcorn.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["grapes"] = {["name"] = "grapes", ["label"] = "Üzüm", ["weight"] = 15, ["type"] = "item", ["image"] = "grapes.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["grapejuice"] = {["name"] = "grapejuice", ["label"] = "Üzüm Suyu", ["weight"] = 15, ["type"] = "item", ["image"] = "grapejuice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["greenpepper"] = {["name"] = "greenpepper", ["label"] = "Yeşil biber", ["weight"] = 15, ["type"] = "item", ["image"] = "greenpepper.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["chillypepper"] = {["name"] = "chillypepper", ["label"] = "Acı Biber", ["weight"] = 15, ["type"] = "item", ["image"] = "chillypepper.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["hotsauce"] = {["name"] = "hotsauce", ["label"] = "Acı Sos", ["weight"] = 15, ["type"] = "item", ["image"] = "hotsauce.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["tomato"] = {["name"] = "tomato", ["label"] = "Domates", ["weight"] = 15, ["type"] = "item", ["image"] = "tomato.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["tomatopaste"] = {["name"] = "tomatopaste", ["label"] = "Domates Ezmesi", ["weight"] = 25, ["type"] = "item", ["image"] = "tomatopaste.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["soybeans"] = {["name"] = "soybeans", ["label"] = "Soya Fasulyesi", ["weight"] = 10, ["type"] = "item", ["image"] = "soybeans.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["raw_bacon"] = {["name"] = "raw_bacon", ["label"] = "Çiğ Pastırma", ["weight"] = 25, ["type"] = "item", ["image"] = "raw_bacon.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["raw_sausage"] = {["name"] = "raw_sausage", ["label"] = "Çiğ Sosis", ["weight"] = 25, ["type"] = "item", ["image"] = "raw_sausage.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["raw_pork"] = {["name"] = "raw_pork", ["label"] = "Çiğ Domuz", ["weight"] = 25, ["type"] = "item", ["image"] = "raw_pork.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["raw_ham"] = {["name"] = "raw_ham", ["label"] = "Çiğ Jambon", ["weight"] = 25, ["type"] = "item", ["image"] = "raw_ham.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["cooked_bacon"] = {["name"] = "cooked_bacon", ["label"] = "Pişmiş Domuz Pastırması", ["weight"] = 25, ["type"] = "item", ["image"] = "cooked_bacon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["cooked_sausage"] = {["name"] = "cooked_sausage", ["label"] = "Pişmiş Sosis", ["weight"] = 25, ["type"] = "item", ["image"] = "cooked_sausage.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["cooked_pork"] = {["name"] = "cooked_pork", ["label"] = "Pişmiş Domuz Eti", ["weight"] = 25, ["type"] = "item", ["image"] = "cooked_pork.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["cooked_ham"] = {["name"] = "cooked_ham", ["label"] = "Pişmiş Jambon", ["weight"] = 25, ["type"] = "item", ["image"] = "cooked_ham.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["pig_leather"] = {["name"] = "pig_leather", ["label"] = "Domuz Derisi", ["weight"] = 50, ["type"] = "item", ["image"] = "pig_leather.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["cow_leather"] = {["name"] = "cow_leather", ["label"] = "İnek Derisi", ["weight"] = 50, ["type"] = "item", ["image"] = "cow_leather.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["meatdeer"] = {["name"] = "meatdeer", ["label"] = "Geyik Boynuzu", ["weight"] = 100, ["type"] = "item", ["image"] = "deerhorns.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Deer Horns"}, ["meatpig"] = {["name"] = "meatpig", ["label"] = "Domuz Eti", ["weight"] = 100, ["type"] = "item", ["image"] = "pigpelt.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Pig Meat"}, ["meatboar"] = {["name"] = "meatboar", ["label"] = "Domuz Dişleri", ["weight"] = 100, ["type"] = "item", ["image"] = "boartusks.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Boar Tusks"}, ["meatlion"] = {["name"] = "meatlion", ["label"] = "Puma Pençeleri", ["weight"] = 100, ["type"] = "item", ["image"] = "cougarclaw.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Cougar Claw"}, ["meatcow"] = {["name"] = "meatcow", ["label"] = "İnek Postu", ["weight"] = 100, ["type"] = "item", ["image"] = "cowpelt.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Cow Pelt"}, ["meatrabbit"] = {["name"] = "meatrabbit", ["label"] = "Tavşan Kürkü", ["weight"] = 100, ["type"] = "item", ["image"] = "rabbitfur.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Rabbit Fur"}, ["meatbird"] = {["name"] = "meatbird", ["label"] = "Kuş tüyü", ["weight"] = 100, ["type"] = "item", ["image"] = "birdfeather.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Bird Feather"}, ["meatcoyote"] = {["name"] = "meatcoyote", ["label"] = "Çakal Postu", ["weight"] = 100, ["type"] = "item", ["image"] = "coyotepelt.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Coyote Pelt"}, ["huntingbait"] = {["name"] = "huntingbait", ["label"] = "Av Yemi", ["weight"] = 150, ["type"] = "item", ["image"] = "huntingbait.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hunting Bait"}, ["camera"] = {["name"] = "camera", ["label"] = "CC TV", ["weight"] = 150, ["type"] = "item", ["image"] = "huntingbait.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hunting Bait"}, ["rentalpapers"] = {["name"] = "rentalpapers", ["label"] = "Kira Dekontu", ["weight"] = 150, ["type"] = "item", ["image"] = "rentalpapers.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hunting Bait"}, ['pixellaptop'] = {['name'] = 'pixellaptop', ['label'] = 'Pixel Leptop', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'tunerchip.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Boosting Laptop'}, ['disabler'] = {['name'] = 'disabler', ['label'] = 'Disabler', ['weight'] = 500, ['type'] = 'item', ['image'] = 'tablet.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'for the boosting contracts'}, ["bodycam"] = {["name"] = "bodycam", ["label"] = "Bodycam", ["weight"] = 200, ["type"] = "item", ["image"] = "bodycam.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Bodycam for police officers!"}, -- LowGrade ['marijuana_crop_low'] = {['name'] = 'marijuana_crop_low', ['label'] = 'Stunk', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_low.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'low grade harvested marijuana crop'}, ['marijuana_3.5_low'] = {['name'] = 'marijuana_3.5_low', ['label'] = '3.5gr Esrar', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_low.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5g low grade marijuana'}, ['marijuana_1oz_low'] = {['name'] = 'marijuana_1oz_low', ['label'] = '1 ons esrar', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_low.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1oz low grade marijuana'}, --Mid Grade ['marijuana_crop_mid'] = {['name'] = 'marijuana_crop_mid', ['label'] = 'Stunk', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_mid.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'mid grade harvested marijuana crop'}, ['marijuana_3.5_mid'] = {['name'] = 'marijuana_3.5_mid', ['label'] = '3.5 gr esrar', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_mid.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5g mid grade marijuana'}, ['marijuana_1oz_mid'] = {['name'] = 'marijuana_1oz_mid', ['label'] = '1 ons esrar', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_mid.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1oz mid grade marijuana'}, --High Grade ['marijuana_crop_high'] = {['name'] = 'marijuana_crop_high', ['label'] = 'Stunk', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_high.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'high grade harvested marijuana crop'}, ['marijuana_3.5_high'] = {['name'] = 'marijuana_3.5_high', ['label'] = '3.5g esrar', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_high.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5g high grade marijuana'}, ['marijuana_1oz_high'] = {['name'] = 'marijuana_1oz_high', ['label'] = '1ons esrar', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_high.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1oz high grade marijuana'}, -- marijuana items ['marijuana_seeds'] = {['name'] = 'marijuana_seeds', ['label'] = 'Tohum', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_seeds.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'marijuana seeds'}, ['marijuana_joint'] = {['name'] = 'marijuana_joint', ['label'] = 'Joint', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '1g joint'}, ['marijuana_joint3g'] = {['name'] = 'marijuana_joint3g', ['label'] = 'Joint', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_joint3g.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3g joint'}, -- Shop Items ['marijuana_phone'] = {['name'] = 'marijuana_phone', ['label'] = 'Yazıcı Telefonu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Burner phone used to sell eights'}, ['marijuana_trowel'] = {['name'] = 'marijuana_trowel', ['label'] = 'Mala', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_trowel.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Small handheld garden shovel'}, ["marijuana_lighter"] = {["name"] = "marijuana_lighter", ["label"] = "Çakmak", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_lighter.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cheap tweaker lighter, Still does the job"}, ["marijuana_rollingpapers"] = {["name"] = "marijuana_rollingpapers", ["label"] = "Sarma Kağıtları", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_rollingpapers.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "These aint Raw Rolling Papers!!?"}, ["marijuana_baggies"] = {["name"] = "marijuana_baggies", ["label"] = "Çantalar", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_baggies.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Need some baggies? i got some baggies"}, ["marijuana_scale"] = {["name"] = "marijuana_scale", ["label"] = "Ölçek", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_scale.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "This is not what it looks like"}, ['marijuana_nutrition'] = {['name'] = 'marijuana_nutrition', ['label'] = 'Bitki Gübresi', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_nutrition.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Plant nutrition'}, ['marijuana_water'] = {['name'] = 'marijuana_water', ['label'] = 'Bitki Suyu', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_water.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Plant water'}, -----qb drugs ["weed-bad-ql"] = {["name"] = "weed-bad-ql", ["label"] = "Ot Yaprağı", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["weed-med-ql"] = {["name"] = "weed-med-ql", ["label"] = "Ot Yaprağı", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["weed-max-ql"] = {["name"] = "weed-max-ql", ["label"] = "Ot Yaprağı", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-weed-bad-ql"] = {["name"] = "leaves-weed-bad-ql", ["label"] = "İşlenmiş Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-weed-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-weed-med-ql"] = {["name"] = "leaves-weed-med-ql", ["label"] = "İşlenmiş Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-weed-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-weed-max-ql"] = {["name"] = "leaves-weed-max-ql", ["label"] = "İşlenmiş Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-weed-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-weed-bad-ql"] = {["name"] = "package-weed-bad-ql", ["label"] = "Paketlenmiş Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "package-weed-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-weed-med-ql"] = {["name"] = "package-weed-med-ql", ["label"] = "Paketlenmiş Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "package-weed-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-weed-max-ql"] = {["name"] = "package-weed-max-ql", ["label"] = "Paketlenmiş Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "package-weed-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["coke-bad-ql"] = {["name"] = "coke-bad-ql", ["label"] = "Kokain Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "coke-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["coke-med-ql"] = {["name"] = "coke-med-ql", ["label"] = "Kokain Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "coke-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["coke-max-ql"] = {["name"] = "coke-max-ql", ["label"] = "Kokain Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "coke-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-coke-bad-ql"] = {["name"] = "leaves-coke-bad-ql", ["label"] = "Şeker Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-coke-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Kalitesiz gibi duruyor!"}, ["leaves-coke-med-ql"] = {["name"] = "leaves-coke-med-ql", ["label"] = "Şeker Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-coke-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yani fena değil."}, ["leaves-coke-max-ql"] = {["name"] = "leaves-coke-max-ql", ["label"] = "Şeker Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-coke-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sonunda istediğimizi elde ettik!"}, ["package-coke-bad-ql"] = {["name"] = "package-coke-bad-ql", ["label"] = "Şeker", ["weight"] = 0, ["type"] = "item", ["image"] = "sugar1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-coke-med-ql"] = {["name"] = "package-coke-med-ql", ["label"] = "Şeker", ["weight"] = 0, ["type"] = "item", ["image"] = "sugar2.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-coke-max-ql"] = {["name"] = "package-coke-max-ql", ["label"] = "Şeker", ["weight"] = 0, ["type"] = "item", ["image"] = "sugar3.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["meth-bad-ql"] = {["name"] = "meth-bad-ql", ["label"] = "Meth Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "meth-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["meth-med-ql"] = {["name"] = "meth-med-ql", ["label"] = "Meth Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "meth-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["meth-max-ql"] = {["name"] = "meth-max-ql", ["label"] = "Meth Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "meth-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-meth-bad-ql"] = {["name"] = "leaves-meth-bad-ql", ["label"] = "İşlenmiş Meth", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-meth-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-meth-med-ql"] = {["name"] = "leaves-meth-med-ql", ["label"] = "İşlenmiş Meth", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-meth-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-meth-max-ql"] = {["name"] = "leaves-meth-max-ql", ["label"] = "İşlenmiş Meth", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-meth-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-meth-bad-ql"] = {["name"] = "package-meth-bad-ql", ["label"] = "Paketlenmiş Meth", ["weight"] = 0, ["type"] = "item", ["image"] = "package-meth-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-meth-med-ql"] = {["name"] = "package-meth-med-ql", ["label"] = "Paketlenmiş Meth", ["weight"] = 0, ["type"] = "item", ["image"] = "package-meth-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-meth-max-ql"] = {["name"] = "package-meth-max-ql", ["label"] = "Paketlenmiş Meth", ["weight"] = 0, ["type"] = "item", ["image"] = "package-meth-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["opium-bad-ql"] = {["name"] = "opium-bad-ql", ["label"] = "Afyon Yaprağı", ["weight"] = 0, ["type"] = "item", ["image"] = "opium-bad-ql.png.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["opium-med-ql"] = {["name"] = "opium-med-ql", ["label"] = "Afyon Yaprağı", ["weight"] = 0, ["type"] = "item", ["image"] = "opium-med-ql.png.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["opium-max-ql"] = {["name"] = "opium-max-ql", ["label"] = "Afyon Yaprağı", ["weight"] = 0, ["type"] = "item", ["image"] = "opium-max-ql.png.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-opium-bad-ql"] = {["name"] = "leaves-opium-bad-ql", ["label"] = "Kubar Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-opium-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-opium-med-ql"] = {["name"] = "leaves-opium-med-ql", ["label"] = "Kubar Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-opium-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["leaves-opium-max-ql"] = {["name"] = "leaves-opium-max-ql", ["label"] = "Kubar Tozu", ["weight"] = 0, ["type"] = "item", ["image"] = "leaves-opium-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-opium-bad-ql"] = {["name"] = "package-opium-bad-ql", ["label"] = "Paketlenmiş Kubar", ["weight"] = 0, ["type"] = "item", ["image"] = "package-opium-bad-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-opium-med-ql"] = {["name"] = "package-opium-med-ql", ["label"] = "Paketlenmiş Kubar", ["weight"] = 0, ["type"] = "item", ["image"] = "package-opium-med-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["package-opium-max-ql"] = {["name"] = "package-opium-max-ql", ["label"] = "Paketlenmiş Kubar", ["weight"] = 0, ["type"] = "item", ["image"] = "package-opium-max-ql.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["heroin"] = {["name"] = "heroin", ["label"] = "Eroin", ["weight"] = 0, ["type"] = "item", ["image"] = "heroin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bağımlıların ihtiyacı olan ilaç"}, ["marijuana"] = {["name"] = "marijuana", ["label"] = "Kaliteli Ot", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_joint.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bağımlıların ihtiyacı olan ilaç"}, ["cocaine"] = {["name"] = "cocaine", ["label"] = "Kokain", ["weight"] = 0, ["type"] = "item", ["image"] = "cocaine_baggy.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bağımlıların ihtiyacı olan ilaç"}, ["mdma"] = {["name"] = "mdma", ["label"] = "MDMA", ["weight"] = 0, ["type"] = "item", ["image"] = "mdma.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bağımlıların ihtiyacı olan ilaç"}, -- BALIKPASS BAŞLANGIÇ ['fishingrod1'] = {['name'] = 'fishingrod1', ['label'] = 'Fishing Rod (1Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Balık tutmak için başlangıç seviyesi olta'}, ['fishingrod2'] = {['name'] = 'fishingrod2', ['label'] = 'Fishing Rod (2Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod2.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Bazı balıkları hatırlamak için kullanışlı olabilir...'}, ['fishingrod3'] = {['name'] = 'fishingrod3', ['label'] = 'Fishing Rod (3Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod3.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Büyük bir balık tutmaya hazır mısın?'}, ['fishingrod4'] = {['name'] = 'fishingrod4', ['label'] = 'Fishing Rod (4Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod4.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Denizlerin en derinlerinde büyük av arayışında.'}, ['fishingrod5'] = {['name'] = 'fishingrod5', ['label'] = 'Fishing Rod (5Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod5.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sakin sularda gizlenen balıkları yakalamak için ideal'}, ['fishingrod6'] = {['name'] = 'fishingrod6', ['label'] = 'Fishing Rod (6Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod6.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Balıkları sinsi sinsi yakalamak için tasarlanmış'}, ['fishingrod7'] = {['name'] = 'fishingrod7', ['label'] = 'Fishing Rod (7Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod7.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Güçlü dalgalarla başa çıkmak için dayanıklı.'}, ['fishingrod8'] = {['name'] = 'fishingrod8', ['label'] = 'Fishing Rod (8Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod8.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Dev balıkların peşine düşmek için hazır.'}, ['fishingrod9'] = {['name'] = 'fishingrod9', ['label'] = 'Fishing Rod (9Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod9.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Suların efendisi olmak için son adım.'}, ['fishingrod10'] = {['name'] = 'fishingrod10', ['label'] = 'Fishing Rod (10Lv.)', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fishingrod10.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'En zorlu avlar için son nokta.'}, ['goldenfishgrod'] = {['name'] = 'goldenfishgrod', ['label'] = 'Altın Olta', ['weight'] = 50, ['type'] = 'item', ['image'] = 'goldenfrood.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bu olta gerçekten efsanevi gözüküyor. Ama duyumlarıma göre %1 kırılma şansı varmış.'}, ['smallbluefish'] = {['name'] = 'smallbluefish', ['label'] = 'Küçük Mavi Balık', ['weight'] = 50, ['type'] = 'item', ['image'] = 'smallbluefish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Balıkçılık sırasında sıkça rastlanan küçük bir mavi balık.'}, ['bluefish'] = {['name'] = 'bluefish', ['label'] = 'Mavi Balık', ['weight'] = 50, ['type'] = 'item', ['image'] = 'bluefish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Denizlerin derinliklerinde nadiren rastlanan bir mavi balık.'}, ['bonitosfish'] = {['name'] = 'bonitosfish', ['label'] = 'Bonitos', ['weight'] = 50, ['type'] = 'item', ['image'] = 'bonitosfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Suların altında çeşitli balıkların sürüler halinde dolaştığı bir balık türü.'}, ['garfish'] = {['name'] = 'garfish', ['label'] = 'Mızrak', ['weight'] = 50, ['type'] = 'item', ['image'] = 'garfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Uzun ve ince bir yapısı olan, suların yırtıcı balıklarından biri.'}, ['perch'] = {['name'] = 'perch', ['label'] = 'Alabalık', ['weight'] = 50, ['type'] = 'item', ['image'] = 'perch.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Göletlerde ve nehirlerde sıkça bulunan bir tür olan alabalık.'}, ['fish'] = {['name'] = 'fish', ['label'] = 'Küçük Balık', ['weight'] = 50, ['type'] = 'item', ['image'] = 'fish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Balık tutma hobisinde başlangıç seviyesinde sıkça yakalanan küçük bir balık.'}, ['goldenfish'] = {['name'] = 'goldenfish', ['label'] = 'Altın Balık', ['weight'] = 50, ['type'] = 'item', ['image'] = 'goldenfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Denizlerin altında efsanevi bir yaratığa dönüşen, altın rengi bir balık.'}, ['silverfish'] = {['name'] = 'silverfish', ['label'] = 'Gümüş Balık', ['weight'] = 50, ['type'] = 'item', ['image'] = 'silverfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Suların derinliklerinde parlayan gümüş rengi bir balık türü.',}, ['rainbowfish'] = {['name'] = 'rainbowfish', ['label'] = 'Gökkuşağı Balığı', ['weight'] = 50, ['type'] = 'item', ['image'] = 'rainbowfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Renkli pullarıyla göz alıcı bir güzellik sunan, gökkuşağı renklerine sahip bir balık.'}, ['firefish'] = {['name'] = 'firefish', ['label'] = 'Alev Balığı', ['weight'] = 50, ['type'] = 'item', ['image'] = 'firefish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Parıldayan kırmızı rengi ve alev gibi yanar gibi görünen pullarıyla tanınan bir balık.'}, ['emeraldfish'] = {['name'] = 'emeraldfish', ['label'] = 'Zümrüt Balığı', ['weight'] = 50, ['type'] = 'item', ['image'] = 'emeraldfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Denizin derinliklerinde parlayan yeşil bir inci gibi olan nadir bir balık türü.',}, ['carettacaretta'] = {['name'] = 'carettacaretta', ['label'] = 'Kaplumbağa', ['weight'] = 50, ['type'] = 'item', ['image'] = 'carettacaretta.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Plajlarda yumurtalarını bırakan büyük deniz kaplumbağalarının nadir bulunan bir türü.'}, ['pantfish'] = {['name'] = 'pantfish', ['label'] = 'Pantolon Balığı', ['weight'] = 50, ['type'] = 'item', ['image'] = 'pantfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Parlak ve göz alıcı bir renge sahip, deniz altında görkemli bir balık.'}, ['sharkfish'] = {['name'] = 'sharkfish', ['label'] = 'Köpek Balığı', ['weight'] = 50, ['type'] = 'item', ['image'] = 'sharkfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Korkutucu görünümü ve hızlı yüzme yetenekleri ile ünlü, okyanusların efendisi.'}, ['whitepearl'] = {['name'] = 'whitepearl', ['label'] = 'Beyaz İnci', ['weight'] = 50, ['type'] = 'item', ['image'] = 'whitepearl.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Beyaz inci taneleri gibi parlayan bir deniz altı hazine.'}, ['bluepearl'] = {['name'] = 'bluepearl', ['label'] = 'Mavi İnci', ['weight'] = 50, ['type'] = 'item', ['image'] = 'bluepearl.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mavi renkli inci taneleriyle süslenmiş, ender bulunan bir deniz hazinesi.'}, ['redpearl'] = {['name'] = 'redpearl', ['label'] = 'Kırmızı İnci', ['weight'] = 50, ['type'] = 'item', ['image'] = 'redpearl.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tehlikeli suların derinliklerinde parıldayan, kırmızı renkli bir deniz incisi.'}, ['yellowpearl'] = {['name'] = 'yellowpearl', ['label'] = 'Sarı İnci', ['weight'] = 50, ['type'] = 'item', ['image'] = 'yellowpearl.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Parlak sarı inci tanelerine sahip, göz alıcı bir deniz hazinesi.'}, ['greenpearl'] = {['name'] = 'greenpearl', ['label'] = 'Yeşil İnci', ['weight'] = 50, ['type'] = 'item', ['image'] = 'greenpearl.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Doğanın mücevher kutusundan çıkmış gibi, yeşil renkli pırıltılı bir inci.'}, -- BALIKPASS BİTİŞ ["karapara"] = {["name"] = "karapara", ["label"] = "Kara Para", ["weight"] = 0, ["type"] = "item", ["image"] = "black_money.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""}, ["mdt"] = {["name"] = "mdt", ["label"] = "MDT", ["weight"] = 0, ["type"] = "item", ["image"] = "black_money.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""}, ["karapara"] = {["name"] = "karapara", ["label"] = "Kara Para", ["weight"] = 0, ["type"] = "item", ["image"] = "black_money.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""}, ['pdkit'] = {['name'] = 'pdkit', ['label'] = 'PD Kit', ['weight'] = 250, ['type'] = 'item', ['image'] = 'bag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['ek10'] = {['name'] = 'ek10', ['label'] = 'Etkinlik 10 Vintage Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['ek20'] = {['name'] = 'ek20', ['label'] = 'Etkinlik 20 Vintage Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['diwness10'] = {['name'] = 'diwness10', ['label'] = 'Etkinlik 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['diwness20'] = {['name'] = 'diwness20', ['label'] = 'Etkinlik 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['dagger10'] = {['name'] = 'dagger10', ['label'] = 'Dagger 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['dagger15'] = {['name'] = 'dagger15', ['label'] = 'Dagger 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['dagger20'] = {['name'] = 'dagger20', ['label'] = 'Dagger 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bat10'] = {['name'] = 'bat10', ['label'] = 'Sopa 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bat15'] = {['name'] = 'bat15', ['label'] = 'Sopa 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bat20'] = {['name'] = 'bat20', ['label'] = 'Sopa 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['zirh30'] = {['name'] = 'zirh30', ['label'] = 'Zırh 30 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['radio30'] = {['name'] = 'radio30', ['label'] = 'Radio 30 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bottle10'] = {['name'] = 'bottle10', ['label'] = 'Kırık şişe 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bottle15'] = {['name'] = 'bottle15', ['label'] = 'Kırık şişe 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bottle20'] = {['name'] = 'bottle20', ['label'] = 'Kırık şişe 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['crowbar10'] = {['name'] = 'crowbar10', ['label'] = 'Levye 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['crowbar15'] = {['name'] = 'crowbar15', ['label'] = 'Levye 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['crowbar20'] = {['name'] = 'crowbar20', ['label'] = 'Levye 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['golfclub10'] = {['name'] = 'golfclub10', ['label'] = 'Golclub 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['golfclub15'] = {['name'] = 'golfclub15', ['label'] = 'Golclub 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['golfclub20'] = {['name'] = 'golfclub20', ['label'] = 'Golclub 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['hammer10'] = {['name'] = 'hammer10', ['label'] = 'Çekic 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['hammer15'] = {['name'] = 'hammer15', ['label'] = 'Çekic 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['hammer20'] = {['name'] = 'hammer20', ['label'] = 'Çekic 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['hatchet10'] = {['name'] = 'hatchet10', ['label'] = 'Balta 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['hatchet15'] = {['name'] = 'hatchet15', ['label'] = 'Balta 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['hatchet20'] = {['name'] = 'hatchet20', ['label'] = 'Balta 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['knuckle10'] = {['name'] = 'knuckle10', ['label'] = 'Muşta 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['knuckle15'] = {['name'] = 'knuckle15', ['label'] = 'Muşta 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['knuckle20'] = {['name'] = 'knuckle20', ['label'] = 'Muşta 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['knife10'] = {['name'] = 'knife10', ['label'] = 'Çakı Knife 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['knife15'] = {['name'] = 'knife15', ['label'] = 'Çakı Knife 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['knife20'] = {['name'] = 'knife20', ['label'] = 'Çakı Knife 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['machete10'] = {['name'] = 'machete10', ['label'] = 'Machete 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['machete15'] = {['name'] = 'machete15', ['label'] = 'Machete 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['machete20'] = {['name'] = 'machete20', ['label'] = 'Machete 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['switchblade10'] = {['name'] = 'switchblade10', ['label'] = 'Sustalı 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['switchblade15'] = {['name'] = 'switchblade15', ['label'] = 'Sustalı 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['switchblade20'] = {['name'] = 'switchblade20', ['label'] = 'Sustalı 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['wrench10'] = {['name'] = 'wrench10', ['label'] = 'İngiliz Anahtarı 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['wrench15'] = {['name'] = 'wrench15', ['label'] = 'İngiliz Anahtarı 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['wrench20'] = {['name'] = 'wrench20', ['label'] = 'İngiliz Anahtarı 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['poolcue10'] = {['name'] = 'poolcue10', ['label'] = 'Istıka Sopa 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['poolcue15'] = {['name'] = 'poolcue15', ['label'] = 'Istıka Sopa 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['poolcue20'] = {['name'] = 'poolcue20', ['label'] = 'Istıka Sopa 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['stone_hatchet10'] = {['name'] = 'stone_hatchet10', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['stone_hatchet15'] = {['name'] = 'stone_hatchet15', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['stone_hatchet20'] = {['name'] = 'stone_hatchet20', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['p22610'] = {['name'] = 'p22610', ['label'] = 'P226 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['p22615'] = {['name'] = 'p22615', ['label'] = 'P226 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['p22620'] = {['name'] = 'p22620', ['label'] = 'P226 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['dp910'] = {['name'] = 'dp910', ['label'] = 'DB9 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['dp915'] = {['name'] = 'dp915', ['label'] = 'DB9 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['dp920'] = {['name'] = 'dp920', ['label'] = 'DB9 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['g17a10'] = {['name'] = 'g17a10', ['label'] = 'Glock17 10 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['g17a15'] = {['name'] = 'g17a15', ['label'] = 'Glock17 15 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['g17a20'] = {['name'] = 'g17a20', ['label'] = 'Glock17 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['g195'] = {['name'] = 'g195', ['label'] = 'Glock19 5 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['g1920'] = {['name'] = 'g1920', ['label'] = 'Glock19 20 Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['machinepistol10'] = {['name'] = 'machinepistol10', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['uzi10'] = {['name'] = 'uzi10', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['mermi30'] = {['name'] = 'mermi30', ['label'] = '30 Mermi Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['mermi60'] = {['name'] = 'mermi60', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['mermi80'] = {['name'] = 'mermi80', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['mermi100'] = {['name'] = 'mermi100', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['zırh30'] = {['name'] = 'zırh30', ['label'] = '30 Zırh Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['zırh60'] = {['name'] = 'zırh60', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['zırh100'] = {['name'] = 'zırh100', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['anahtar20'] = {['name'] = 'anahtar20', ['label'] = '20 Kelepce Anahtar Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['kelepce20'] = {['name'] = 'kelepce20', ['label'] = '20 Kelepce Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['susturucu10'] = {['name'] = 'susturucu10', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['susturucu20'] = {['name'] = 'susturucu20', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['susturucu30'] = {['name'] = 'susturucu30', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['susturucu40'] = {['name'] = 'susturucu40', ['label'] = 'İllegal Sandık', ['weight'] = 0, ['type'] = 'item', ['image'] = 'np_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['drone_flyer_1'] = {['name'] = 'drone_flyer_1', ['label'] = 'Drone 1', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drone_flyer_1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['drone_flyer_2'] = {['name'] = 'drone_flyer_2', ['label'] = 'Drone 2', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drone_flyer_2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['drone_flyer_3'] = {['name'] = 'drone_flyer_3', ['label'] = 'Drone 3', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drone_flyer_3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['drone_flyer_4'] = {['name'] = 'drone_flyer_4', ['label'] = 'Drone 4', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drone_flyer_4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['drone_flyer_5'] = {['name'] = 'drone_flyer_5', ['label'] = 'Drone 5', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drone_flyer_5.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['drone_flyer_7'] = {['name'] = 'drone_flyer_7', ['label'] = 'Drone 6', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drone_flyer_7.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ["evlilikyuzugu"] ={["name"] = "evlilikyuzugu" , ["label"] = "Evlilik Yüzlüğü" , ["weight"] = 100 , ["type"] = "item", ['image'] = 'evlilikyuzugu.png', ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Evlilik müessesesinin en kıymetli hediyesi." }, ["tesoura"] = {["name"] = "tesoura", ["label"] = "Makas", ["weight"] = 25, ["type"] = "item", ["image"] = "tesoura.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["sacos"] = {["name"] = "sacos", ["label"] = "Kötü Torba", ["weight"] = 25, ["type"] = "item", ["image"] = "sacos.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["weaponlicense"] = {["name"] = "weaponlicense", ["label"] = "Kimlik", ["weight"] = 25, ["type"] = "item", ["image"] = "sacos.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ["lawyerpass"] = {["name"] = "lawyerpass", ["label"] = "Kimlik", ["weight"] = 25, ["type"] = "item", ["image"] = "sacos.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, ['powerbank'] = {['name'] = 'powerbank', ['label'] = 'Telefon Powerbank', ['weight'] = 25, ['type'] = 'item', ['image'] = 'powerbank.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Telefoununuzu sarj eder.Başka birşey beklemyin'}, --VANILLA UNICORN --Drink Ingredients ["cubasil"] = {["name"] = "cubasil", ["label"] = "Cucumber Basil", ["weight"] = 200, ["type"] = "item", ["image"] = "cubasil.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Hand full of Cucumber and Basil", ['hunger'] = math.random(40, 50) }, ["mintleaf"] = {["name"] = "mintleaf", ["label"] = "Mint", ["weight"] = 200, ["type"] = "item", ["image"] = "mint.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Mint Leaves", ['hunger'] = math.random(40, 50) }, ["peach"] = {["name"] = "peach", ["label"] = "Peach", ["weight"] = 200, ["type"] = "item", ["image"] = "peach.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A peach", ['hunger'] = math.random(40, 50) }, ["strawberry"] = {["name"] = "strawberry", ["label"] = "Strawberries", ["weight"] = 200, ["type"] = "item", ["image"] = "strawberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Strawberries", ['hunger'] = math.random(40, 50) }, ["orange"] = {["name"] = "orange", ["label"] = "Orange", ["weight"] = 200, ["type"] = "item", ["image"] = "orange.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "An Orange." }, ["lime"] = {["name"] = "lime", ["label"] = "Lime", ["weight"] = 200, ["type"] = "item", ["image"] = "lime.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A Lime." }, ["lemon"] = {["name"] = "lemon", ["label"] = "Lemon", ["weight"] = 200, ["type"] = "item", ["image"] = "lemon.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A Lemon." }, ["chocolate"] = {["name"] = "chocolate", ["label"] = "Chocolate", ["weight"] = 200, ["type"] = "item", ["image"] = "chocolate.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Chocolate Bar", ['hunger'] = math.random(20, 30) }, ["midori"] = {["name"] = "midori", ["label"] = "Midori", ["weight"] = 200, ["type"] = "item", ["image"] = "midori.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Midori", ['thirst'] = math.random(40, 50) }, ["pinejuice"] = {["name"] = "pinejuice", ["label"] = "Pineapple Juice", ["weight"] = 200, ["type"] = "item", ["image"] = "pinejuice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Pineapple Juice", ['thirst'] = math.random(40, 50) }, ["prosecco"] = {["name"] = "prosecco", ["label"] = "Prosecco", ["weight"] = 200, ["type"] = "item", ["image"] = "prosecco.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Prosecco", ['thirst'] = math.random(40, 50) }, ["tequila"] = {["name"] = "tequila", ["label"] = "Tequila", ["weight"] = 200, ["type"] = "item", ["image"] = "tequila.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Tequila", ['thirst'] = math.random(40, 50) }, ["triplsec"] = {["name"] = "triplsec", ["label"] = "Triple Sec", ["weight"] = 200, ["type"] = "item", ["image"] = "triplesec.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Triple Sec", ['thirst'] = math.random(40, 50) }, ["cranberry"] = {["name"] = "cranberry", ["label"] = "Cranberry Juice", ["weight"] = 200, ["type"] = "item", ["image"] = "cranberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cranberry Juice", ['thirst'] = math.random(20, 30) }, ["gin"] = {["name"] = "gin", ["label"] = "Gin", ["weight"] = 200, ["type"] = "item", ["image"] = "gin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A bottle of Gin", ['thirst'] = math.random(20, 30) }, ["rum"] = {["name"] = "rum", ["label"] = "Rum", ["weight"] = 200, ["type"] = "item", ["image"] = "rum.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A bottle of Rum", ['thirst'] = math.random(20, 30) }, ["amaretto"] = {["name"] = "amaretto", ["label"] = "Amaretto", ["weight"] = 200, ["type"] = "item", ["image"] = "amaretto.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A bottle of Amaretto", ['thirst'] = math.random(20, 30) }, --Cocktails ["amarettosour"] = {["name"] = "amarettosour", ["label"] = "Amaretto Sour", ["weight"] = 200, ["type"] = "item", ["image"] = "amarettosour.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Amaretto Sour", ['thirst'] = math.random(40, 50) }, ["bellini"] = {["name"] = "bellini", ["label"] = "Bellini", ["weight"] = 200, ["type"] = "item", ["image"] = "bellini.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bellini", ['thirst'] = math.random(40, 50) }, ["cosmopolitan"] = {["name"] = "cosmopolitan", ["label"] = "Cosmopolitan", ["weight"] = 200, ["type"] = "item", ["image"] = "cosmopolitan.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cosmopolitan", ['thirst'] = math.random(40, 50) }, ["longisland"] = {["name"] = "longisland", ["label"] = "Long Island Ice tea", ["weight"] = 200, ["type"] = "item", ["image"] = "longisland.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Long Island Ice Tea", ['thirst'] = math.random(40, 50) }, ["margarita"] = {["name"] = "margarita", ["label"] = "Margarita", ["weight"] = 200, ["type"] = "item", ["image"] = "margarita.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Margarita", ['thirst'] = math.random(40, 50) }, ["pinacolada"] = {["name"] = "pinacolada", ["label"] = "Pina Colada", ["weight"] = 200, ["type"] = "item", ["image"] = "pinacolada.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Pine Colada", ['thirst'] = math.random(40, 50) }, ["sangria"] = {["name"] = "sangria", ["label"] = "Sangria", ["weight"] = 200, ["type"] = "item", ["image"] = "sangria.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sangria", ['thirst'] = math.random(40, 50) }, ["screwdriver"] = {["name"] = "screwdriver", ["label"] = "Screwdriver", ["weight"] = 200, ["type"] = "item", ["image"] = "screwdriver.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Screwdriver", ['thirst'] = math.random(40, 50) }, ["strawdaquiri"] = {["name"] = "strawdaquiri", ["label"] = "Strawberry Daquiri", ["weight"] = 200, ["type"] = "item", ["image"] = "strawdaquiri.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Strawberry Daquiri", ['thirst'] = math.random(40, 50) }, ["strawmargarita"] = {["name"] = "strawmargarita", ["label"] = "Strawberry Margarita", ["weight"] = 200, ["type"] = "item", ["image"] = "strawmargarita.png",["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Starberry Margarita", ['thirst'] = math.random(40, 50) }, --BEERS ["ambeer"] = {["name"] = "ambeer", ["label"] = "AM Beer", ["weight"] = 100, ["type"] = "item", ["image"] = "ambeer.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(40, 50) }, ["dusche"] = {["name"] = "dusche", ["label"] = "Dusche Gold", ["weight"] = 100, ["type"] = "item", ["image"] = "dusche.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(40, 50) }, ["logger"] = {["name"] = "logger", ["label"] = "Logger Beer", ["weight"] = 100, ["type"] = "item", ["image"] = "logger.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(40, 50) }, ["pisswasser"] = {["name"] = "pisswasser", ["label"] = "Pißwasser", ["weight"] = 100, ["type"] = "item", ["image"] = "pisswaser1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(40, 50) }, ["pisswasser2"] = {["name"] = "pisswasser2", ["label"] = "Pißwasser Stout", ["weight"] = 100, ["type"] = "item", ["image"] = "pisswaser2.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(40, 50) }, ["pisswasser3"] = {["name"] = "pisswasser3", ["label"] = "Pißwasser Pale Ale", ["weight"] = 100, ["type"] = "item", ["image"] = "pisswaser3.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(40, 50) }, --SODA ["sprunk"] = {["name"] = "sprunk", ["label"] = "Sprunk", ["weight"] = 100, ["type"] = "item", ["image"] = "sprunk.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(20, 30) }, ["sprunklight"] = {["name"] = "sprunklight", ["label"] = "Sprunk Light", ["weight"] = 100, ["type"] = "item", ["image"] = "sprunklight.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(20, 30) }, ["ecola"] = {["name"] = "ecola", ["label"] = "eCola", ["weight"] = 100, ["type"] = "item", ["image"] = "ecola.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(20, 30) }, ["ecolalight"] = {["name"] = "ecolalight", ["label"] = "eCola Light", ["weight"] = 100, ["type"] = "item", ["image"] = "ecolalight.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['thirst'] = math.random(20, 30) }, ["crisps"] = {["name"] = "crisps", ["label"] = "Crisps", ["weight"] = 100, ["type"] = "item", ["image"] = "chips.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "", ['hunger'] = math.random(20, 30) }, --Food ["nplate"] = {["name"] = "nplate", ["label"] = "Nachos Plate", ["weight"] = 200, ["type"] = "item", ["image"] = "nplate.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A plate of nachos and cheese", ['hunger'] = math.random(40, 50) }, ["vusliders"] = {["name"] = "vusliders", ["label"] = "Sliders", ["weight"] = 200, ["type"] = "item", ["image"] = "sliders.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sliders", ['hunger'] = math.random(40, 50) }, ["vutacos"] = {["name"] = "vutacos", ["label"] = "Tacos", ["weight"] = 200, ["type"] = "item", ["image"] = "tacos.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Tacos", ['hunger'] = math.random(40, 50) }, ["tots"] = {["name"] = "tots", ["label"] = "Tits or Tots", ["weight"] = 200, ["type"] = "item", ["image"] = "tots.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sexy Tots", ['hunger'] = math.random(40, 50) }, --Food Ingredients ["meat"] = {["name"] = "meat", ["label"] = "Meat", ["weight"] = 200, ["type"] = "item", ["image"] = "meat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A slab of Meat", ['hunger'] = math.random(40, 50) }, ["nachos"] = {["name"] = "nachos", ["label"] = "Nachos", ["weight"] = 200, ["type"] = "item", ["image"] = "nachos.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A bag of Nachos", ['hunger'] = math.random(40, 50) }, ["lettuce"] = {["name"] = "lettuce", ["label"] = "Lettuce", ["weight"] = 100, ["type"] = "item", ["image"] = "lettuce.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Some big taco brother"}, ["cheddar"] = {["name"] = "cheddar", ["label"] = "Cheddar Slice", ["weight"] = 500, ["type"] = "item", ["image"] = "cheddar.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Food" }, ["potato"] = {["name"] = "potato", ["label"] = "Potatoes", ["weight"] = 500, ["type"] = "item", ["image"] = "potatoes.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Food" }, ["keepcompanionhusky"] = { ["name"] = "keepcompanionhusky", ["label"] = "Husky", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Husky.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Husky is your royal companion!" }, ["keepcompanionpoodle"] = { ["name"] = "keepcompanionpoodle", ["label"] = "Poodle", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Poodle.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Poodle is your royal companion!" }, ["keepcompanionrottweiler"] = { ["name"] = "keepcompanionrottweiler", ["label"] = "Rottweiler", ["weight"] = 500, ["type"] = "item", ["image"] = "A_Rottweiler.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Rottweiler is your royal companion!" }, ["keepcompanionwesty"] = { ["name"] = "keepcompanionwesty", ["label"] = "Westy", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Westy.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Westy is your royal companion!" }, ["keepcompanionmtlion"] = { ["name"] = "keepcompanionmtlion", ["label"] = "MtLion", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_MtLion.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "MtLion is your royal companion!" }, ["keepcompanionmtlion2"] = { ["name"] = "keepcompanionmtlion2", ["label"] = "Panter", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_MtLion.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Panter is your royal companion!" }, ["keepcompanioncat"] = { ["name"] = "keepcompanioncat", ["label"] = "Cat", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Cat_01.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cat is your royal companion!" }, ["keepcompanionpug"] = { ["name"] = "keepcompanionpug", ["label"] = "Pug", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Pug.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Pug is your royal companion!" }, ["keepcompanionretriever"] = { ["name"] = "keepcompanionretriever", ["label"] = "Retriever", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Retriever.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Retriever is your royal companion!" }, ["keepcompanionshepherd"] = { ["name"] = "keepcompanionshepherd", ["label"] = "Shepherd", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_shepherd.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Shepherd is your royal companion!" }, -- new pets ["keepcompanioncoyote"] = { ["name"] = "keepcompanioncoyote", ["label"] = "Coyote", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Coyote.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Coyote is your royal companion!" }, ["keepcompanionrabbit"] = { ["name"] = "keepcompanionrabbit", ["label"] = "Rabbit", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Rabbit_01.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Rabbit is your royal companion!" }, ["keepcompanionhen"] = { ["name"] = "keepcompanionhen", ["label"] = "Hen", ["weight"] = 500, ["type"] = "item", ["image"] = "A_C_Hen.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hen is your royal companion!" }, --- ["petfood"] = { ["name"] = "petfood", ["label"] = "pet food", ["weight"] = 500, ["type"] = "item", ["image"] = "petfood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "food for your companion!" }, ["collarpet"] = { ["name"] = "collarpet", ["label"] = "Pet collar", ["weight"] = 500, ["type"] = "item", ["image"] = "collarpet.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = true, ["description"] = "Rename your pets!" }, ["firstaidforpet"] = { ["name"] = "firstaidforpet", ["label"] = "First aid for pet", ["weight"] = 500, ["type"] = "item", ["image"] = "firstaidforpet.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Revive your pet!" }, ["petnametag"] = { ["name"] = "petnametag", ["label"] = "Name tag", ["weight"] = 500, ["type"] = "item", ["image"] = "petnametag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Rename your pet" }, ["petwaterbottleportable"] = { ["name"] = "petwaterbottleportable", ["label"] = "Portable water bottle", ["weight"] = 1000, ["type"] = "item", ["image"] = "petwaterbottleportable.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Flask to store water for your pets" }, ["petgroomingkit"] = { ["name"] = "petgroomingkit", ["label"] = "Pet Grooming Kit", ["weight"] = 1000, ["type"] = "item", ["image"] = "petgroomingkit.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Pet Grooming Kit" }, -- Regular Fish ['stingray'] = {['name'] = 'stingray', ['label'] = 'Vatoz', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'stingray.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Stingray'}, ['flounder'] = {['name'] = 'flounder', ['label'] = 'Pisi balığı', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'flounder.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Flounder'}, ['codfish'] = {['name'] = 'codfish', ['label'] = 'Morina', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'codfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Cod'}, ['mackerel'] = {['name'] = 'mackerel', ['label'] = 'Orkinos', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'mackerel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Mackerel'}, ['bass'] = {['name'] = 'bass', ['label'] = 'Bass', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'A normal fish Tatses pretty good!'}, -- Trash Items ['fishingtin'] = {['name'] = 'fishingtin', ['label'] = 'Boş Kavanoz', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'fishingtin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Fishing Tin'}, ['fishingboot'] = {['name'] = 'fishingboot', ['label'] = 'Eskimiş Bot', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'fishingboot.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Fishing Boot'}, -- Exotic Fish ['killerwhale'] = {['name'] = 'killerwhale', ['label'] = 'Katil balina', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'killerwhale.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Killer Whale'}, ['dolphin'] = {['name'] = 'dolphin', ['label'] = 'Yunus Balığı', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'dolphin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Dolphin'}, ['sharkhammer'] = {['name'] = 'sharkhammer', ['label'] = 'Köpek Balığı', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'sharkhammer.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Hammerhead Shark'}, ['sharktiger'] = {['name'] = 'sharktiger', ['label'] = 'Köpek Balığı Kaplanı', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'sharktiger.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Tigershark'}, -- Gear ['fishbait'] = {['name'] = 'fishbait', ['label'] = 'Balık Yemi', ['weight'] = 400, ['type'] = 'item', ['image'] = 'fishbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fishing bait'}, ['fishingrod1'] = {['name'] = 'fishingrod1', ['label'] = '1 Seviye Olta', ['weight'] = 750, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fishing rod for adventures with friends!!'}, ['fishingrod2'] = {['name'] = 'fishingrod2', ['label'] = '2 Seviye Olta', ['weight'] = 750, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fishing rod for adventures with friends!!'}, ['fishingrod3'] = {['name'] = 'fishingrod3', ['label'] = '3 Seviye Olta', ['weight'] = 750, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fishing rod for adventures with friends!!'}, ['fishingrod4'] = {['name'] = 'fishingrod4', ['label'] = '4 Seviye Olta', ['weight'] = 750, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fishing rod for adventures with friends!!'}, ['fishingrod5'] = {['name'] = 'fishingrod5', ['label'] = '5 Seviye Olta', ['weight'] = 750, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fishing rod for adventures with friends!!'}, ['anchor'] = {['name'] = 'anchor', ['label'] = 'Çapa', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'anchor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Boat Anchor'}, ['fishicebox'] = {['name'] = 'fishicebox', ['label'] = 'Balık Kutusu', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'fishicebox.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ice Box to store all of your fish'}, -- Rewards ['fishingloot'] = {['name'] = 'fishingloot', ['label'] = 'Balık Avı', ['weight'] = 500, ['type'] = 'item', ['image'] = 'fishingloot.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Seems to be a corroded from the salt water, Should be easy to open'}, ['fishinglootbig'] = {['name'] = 'fishinglootbig', ['label'] = 'Büyük Balık Kutusu', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'fishinglootbig.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'The lock seems to be intact, Might need a key'}, ['fishingkey'] = {['name'] = 'fishingkey', ['label'] = 'Balık Tutma Anahtarı', ['weight'] = 100, ['type'] = 'item', ['image'] = 'fishingkey.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A weathered key that looks usefull'}, ['fishtacklebox'] = {['name'] = 'fishtacklebox', ['label'] = 'Olta Kutusu', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishtacklebox.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Seems to be left over tackle box from another fisherman'}, ['pearlscard'] = {['name'] = 'pearlscard', ['label'] = 'İnci Kartı', ['weight'] = 100, ['type'] = 'item', ['image'] = 'pearlscard.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A special member of Pearl\'s Seafood Restaurant'}, -- Others ['egzoz'] = {['name'] = 'egzoz', ['label'] = 'Abarth Egzoz', ['weight'] = 100, ['type'] = 'item', ['image'] = 'nitrous.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['doping'] = {['name'] = 'doping', ['label'] = 'Doping', ['weight'] = 0, ['type'] = 'item', ['image'] = 'doping.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['strippedbass'] = { ['name'] = 'strippedbass', ['label'] = 'strippedbass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'strippedbass.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['silverymonnow'] = { ['name'] = 'silverymonnow', ['label'] = 'silverymonnow', ['weight'] = 0, ['type'] = 'item', ['image'] = 'silverymonnow.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['wateringcan'] = { ['name'] = 'wateringcan', ['label'] = 'Sulama Kabı', ['weight'] = 0, ['type'] = 'item', ['image'] = 'wateringcan.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '' }, ["raker"] = { ["name"] = "raker", ["label"] = "Tırmık", ["weight"] = 100, ["type"] = "item", ["image"] = "raker.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["shovel"] = { ["name"] = "shovel", ["label"] = "Bahçe Küreği", ["weight"] = 100, ["type"] = "item", ["image"] = "shovel.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["melonseed"] = { ["name"] = "melonseed", ["label"] = "Kavun Çekirdeği Torbası", ["weight"] = 100, ["type"] = "item", ["image"] = "melonseed.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["pumpkinseed"] = { ["name"] = "pumpkinseed", ["label"] = "Kabak Çekirdeği Torbası", ["weight"] = 100, ["type"] = "item", ["image"] = "pumpkinseed.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["wheatseed"] = { ["name"] = "wheatseed", ["label"] = "Buğday Tohumu Torbası", ["weight"] = 100, ["type"] = "item", ["image"] = "wheatseed.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["churn"] = { ["name"] = "churn", ["label"] = "Yayık", ["weight"] = 100, ["type"] = "item", ["image"] = "churn.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["milkbottle"] = { ["name"] = "milkbottle", ["label"] = "Süt şişesi", ["weight"] = 100, ["type"] = "item", ["image"] = "milkbottle.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["melon"] = { ["name"] = "melon", ["label"] = "Kesilmiş Kavun", ["weight"] = 100, ["type"] = "item", ["image"] = "melon.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["pumpkin"] = { ["name"] = "pumpkin", ["label"] = "Kesilmiş Balkabağı", ["weight"] = 100, ["type"] = "item", ["image"] = "pumpkin.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ["wheat"] = { ["name"] = "wheat", ["label"] = "Buğday", ["weight"] = 100, ["type"] = "item", ["image"] = "wheat.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "" }, ['goldentrout'] = { ['name'] = 'goldentrout', ['label'] = 'goldentrout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'goldentrout.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['bluegill'] = { ['name'] = 'bluegill', ['label'] = 'bluegill', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bluegill.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['tench'] = { ['name'] = 'tench', ['label'] = 'tench', ['weight'] = 0, ['type'] = 'item', ['image'] = 'tench.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['whitefish'] = { ['name'] = 'whitefish', ['label'] = 'whitefish', ['weight'] = 0, ['type'] = 'item', ['image'] = 'whitefish.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['crappie'] = { ['name'] = 'crappie', ['label'] = 'crappie', ['weight'] = 0, ['type'] = 'item', ['image'] = 'crappie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['cruciancarp'] = { ['name'] = 'cruciancarp', ['label'] = 'cruciancarp', ['weight'] = 0, ['type'] = 'item', ['image'] = 'cruciancarp.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['bluebackherring'] = { ['name'] = 'bluebackherring', ['label'] = 'bluebackherring', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bluebackherring.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['bulltrout'] = { ['name'] = 'bulltrout', ['label'] = 'bulltrout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bulltrout.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['laketrout'] = { ['name'] = 'laketrout', ['label'] = 'laketrout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'laketrout.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['perch'] = { ['name'] = 'perch', ['label'] = 'perch', ['weight'] = 0, ['type'] = 'item', ['image'] = 'perch.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['chub'] = { ['name'] = 'chub', ['label'] = 'chub', ['weight'] = 0, ['type'] = 'item', ['image'] = 'chub.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['colorodopikeminnow'] = { ['name'] = 'colorodopikeminnow', ['label'] = 'colorodopikeminnow', ['weight'] = 0, ['type'] = 'item', ['image'] = 'colorodopikeminnow.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['drumfish'] = { ['name'] = 'drumfish', ['label'] = 'drumfish', ['weight'] = 0, ['type'] = 'item', ['image'] = 'drumfish.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['wallaye'] = { ['name'] = 'wallaye', ['label'] = 'wallaye', ['weight'] = 0, ['type'] = 'item', ['image'] = 'wallaye.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['americanshad'] = { ['name'] = 'americanshad', ['label'] = 'americanshad', ['weight'] = 0, ['type'] = 'item', ['image'] = 'americanshad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['palidsturgeon'] = { ['name'] = 'palidsturgeon', ['label'] = 'palidsturgeon', ['weight'] = 0, ['type'] = 'item', ['image'] = 'palidsturgeon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['pike'] = { ['name'] = 'pike', ['label'] = 'pike', ['weight'] = 0, ['type'] = 'item', ['image'] = 'pike.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['blackcrappie'] = { ['name'] = 'blackcrappie', ['label'] = 'blackcrappie', ['weight'] = 0, ['type'] = 'item', ['image'] = 'blackcrappie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['bream'] = { ['name'] = 'bream', ['label'] = 'bream', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['brooktrout'] = { ['name'] = 'brooktrout', ['label'] = 'brooktrout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'brooktrout.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['shortnosesucker'] = { ['name'] = 'shortnosesucker', ['label'] = 'shortnosesucker', ['weight'] = 0, ['type'] = 'item', ['image'] = 'shortnosesucker.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['smallmouthbass'] = { ['name'] = 'smallmouthbass', ['label'] = 'smallmouthbass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'smallmouthbass.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['arowana'] = { ['name'] = 'arowana', ['label'] = 'arowana', ['weight'] = 0, ['type'] = 'item', ['image'] = 'arowana.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['sweetfish'] = { ['name'] = 'sweetfish', ['label'] = 'sweetfish', ['weight'] = 0, ['type'] = 'item', ['image'] = 'sweetfish.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['whitebass'] = { ['name'] = 'whitebass', ['label'] = 'whitebass', ['weight'] = 0, ['type'] = 'item', ['image'] = 'whitebass.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['alabamasturgeon'] = { ['name'] = 'alabamasturgeon', ['label'] = 'alabamasturgeon', ['weight'] = 0, ['type'] = 'item', ['image'] = 'alabamasturgeon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['lakesturgeon'] = { ['name'] = 'lakesturgeon', ['label'] = 'lakesturgeon', ['weight'] = 0, ['type'] = 'item', ['image'] = 'lakesturgeon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['koicarpblack'] = { ['name'] = 'koicarpblack', ['label'] = 'koicarpblack', ['weight'] = 0, ['type'] = 'item', ['image'] = 'koicarpblack.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['lahontancutthroattrout'] = { ['name'] = 'lahontancutthroattrout', ['label'] = 'lahontancutthroattrout', ['weight'] = 0, ['type'] = 'item', ['image'] = 'lahontancutthroattrout.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['spoonlurebait'] = { ['name'] = 'spoonlurebait', ['label'] = 'spoonlurebait', ['weight'] = 0, ['type'] = 'item', ['image'] = 'spoonlurebait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['threesidedbait'] = { ['name'] = 'threesidedbait', ['label'] = 'threesidedbait', ['weight'] = 0, ['type'] = 'item', ['image'] = 'threesidedbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['tailfishbait'] = { ['name'] = 'tailfishbait', ['label'] = 'tailfishbait', ['weight'] = 0, ['type'] = 'item', ['image'] = 'tailfishbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['doublehookbait'] = { ['name'] = 'doublehookbait', ['label'] = 'doublehookbait', ['weight'] = 0, ['type'] = 'item', ['image'] = 'doublehookbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['triplehooksbait'] = { ['name'] = 'triplehooksbait', ['label'] = 'triplehooksbait', ['weight'] = 0, ['type'] = 'item', ['image'] = 'triplehooksbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['woodenrod'] = { ['name'] = 'woodenrod', ['label'] = 'woodenrod', ['weight'] = 0, ['type'] = 'item', ['image'] = 'woodenrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['slimmaterialrod'] = { ['name'] = 'slimmaterialrod', ['label'] = 'slimmaterialrod', ['weight'] = 0, ['type'] = 'item', ['image'] = 'slimmaterialrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['danishrod'] = { ['name'] = 'danishrod', ['label'] = 'danishrod', ['weight'] = 0, ['type'] = 'item', ['image'] = 'danishrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['koidrod'] = { ['name'] = 'koidrod', ['label'] = 'koidrod', ['weight'] = 0, ['type'] = 'item', ['image'] = 'koidrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['finewood'] = { ['name'] = 'finewood', ['label'] = 'finewood', ['weight'] = 0, ['type'] = 'item', ['image'] = 'finewood.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['water'] = { -- do not add this if you have already water item ['name'] = 'water', ['label'] = 'Water', ['weight'] = 0, ['type'] = 'item', ['image'] = 'water.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['indica_seed'] = { ['name'] = 'indica_seed', ['label'] = 'Indica Seed', ['weight'] = 100, ['type'] = 'item', ['image'] = 'indica_seed.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['sativa_seed'] = { ['name'] = 'sativa_seed', ['label'] = 'Sativa Seed', ['weight'] = 100, ['type'] = 'item', ['image'] = 'sativa_seed.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['indica_weed'] = { ['name'] = 'indica_weed', ['label'] = 'Indica Weed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'indica_weed.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['indica_weed'] = { ['name'] = 'indica_weed', ['label'] = 'Indica Weed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'indica_weed.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['sativa_weed'] = { ['name'] = 'sativa_weed', ['label'] = 'Sativa Weed', ['weight'] = 0, ['type'] = 'item', ['image'] = 'sativa_weed.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['fertilizer'] = { ['name'] = 'fertilizer', ['label'] = 'Fertilizer', ['weight'] = 0, ['type'] = 'item', ['image'] = 'fertilizer.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['quality_fertilizer'] = { ['name'] = 'quality_fertilizer', ['label'] = 'Quality Fertilizer', ['weight'] = 0, ['type'] = 'item', ['image'] = 'quality_fertilizer.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['spray'] = { ['name'] = 'spray', ['label'] = 'Spray', ['weight'] = 0, ['type'] = 'item', ['image'] = 'spray.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['grubber'] = { ['name'] = 'grubber', ['label'] = 'Grubber', ['weight'] = 0, ['type'] = 'item', ['image'] = 'grubber.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['raw_paper'] = { ['name'] = 'raw_paper', ['label'] = 'Raw Paper', ['weight'] = 0, ['type'] = 'item', ['image'] = 'raw_paper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['grinder'] = { ['name'] = 'grinder', ['label'] = 'Grinder', ['weight'] = 0, ['type'] = 'item', ['image'] = 'grinder.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['indica_joint'] = { ['name'] = 'indica_joint', ['label'] = 'Indica Joint', ['weight'] = 0, ['type'] = 'item', ['image'] = 'indica_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['sativa_joint'] = { ['name'] = 'sativa_joint', ['label'] = 'Sativa Joint', ['weight'] = 0, ['type'] = 'item', ['image'] = 'sativa_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['lemon_haze_joint'] = { ['name'] = 'lemon_haze_joint', ['label'] = 'Lemon Haze Joint', ['weight'] = 0, ['type'] = 'item', ['image'] = 'lemon_haze_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['purple_haze_joint'] = { ['name'] = 'purple_haze_joint', ['label'] = 'Purple Haze Joint', ['weight'] = 0, ['type'] = 'item', ['image'] = 'purple_haze_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['grinded_indica'] = { ['name'] = 'grinded_indica', ['label'] = 'Grinded Indica', ['weight'] = 0, ['type'] = 'item', ['image'] = 'grinded_indica.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, ['grinded_sativa'] = { ['name'] = 'grinded_sativa', ['label'] = 'Grinded Sativa', ['weight'] = 0, ['type'] = 'item', ['image'] = 'grinded_sativa.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Description' }, }