Advertisement
cinquina

Untitled

Jun 6th, 2025
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 68.66 KB | None | 0 0
  1. Config = {}
  2. Config.stress = 80
  3. Config.DeleteCarcass = true
  4. Config.DeletePelt = true
  5.  
  6. Config.DeleteTimer = 300000 --seconds until to delete the skinned carcass (to free up memory)-- MAKE SURE Config.DeleteCarcass is false -- Use "Config.DeleteTimer = false" for no cleaning up carcasses -- MAKE SURE TO ADD ["delete"] variable to animals in Config.Animal array, like the first example
  7.  
  8. Config.Animal = {
  9. -- Orso
  10.     {name = "Orso", texture = {"satchel_textures", "animal_bear"}, outfit = false, model = -11242646369, items = {{"carneorso", "Carne di Orso", 18}, {"pelleorso", "Pelle di Orso", 10}}, delete = true, livello = 80, exp = 2000},
  11.     {name = "Orso Nero", texture = {"satchel_textures", "animal_bear_black"}, outfit = false, model = `a_c_bearblack_01`, items = {{"carneorso", "Carne di Orso", 18}, {"pelleorso", "Pelle di Orso", 10}}, delete = true, livello = 85, exp = 2125},
  12.     {name = "Orso Nero Piccolo", texture = {"satchel_textures", "animal_bear_black"}, outfit = 122941845, model = `a_c_bearblack_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 90, exp = 2250},
  13.     {name = "Orso Nero", texture = {"satchel_textures", "animal_bear_black"}, outfit = -1346378887, model = `a_c_bearblack_01`, items = {{"carneorso", "Carne di Orso", 18}, {"pelleorso", "Pelle di Orso", 10}}, delete = true, livello = 85, exp = 2125},
  14.     {name = "Orso Nero", texture = {"satchel_textures", "animal_bear_black"}, outfit = -2122774804, model = `a_c_bearblack_01`, items = {{"carneorso", "Carne di Orso", 18}, {"pelleorso", "Pelle di Orso", 10}}, delete = true, livello = 85, exp = 2125},
  15.  
  16.     {name = "Grizzly", texture = {"satchel_textures", "animal_bear"}, outfit = false, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  17.     {name = "Grizzly", texture = {"satchel_textures", "animal_bear"}, outfit = 597297690, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  18.     {name = "Grizzly", texture = {"satchel_textures", "animal_bear"}, outfit = 1600962275, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  19.     {name = "Grizzly Dorato", texture = {"satchel_textures", "animal_bear"}, outfit = -1792054911, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  20.     {name = "Grizzly Nero", texture = {"satchel_textures", "animal_bear"}, outfit = -1091524608, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  21.     {name = "Grizzly Marrone", texture = {"satchel_textures", "animal_bear"}, outfit = -31550146, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  22.     {name = "Grizzly Nero", texture = {"satchel_textures", "animal_bear"}, outfit = 1821962809, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  23.     {name = "Grizzly Settentrionale", texture = {"satchel_textures", "animal_bear"}, outfit = -551219792, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  24.     {name = "Grizzly Marrone Scuro", texture = {"satchel_textures", "animal_bear"}, outfit = -2121644801, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  25.     {name = "Grizzly", texture = {"satchel_textures", "animal_bear"}, outfit = 395667523, model = `a_c_bear_01`, items = {{"carneorso", "Carne di Orso", 20}, {"pelleorso", "Pelle di Orso", 11}}, delete = true, livello = 95, exp = 2375},
  26.    
  27.  
  28. -- Ariete
  29.     {name = "Ariete", texture = {"satchel_textures", "animal_bighornram"}, outfit = false, model = `a_c_bighornram_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  30.     {name = "Pecora del Nevada", texture = {"satchel_textures", "animal_bighornram_f"}, outfit = 1572075467, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 4}, {"pellemontone", "Pelle di Montone", 3}}, delete = true, livello = 5, exp = 125},
  31.     {name = "Pecora del Nevada", texture = {"satchel_textures", "animal_bighornram_f"}, outfit = 707006636, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 4}, {"pellemontone", "Pelle di Montone", 3}}, delete = true, livello = 5, exp = 125},
  32.     {name = "Ariete del Nevada", texture = {"satchel_textures", "animal_bighornram"}, outfit = 689325217, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  33.     {name = "Ariete del Nevada Adulto", texture = {"satchel_textures", "animal_bighornram"}, outfit = -163914005, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  34.     {name = "Ariete di Montagna", texture = {"satchel_textures", "animal_bighornram"}, outfit = -1834180478, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  35.     {name = "Pecora di Montagna", texture = {"satchel_textures", "animal_bighornram_f"}, outfit = 834383524, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  36.     {name = "Ariete di Montagna", texture = {"satchel_textures", "animal_bighornram"}, outfit = 2144062151, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  37.     {name = "Pecora di Montagna", texture = {"satchel_textures", "animal_bighornram"}, outfit = -376191772, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  38.     {name = "Ariete di Montagna Adulto", texture = {"satchel_textures", "animal_bighornram"}, outfit = -1151440774, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  39.     {name = "Ariete del Nevada", texture = {"satchel_textures", "animal_bighornram"}, outfit = 696231378, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  40.     {name = "Ariete del Deserto", texture = {"satchel_textures", "animal_bighornram"}, outfit = -156048846, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  41.     {name = "Pecora del Deserto", texture = {"satchel_textures", "animal_bighornram_f"}, outfit = -1667731605, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 4}, {"pellemontone", "Pelle di Montone", 3}}, delete = true, livello = 5, exp = 125},
  42.     {name = "Ariete del Deserto", texture = {"satchel_textures", "animal_bighornram"}, outfit = -1899670587, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  43.     {name = "Ariete di Montagna", texture = {"satchel_textures", "animal_bighornram"}, outfit = -886836096, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  44.     {name = "Ariete del Deserto", texture = {"satchel_textures", "animal_bighornram"}, outfit = -1372086773, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  45.     {name = "Ariete del Deserto Adulto", texture = {"satchel_textures", "animal_bighornram"}, outfit = -2116663991, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6},  {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  46.     {name = "Ariete del Deserto Adulto", texture = {"satchel_textures", "animal_bighornram"}, outfit = 682671307, model = -1568716381, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 20, exp = 500},
  47. -- Cinghiale
  48.     {name = "Cinghiale", texture = {"satchel_textures", "animal_boar"}, outfit = false, model = `a_c_boar_01`, items = {{"carnecinghiale", "Carne di Cinghiale", 6}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 10, exp = 250},
  49.     {name = "Cinghiale", texture = {"satchel_textures", "animal_boar"}, outfit = 1509626576, model = `a_c_boar_01`, items = {{"carnecinghiale", "Carne di Cinghiale", 6}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 10, exp = 250},
  50.     {name = "Cinghiale", texture = {"satchel_textures", "animal_boar"}, outfit = -1874493596, model = `a_c_boar_01`, items = {{"carnecinghiale", "Carne di Cinghiale", 6}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 10, exp = 250},
  51.  
  52. -- Cervo
  53.     {name = "Cervo", texture = {"satchel_textures", "animal_buck"}, outfit = false, model = `a_c_buck_01`, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  54.     {name = "Cerva", texture = {"satchel_textures", "animal_deer"}, outfit = false, model = 1110710183, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  55.     {name = "Cervo", texture = {"satchel_textures", "animal_buck"}, outfit = 667304357, model = `a_c_buck_01`, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  56.     {name = "Cervo", texture = {"satchel_textures", "animal_buck"}, outfit = 1553811810, model = `a_c_buck_01`, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  57.     {name = "Cervo Bianco", texture = {"satchel_textures", "animal_legendary_buck"}, outfit = 1503798624, model = `a_c_buck_01`, items = {{"carnecervo", "Carne di Cervo", 6}, {"pellecervo", "Pelle di Cervo", 4}}, delete = true, livello = 20, exp = 500},
  58.     {name = "Cerva", texture = {"satchel_textures", "animal_deer"}, outfit = 1875804851, model = 1110710183, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  59.     {name = "Cerva", texture = {"satchel_textures", "animal_deer"}, outfit = -868965679, model = 1110710183, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  60.     {name = "Cerva", texture = {"satchel_textures", "animal_deer"}, outfit = -315064955, model = 1110710183, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  61.     {name = "Cerva Settentrionale", texture = {"satchel_textures", "animal_deer"}, outfit = -2125383737, model = 1110710183, items = {{"carnecervo", "Carne di Cervo", 4}, {"pellecervo", "Pelle di Cervo", 3}}, delete = true, livello = 15, exp = 375},
  62.  
  63.  
  64. -- Antilocapra    
  65.     {name = "Antilocapra(Femmina)", texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = false, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  66.     {name = "Antilocapra(Femmina)", texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = -730833443, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  67.     {name = "Antilocapra(Femmina)", texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = 1999086413, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  68.     {name = "Antilocapra(Maschio)", texture = {"satchel_textures", "animal_pronghorn"}, outfit = 432909265, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  69.     {name = "Antilocapra(Maschio)", texture = {"satchel_textures", "animal_pronghorn"}, outfit = 1950818712, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  70.     {name = "Antilocapra(Maschio)", texture = {"satchel_textures", "animal_pronghorn"}, outfit = 697666614, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  71.     {name = "Antilocapra Americana(Femmina)", texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = 389666332, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  72.     {name = "Antilocapra Americana(Femmina)", texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = -87794079, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  73.     {name = "Antilocapra Americana(Femmina)", texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = 2042092622, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  74.     {name = "Antilocapra Americana(Maschio)", texture = {"satchel_textures", "animal_pronghorn_sonaran"}, outfit = 1126570175, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  75.     {name = "Antilocapra Americana(Maschio)", texture = {"satchel_textures", "animal_pronghorn_sonaran"}, outfit = -1057615530, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  76.     {name = "Antilocapra Americana(Maschio)", texture = {"satchel_textures", "animal_pronghorn_sonaran"}, outfit = -1235944432, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  77.     {name = "Antilocapra Californiana(Femmina)",texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = -2108783749, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  78.     {name = "Antilocapra Californiana(Femmina)",texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = 1900330120, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  79.     {name = "Antilocapra Californiana(Femmina)",texture = {"satchel_textures", "animal_pronghorn_f"}, outfit = 2109101419, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 6}, {"pellemontone", "Pelle di Montone", 4}}, delete = true, livello = 25, exp = 625},
  80.     {name = "Antilocapra Californiana(Maschio)",texture = {"satchel_textures", "animal_pronghorn_baja"}, outfit = 1011154058, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 12}, {"pellemontone", "Pelle di Montone", 7}}, delete = true, livello = 50, exp = 1250},
  81.     {name = "Antilocapra Californiana(Maschio)",texture = {"satchel_textures", "animal_pronghorn_baja"}, outfit = -967163299, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 12}, {"pellemontone", "Pelle di Montone", 7}}, delete = true, livello = 50, exp = 1250},
  82.     {name = "Antilocapra Californiana(Maschio)",texture = {"satchel_textures", "animal_pronghorn_baja"}, outfit = 2098180041, model = `a_c_pronghorn_01`, items = {{"carnemontone", "Carne di Montone", 12}, {"pellemontone", "Pelle di Montone", 7}}, delete = true, livello = 50, exp = 1250},
  83.  
  84. -- Serpente
  85.     {name = "Serpente Acquatico Settentrionale", texture = {"satchel_textures", "animal_snakewater"}, outfit = -1122285933, model = `a_c_snakewater_01`, items = {{"carnefibrosa", "Carne Fibrosa", 8}, {"pelleserpente", "Pelle di Serpente", 5}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 35, exp = 875},
  86.     {name = "Serpente Acquatico", texture = {"satchel_textures", "animal_snakewater"}, outfit = false, model = `a_c_snakewater_01`, items = {{"carnefibrosa", "Carne Fibrosa", 8}, {"pelleserpente", "Pelle di Serpente", 5}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 35, exp = 875},
  87.     {name = "Boa", texture = {"satchel_textures", "animal_snakeredboa"}, outfit = false, model = `a_c_snakeredboa_01`, items = {{"carnefibrosa", "Carne Fibrosa", 12}, {"pelleserpente", "Pelle di Serpente", 7}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 50, exp = 1250},
  88.     {name = "Serpente", texture = {"satchel_textures", "animal_snakeferdelance"}, outfit = false, model = `a_c_snakeferdelance_01`, items = {{"carnefibrosa", "Carne Fibrosa", 6}, {"pelleserpente", "Pelle di Serpente", 4}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 25, exp = 625},
  89.     {name = "Serpente a Sonagli",texture = {"satchel_textures", "animal_snakeblacktailrattle"}, outfit = false, model = `a_c_snake_01`, items = {{"carnefibrosa", "Carne Fibrosa", 20}, {"pelleserpente", "Pelle di Serpente", 11}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 90, exp = 2250},
  90.     {name = "Serpente Testa di Rame Meridionale", texture = {"satchel_textures", "animal_snakecopperhead"}, outfit = -1154821073, model = `a_c_snakeferdelance_01`, items = {{"carnefibrosa", "Carne Fibrosa", 14}, {"pelleserpente", "Pelle di Serpente", 8}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 65, exp = 1625},
  91.     {name = "Serpente Testa di Rame Settentrionale", texture = {"satchel_textures", "animal_snakecopperhead"}, outfit = -1688984856, model = `a_c_snakeferdelance_01`, items = {{"carnefibrosa", "Carne Fibrosa", 14}, {"pelleserpente", "Pelle di Serpente", 8}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 65, exp = 1625},
  92.     {name = "Boa Arcobaleno", texture = {"satchel_textures", "animal_snakeredboa"}, outfit = -60896296, model = `a_c_snakeredboa_01`, items = {{"carnefibrosa", "Carne Fibrosa", 18}, {"pelleserpente", "Pelle di Serpente", 10}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 85, exp = 2125},
  93.     {name = "Boa Rosso", texture = {"satchel_textures", "animal_snakeredboa"}, outfit = -2078090703, model = `a_c_snakeredboa_01`, items = {{"carnefibrosa", "Carne Fibrosa", 18}, {"pelleserpente", "Pelle di Serpente", 10}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 85, exp = 2125},
  94.     {name = "Serpente d'acqua Centrale", texture = {"satchel_textures", "animal_snakewater"}, outfit = 463389154, model = `a_c_snakewater_01`, items = {{"carnefibrosa", "Carne Fibrosa", 6}, {"pelleserpente", "Pelle di Serpente", 4}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 20, exp = 500},
  95.     {name = "Serpente a Sonagli della Foresta", texture = {"satchel_textures", "animal_snakeblacktailrattle"}, outfit = 1844089285, model = `a_c_snake_01`, items = {{"carnefibrosa", "Carne Fibrosa", 20}, {"pelleserpente", "Pelle di Serpente", 11}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 90, exp = 2250},
  96.     {name = "Serpente a Sonagli dalla Coda Nera",texture = {"satchel_textures", "animal_snakeblacktailrattle"}, outfit = false, model = `a_c_snakeblacktailrattle_01`, items = {{"carnefibrosa", "Carne Fibrosa", 20}, {"pelleserpente", "Pelle di Serpente", 1}, {"ghiandolavelenosa", "Ghiandola Velenosa", 3}}, delete = true, livello = 90, exp = 2250},
  97.  
  98. -- Wapiti
  99.     {name = "Wapiti", texture = {"satchel_textures", "animal_elk"}, outfit = false, model = `a_c_elk_01`, items = {{"carnecervo", "Carne di Cervo", 8}, {"pellecervo", "Pelle di Cervo", 5}}, delete = true, livello = 60, exp = 1500},
  100.     {name = "Wapiti di Montagna", texture = {"satchel_textures", "animal_elk"}, outfit = -6609035, model = `a_c_elk_01`, items = {{"carnecervo", "Carne di Cervo", 8}, {"pellecervo", "Pelle di Cervo", 5}}, delete = true, livello = 60, exp = 1500},
  101.     {name = "Wapiti di Montagna Marrone", texture = {"satchel_textures", "animal_elk"}, outfit = -307919990, model = `a_c_elk_01`, items = {{"carnecervo", "Carne di Cervo", 8}, {"pellecervo", "Pelle di Cervo", 5}}, delete = true, livello = 60, exp = 1500},
  102.     {name = "Wapiti di Montagna", texture = {"satchel_textures", "animal_elk_rocky"}, outfit = -37747857, model = `a_c_elk_01`, items = {{"carnecervo", "Carne di Cervo", 8}, {"pellecervo", "Pelle di Cervo", 5}}, delete = true, livello = 60, exp = 1500},
  103.     {name = "Wapiti di Montagna", texture = {"satchel_textures", "animal_elk_rocky"}, outfit = 1501573693, model = `a_c_elk_01`, items = {{"carnecervo", "Carne di Cervo", 8}, {"pellecervo", "Pelle di Cervo", 5}}, delete = true, livello = 60, exp = 1500},
  104.     {name = "Wapiti di Montagna", texture = {"satchel_textures", "animal_elk_rocky"}, outfit = 1762054474, model = `a_c_elk_01`, items = {{"carnecervo", "Carne di Cervo", 8}, {"pellecervo", "Pelle di Cervo", 5}}, delete = true, livello = 60, exp = 1500},
  105. -- Alligatore
  106.     {name = "Alligatore Bianco Scuro", texture = {"satchel_textures", "animal_alligator"}, outfit = -281403321, model = -1892280447, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  107.     {name = "Alligatore", texture = {"satchel_textures", "animal_alligator"}, outfit = false, model = -1295720802, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  108.     {name = "Alligatore", texture = {"satchel_textures", "animal_alligator"}, outfit = 621642275, model = -1295720802, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  109.     {name = "Alligatore", texture = {"satchel_textures", "animal_alligator_medium"}, outfit = 929703644, model = -1295720802, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  110.     {name = "Alligatore", texture = {"satchel_textures", "animal_alligator"}, outfit = false, model = -1892280447, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  111.     {name = "Alligatore", texture = {"satchel_textures", "animal_alligator"}, outfit = -561697001, model = -1892280447, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  112.     {name = "Alligatore Argentato", texture = {"satchel_textures", "animal_alligator"}, outfit = -775023191, model = -1892280447, items = {{"carnealligatore", "Carne di Alligatore", 18}, {"pellealligatore", "Pelle di Alligatore", 10}}, delete = true, livello = 85, exp = 2125},
  113.  
  114. -- Bisonte
  115.     {name = "Bisonte", texture = {"satchel_textures", "animal_buffal"}, outfit = false, model = `a_c_buffalo_01`, items = {{"carnebisonte", "Carne di Bisonte", 10}, {"pellebisonte", "Pelle di Bisonte", 6}}, delete = true, livello = 45, exp = 1125},
  116.     {name = "Bisonte Nero", texture = {"satchel_textures", "animal_buffalo"}, outfit = -1168722760, model = `a_c_buffalo_01`, items = {{"carnebisonte", "Carne di Bisonte", 10}, {"pellebisonte", "Pelle di Bisonte", 6}}, delete = true, livello = 45, exp = 1125},
  117.     {name = "Bisonte Scuro", texture = {"satchel_textures", "animal_buffalo"}, outfit = -888580579, model = `a_c_buffalo_01`, items = {{"carnebisonte", "Carne di Bisonte", 10}, {"pellebisonte", "Pelle di Bisonte", 6}}, delete = true, livello = 45, exp = 1125},
  118.     {name = "Bisonte Scuro", texture = {"satchel_textures", "animal_buffalo"}, outfit = -1784505363, model = `a_c_buffalo_01`, items = {{"carnebisonte", "Carne di Bisonte", 10}, {"pellebisonte", "Pelle di Bisonte", 6}}, delete = true, livello = 45, exp = 1125},
  119.     {name = "Bisonte Nero", texture = {"satchel_textures", "animal_buffalo"}, outfit = -774938341, model = `a_c_buffalo_01`, items = {{"carnebisonte", "Carne di Bisonte", 8}, {"pellebisonte", "Pelle di Bisonte", 5}}, delete = true, livello = 35, exp = 875},
  120.     {name = "Bisonte Nero", texture = {"satchel_textures", "animal_buffalo"}, outfit = -1484190577, model = `a_c_buffalo_01`, items = {{"carnebisonte", "Carne di Bisonte", 8}, {"pellebisonte", "Pelle di Bisonte", 5}}, delete = true, livello = 35, exp = 875},
  121.    
  122.  
  123. -- Alce
  124.     {name = "Alce", texture = {"satchel_textures", "animal_moose"}, outfit = -1021877830, model = `a_c_moose_01`, items = {{"carnecervo", "Carne di Cervo", 5}, {"pellealce", "Pelle di Alce", 5}}, delete = true, livello = 35, exp = 875},
  125.     {name = "Alce Grigio", texture = {"satchel_textures", "animal_moose"}, outfit = false, model = `a_c_moose_01`, items = {{"carnecervo", "Carne di Cervo", 5}, {"pellealce", "Pelle di Alce", 5}}, delete = true, livello = 35, exp = 875},
  126.     {name = "Alce Scuro", texture = {"satchel_textures", "animal_moose"}, outfit = -1739715544, model = `a_c_moose_01`, items = {{"carnecervo", "Carne di Cervo", 5}, {"pellealce", "Pelle di Alce", 5}}, delete = true, livello = 35, exp = 875},
  127.     {name = "Alce Toro", texture = {"satchel_textures", "animal_moose"}, outfit = -1538725798, model = `a_c_moose_01`, items = {{"carnecervo", "Carne di Cervo", 5}, {"pellealce", "Pelle di Alce", 5}}, delete = true, livello = 35, exp = 875},
  128.     {name = "Alce Toro", texture = {"satchel_textures", "animal_moose"}, outfit = 2146685523, model = `a_c_moose_01`, items = {{"carnecervo", "Carne di Cervo", 5}, {"pellealce", "Pelle di Alce", 5}}, delete = true, livello = 35, exp = 875},
  129.     {name = "Alce Toro", texture = {"satchel_textures", "animal_moose"}, outfit = -1861127026, model = `a_c_moose_01`, items = {{"carnecervo", "Carne di Cervo", 5}, {"pellealce", "Pelle di Alce", 5}}, delete = true, livello = 35, exp = 875},
  130.    
  131.  
  132. -- Lupo
  133.     {name = "Grande Lupo", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = false, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 10}, {"pellelupo", "Pelle di Lupo", 3}}, delete = true, livello = 40, exp = 1000},
  134.     {name = "Lupo Medio", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = false, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 4}, {"pellelupo", "Pelle di Lupo", 3}}, delete = true, livello = 15, exp = 375},
  135.     {name = "Lupo Piccolo", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = false, model =`a_c_wolf_small`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 25, exp = 625},
  136.     {name = "Lupo", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = -1837792443, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 20, exp = 500},
  137.     {name = "Grande Lupo Grigio", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = -352089994, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 8}, {"pellelupo", "Pelle di Lupo", 5}}, delete = true, livello = 35, exp = 875},
  138.     {name = "Grande Lupo Grigio", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = -1039768986, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 8}, {"pellelupo", "Pelle di Lupo", 5}}, delete = true, livello = 35, exp = 875},
  139.     --{name = "Lupo Leggendario", texture = {"satchel_textures", "animal_legendary_wolf"}, outfit = 922027494, model = `A_C_Wolf`, items = {{"biggame", "Carne di Selvaggina Grande", 1}, {"wolftooth", "Dente di Lupo", 1}, {"legwolfpelt", "Pelle di Lupo Leggendaria", 1}}, delete = true, livello = 0, exp = 0},
  140.     {name = "Grande Lupo Grigio", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = -1990288526, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 8}, {"pellelupo", "Pelle di Lupo", 5}}, delete = true, livello = 35, exp = 875},
  141.     {name = "Grande Lupo Grigio", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = 1904899014, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 8}, {"pellelupo", "Pelle di Lupo", 5}}, delete = true, livello = 35, exp = 875},
  142.     {name = "Grande Lupo", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = -19902885260, model = `A_C_Wolf`, items = {{"carnelupo", "Carne di Lupo", 10}, {"pellelupo", "Pelle di Lupo", 6}}, delete = true, livello = 45, exp = 1125},
  143.     {name = "Lupo", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = -108158466, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 20, exp = 500},
  144.     {name = "Lupo del Legno", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = 1497369321, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 12}, {"pellelupo", "Pelle di Lupo", 7}}, delete = true, livello = 55, exp = 1375},
  145.     {name = "Lupo Grigio", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = -352089994, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 4}, {"pellelupo", "Pelle di Lupo", 3}}, delete = true, livello = 15, exp = 375},
  146.     {name = "Lupo Grigio", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = 1596049292, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 4}, {"pellelupo", "Pelle di Lupo", 3}}, delete = true, livello = 15, exp = 375},
  147.     {name = "Lupo", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = 1827496739, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 20, exp = 500},
  148.     {name = "Lupo", texture = {"satchel_textures", "animal_wolf_gray"}, outfit = 184083808, model = `a_c_wolf_medium`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 20, exp = 500},
  149.     {name = "Lupo Piccolo", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = -588162907, model = `a_c_wolf_small`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 25, exp = 875},
  150.     {name = "Lupo Piccolo", texture = {"satchel_textures", "animal_wolf_timber"}, outfit = -290259928, model = `a_c_wolf_small`, items = {{"carnelupo", "Carne di Lupo", 6}, {"pellelupo", "Pelle di Lupo", 4}}, delete = true, livello = 25, exp = 875},
  151.  
  152.  
  153. -- Volpe
  154.     {name = "Volpe Rossa", texture = {"satchel_textures", "animal_fox_red"}, outfit = false, model = `a_c_fox_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pellevolpe", "Pelle di Volpe", 5}}, delete = true, livello = 45, exp = 1125},
  155.     {name = "Volpe Grigia", texture = {"satchel_textures", "animal_fox_grey"}, outfit = 413989195, model = `a_c_fox_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pellevolpe", "Pelle di Volpe", 5}}, delete = true, livello = 30, exp = 750},
  156.     {name = "Volpe Argentata", texture = {"satchel_textures", "animal_fox_silver"}, outfit = 784342540, model = `a_c_fox_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pellevolpe", "Pelle di Volpe", 5}}, delete = true, livello = 35, exp = 875},
  157.     {name = "Volpe Americana", texture = {"satchel_textures", "animal_fox_silver"}, outfit = -1383176768, model = `a_c_fox_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pellevolpe", "Pelle di Volpe", 5}}, delete = true, livello = 30, exp = 750},
  158.     {name = "Volpe Rossa", texture = {"satchel_textures", "animal_fox_silver"}, outfit = -558577652, model = `a_c_fox_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pellevolpe", "Pelle di Volpe", 5}}, delete = true, livello = 45, exp = 1125},
  159.  
  160. -- Puzzola
  161.     {name = "Puzzola", texture = {"satchel_textures", "animal_skunk"}, outfit = false, model = -1211566332, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  162.     {name = "Puzzola", texture = {"satchel_textures", "animal_skunk"}, outfit = 1451635371, model = -1211566332, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  163.     {name = "Puzzola", texture = {"satchel_textures", "animal_skunk"}, outfit = -1471195588, model = -1211566332, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  164.     {name = "Tasso", texture = {"satchel_textures", "animal_badger"}, outfit = false, model = -1170118274, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  165.     {name = "Tasso Americano", texture = {"satchel_textures", "animal_badger"}, outfit = 1648068942, model = -1170118274, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  166.     {name = "Tasso Americano", texture = {"satchel_textures", "animal_badger"}, outfit = -1803981367, model = -1170118274, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  167.    
  168. -- Pantera
  169.     {name = "Pantera", texture = {"satchel_textures", "animal_panther"}, outfit = false, model = 1654513481, items = {{"carneselvaggina", "Carne di Selvaggina", 16}, {"pellepantera", "Pelle di Pantera", 9}}, delete = true, livello = 70, exp = 1750},
  170.     {name = "Pantera Colorata", texture = {"satchel_textures", "animal_panther"}, outfit = -219463491, model = 1654513481, items = {{"carneselvaggina", "Carne di Selvaggina", 16}, {"pellepantera", "Pelle di Pantera", 9}}, delete = true, livello = 70, exp = 1750},
  171.     {name = "Pantera Nera", texture = {"satchel_textures", "animal_panther"}, outfit = -1541074772, model = 1654513481, items = {{"carneselvaggina", "Carne di Selvaggina", 16}, {"pellepantera", "Pelle di Pantera", 9}}, delete = true, livello = 70, exp = 1750},
  172.     {name = "Pantera", texture = {"satchel_textures", "animal_panther"}, outfit = 95938134, model = 1654513481, items = {{"carneselvaggina", "Carne di Selvaggina", 16}, {"pellepantera", "Pelle di Pantera", 9}}, delete = true, livello = 70, exp = 1750},
  173.     {name = "Pantera Florida", texture = {"satchel_textures", "animal_panther"}, outfit = 1058681367, model = 1654513481, items = {{"carneselvaggina", "Carne di Selvaggina", 16}, {"pellepantera", "Pelle di Pantera", 9}}, delete = true, livello = 70, exp = 1750},
  174.  
  175. -- Puma
  176.     {name = "Puma", texture = {"satchel_textures", "animal_bobcat"}, outfit = false, model = `a_c_cougar_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 14}, {"pellepuma", "Pelle di Puma", 8}}, delete = true, livello = 60, exp = 1500},  
  177.     {name = "Puma", texture = {"satchel_textures", "animal_bobcat"}, outfit = false, model = 19146023400, items = {{"carneselvaggina", "Carne di Selvaggina", 14}, {"pellepuma", "Pelle di Puma", 8}}, delete = true, livello = 60, exp = 1500},
  178.     {name = "Puma Settentrionale", texture = {"satchel_textures", "animal_bobcat"}, outfit = false, model = 263759244, items = {{"carneselvaggina", "Carne di Selvaggina", 14}, {"pellepuma", "Pelle di Puma", 8}}, delete = true, livello = 60, exp = 1500},
  179.     {name = "Puma Settentrionale", texture = {"satchel_textures", "animal_bobcat"}, outfit = -287190129, model = `a_c_cougar_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 14}, {"pellepuma", "Pelle di Puma", 8}}, delete = true, livello = 60, exp = 1500},
  180.     {name = "Puma", texture = {"satchel_textures", "animal_bobcat"}, outfit = -48533502, model = `a_c_cougar_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 14}, {"pellepuma", "Pelle di Puma", 8}}, delete = true, livello = 60, exp = 1500},
  181.  
  182. -- Coniglio
  183.     {name = "Coniglio", texture = {"satchel_textures", "animal_rabbit"}, outfit = false, model = -541762431, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  184.     {name = "Coniglio Settentrionale", texture = {"satchel_textures", "animal_rabbit"}, outfit = -1153495004, model = -541762431, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  185.     {name = "Coniglio", texture = {"satchel_textures", "animal_rabbit"}, outfit = 1621798704, model = -541762431, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  186.     {name = "Coniglio", texture = {"satchel_textures", "animal_rabbit"}, outfit = 1383633612, model = -541762431, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  187.    
  188. -- Procione
  189.     {name = "Procione", texture = {"satchel_textures", "animal_raccoon"}, outfit = false, model = 1458540991, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  190.     {name = "Procione Grigio", texture = {"satchel_textures", "animal_raccoon"}, outfit = 1164706043, model = 1458540991, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  191.     {name = "Procione Nero", texture = {"satchel_textures", "animal_raccoon"}, outfit = 1939496279, model = 1458540991, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  192.     {name = "Procione Marrone", texture = {"satchel_textures", "animal_raccoon"}, outfit = -969479795, model = 1458540991, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  193.    
  194. -- Opossum
  195.     {name = "Opossum", texture = {"satchel_textures", "animal_opossum"}, outfit = false, model = -1414989025, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  196.     {name = "Opossum", texture = {"satchel_textures", "animal_opossum"}, outfit = -1655190100, model = -1414989025, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  197.     {name = "Opossum", texture = {"satchel_textures", "animal_opossum"}, outfit = 2124910668, model = -1414989025, items = {{"carneselvaggina", "Carne di Selvaggina", 3}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  198.    
  199. -- Coyote
  200.     {name = "Coyote", texture = {"satchel_textures", "animal_coyote"}, outfit = false, model = `a_c_coyote_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pelleselvaggina", "Pelle di Selvaggina", 5}}, delete = true, livello = 25, exp = 625},
  201.     {name = "Coyote", texture = {"satchel_textures", "animal_coyote"}, outfit = -101240835, model = `a_c_coyote_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pelleselvaggina", "Pelle di Selvaggina", 5}}, delete = true, livello = 25, exp = 625},
  202.     {name = "Coyote", texture = {"satchel_textures", "animal_coyote"}, outfit = -1680715241, model = `a_c_coyote_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pelleselvaggina", "Pelle di Selvaggina", 5}}, delete = true, livello = 25, exp = 625},
  203.     {name = "Coyote", texture = {"satchel_textures", "animal_coyote"}, outfit = -1394281412, model = `a_c_coyote_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pelleselvaggina", "Pelle di Selvaggina", 5}}, delete = true, livello = 25, exp = 625},
  204.     {name = "Coyote", texture = {"satchel_textures", "animal_coyote"}, outfit = 1469569555, model = `a_c_coyote_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 5}, {"pelleselvaggina", "Pelle di Selvaggina", 5}}, delete = true, livello = 25, exp = 625},
  205.    
  206.     --{name = "Coyote Leggendario", texture = {"satchel_textures", "animal_legendary_coyote"}, outfit = 375593826, model = `a_c_coyote_01`, items = {{"game", "Carne di Selvaggina", 1}, {"legcoyotes", "Pelle di Coyote Leggendario", 1}, {"coyotef", "Dente di Coyote", 1}}, delete = true, livello = 0, exp = 0},
  207.     --{name = "Coyote Striscia Rossa Leggendario",texture = {"inventory_items_mp", "mp_animal_coyote_legendary_01"}, outfit = 807110531, model = `mp_a_c_coyote_01`, items = {{"stringy", "Carne Fibrosa", 1}, {"legcoyotes1", "Pelle di Coyote Striscia Rossa Leggendario", 1}, {"coyotef", "Dente di Coyote", 1}}, delete = true, livello = 0, exp = 0},
  208.     --{name = "Coyote Zampa di Mezzanotte Leggendario",texture = {"inventory_items_mp", "mp_animal_coyote_legendary_02"}, outfit = 1662119255, model = `mp_a_c_coyote_01`, items = {{"stringy", "Carne Fibrosa", 1}, {"legcoyotes2", "Pelle di Coyote Zampa di Mezzanotte Leggendario", 1}, {"coyotef", "Dente di Coyote", 1}}, delete = true, livello = 0, exp = 0},
  209.     --{name = "Coyote Latte Leggendario", texture = {"inventory_items_mp", "mp_animal_coyote_legendary_03"}, outfit = 1155641591, model = `mp_a_c_coyote_01`, items = {{"stringy", "Carne Fibrosa", 1}, {"legcoyotes3", "Pelle di Coyote Latte Leggendario", 1}, {"coyotef", "Dente di Coyote", 1}}, delete = true, livello = 0, exp = 0},
  210.  
  211. -- Castoro
  212.     {name = "Castoro", texture = {"satchel_textures", "animal_beaver"}, outfit = false, model = `a_c_beaver_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 4}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  213.     {name = "Castoro Canadese", texture = {"satchel_textures", "animal_beaver"}, outfit = -150174729, model = `a_c_beaver_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 4}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  214.     {name = "Castoro Americano", texture = {"satchel_textures", "animal_beaver"}, outfit = -2046877254, model = `a_c_beaver_01`, items = {{"carneselvaggina", "Carne di Selvaggina", 4}, {"pelleselvaggina", "Pelle di Selvaggina", 3}}, delete = true, livello = 0, exp = 200},
  215.    
  216.     --{name = "Castoro Leggendario", texture = {"satchel_textures", "animal_legendary_beaver"}, outfit = -1212478257, model = `a_c_beaver_01`, items = {{"game", "Carne di Selvaggina", 1}, {"beavertail", "Coda di Castoro", 1}, {"legbeawers", "Pelle di Castoro Leggendario", 1}}, delete = true, livello = 0, exp = 0},
  217.     --{name = "Castoro Grigio Leggendario", texture = {"inventory_items_mp", "mp_animal_beaver_legendary_01"}, outfit = 1321671943, model = `mp_a_c_beaver_01`, items = {{"stringy", "Carne Fibrosa", 1}, {"legbeavers1", "Pelle di Castoro Grigio Leggendario", 1}, {"beavertail", "Coda di Castoro", 1}}, delete = true, livello = 0, exp = 0},
  218.     --{name = "Castoro Bianco Leggendario", texture = {"inventory_items_mp", "mp_animal_beaver_legendary_02"}, outfit = 334014283, model = `mp_a_c_beaver_01`, items = {{"stringy", "Carne Fibrosa", 1}, {"legbeavers2", "Pelle di Castoro Bianco Leggendario", 1}, {"beavertail", "Coda di Castoro", 1}}, delete = true, livello = 0, exp = 0},
  219.     --{name = "Castoro Nero Leggendario", texture = {"inventory_items_mp", "mp_animal_beaver_legendary_03"}, outfit = 766106317, model = `mp_a_c_beaver_01`, items = {{"stringy", "Carne Fibrosa", 1}, {"legbeavers3", "Pelle di Castoro Nero Leggendario", 1}, {"beavertail", "Coda di Castoro", 1}}, delete = true, livello = 0, exp = 0},
  220.  
  221. -- Uccelli
  222.     {name = "Tacchino", texture = {"satchel_textures", "animal_turkey_eastern"}, outfit = false, model = -466054788, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  223.     {name = "Tacchino Selvatico", texture = {"satchel_textures", "animal_turkey_eastern"}, outfit = false, model = -2011226991, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  224.     {name = "Tacchino", texture = {"satchel_textures", "animal_turkey_eastern"}, outfit = false, model = -166054593, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  225.     {name = "Tacchino del Rio Grande", texture = {"satchel_textures", "animal_turkey_eastern"}, outfit = 1577016527, model = -2011226991, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  226.  
  227.     {name = "Anatra", texture = {"satchel_textures", "animal_duck_mallard"}, outfit = false, model = `a_c_duck_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  228.     {name = "Anatra Pechinese", texture = {"satchel_textures", "animal_duck_mallard"}, outfit = -1909918104, model = `a_c_duck_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  229.  
  230.     {name = "Aquila Calva", texture = {"satchel_textures", "animal_eagle_bald"}, outfit = false, model = 1459778951, items = {{"carneaquila", "Carne di Aquila", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 65, exp = 1625},
  231.     {name = "Aquila Calva", texture = {"satchel_textures", "animal_eagle_bald"}, outfit = 1682396012, model = 1459778951, items = {{"carneaquila", "Carne di Aquila", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 65, exp = 1625},
  232.     {name = "Aquila Dorata", texture = {"satchel_textures", "animal_eagle_golden"}, outfit = -539469050, model = 1459778951, items = {{"carneaquila", "Carne di Aquila", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 85, exp = 2125},
  233.  
  234.     {name = "Airone Piccolo", texture = {"satchel_textures", "animal_egret_little"}, outfit = 1437006206, model = 831859211, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 20, exp = 500},
  235.     {name = "Airone Azzurro Maggiore", texture = {"satchel_textures", "animal_heron_greatblue"}, outfit = false, model = 1095117488, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 32, exp = 750},
  236.     {name = "Garzetta Nivea", texture = {"satchel_textures", "animal_egret_snowy"}, outfit = -770027479, model = 831859211, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  237.     {name = "Garzetta Rossastra", texture = {"satchel_textures", "animal_egret_reddish"}, outfit = false, model = 831859211, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  238.     {name = "Airone Tricolore", texture = {"satchel_textures", "animal_heron_tricolour"}, outfit = -1120159737, model = 1095117488, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  239.  
  240.     {name = "Avvoltoio del West", texture = {"satchel_textures", "animal_vulture_western"}, outfit = false, model = 1104697660, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  241.     {name = "Condor", texture = {"satchel_textures", "animal_condor"}, outfit = false, model = 1205982615, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 65, exp = 1625},
  242.     {name = "Avvoltoio Orientale", texture = {"satchel_textures", "animal_vulture_eastern"}, outfit = -872382606, model = 1104697660, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  243.     {name = "Condor Californiano", texture = {"satchel_textures", "animal_californiacondor"}, outfit = false, model = `a_c_californiacondor_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 70, exp = 1750},
  244.  
  245.     {name = "Gabbiano Aringa", texture = {"satchel_textures", "animal_seagull_herring"}, outfit = false, model = -164963696, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  246.     {name = "Gabbiano", texture = {"satchel_textures", "animal_seagull_laughing"}, outfit = -595873616, model = -164963696, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  247.     {name = "Gabbiano dal Becco ad Anelli", texture = {"satchel_textures", "animal_seagull_ring_billed"}, outfit = -1313615167, model = -164963696, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  248.  
  249.     {name = "Fagiano ad Anello", texture = {"satchel_textures", "animal_pheasant_ringneck"}, outfit = false, model = 1416324601, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  250.     {name = "Fagiano Cinese", texture = {"satchel_textures", "animal_pheasant_chinese"}, outfit = -535101650, model = 1416324601, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  251.  
  252.     {name = "Pellicano Bianco", texture = {"satchel_textures", "animal_pelican_white"}, outfit = false, model = 1265966684, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  253.     {name = "Pellicano Marrone", texture = {"satchel_textures", "animal_pelican_brown"}, outfit = 1994046600, model = 1265966684, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 0, exp = 200},
  254.  
  255.     {name = "Gru", texture = {"satchel_textures", "animal_crane"}, outfit = false, model = `a_c_cranewhooping_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 23, exp = 575},
  256.     {name = "Gru Canadese", texture = {"satchel_textures", "animal_crane"}, outfit = -1048557937, model = `a_c_cranewhooping_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 30, exp = 750},
  257.  
  258.     {name = "Falco Ferruginoso", texture = {"satchel_textures", "animal_hawk_ferruginous"}, outfit = false, model = -2145890973, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 75, exp = 1875},
  259.     {name = "Falco dalle Zampe Ruvide", texture = {"satchel_textures", "animal_hawk_roughlegged"}, outfit = -735264359, model = -2145890973, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 75, exp = 1875},
  260.     {name = "Falco dalla coda Rossa", texture = {"satchel_textures", "animal_hawk_redtailed"}, outfit = 1402464644, model = -2145890973, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 75, exp = 1875},
  261.  
  262.     {name = "Strolaga Maggiore", texture = {"satchel_textures", "animal_loon_common"}, outfit = false, model = 386506078, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 55, exp = 1375},
  263.     {name = "Strolaga Beccogiallo", texture = {"satchel_textures", "animal_loon_yellowbilled"}, outfit = false, model = 386506078, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  264.     {name = "Strolaga Mezzana", texture = {"satchel_textures", "animal_loon_pacific"}, outfit = false, model = 386506078, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 35, exp = 875},
  265.  
  266.     {name = "Gufo della Virginia", texture = {"satchel_textures", "animal_owl_great"}, outfit = false, model = -861544272, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  267.     {name = "Gufo Californiano", texture = {"satchel_textures", "animal_owl_californian"}, outfit = -1160541758, model = -861544272, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  268.     {name = "Gufo Costiero", texture = {"satchel_textures", "animal_owl_coastal"}, outfit = 8893331851, model = -861544272, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  269.  
  270.     {name = "Cormorano", texture = {"satchel_textures", "animal_cormorant"}, outfit = false, model = -2073130256, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  271.     {name = "Cormorano", texture = {"satchel_textures", "animal_cormorant"}, outfit = 13145675, model = `a_c_cormorant_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  272.     {name = "Cormorano doppia Cresta", texture = {"satchel_textures", "animal_cormorant"}, outfit = false, model = `a_c_cormorant_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  273.  
  274.     {name = "Spatola Rosata", texture = {"satchel_textures", "animal_roseatespoonbill"}, outfit = false, model = -1076508705, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 50, exp = 1250},
  275.     {name = "Corvaccio", texture = {"satchel_textures", "animal_raven"}, outfit = false, model = -575340245, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 20, exp = 500},
  276.     {name = "Uccello dai piedi Rossi", texture = {"satchel_textures", "animal_red_footed_booby"}, outfit = false, model = -466687768, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 15, exp = 375},
  277.     {name = "Pappagallo Blu-Giallo", texture = {"satchel_textures", "animal_parrot_blueyellow"}, outfit = false, model = -1797450568, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 15, exp = 375},
  278.     {name = "Oca Canadese", texture = {"satchel_textures", "animal_goosecanada"}, outfit = false, model = 723190474, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 5, exp = 125},
  279.     {name = "Quaglia", texture = {"satchel_textures", "animal_quail"}, outfit = false, model = 2105463796, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 10, exp = 250},
  280.     {name = "Parrocchetto Carolina", texture = {"satchel_textures", "animal_carolinaparakeet"}, outfit = false, model = `a_c_carolinaparakeet_01`, items = {{"carneuccello", "Carne di Uccello", 5}, {"piumauccello", "Piuma di Uccello", 5}}, delete = true, livello = 30, exp = 750},
  281.  
  282.     {name = "Mostro di Gila", texture = {"satchel_textures", "animal_gila_monster"}, outfit = false, model = 457416415, items = {{"carnefibrosa", "Carne Fibrosa", 5}, {"pelleserpente", "Pelle di Serpente", 5}}, delete = true, livello = 100, exp = 2500},
  283.     {name = "Iguana Verde", texture = {"satchel_textures", "animal_iguana"}, outfit = false, model = -1854059305, items = {{"carnefibrosa", "Carne Fibrosa", 6}}, delete = true, livello = 25, exp = 625},
  284.     {name = "Iguana del Deserto", texture = {"satchel_textures", "animal_iguanadesert"}, outfit = false, model = -593056309, items = {{"carnefibrosa", "Carne Fibrosa", 6}}, delete = true, livello = 25, exp = 625},
  285.     {name = "Tartaruga Scattante", texture = {"satchel_textures", "animal_snapping_turtle"}, outfit = false, model = -407730502, items = {{"carnefibrosa", "Carne Fibrosa", 8}}, delete = true, livello = 35, exp = 875},
  286.     {name = "Topo Muschiato", texture = {"satchel_textures", "animal_muskrat"}, outfit = false, model = -1134449699, items = {{"carnefibrosa", "Carne Fibrosa", 4}}, delete = true, livello = 0, exp = 200},
  287.     {name = "Armadillo", texture = {"satchel_textures", "animal_armadillo"}, outfit = false, model = -1797625440, items = {{"carnefibrosa", "Carne Fibrosa", 6}}, delete = true, livello = 20, exp = 500},
  288.     {name = "Scoiattolo", texture = {"satchel_textures", "animal_chipmunk"}, outfit = false, model = `a_c_chipmunk_01`, items = {}, delete = true, livello = 0, exp = 200},
  289.     {name = "Pipistrello", texture = {"satchel_textures", "animal_bat"}, outfit = false, model = `a_c_bat_01`, items = {}, delete = true, livello = 0, exp = 200},
  290.     {name = "Ghiandaia Azzurra", texture = {"satchel_textures", "animal_bluejay"}, outfit = false, model = `a_c_bluejay_01`, items = {}, delete = true, livello = 35, exp = 875},
  291.     {name = "Cardinalide", texture = {"satchel_textures", "animal_cardinal"}, outfit = false, model = `a_c_cardinal_01`, items = {}, delete = true, livello = 35, exp = 875},
  292.     {name = "Beccofrusone dei Cedri", texture = {"satchel_textures", "animal_cedarwaxwing"}, outfit = false, model = `a_c_cedarwaxwing_01`, items = {}, delete = true, livello = 0, exp = 200},
  293.     {name = "Granchio Cubano", texture = {"satchel_textures", "animal_crab"}, outfit = false, model = `a_c_crab_01`, items = {}, delete = true, livello = 0, exp = 200},
  294.     {name = "Rana Toro", texture = {"satchel_textures", "animal_frogbull"}, outfit = false, model = `a_c_frogbull_01`, items = {}, delete = true, livello = 0, exp = 200},
  295.     {name = "Rana Toro Velenosa", texture = {"satchel_textures", "animal_frogbull"}, outfit = -1289532595, model = `a_c_frogbull_01`, items = {}, delete = true, livello = 0, exp = 200},
  296.     {name = "Ittero dal Cappuccio", texture = {"satchel_textures", "animal_oriole_hooded"}, outfit = false, model = `a_c_oriole_01`, items = {}, delete = true, livello = 50, exp = 1250},
  297.     {name = "Ittero di Baltimora", texture = {"satchel_textures", "animal_oriole_baltimore"}, outfit = -2120236310, model = `a_c_oriole_01`, items = {}, delete = true, livello = 50, exp = 1250},
  298.     {name = "Piccione", texture = {"satchel_textures", "animal_pigeon"}, outfit = false, model = `a_c_pigeon`, items = {}, delete = true, livello = 100, exp = 0},
  299.     {name = "Topo", texture = {"satchel_textures", "animal_rat"}, outfit = false, model = `a_c_rat_01`, items = {}, delete = true, livello = 0, exp = 200},
  300.     {name = "Pettirosso", texture = {"satchel_textures", "animal_robin"}, outfit = false, model = `a_c_robin_01`, items = {}, delete = true, livello = 0, exp = 200},
  301.     {name = "Passerotto", texture = {"satchel_textures", "animal_songbird"}, outfit = false, model = `a_c_songbird_01`, items = {}, delete = true, livello = 0, exp = 200},
  302.     {name = "Passerotto Scarlatto", texture = {"satchel_textures", "animal_songbird_scarlet"}, outfit = -220316070, model = `a_c_songbird_01`, items = {}, delete = true, livello = 20, exp = 500},
  303.     {name = "Passero Dorato", texture = {"satchel_textures", "animal_sparrow_golden"}, outfit = -1540150672, model = `a_c_sparrow_01`, items = {}, delete = true, livello = 20, exp = 500},
  304.     {name = "Passero", texture = {"satchel_textures", "animal_sparrow"}, outfit = false, model = `a_c_sparrow_01`, items = {}, delete = true, livello = 0, exp = 200},
  305.     {name = "Passero Comune", texture = {"satchel_textures", "animal_sparrow_eurasian"}, outfit = -737163478, model = `a_c_sparrow_01`, items = {}, delete = true, livello = 0, exp = 200},
  306.     {name = "Scoiattolo Grigio", texture = {"satchel_textures", "animal_squirrel_grey"}, outfit = false, model = `a_c_squirrel_01`, items = {}, delete = true, livello = 0, exp = 200},
  307.     {name = "Scoiattolo Grigio", texture = {"satchel_textures", "animal_squirrel_grey"}, outfit = -1360285648, model = `a_c_squirrel_01`, items = {}, delete = true, livello = 0, exp = 200},
  308.     {name = "Scoiattolo Grigio", texture = {"satchel_textures", "animal_squirrel_grey"}, outfit = 786903081, model = `a_c_squirrel_01`, items = {}, delete = true, livello = 0, exp = 200},
  309.     {name = "Scoiattolo Nero", texture = {"satchel_textures", "animal_squirrel_black"}, outfit = 2063794405, model = `a_c_squirrel_01`, items = {}, delete = true, livello = 0, exp = 200},
  310.     {name = "Scoiattolo Rosso", texture = {"satchel_textures", "animal_squirrel"}, outfit = -953201595, model = `a_c_squirrel_01`, items = {}, delete = true, livello = 0, exp = 200},
  311.     {name = "Rospo", texture = {"satchel_textures", "animal_toad"}, outfit = false, model = `a_c_toad_01`, items = {}, delete = true, livello = 0, exp = 200},
  312.     {name = "Rospo Velenoso", texture = {"satchel_textures", "animal_toad"}, outfit = 675288905, model = `a_c_toad_01`, items = {}, delete = true, livello = 50, exp = 1250},
  313.     {name = "Rospo del Deserto", texture = {"satchel_textures", "animal_toad"}, outfit = -2064564980, model = `a_c_toad_01`, items = {}, delete = true, livello = 0, exp = 200},
  314.     {name = "Picchio della Carolina", texture = {"satchel_textures", "animal_woodpecker_redbellied"}, outfit = false, model = `a_c_woodpecker_01`, items = {}, delete = true, livello = 20, exp = 500},
  315.     {name = "Picchio Pileato", texture = {"satchel_textures", "animal_woodpecker_pileated"}, outfit = false, model = `a_c_woodpecker_02`, items = {}, delete = true, livello = 20, exp = 500},
  316.     {name = "Corvo", texture = {"satchel_textures", "animal_crow"}, outfit = false, model = `a_c_crow_01`, items = {}, delete = true, livello = 25, exp = 625},
  317.  
  318.     {name = "Branchia Blu", texture = {"inventory_items", "provision_fish_bluegill"}, outfit = false, model = `a_c_fishbluegil_01_sm`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  319.     {name = "Grande Branchia Blu", texture = {"inventory_items", "provision_fish_bluegill"}, outfit = false, model = `a_c_fishbluegil_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  320.     {name = "Pesce Gatto Grande", texture = {"inventory_items", "provision_fish_bullhead_catfish"}, outfit = false, model = `a_c_fishbullheadcat_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  321.     {name = "Pesce Gatto", texture = {"inventory_items", "provision_fish_bullhead_catfish"}, outfit = false, model = `a_c_fishbullheadcat_01_sm`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  322.     {name = "Luccio Nordamericano Grande", texture = {"inventory_items", "provision_fish_chain_pickerel"}, outfit = false, model = `a_c_fishchainpickerel_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  323.     {name = "Luccio Nordamericano", texture = {"inventory_items", "provision_fish_chain_pickerel"}, outfit = false, model = `a_c_fishchainpickerel_01_sm`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  324.     {name = "Spigola", texture = {"inventory_items", "provision_fish_largemouth_bass"}, outfit = false, model = `a_c_fishsmallmouthbass_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  325.     {name = "Spigola", texture = {"inventory_items", "provision_fish_largemouth_bass"}, outfit = false, model = `a_c_fishlargemouthbass_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  326.     {name = "Pertica", texture = {"inventory_items", "provision_fish_perch"}, outfit = false, model = `a_c_fishperch_01_sm`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  327.     {name = "Pertica Grande", texture = {"inventory_items", "provision_fish_perch"}, outfit = false, model = `a_c_fishperch_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  328.     {name = "Trota Testargento", texture = {"inventory_items", "provision_fish_steelhead_trout"}, outfit = false, model = `a_c_fishrainbowtrout_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  329.     {name = "Trota Testargento", texture = {"inventory_items", "provision_fish_steelhead_trout"}, outfit = false, model = `a_c_fishrainbowtrout_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  330.     {name = "Luccio Grande", texture = {"inventory_items", "provision_fish_redfin_pickerel"}, outfit = false, model = `a_c_fishredfinpickerel_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  331.     {name = "Luccio", texture = {"inventory_items", "provision_fish_redfin_pickerel"}, outfit = false, model = `a_c_fishredfinpickerel_01_sm`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  332.     {name = "Pesce Persico Grande", texture = {"inventory_items", "provision_fish_rock_bass"}, outfit = false, model = `a_c_fishrockbass_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  333.     {name = "Pesce Persico", texture = {"inventory_items", "provision_fish_rock_bass"}, outfit = false, model = `a_c_fishrockbass_01_sm`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  334.     {name = "Salmone", texture = {"inventory_items", "provision_fish_sockeye_salmon"}, outfit = false, model = `a_c_fishsalmonsockeye_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  335.     {name = "Salmone", texture = {"inventory_items", "provision_fish_sockeye_salmon"}, outfit = false, model = `a_c_fishsalmonsockeye_01_ml`, items = {{"filettopesce", "Filetto di Pesce", 5}}, delete = true, livello = 0, exp = 0},
  336.     {name = "Salmone", texture = {"inventory_items", "provision_fish_sockeye_salmon"}, outfit = false, model = `a_c_fishsalmonsockeye_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  337.     {name = "Micropterus dolomieu", texture = {"inventory_items", "provision_fish_smallmouth_bass"}, outfit = false, model = `a_c_fishlargemouthbass_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  338.     {name = "Micropterus dolomieu", texture = {"inventory_items", "provision_fish_smallmouth_bass"}, outfit = false, model = `a_c_fishsmallmouthbass_01_ms`, items = {{"filettopesce", "Filetto di Pesce", 3}}, delete = true, livello = 0, exp = 0},
  339.     {name = "Luccio dal Naso Lungo", texture = {"inventory_items", "provision_fish_longnose_gar"}, outfit = false, model = `a_c_fishlongnosegar_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  340.     {name = "Muskie", texture = {"satchel_textures", "provision_fish_muskie"}, outfit = false, model = `a_c_fishmuskie_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  341.     {name = "Storione di Lago", texture = {"satchel_textures", "provision_fish_lake_sturgeon"}, outfit = false, model = `a_c_fishlakesturgeon_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  342.     {name = "Pesce Gatto di Canale", texture = {"satchel_textures", "provision_fish_channel_catfish"}, outfit = false, model = `a_c_fishchannelcatfish_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  343.     {name = "Pesce Gatto di Canale", texture = {"satchel_textures", "provision_fish_channel_catfish"}, outfit = false, model = `a_c_fishchannelcatfish_01_xl`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  344.     {name = "Luccio", texture = {"satchel_textures", "provision_fish_northern_pike"}, outfit = false, model = `a_c_fishnorthernpike_01_lg`, items = {{"filettopesce", "Filetto di Pesce", 10}}, delete = true, livello = 0, exp = 0},
  345. }
  346.  
  347. Config.Pelts = {
  348.     [-1202329112]  = "Small Pelt",
  349.     [-1038420333]  = "Medium Pelt",
  350.     [85379810]     = "Big Pelt",
  351.     [963025744]    = "Very Big Pelt",
  352.     [-2004866590]  = "Very big Hide",
  353.     [-1962493114]  = "Very big Hide",
  354.     [213792403]    = "Very big Hide",
  355. }
  356.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement