Advertisement
Guest User

items.lua

a guest
Feb 13th, 2015
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 68.83 KB | None | 0 0
  1. loaded_types = {
  2.     "distance",
  3.     "backpack",
  4.     "ammo",
  5.     "ring",
  6.     "necklace",
  7.     "head",
  8.     "shield",
  9.     "wand",
  10.     "feet",
  11.     "club",
  12.     "sword",
  13.     "two-handed",
  14.     "axe",
  15.     "body",
  16.     "legs",
  17.     "ammunition",
  18. }
  19.  
  20. loaded_items = {
  21.     [1294] = {name = "small stone", slot = "distance"},
  22.     [1987] = {name = "bag", slot = "backpack"},
  23.     [1988] = {name = "backpack", slot = "backpack"},
  24.     [1991] = {name = "green bag", slot = "backpack"},
  25.     [1992] = {name = "yellow bag", slot = "backpack"},
  26.     [1993] = {name = "red bag", slot = "backpack"},
  27.     [1994] = {name = "purple bag", slot = "backpack"},
  28.     [1995] = {name = "blue bag", slot = "backpack"},
  29.     [1996] = {name = "grey bag", slot = "backpack"},
  30.     [1997] = {name = "golden bag", slot = "backpack"},
  31.     [1998] = {name = "green backpack", slot = "backpack"},
  32.     [1999] = {name = "yellow backpack", slot = "backpack"},
  33.     [2000] = {name = "red backpack", slot = "backpack"},
  34.     [2001] = {name = "purple backpack", slot = "backpack"},
  35.     [2002] = {name = "blue backpack", slot = "backpack"},
  36.     [2003] = {name = "grey backpack", slot = "backpack"},
  37.     [2004] = {name = "golden backpack", slot = "backpack"},
  38.     [2041] = {name = "candelabrum", slot = "ammo"},
  39.     [2042] = {name = "lit candelabrum", slot = "ammo"},
  40.     [2043] = {name = "used candelabrum", slot = "ammo"},
  41.     [2044] = {name = "lamp", slot = "ammo"},
  42.     [2045] = {name = "lit lamp", slot = "ammo"},
  43.     [2046] = {name = "used lamp", slot = "ammo"},
  44.     [2047] = {name = "candlestick", slot = "ammo"},
  45.     [2048] = {name = "lit candlestick", slot = "ammo"},
  46.     [2049] = {name = "used candlestick", slot = "ammo"},
  47.     [2050] = {name = "torch", slot = "ammo"},
  48.     [2051] = {name = "lit torch", slot = "ammo"},
  49.     [2052] = {name = "torch", slot = "ammo"},
  50.     [2053] = {name = "lit torch", slot = "ammo"},
  51.     [2054] = {name = "torch", slot = "ammo"},
  52.     [2055] = {name = "lit torch", slot = "ammo"},
  53.     [2056] = {name = "burnt down torch", slot = "ammo"},
  54.     [2057] = {name = "candelabrum", slot = "ammo"},
  55.     [2096] = {name = "pumpkinhead", slot = "ammo"},
  56.     [2097] = {name = "pumpkinhead", slot = "ammo"},
  57.     [2111] = {name = "snowball", slot = "distance"},
  58.     [2121] = {name = "wedding ring", slot = "ring"},
  59.     [2123] = {name = "ring of the sky", slot = "ring"},
  60.     [2124] = {name = "crystal ring", slot = "ring"},
  61.     [2125] = {name = "crystal necklace", slot = "necklace"},
  62.     [2126] = {name = "bronze necklace", slot = "necklace"},
  63.     [2128] = {name = "crown", slot = "head"},
  64.     [2129] = {name = "wolf tooth chain", slot = "necklace"},
  65.     [2130] = {name = "golden amulet", slot = "necklace"},
  66.     [2131] = {name = "star amulet", slot = "necklace"},
  67.     [2132] = {name = "silver necklace", slot = "necklace"},
  68.     [2133] = {name = "ruby necklace", slot = "necklace"},
  69.     [2135] = {name = "scarab amulet", slot = "necklace"},
  70.     [2136] = {name = "demonbone amulet", slot = "necklace"},
  71.     [2138] = {name = "sapphire amulet", slot = "necklace"},
  72.     [2139] = {name = "ancient tiara", slot = "head"},
  73.     [2142] = {name = "ancient amulet", slot = "necklace"},
  74.     [2161] = {name = "strange talisman", slot = "necklace"},
  75.     [2162] = {name = "magic light wand", slot = "ammo"},
  76.     [2163] = {name = "magic light wand", slot = "ammo"},
  77.     [2164] = {name = "might ring", slot = "ring"},
  78.     [2165] = {name = "stealth ring", slot = "ring"},
  79.     [2166] = {name = "power ring", slot = "ring"},
  80.     [2167] = {name = "energy ring", slot = "ring"},
  81.     [2168] = {name = "life ring", slot = "ring"},
  82.     [2169] = {name = "time ring", slot = "ring"},
  83.     [2170] = {name = "silver amulet", slot = "necklace"},
  84.     [2171] = {name = "platinum amulet", slot = "necklace"},
  85.     [2172] = {name = "bronze amulet", slot = "necklace"},
  86.     [2173] = {name = "amulet of loss", slot = "necklace"},
  87.     [2174] = {name = "strange symbol", slot = "ammo"},
  88.     [2175] = {name = "spellbook", slot = "shield"},
  89.     [2179] = {name = "gold ring", slot = "ring"},
  90.     [2181] = {name = "terra rod", slot = "wand"},
  91.     [2182] = {name = "snakebite rod", slot = "wand"},
  92.     [2183] = {name = "hailstorm rod", slot = "wand"},
  93.     [2185] = {name = "necrotic rod", slot = "wand"},
  94.     [2186] = {name = "moonlight rod", slot = "wand"},
  95.     [2187] = {name = "wand of inferno", slot = "wand"},
  96.     [2188] = {name = "wand of decay", slot = "wand"},
  97.     [2189] = {name = "wand of cosmic energy", slot = "wand"},
  98.     [2190] = {name = "wand of vortex", slot = "wand"},
  99.     [2191] = {name = "wand of dragonbreath", slot = "wand"},
  100.     [2195] = {name = "boots of haste", slot = "feet"},
  101.     [2196] = {name = "broken amulet", slot = "necklace"},
  102.     [2197] = {name = "stone skin amulet", slot = "necklace"},
  103.     [2198] = {name = "elven amulet", slot = "necklace"},
  104.     [2199] = {name = "garlic necklace", slot = "necklace"},
  105.     [2200] = {name = "protection amulet", slot = "necklace"},
  106.     [2201] = {name = "dragon necklace", slot = "necklace"},
  107.     [2202] = {name = "stealth ring (invisibility)", slot = "ring"},
  108.     [2203] = {name = "power ring (fist fighting +6)", slot = "ring"},
  109.     [2204] = {name = "energy ring (magic shield)", slot = "ring"},
  110.     [2205] = {name = "life ring (faster regeneration)", slot = "ring"},
  111.     [2206] = {name = "time ring", slot = "ring"},
  112.     [2207] = {name = "sword ring", slot = "ring"},
  113.     [2208] = {name = "axe ring", slot = "ring"},
  114.     [2209] = {name = "club ring", slot = "ring"},
  115.     [2210] = {name = "sword ring (sword fighting +4)", slot = "ring"},
  116.     [2211] = {name = "axe ring (axe fighting +4)", slot = "ring"},
  117.     [2212] = {name = "club ring (club fighting +4)", slot = "ring"},
  118.     [2213] = {name = "dwarven ring", slot = "ring"},
  119.     [2214] = {name = "ring of healing", slot = "ring"},
  120.     [2215] = {name = "dwarven ring (hard drinking)", slot = "ring"},
  121.     [2216] = {name = "ring of healing (faster regeneration)", slot = "ring"},
  122.     [2218] = {name = "paw amulet", slot = "necklace"},
  123.     [2321] = {name = "giant smithhammer", slot = "club"},
  124.     [2323] = {name = "hat of the mad", slot = "head"},
  125.     [2342] = {name = "helmet of the ancients", slot = "head"},
  126.     [2343] = {name = "helmet of the ancients", slot = "head"},
  127.     [2357] = {name = "ring of wishes", slot = "ring"},
  128.     [2358] = {name = "boots of waterwalking", slot = "feet"},
  129.     [2361] = {name = "frozen starlight", slot = "ammo"},
  130.     [2365] = {name = "backpack of holding", slot = "backpack"},
  131.     [2376] = {name = "sword", slot = "sword"},
  132.     [2377] = {name = "two handed sword", slot = "two-handed"},
  133.     [2378] = {name = "battle axe", slot = "two-handed"},
  134.     [2379] = {name = "dagger", slot = "sword"},
  135.     [2380] = {name = "hand axe", slot = "axe"},
  136.     [2381] = {name = "halberd", slot = "two-handed"},
  137.     [2382] = {name = "club", slot = "club"},
  138.     [2383] = {name = "spike sword", slot = "sword"},
  139.     [2384] = {name = "rapier", slot = "sword"},
  140.     [2385] = {name = "sabre", slot = "sword"},
  141.     [2386] = {name = "axe", slot = "axe"},
  142.     [2387] = {name = "double axe", slot = "two-handed"},
  143.     [2388] = {name = "hatchet", slot = "axe"},
  144.     [2389] = {name = "spear", slot = "distance"},
  145.     [2390] = {name = "magic longsword", slot = "two-handed"},
  146.     [2391] = {name = "war hammer", slot = "two-handed"},
  147.     [2392] = {name = "fire sword", slot = "sword"},
  148.     [2393] = {name = "giant sword", slot = "two-handed"},
  149.     [2394] = {name = "morning star", slot = "club"},
  150.     [2395] = {name = "carlin sword", slot = "sword"},
  151.     [2396] = {name = "ice rapier", slot = "sword"},
  152.     [2397] = {name = "longsword", slot = "sword"},
  153.     [2398] = {name = "mace", slot = "club"},
  154.     [2399] = {name = "throwing star", slot = "distance"},
  155.     [2400] = {name = "magic sword", slot = "sword"},
  156.     [2401] = {name = "staff", slot = "two-handed"},
  157.     [2402] = {name = "silver dagger", slot = "sword"},
  158.     [2403] = {name = "knife", slot = "sword"},
  159.     [2404] = {name = "combat knife", slot = "sword"},
  160.     [2405] = {name = "sickle", slot = "axe"},
  161.     [2406] = {name = "short sword", slot = "sword"},
  162.     [2407] = {name = "bright sword", slot = "sword"},
  163.     [2408] = {name = "warlord sword", slot = "two-handed"},
  164.     [2409] = {name = "serpent sword", slot = "sword"},
  165.     [2410] = {name = "throwing knife", slot = "distance"},
  166.     [2411] = {name = "poison dagger", slot = "sword"},
  167.     [2412] = {name = "katana", slot = "sword"},
  168.     [2413] = {name = "broadsword", slot = "two-handed"},
  169.     [2414] = {name = "dragon lance", slot = "two-handed"},
  170.     [2415] = {name = "great axe", slot = "two-handed"},
  171.     [2416] = {name = "crowbar", slot = "club"},
  172.     [2417] = {name = "battle hammer", slot = "club"},
  173.     [2418] = {name = "golden sickle", slot = "axe"},
  174.     [2419] = {name = "scimitar", slot = "sword"},
  175.     [2420] = {name = "machete", slot = "sword"},
  176.     [2421] = {name = "thunder hammer", slot = "club"},
  177.     [2422] = {name = "iron hammer", slot = "club"},
  178.     [2423] = {name = "clerical mace", slot = "club"},
  179.     [2424] = {name = "silver mace", slot = "club"},
  180.     [2425] = {name = "obsidian lance", slot = "two-handed"},
  181.     [2426] = {name = "naginata", slot = "two-handed"},
  182.     [2427] = {name = "guardian halberd", slot = "two-handed"},
  183.     [2428] = {name = "orcish axe", slot = "axe"},
  184.     [2429] = {name = "barbarian axe", slot = "axe"},
  185.     [2430] = {name = "knight axe", slot = "axe"},
  186.     [2431] = {name = "stonecutter axe", slot = "axe"},
  187.     [2432] = {name = "fire axe", slot = "axe"},
  188.     [2433] = {name = "enchanted staff", slot = "two-handed"},
  189.     [2434] = {name = "dragon hammer", slot = "club"},
  190.     [2435] = {name = "dwarven axe", slot = "axe"},
  191.     [2436] = {name = "skull staff", slot = "club"},
  192.     [2437] = {name = "light mace", slot = "club"},
  193.     [2438] = {name = "epee", slot = "sword"},
  194.     [2439] = {name = "daramian mace", slot = "club"},
  195.     [2440] = {name = "daramian waraxe", slot = "two-handed"},
  196.     [2441] = {name = "daramian axe", slot = "axe"},
  197.     [2442] = {name = "heavy machete", slot = "sword"},
  198.     [2443] = {name = "ravager's axe", slot = "two-handed"},
  199.     [2444] = {name = "hammer of wrath", slot = "two-handed"},
  200.     [2445] = {name = "crystal mace", slot = "club"},
  201.     [2446] = {name = "pharaoh sword", slot = "sword"},
  202.     [2447] = {name = "twin axe", slot = "two-handed"},
  203.     [2448] = {name = "studded club", slot = "club"},
  204.     [2449] = {name = "bone club", slot = "club"},
  205.     [2450] = {name = "bone sword", slot = "sword"},
  206.     [2451] = {name = "djinn blade", slot = "sword"},
  207.     [2452] = {name = "heavy mace", slot = "two-handed"},
  208.     [2453] = {name = "arcane staff", slot = "two-handed"},
  209.     [2454] = {name = "war axe", slot = "two-handed"},
  210.     [2455] = {name = "crossbow", slot = "two-handed"},
  211.     [2456] = {name = "bow", slot = "two-handed"},
  212.     [2457] = {name = "steel helmet", slot = "head"},
  213.     [2458] = {name = "chain helmet", slot = "head"},
  214.     [2459] = {name = "iron helmet", slot = "head"},
  215.     [2460] = {name = "brass helmet", slot = "head"},
  216.     [2461] = {name = "leather helmet", slot = "head"},
  217.     [2462] = {name = "devil helmet", slot = "head"},
  218.     [2463] = {name = "plate armor", slot = "body"},
  219.     [2464] = {name = "chain armor", slot = "body"},
  220.     [2465] = {name = "brass armor", slot = "body"},
  221.     [2466] = {name = "golden armor", slot = "body"},
  222.     [2467] = {name = "leather armor", slot = "body"},
  223.     [2468] = {name = "studded legs", slot = "legs"},
  224.     [2469] = {name = "dragon scale legs", slot = "legs"},
  225.     [2470] = {name = "golden legs", slot = "legs"},
  226.     [2471] = {name = "golden helmet", slot = "head"},
  227.     [2472] = {name = "magic plate armor", slot = "body"},
  228.     [2473] = {name = "viking helmet", slot = "head"},
  229.     [2474] = {name = "winged helmet", slot = "head"},
  230.     [2475] = {name = "warrior helmet", slot = "head"},
  231.     [2476] = {name = "knight armor", slot = "body"},
  232.     [2477] = {name = "knight legs", slot = "legs"},
  233.     [2478] = {name = "brass legs", slot = "legs"},
  234.     [2479] = {name = "strange helmet", slot = "head"},
  235.     [2480] = {name = "legion helmet", slot = "head"},
  236.     [2481] = {name = "soldier helmet", slot = "head"},
  237.     [2482] = {name = "studded helmet", slot = "head"},
  238.     [2483] = {name = "scale armor", slot = "body"},
  239.     [2484] = {name = "studded armor", slot = "body"},
  240.     [2485] = {name = "doublet", slot = "body"},
  241.     [2486] = {name = "noble armor", slot = "body"},
  242.     [2487] = {name = "crown armor", slot = "body"},
  243.     [2488] = {name = "crown legs", slot = "legs"},
  244.     [2489] = {name = "dark armor", slot = "body"},
  245.     [2490] = {name = "dark helmet", slot = "head"},
  246.     [2491] = {name = "crown helmet", slot = "head"},
  247.     [2492] = {name = "dragon scale mail", slot = "body"},
  248.     [2493] = {name = "demon helmet", slot = "head"},
  249.     [2494] = {name = "demon armor", slot = "body"},
  250.     [2495] = {name = "demon legs", slot = "legs"},
  251.     [2496] = {name = "horned helmet", slot = "head"},
  252.     [2497] = {name = "crusader helmet", slot = "head"},
  253.     [2498] = {name = "royal helmet", slot = "head"},
  254.     [2499] = {name = "amazon helmet", slot = "head"},
  255.     [2500] = {name = "amazon armor", slot = "body"},
  256.     [2501] = {name = "ceremonial mask", slot = "head"},
  257.     [2502] = {name = "dwarven helmet", slot = "head"},
  258.     [2503] = {name = "dwarven armor", slot = "body"},
  259.     [2504] = {name = "dwarven legs", slot = "legs"},
  260.     [2505] = {name = "elven mail", slot = "body"},
  261.     [2506] = {name = "dragon scale helmet", slot = "head"},
  262.     [2507] = {name = "elven legs", slot = "legs"},
  263.     [2508] = {name = "native armor", slot = "body"},
  264.     [2509] = {name = "steel shield", slot = "shield"},
  265.     [2510] = {name = "plate shield", slot = "shield"},
  266.     [2511] = {name = "brass shield", slot = "shield"},
  267.     [2512] = {name = "wooden shield", slot = "shield"},
  268.     [2513] = {name = "battle shield", slot = "shield"},
  269.     [2514] = {name = "mastermind shield", slot = "shield"},
  270.     [2515] = {name = "guardian shield", slot = "shield"},
  271.     [2516] = {name = "dragon shield", slot = "shield"},
  272.     [2517] = {name = "shield of honour", slot = "shield"},
  273.     [2518] = {name = "bonelord shield", slot = "shield"},
  274.     [2519] = {name = "crown shield", slot = "shield"},
  275.     [2520] = {name = "demon shield", slot = "shield"},
  276.     [2521] = {name = "dark shield", slot = "shield"},
  277.     [2522] = {name = "great shield", slot = "shield"},
  278.     [2523] = {name = "blessed shield", slot = "shield"},
  279.     [2524] = {name = "ornamented shield", slot = "shield"},
  280.     [2525] = {name = "dwarven shield", slot = "shield"},
  281.     [2526] = {name = "studded shield", slot = "shield"},
  282.     [2527] = {name = "rose shield", slot = "shield"},
  283.     [2528] = {name = "tower shield", slot = "shield"},
  284.     [2529] = {name = "black shield", slot = "shield"},
  285.     [2530] = {name = "copper shield", slot = "shield"},
  286.     [2531] = {name = "viking shield", slot = "shield"},
  287.     [2532] = {name = "ancient shield", slot = "shield"},
  288.     [2533] = {name = "griffin shield", slot = "shield"},
  289.     [2534] = {name = "vampire shield", slot = "shield"},
  290.     [2535] = {name = "castle shield", slot = "shield"},
  291.     [2536] = {name = "medusa shield", slot = "shield"},
  292.     [2537] = {name = "amazon shield", slot = "shield"},
  293.     [2538] = {name = "eagle shield", slot = "shield"},
  294.     [2539] = {name = "phoenix shield", slot = "shield"},
  295.     [2540] = {name = "scarab shield", slot = "shield"},
  296.     [2541] = {name = "bone shield", slot = "shield"},
  297.     [2542] = {name = "tempest shield", slot = "shield"},
  298.     [2543] = {name = "bolt", slot = "ammunition"},
  299.     [2544] = {name = "arrow", slot = "ammunition"},
  300.     [2545] = {name = "poison arrow", slot = "ammunition"},
  301.     [2546] = {name = "burst arrow", slot = "ammunition"},
  302.     [2547] = {name = "power bolt", slot = "ammunition"},
  303.     [2550] = {name = "scythe", slot = "two-handed"},
  304.     [2640] = {name = "pair of soft boots (faster regeneration)", slot = "feet"},
  305.     [2641] = {name = "patched boots", slot = "feet"},
  306.     [2642] = {name = "sandals", slot = "feet"},
  307.     [2643] = {name = "leather boots", slot = "feet"},
  308.     [2644] = {name = "bunnyslippers", slot = "feet"},
  309.     [2645] = {name = "steel boots", slot = "feet"},
  310.     [2646] = {name = "golden boots", slot = "feet"},
  311.     [2647] = {name = "plate legs", slot = "legs"},
  312.     [2648] = {name = "chain legs", slot = "legs"},
  313.     [2649] = {name = "leather legs", slot = "legs"},
  314.     [2650] = {name = "jacket", slot = "body"},
  315.     [2651] = {name = "coat", slot = "body"},
  316.     [2652] = {name = "green tunic", slot = "body"},
  317.     [2653] = {name = "red tunic", slot = "body"},
  318.     [2654] = {name = "cape", slot = "body"},
  319.     [2655] = {name = "red robe", slot = "body"},
  320.     [2656] = {name = "blue robe", slot = "body"},
  321.     [2657] = {name = "simple dress", slot = "body"},
  322.     [2658] = {name = "white dress", slot = "body"},
  323.     [2659] = {name = "ball gown", slot = "body"},
  324.     [2660] = {name = "ranger's cloak", slot = "body"},
  325.     [2661] = {name = "scarf", slot = "necklace"},
  326.     [2662] = {name = "magician hat", slot = "head"},
  327.     [2663] = {name = "mystic turban", slot = "head"},
  328.     [2664] = {name = "wood cape", slot = "head"},
  329.     [2665] = {name = "post officer's hat", slot = "head"},
  330.     [3939] = {name = "camouflage bag", slot = "backpack"},
  331.     [3940] = {name = "camouflage backpack", slot = "backpack"},
  332.     [3960] = {name = "old and used backpack", slot = "backpack"},
  333.     [3961] = {name = "lich staff", slot = "club"},
  334.     [3962] = {name = "beastslayer axe", slot = "axe"},
  335.     [3963] = {name = "templar scytheblade", slot = "sword"},
  336.     [3964] = {name = "ripper lance", slot = "two-handed"},
  337.     [3965] = {name = "hunting spear", slot = "distance"},
  338.     [3966] = {name = "banana staff", slot = "club"},
  339.     [3967] = {name = "tribal mask", slot = "head"},
  340.     [3968] = {name = "leopard armor", slot = "body"},
  341.     [3969] = {name = "horseman helmet", slot = "head"},
  342.     [3970] = {name = "feather headdress", slot = "head"},
  343.     [3971] = {name = "charmer's tiara", slot = "head"},
  344.     [3972] = {name = "bonelord helmet", slot = "head"},
  345.     [3973] = {name = "tusk shield", slot = "shield"},
  346.     [3974] = {name = "sentinel shield", slot = "shield"},
  347.     [3975] = {name = "salamander shield", slot = "shield"},
  348.     [3982] = {name = "crocodile boots", slot = "feet"},
  349.     [3983] = {name = "bast skirt", slot = "legs"},
  350.     [4847] = {name = "spectral dress", slot = "body"},
  351.     [5461] = {name = "helmet of the deep", slot = "head"},
  352.     [5462] = {name = "pirate boots", slot = "feet"},
  353.     [5741] = {name = "skull helmet", slot = "head"},
  354.     [5801] = {name = "jewelled backpack", slot = "backpack"},
  355.     [5803] = {name = "arbalest", slot = "two-handed"},
  356.     [5812] = {name = "skull candle", slot = "ammo"},
  357.     [5813] = {name = "skull candle", slot = "ammo"},
  358.     [5903] = {name = "Ferumbras' hat", slot = "head"},
  359.     [5917] = {name = "bandana", slot = "head"},
  360.     [5918] = {name = "pirate knee breeches", slot = "legs"},
  361.     [5926] = {name = "pirate backpack", slot = "backpack"},
  362.     [5927] = {name = "pirate bag", slot = "backpack"},
  363.     [5940] = {name = "Ceiron's wolf tooth chain", slot = "necklace"},
  364.     [5949] = {name = "beach backpack", slot = "backpack"},
  365.     [5950] = {name = "beach bag", slot = "backpack"},
  366.     [6095] = {name = "pirate shirt", slot = "body"},
  367.     [6096] = {name = "pirate hat", slot = "head"},
  368.     [6101] = {name = "Ron the Ripper's sabre", slot = "sword"},
  369.     [6131] = {name = "tortoise shield", slot = "shield"},
  370.     [6132] = {name = "pair of soft boots", slot = "feet"},
  371.     [6300] = {name = "death ring", slot = "ring"},
  372.     [6301] = {name = "death ring", slot = "ring"},
  373.     [6391] = {name = "nightmare shield", slot = "shield"},
  374.     [6433] = {name = "necromancer shield", slot = "shield"},
  375.     [6435] = {name = "demon trophy", slot = "ammo"},
  376.     [6528] = {name = "the avenger", slot = "two-handed"},
  377.     [6529] = {name = "infernal bolt", slot = "ammunition"},
  378.     [6531] = {name = "santa hat", slot = "head"},
  379.     [6553] = {name = "ruthless axe", slot = "two-handed"},
  380.     [6578] = {name = "party hat", slot = "head"},
  381.     [7342] = {name = "fur backpack", slot = "backpack"},
  382.     [7343] = {name = "fur bag", slot = "backpack"},
  383.     [7363] = {name = "piercing bolt", slot = "ammunition"},
  384.     [7364] = {name = "sniper arrow", slot = "ammunition"},
  385.     [7365] = {name = "onyx arrow", slot = "ammunition"},
  386.     [7366] = {name = "viper star", slot = "distance"},
  387.     [7367] = {name = "enchanted spear", slot = "distance"},
  388.     [7368] = {name = "assassin star", slot = "distance"},
  389.     [7378] = {name = "royal spear", slot = "distance"},
  390.     [7379] = {name = "brutetamer's staff", slot = "two-handed"},
  391.     [7380] = {name = "headchopper", slot = "axe"},
  392.     [7381] = {name = "mammoth whopper", slot = "club"},
  393.     [7382] = {name = "demonrage sword", slot = "two-handed"},
  394.     [7383] = {name = "relic sword", slot = "sword"},
  395.     [7384] = {name = "mystic blade", slot = "sword"},
  396.     [7385] = {name = "crimson sword", slot = "sword"},
  397.     [7386] = {name = "mercenary sword", slot = "two-handed"},
  398.     [7387] = {name = "diamond sceptre", slot = "club"},
  399.     [7388] = {name = "vile axe", slot = "axe"},
  400.     [7389] = {name = "heroic axe", slot = "axe"},
  401.     [7390] = {name = "the justice seeker", slot = "sword"},
  402.     [7391] = {name = "thaian sword", slot = "two-handed"},
  403.     [7392] = {name = "orcish maul", slot = "two-handed"},
  404.     [7402] = {name = "dragon slayer", slot = "two-handed"},
  405.     [7403] = {name = "berserker", slot = "two-handed"},
  406.     [7404] = {name = "assassin dagger", slot = "sword"},
  407.     [7405] = {name = "havoc blade", slot = "two-handed"},
  408.     [7406] = {name = "blacksteel sword", slot = "two-handed"},
  409.     [7407] = {name = "haunted blade", slot = "two-handed"},
  410.     [7408] = {name = "wyvern fang", slot = "sword"},
  411.     [7409] = {name = "northern star", slot = "club"},
  412.     [7410] = {name = "queen's sceptre", slot = "club"},
  413.     [7411] = {name = "ornamented axe", slot = "axe"},
  414.     [7412] = {name = "butcher's axe", slot = "axe"},
  415.     [7413] = {name = "titan axe", slot = "two-handed"},
  416.     [7414] = {name = "abyss hammer", slot = "two-handed"},
  417.     [7415] = {name = "cranial basher", slot = "club"},
  418.     [7416] = {name = "bloody edge", slot = "sword"},
  419.     [7417] = {name = "runed sword", slot = "sword"},
  420.     [7418] = {name = "nightmare blade", slot = "sword"},
  421.     [7419] = {name = "dreaded cleaver", slot = "axe"},
  422.     [7420] = {name = "reaper's axe", slot = "axe"},
  423.     [7421] = {name = "onyx flail", slot = "club"},
  424.     [7422] = {name = "jade hammer", slot = "club"},
  425.     [7423] = {name = "skullcrusher", slot = "two-handed"},
  426.     [7424] = {name = "lunar staff", slot = "two-handed"},
  427.     [7425] = {name = "taurus mace", slot = "two-handed"},
  428.     [7426] = {name = "amber staff", slot = "two-handed"},
  429.     [7427] = {name = "chaos mace", slot = "two-handed"},
  430.     [7428] = {name = "bonebreaker", slot = "two-handed"},
  431.     [7429] = {name = "blessed sceptre", slot = "club"},
  432.     [7430] = {name = "dragonbone staff", slot = "club"},
  433.     [7431] = {name = "demonbone", slot = "club"},
  434.     [7432] = {name = "furry club", slot = "club"},
  435.     [7433] = {name = "ravenwing", slot = "axe"},
  436.     [7434] = {name = "royal axe", slot = "axe"},
  437.     [7435] = {name = "impaler", slot = "axe"},
  438.     [7436] = {name = "angelic axe", slot = "two-handed"},
  439.     [7437] = {name = "sapphire hammer", slot = "club"},
  440.     [7438] = {name = "elvish bow", slot = "distance"},
  441.     [7449] = {name = "crystal sword", slot = "two-handed"},
  442.     [7450] = {name = "hammer of prophecy", slot = "two-handed"},
  443.     [7451] = {name = "shadow sceptre", slot = "club"},
  444.     [7452] = {name = "spiked squelcher", slot = "two-handed"},
  445.     [7453] = {name = "executioner", slot = "two-handed"},
  446.     [7454] = {name = "glorious axe", slot = "two-handed"},
  447.     [7455] = {name = "mythril axe", slot = "axe"},
  448.     [7456] = {name = "noble axe", slot = "axe"},
  449.     [7457] = {name = "fur boots", slot = "feet"},
  450.     [7458] = {name = "fur cap", slot = "head"},
  451.     [7459] = {name = "pair of earmuffs", slot = "head"},
  452.     [7460] = {name = "norse shield", slot = "shield"},
  453.     [7461] = {name = "krimhorn helmet", slot = "head"},
  454.     [7462] = {name = "ragnir helmet", slot = "head"},
  455.     [7463] = {name = "mammoth fur cape", slot = "body"},
  456.     [7464] = {name = "mammoth fur shorts", slot = "legs"},
  457.     [7497] = {name = "mining helmet", slot = "head"},
  458.     [7697] = {name = "signet ring", slot = "ring"},
  459.     [7708] = {name = "signet ring", slot = "ring"},
  460.     [7730] = {name = "blue legs", slot = "legs"},
  461.     [7744] = {name = "fiery spike sword", slot = "sword"},
  462.     [7745] = {name = "fiery relic sword", slot = "sword"},
  463.     [7746] = {name = "fiery mystic blade", slot = "sword"},
  464.     [7747] = {name = "fiery blacksteel sword", slot = "two-handed"},
  465.     [7748] = {name = "fiery dragon slayer", slot = "two-handed"},
  466.     [7749] = {name = "fiery barbarian axe", slot = "axe"},
  467.     [7750] = {name = "fiery knight axe", slot = "axe"},
  468.     [7751] = {name = "fiery heroic axe", slot = "axe"},
  469.     [7752] = {name = "fiery headchopper", slot = "two-handed"},
  470.     [7753] = {name = "fiery war axe", slot = "two-handed"},
  471.     [7754] = {name = "fiery clerical mace", slot = "club"},
  472.     [7755] = {name = "fiery crystal mace", slot = "club"},
  473.     [7756] = {name = "fiery cranial basher", slot = "club"},
  474.     [7757] = {name = "fiery orcish maul", slot = "two-handed"},
  475.     [7758] = {name = "fiery war hammer", slot = "two-handed"},
  476.     [7763] = {name = "icy spike sword", slot = "sword"},
  477.     [7764] = {name = "icy relic sword", slot = "sword"},
  478.     [7765] = {name = "icy mystic blade", slot = "sword"},
  479.     [7766] = {name = "icy blacksteel sword", slot = "two-handed"},
  480.     [7767] = {name = "icy dragon slayer", slot = "two-handed"},
  481.     [7768] = {name = "icy barbarian axe", slot = "axe"},
  482.     [7769] = {name = "icy knight axe", slot = "axe"},
  483.     [7770] = {name = "icy heroic axe", slot = "axe"},
  484.     [7771] = {name = "icy headchopper", slot = "two-handed"},
  485.     [7772] = {name = "icy war axe", slot = "two-handed"},
  486.     [7773] = {name = "icy clerical mace", slot = "club"},
  487.     [7774] = {name = "icy crystal mace", slot = "club"},
  488.     [7775] = {name = "icy cranial basher", slot = "club"},
  489.     [7776] = {name = "icy orcish maul", slot = "two-handed"},
  490.     [7777] = {name = "icy war hammer", slot = "two-handed"},
  491.     [7838] = {name = "flash arrow", slot = "ammunition"},
  492.     [7839] = {name = "shiver arrow", slot = "ammunition"},
  493.     [7840] = {name = "flaming arrow", slot = "ammunition"},
  494.     [7850] = {name = "earth arrow", slot = "ammunition"},
  495.     [7854] = {name = "earth spike sword", slot = "sword"},
  496.     [7855] = {name = "earth relic sword", slot = "sword"},
  497.     [7856] = {name = "earth mystic blade", slot = "sword"},
  498.     [7857] = {name = "earth blacksteel sword", slot = "two-handed"},
  499.     [7858] = {name = "earth dragon slayer", slot = "two-handed"},
  500.     [7859] = {name = "earth barbarian axe", slot = "axe"},
  501.     [7860] = {name = "earth knight axe", slot = "axe"},
  502.     [7861] = {name = "earth heroic axe", slot = "axe"},
  503.     [7862] = {name = "earth headchopper", slot = "two-handed"},
  504.     [7863] = {name = "earth war axe", slot = "two-handed"},
  505.     [7864] = {name = "earth clerical mace", slot = "club"},
  506.     [7865] = {name = "earth crystal mace", slot = "club"},
  507.     [7866] = {name = "earth cranial basher", slot = "club"},
  508.     [7867] = {name = "earth orcish maul", slot = "two-handed"},
  509.     [7868] = {name = "earth war hammer", slot = "two-handed"},
  510.     [7869] = {name = "energy spike sword", slot = "sword"},
  511.     [7870] = {name = "energy relic sword", slot = "sword"},
  512.     [7871] = {name = "energy mystic blade", slot = "sword"},
  513.     [7872] = {name = "energy blacksteel sword", slot = "two-handed"},
  514.     [7873] = {name = "energy dragon slayer", slot = "two-handed"},
  515.     [7874] = {name = "energy barbarian axe", slot = "axe"},
  516.     [7875] = {name = "energy knight axe", slot = "axe"},
  517.     [7876] = {name = "energy heroic axe", slot = "axe"},
  518.     [7877] = {name = "energy headchopper", slot = "two-handed"},
  519.     [7878] = {name = "energy war axe", slot = "two-handed"},
  520.     [7879] = {name = "energy clerical mace", slot = "club"},
  521.     [7880] = {name = "energy crystal mace", slot = "club"},
  522.     [7881] = {name = "energy cranial basher", slot = "club"},
  523.     [7882] = {name = "energy orcish maul", slot = "two-handed"},
  524.     [7883] = {name = "energy war hammer", slot = "two-handed"},
  525.     [7884] = {name = "terra mantle", slot = "body"},
  526.     [7885] = {name = "terra legs", slot = "legs"},
  527.     [7886] = {name = "terra boots", slot = "feet"},
  528.     [7887] = {name = "terra amulet", slot = "necklace"},
  529.     [7888] = {name = "glacier amulet", slot = "necklace"},
  530.     [7889] = {name = "lightning pendant", slot = "necklace"},
  531.     [7890] = {name = "magma amulet", slot = "necklace"},
  532.     [7891] = {name = "magma boots", slot = "feet"},
  533.     [7892] = {name = "glacier shoes", slot = "feet"},
  534.     [7893] = {name = "lightning boots", slot = "feet"},
  535.     [7894] = {name = "magma legs", slot = "legs"},
  536.     [7895] = {name = "lightning legs", slot = "legs"},
  537.     [7896] = {name = "glacier kilt", slot = "legs"},
  538.     [7897] = {name = "glacier robe", slot = "body"},
  539.     [7898] = {name = "lightning robe", slot = "body"},
  540.     [7899] = {name = "magma coat", slot = "body"},
  541.     [7900] = {name = "magma monocle", slot = "head"},
  542.     [7901] = {name = "lightning headband", slot = "head"},
  543.     [7902] = {name = "glacier mask", slot = "head"},
  544.     [7903] = {name = "terra hood", slot = "head"},
  545.     [7939] = {name = "mining helmet", slot = "head"},
  546.     [7957] = {name = "jester hat", slot = "head"},
  547.     [7966] = {name = "cream cake", slot = "ring"},
  548.     [8209] = {name = "crimson sword", slot = "sword"},
  549.     [8266] = {name = "Koshei's ancient amulet", slot = "necklace"},
  550.     [8601] = {name = "steel axe", slot = "axe"},
  551.     [8602] = {name = "jagged sword", slot = "sword"},
  552.     [8752] = {name = "the ring of the count", slot = "ring"},
  553.     [8819] = {name = "magician's robe", slot = "body"},
  554.     [8820] = {name = "mage hat", slot = "head"},
  555.     [8821] = {name = "witchhunter's coat", slot = "body"},
  556.     [8849] = {name = "modified crossbow", slot = "distance"},
  557.     [8850] = {name = "chain bolter", slot = "distance"},
  558.     [8851] = {name = "royal crossbow", slot = "distance"},
  559.     [8852] = {name = "the devileye", slot = "distance"},
  560.     [8853] = {name = "the ironworker", slot = "distance"},
  561.     [8854] = {name = "warsinger bow", slot = "distance"},
  562.     [8855] = {name = "composite hornbow", slot = "distance"},
  563.     [8856] = {name = "Yol's bow", slot = "distance"},
  564.     [8857] = {name = "silkweaver bow", slot = "distance"},
  565.     [8858] = {name = "Elethriel's elemental bow", slot = "distance"},
  566.     [8865] = {name = "dark lord's cape", slot = "body"},
  567.     [8866] = {name = "the robe of the ice queen", slot = "body"},
  568.     [8867] = {name = "dragon robe", slot = "body"},
  569.     [8868] = {name = "velvet mantle", slot = "body"},
  570.     [8869] = {name = "greenwood coat", slot = "body"},
  571.     [8870] = {name = "spirit cloak", slot = "body"},
  572.     [8871] = {name = "focus cape", slot = "body"},
  573.     [8872] = {name = "belted cape", slot = "body"},
  574.     [8873] = {name = "hibiscus dress", slot = "body"},
  575.     [8874] = {name = "summer dress", slot = "body"},
  576.     [8875] = {name = "tunic", slot = "body"},
  577.     [8876] = {name = "girl's dress", slot = "body"},
  578.     [8877] = {name = "lavos armor", slot = "body"},
  579.     [8878] = {name = "crystalline armor", slot = "body"},
  580.     [8879] = {name = "voltage armor", slot = "body"},
  581.     [8880] = {name = "swamplair armor", slot = "body"},
  582.     [8881] = {name = "fireborn giant armor", slot = "body"},
  583.     [8882] = {name = "earthborn titan armor", slot = "body"},
  584.     [8883] = {name = "windborn colossus armor", slot = "body"},
  585.     [8884] = {name = "oceanborn leviathan armor", slot = "body"},
  586.     [8885] = {name = "divine plate", slot = "body"},
  587.     [8886] = {name = "molten plate", slot = "body"},
  588.     [8887] = {name = "frozen plate", slot = "body"},
  589.     [8888] = {name = "master archer's armor", slot = "body"},
  590.     [8889] = {name = "skullcracker armor", slot = "body"},
  591.     [8890] = {name = "robe of the underworld", slot = "body"},
  592.     [8891] = {name = "paladin armor", slot = "body"},
  593.     [8892] = {name = "ethno coat", slot = "body"},
  594.     [8900] = {name = "spellbook of enlightenment", slot = "shield"},
  595.     [8901] = {name = "spellbook of warding", slot = "shield"},
  596.     [8902] = {name = "spellbook of mind control", slot = "shield"},
  597.     [8903] = {name = "spellbook of lost souls", slot = "shield"},
  598.     [8904] = {name = "spellscroll of prophecies", slot = "shield"},
  599.     [8905] = {name = "rainbow shield", slot = "shield"},
  600.     [8906] = {name = "fiery rainbow shield", slot = "shield"},
  601.     [8907] = {name = "icy rainbow shield", slot = "shield"},
  602.     [8908] = {name = "sparking rainbow shield", slot = "shield"},
  603.     [8909] = {name = "terran rainbow shield", slot = "shield"},
  604.     [8910] = {name = "underworld rod", slot = "wand"},
  605.     [8911] = {name = "northwind rod", slot = "wand"},
  606.     [8912] = {name = "springsprout rod", slot = "wand"},
  607.     [8918] = {name = "spellbook of dark mysteries", slot = "shield"},
  608.     [8920] = {name = "wand of starstorm", slot = "wand"},
  609.     [8921] = {name = "wand of draconia", slot = "wand"},
  610.     [8922] = {name = "wand of voodoo", slot = "wand"},
  611.     [8923] = {name = "ranger legs", slot = "legs"},
  612.     [8924] = {name = "hellforged axe", slot = "axe"},
  613.     [8925] = {name = "solar axe", slot = "axe"},
  614.     [8926] = {name = "demonwing axe", slot = "two-handed"},
  615.     [8927] = {name = "dark trinity mace", slot = "club"},
  616.     [8928] = {name = "obsidian truncheon", slot = "club"},
  617.     [8929] = {name = "the stomper", slot = "two-handed"},
  618.     [8930] = {name = "emerald sword", slot = "sword"},
  619.     [8931] = {name = "the epiphany", slot = "sword"},
  620.     [8932] = {name = "the calamity", slot = "two-handed"},
  621.     [9075] = {name = "purple bag", slot = "backpack"},
  622.     [9077] = {name = "golden bag", slot = "backpack"},
  623.     [9742] = {name = "charged ghost charm", slot = "ammo"},
  624.     [9774] = {name = "brocade backpack", slot = "backpack"},
  625.     [9775] = {name = "brocade bag", slot = "backpack"},
  626.     [9776] = {name = "yalahari armor", slot = "body"},
  627.     [9777] = {name = "yalahari leg piece", slot = "legs"},
  628.     [9778] = {name = "yalahari mask", slot = "head"},
  629.     [9804] = {name = "dead worker golem", slot = "head"},
  630.     [9927] = {name = "flower wreath", slot = "head"},
  631.     [9928] = {name = "leaf legs", slot = "legs"},
  632.     [9929] = {name = "flower dress", slot = "body"},
  633.     [9931] = {name = "coconut shoes", slot = "feet"},
  634.     [9932] = {name = "firewalker boots", slot = "feet"},
  635.     [9933] = {name = "firewalker boots", slot = "feet"},
  636.     [9948] = {name = "dracoyle statue", slot = "ammo"},
  637.     [9949] = {name = "dracoyle statue", slot = "ammo"},
  638.     [9953] = {name = "dracoyle statue", slot = "ammo"},
  639.     [9954] = {name = "dracoyle statue", slot = "ammo"},
  640.     [9956] = {name = "magical torch", slot = "ammo"},
  641.     [9969] = {name = "black skull", slot = "ammo"},
  642.     [10016] = {name = "batwing hat", slot = "head"},
  643.     [10021] = {name = "worn soft boots", slot = "feet"},
  644.     [10022] = {name = "worn firewalker boots", slot = "feet"},
  645.     [10070] = {name = "grey bag", slot = "backpack"},
  646.     [10218] = {name = "bonfire amulet", slot = "necklace"},
  647.     [10219] = {name = "sacred tree amulet", slot = "necklace"},
  648.     [10220] = {name = "leviathan's amulet", slot = "necklace"},
  649.     [10221] = {name = "shockwave amulet", slot = "necklace"},
  650.     [10289] = {name = "meat shield", slot = "shield"},
  651.     [10290] = {name = "glutton's mace", slot = "club"},
  652.     [10291] = {name = "odd hat", slot = "head"},
  653.     [10292] = {name = "pointed rabbitslayer", slot = "sword"},
  654.     [10293] = {name = "stale bread of ancientness", slot = "club"},
  655.     [10294] = {name = "shield of the white knight", slot = "shield"},
  656.     [10295] = {name = "musician's bow", slot = "distance"},
  657.     [10296] = {name = "heavy metal t-shirt", slot = "body"},
  658.     [10297] = {name = "shield of care", slot = "shield"},
  659.     [10298] = {name = "helmet of ultimate terror", slot = "head"},
  660.     [10299] = {name = "helmet of nature", slot = "head"},
  661.     [10300] = {name = "trousers of the ancients", slot = "legs"},
  662.     [10301] = {name = "scythe of the reaper", slot = "two-handed"},
  663.     [10302] = {name = "club of the fury", slot = "club"},
  664.     [10303] = {name = "farmer's avenger", slot = "two-handed"},
  665.     [10304] = {name = "poet's fencing quill", slot = "sword"},
  666.     [10309] = {name = "claw of 'The Noxious Spawn'", slot = "ring"},
  667.     [10310] = {name = "claw of 'The Noxious Spawn'", slot = "ring"},
  668.     [10313] = {name = "incredible mumpiz slayer", slot = "sword"},
  669.     [10314] = {name = "claw of 'The Noxious Spawn'", slot = "ring"},
  670.     [10316] = {name = "mighty helm of green sparks", slot = "head"},
  671.     [10317] = {name = "the rain coat", slot = "body"},
  672.     [10318] = {name = "the shield Nevermourn", slot = "shield"},
  673.     [10363] = {name = "the rain coat", slot = "body"},
  674.     [10364] = {name = "the shield Nevermourn", slot = "shield"},
  675.     [10502] = {name = "engraved wedding ring", slot = "ring"},
  676.     [10510] = {name = "broken wedding ring", slot = "ring"},
  677.     [10518] = {name = "demon backpack", slot = "backpack"},
  678.     [10519] = {name = "orange backpack", slot = "backpack"},
  679.     [10520] = {name = "orange bag", slot = "backpack"},
  680.     [10521] = {name = "moon backpack", slot = "backpack"},
  681.     [10522] = {name = "crown backpack", slot = "backpack"},
  682.     [10570] = {name = "witch hat", slot = "head"},
  683.     [11117] = {name = "crystal boots", slot = "feet"},
  684.     [11118] = {name = "dragon scale boots", slot = "feet"},
  685.     [11119] = {name = "heart backpack", slot = "backpack"},
  686.     [11240] = {name = "guardian boots", slot = "feet"},
  687.     [11241] = {name = "expedition backpack", slot = "backpack"},
  688.     [11242] = {name = "expedition bag", slot = "backpack"},
  689.     [11243] = {name = "dragon backpack", slot = "backpack"},
  690.     [11244] = {name = "minotaur backpack", slot = "backpack"},
  691.     [11263] = {name = "santa backpack", slot = "backpack"},
  692.     [11301] = {name = "Zaoan armor", slot = "body"},
  693.     [11302] = {name = "Zaoan helmet", slot = "head"},
  694.     [11303] = {name = "Zaoan shoes", slot = "feet"},
  695.     [11304] = {name = "Zaoan legs", slot = "legs"},
  696.     [11305] = {name = "drakinata", slot = "two-handed"},
  697.     [11306] = {name = "sai", slot = "two-handed"},
  698.     [11307] = {name = "Zaoan sword", slot = "sword"},
  699.     [11308] = {name = "drachaku", slot = "two-handed"},
  700.     [11309] = {name = "twin hooks", slot = "two-handed"},
  701.     [11323] = {name = "Zaoan halberd", slot = "two-handed"},
  702.     [11329] = {name = "wailing widow's necklace", slot = "necklace"},
  703.     [11355] = {name = "spellweaver's robe", slot = "body"},
  704.     [11356] = {name = "Zaoan robe", slot = "body"},
  705.     [11368] = {name = "jade hat", slot = "head"},
  706.     [11374] = {name = "beetle necklace", slot = "necklace"},
  707.     [11393] = {name = "lucky clover amulet", slot = "necklace"},
  708.     [11395] = {name = "crimson sword", slot = "sword"},
  709.     [11426] = {name = "the Ron the Ripper's sabre", slot = "sword"},
  710.     [12424] = {name = "ornamented brooch", slot = "necklace"},
  711.     [12541] = {name = "helmet of the deep", slot = "head"},
  712.     [12607] = {name = "elite draken mail", slot = "body"},
  713.     [12613] = {name = "twiceslicer", slot = "two-handed"},
  714.     [12630] = {name = "cobra crown", slot = "head"},
  715.     [12635] = {name = "souleater trophy", slot = "ammo"},
  716.     [12642] = {name = "royal draken mail", slot = "body"},
  717.     [12643] = {name = "royal scale robe", slot = "body"},
  718.     [12644] = {name = "shield of corruption", slot = "shield"},
  719.     [12645] = {name = "elite draken helmet", slot = "head"},
  720.     [12646] = {name = "draken boots", slot = "feet"},
  721.     [12647] = {name = "snake god's wristguard", slot = "shield"},
  722.     [12648] = {name = "snake god's sceptre", slot = "club"},
  723.     [12649] = {name = "blade of corruption", slot = "sword"},
  724.     [12651] = {name = "black jade cobra", slot = "ammo"},
  725.     [12656] = {name = "sedge hat", slot = "head"},
  726.     [12657] = {name = "old cape", slot = "body"},
  727.     [13756] = {name = "mage's cap", slot = "head"},
  728.     [13760] = {name = "wand of dimensions", slot = "wand"},
  729.     [13821] = {name = "dead askarak prince", slot = "ring"},
  730.     [13829] = {name = "wooden sword", slot = "sword"},
  731.     [13838] = {name = "heavy trident", slot = "two-handed"},
  732.     [13871] = {name = "shimmer sword", slot = "sword"},
  733.     [13872] = {name = "shimmer rod", slot = "wand"},
  734.     [13873] = {name = "shimmer bow", slot = "two-handed"},
  735.     [13877] = {name = "broken ring of ending", slot = "ring"},
  736.     [13880] = {name = "shimmer wand", slot = "wand"},
  737.     [13944] = {name = "shimmer ball", slot = "head"},
  738.     [14334] = {name = "giant smithhammer", slot = "club"},
  739.     [14333] = {name = "demonbone amulet", slot = "necklace"},
  740.     [14353] = {name = "shield of the white knight", slot = "shield"},
  741.     [15400] = {name = "deepling staff", slot = "two-handed"},
  742.     [15403] = {name = "necklace of the deep", slot = "necklace"},
  743.     [15404] = {name = "deepling axe", slot = "axe"},
  744.     [15406] = {name = "ornate chestplate", slot = "body"},
  745.     [15407] = {name = "depth lorica", slot = "body"},
  746.     [15408] = {name = "depth galea", slot = "head"},
  747.     [15409] = {name = "depth ocrea", slot = "legs"},
  748.     [15410] = {name = "depth calcei", slot = "feet"},
  749.     [15411] = {name = "depth scutum", slot = "shield"},
  750.     [15412] = {name = "ornate legs", slot = "legs"},
  751.     [15413] = {name = "ornate shield", slot = "shield"},
  752.     [15414] = {name = "ornate mace", slot = "club"},
  753.     [15451] = {name = "warrior's axe", slot = "axe"},
  754.     [15453] = {name = "warrior's shield", slot = "shield"},
  755.     [15454] = {name = "guardian axe", slot = "two-handed"},
  756.     [15489] = {name = "calopteryx cape", slot = "body"},
  757.     [15490] = {name = "grasshopper legs", slot = "legs"},
  758.     [15491] = {name = "carapace shield", slot = "shield"},
  759.     [15492] = {name = "hive scythe", slot = "axe"},
  760.     [15643] = {name = "hive bow", slot = "distance"},
  761.     [15644] = {name = "ornate crossbow", slot = "distance"},
  762.     [15645] = {name = "deepling backpack", slot = "backpack"},
  763.     [15646] = {name = "buggy backpack", slot = "backpack"},
  764.     [15647] = {name = "deepling squelcher", slot = "club"},
  765.     [15648] = {name = "tarsal arrow", slot = "ammunition"},
  766.     [15649] = {name = "vortex bolt", slot = "ammunition"},
  767.     [15651] = {name = "depth galea", slot = "head"},
  768.     [16007] = {name = "anniversary backpack", slot = "backpack"},
  769.     [16102] = {name = "surprise nest", slot = "shield"},
  770.     [16111] = {name = "thorn spitter", slot = "distance"},
  771.     [16112] = {name = "spellbook of ancient arcana", slot = "shield"},
  772.     [18303] = {name = "crystal bolt", slot = "ammunition"},
  773.     [18304] = {name = "crystalline arrow", slot = "ammunition"},
  774.     [18388] = {name = "crystal lamp", slot = "ammo"},
  775.     [18389] = {name = "lit crystal lamp", slot = "ammo"},
  776.     [18390] = {name = "wand of defiance", slot = "wand"},
  777.     [18391] = {name = "glowing mushroom", slot = "ammo"},
  778.     [18392] = {name = "lit glowing mushroom", slot = "ammo"},
  779.     [18393] = {name = "mushroom backpack", slot = "backpack"},
  780.     [18394] = {name = "crystal backpack", slot = "backpack"},
  781.     [18398] = {name = "gill gugel", slot = "head"},
  782.     [18399] = {name = "gill coat", slot = "body"},
  783.     [18400] = {name = "gill legs", slot = "legs"},
  784.     [18401] = {name = "spellbook of vigilance", slot = "shield"},
  785.     [18402] = {name = "gill necklace", slot = "necklace"},
  786.     [18403] = {name = "prismatic helmet", slot = "head"},
  787.     [18404] = {name = "prismatic armor", slot = "body"},
  788.     [18405] = {name = "prismatic legs", slot = "legs"},
  789.     [18406] = {name = "prismatic boots", slot = "feet"},
  790.     [18407] = {name = "prismatic necklace", slot = "necklace"},
  791.     [18408] = {name = "prismatic ring", slot = "ring"},
  792.     [18409] = {name = "wand of everblazing", slot = "wand"},
  793.     [18410] = {name = "prismatic shield", slot = "shield"},
  794.     [18411] = {name = "muck rod", slot = "wand"},
  795.     [18412] = {name = "glacial rod", slot = "wand"},
  796.     [18435] = {name = "prismatic bolt", slot = "ammunition"},
  797.     [18436] = {name = "drill bolt", slot = "ammunition"},
  798.     [18437] = {name = "envenomed arrow", slot = "ammunition"},
  799.     [18450] = {name = "crystalline sword", slot = "sword"},
  800.     [18451] = {name = "crystalline axe", slot = "axe"},
  801.     [18452] = {name = "mycological mace", slot = "club"},
  802.     [18453] = {name = "crystal crossbow", slot = "distance"},
  803.     [18454] = {name = "mycological bow", slot = "distance"},
  804.     [18465] = {name = "shiny blade", slot = "sword"},
  805.     [18528] = {name = "prismatic ring", slot = "ring"},
  806.     [20090] = {name = "spike shield", slot = "shield"},
  807.     [20092] = {name = "ratana", slot = "sword"},
  808.     [20093] = {name = "life preserver", slot = "club"},
  809.     [20104] = {name = "swampling club", slot = "club"},
  810.     [20108] = {name = "pair of iron fists", slot = "two-handed"},
  811.     [20109] = {name = "buckle", slot = "body"},
  812.     [20126] = {name = "leather harness", slot = "body"},
  813.     [20132] = {name = "helmet of the lost", slot = "head"},
  814.     [20139] = {name = "spiky club", slot = "club"},
  815.     [20608] = {name = "jade Zaoan queen", slot = "ammo"},
  816.     [20609] = {name = "jade Zaoan king", slot = "ammo"},
  817.     [20610] = {name = "jade Zaoan bishop", slot = "ammo"},
  818.     [20611] = {name = "jade Zaoan knight", slot = "ammo"},
  819.     [20612] = {name = "jade Zaoan rook", slot = "ammo"},
  820.     [20613] = {name = "jade Zaoan pawn", slot = "ammo"},
  821.     [20614] = {name = "obsidian Zaoan queen", slot = "ammo"},
  822.     [20615] = {name = "obsidian Zaoan king", slot = "ammo"},
  823.     [20616] = {name = "obsidian Zaoan bishop", slot = "ammo"},
  824.     [20617] = {name = "obsidian Zaoan knight", slot = "ammo"},
  825.     [20618] = {name = "obsidian Zaoan rook", slot = "ammo"},
  826.     [20619] = {name = "obsidian Zaoan pawn", slot = "ammo"},
  827.     [21469] = {name = "friendship amulet", slot = "necklace"},
  828.     [21475] = {name = "pannier backpack", slot = "backpack"},
  829.     [21690] = {name = "triple bolt crossbow", slot = "distance"},
  830.     [21691] = {name = "shrunken head necklace", slot = "necklace"},
  831.     [21692] = {name = "albino plate", slot = "body"},
  832.     [21693] = {name = "horn", slot = "ring"},
  833.     [21695] = {name = "sun mirror", slot = "ammo"},
  834.     [21696] = {name = "icicle bow", slot = "distance"},
  835.     [21697] = {name = "runic ice shield", slot = "shield"},
  836.     [21699] = {name = "trapped lightning", slot = "ammo"},
  837.     [21700] = {name = "icy culotte", slot = "legs"},
  838.     [21703] = {name = "eye of the storm", slot = "ammo"},
  839.     [21705] = {name = "glass of goo", slot = "ammo"},
  840.     [21706] = {name = "goo shell", slot = "body"},
  841.     [21707] = {name = "haunted mirror piece", slot = "shield"},
  842.     [21725] = {name = "furious frock", slot = "body"},
  843.     [22398] = {name = "crude umbral blade", slot = "sword"},
  844.     [22399] = {name = "umbral blade", slot = "sword"},
  845.     [22400] = {name = "umbral masterblade", slot = "sword"},
  846.     [22401] = {name = "crude umbral slayer", slot = "two-handed"},
  847.     [22402] = {name = "umbral slayer", slot = "two-handed"},
  848.     [22403] = {name = "umbral master slayer", slot = "two-handed"},
  849.     [22404] = {name = "crude umbral axe", slot = "axe"},
  850.     [22405] = {name = "umbral axe", slot = "axe"},
  851.     [22406] = {name = "umbral master axe", slot = "axe"},
  852.     [22407] = {name = "crude umbral chopper", slot = "two-handed"},
  853.     [22408] = {name = "umbral chopper", slot = "two-handed"},
  854.     [22409] = {name = "umbral master chopper", slot = "two-handed"},
  855.     [22410] = {name = "crude umbral mace", slot = "club"},
  856.     [22411] = {name = "umbral mace", slot = "club"},
  857.     [22412] = {name = "umbral master mace", slot = "club"},
  858.     [22413] = {name = "crude umbral hammer", slot = "two-handed"},
  859.     [22414] = {name = "umbral hammer", slot = "two-handed"},
  860.     [22415] = {name = "umbral master hammer", slot = "two-handed"},
  861.     [22416] = {name = "crude umbral bow", slot = "distance"},
  862.     [22417] = {name = "umbral bow", slot = "distance"},
  863.     [22418] = {name = "umbral master bow", slot = "distance"},
  864.     [22419] = {name = "crude umbral crossbow", slot = "distance"},
  865.     [22420] = {name = "umbral crossbow", slot = "distance"},
  866.     [22421] = {name = "umbral master crossbow", slot = "distance"},
  867.     [22422] = {name = "crude umbral spellbook", slot = "shield"},
  868.     [22423] = {name = "umbral spellbook", slot = "shield"},
  869.     [22424] = {name = "umbral master spellbook", slot = "shield"},
  870.     [22516] = {name = "ring of ending", slot = "ring"},
  871.     [22518] = {name = "broken visor", slot = "head"},
  872.     [22696] = {name = "cake backpack", slot = "backpack"},
  873. }
  874.  
  875. loaded_items_by_type = {
  876.     ["distance"] = {
  877.         1294, -- small stone
  878.         2111, -- snowball
  879.         2389, -- spear
  880.         2399, -- throwing star
  881.         2410, -- throwing knife
  882.         3965, -- hunting spear
  883.         7366, -- viper star
  884.         7367, -- enchanted spear
  885.         7368, -- assassin star
  886.         7378, -- royal spear
  887.         7438, -- elvish bow
  888.         8849, -- modified crossbow
  889.         8850, -- chain bolter
  890.         8851, -- royal crossbow
  891.         8852, -- the devileye
  892.         8853, -- the ironworker
  893.         8854, -- warsinger bow
  894.         8855, -- composite hornbow
  895.         8856, -- Yol's bow
  896.         8857, -- silkweaver bow
  897.         8858, -- Elethriel's elemental bow
  898.         10295, -- musician's bow
  899.         15643, -- hive bow
  900.         15644, -- ornate crossbow
  901.         16111, -- thorn spitter
  902.         18453, -- crystal crossbow
  903.         18454, -- mycological bow
  904.         21690, -- triple bolt crossbow
  905.         21696, -- icicle bow
  906.         22416, -- crude umbral bow
  907.         22417, -- umbral bow
  908.         22418, -- umbral master bow
  909.         22419, -- crude umbral crossbow
  910.         22420, -- umbral crossbow
  911.         22421, -- umbral master crossbow
  912.     },
  913.  
  914.     ["backpack"] = {
  915.         1987, -- bag
  916.         1988, -- backpack
  917.         1991, -- green bag
  918.         1992, -- yellow bag
  919.         1993, -- red bag
  920.         1994, -- purple bag
  921.         1995, -- blue bag
  922.         1996, -- grey bag
  923.         1997, -- golden bag
  924.         1998, -- green backpack
  925.         1999, -- yellow backpack
  926.         2000, -- red backpack
  927.         2001, -- purple backpack
  928.         2002, -- blue backpack
  929.         2003, -- grey backpack
  930.         2004, -- golden backpack
  931.         2365, -- backpack of holding
  932.         3939, -- camouflage bag
  933.         3940, -- camouflage backpack
  934.         3960, -- old and used backpack
  935.         5801, -- jewelled backpack
  936.         5926, -- pirate backpack
  937.         5927, -- pirate bag
  938.         5949, -- beach backpack
  939.         5950, -- beach bag
  940.         7342, -- fur backpack
  941.         7343, -- fur bag
  942.         9075, -- purple bag
  943.         9077, -- golden bag
  944.         9774, -- brocade backpack
  945.         9775, -- brocade bag
  946.         10070, -- grey bag
  947.         10518, -- demon backpack
  948.         10519, -- orange backpack
  949.         10520, -- orange bag
  950.         10521, -- moon backpack
  951.         10522, -- crown backpack
  952.         11119, -- heart backpack
  953.         11241, -- expedition backpack
  954.         11242, -- expedition bag
  955.         11243, -- dragon backpack
  956.         11244, -- minotaur backpack
  957.         11263, -- santa backpack
  958.         15645, -- deepling backpack
  959.         15646, -- buggy backpack
  960.         16007, -- anniversary backpack
  961.         18393, -- mushroom backpack
  962.         18394, -- crystal backpack
  963.         21475, -- pannier backpack
  964.         22696, -- cake backpack
  965.     },
  966.  
  967.     ["ammo"] = {
  968.         2041, -- candelabrum
  969.         2042, -- lit candelabrum
  970.         2043, -- used candelabrum
  971.         2044, -- lamp
  972.         2045, -- lit lamp
  973.         2046, -- used lamp
  974.         2047, -- candlestick
  975.         2048, -- lit candlestick
  976.         2049, -- used candlestick
  977.         2050, -- torch
  978.         2051, -- lit torch
  979.         2052, -- torch
  980.         2053, -- lit torch
  981.         2054, -- torch
  982.         2055, -- lit torch
  983.         2056, -- burnt down torch
  984.         2057, -- candelabrum
  985.         2096, -- pumpkinhead
  986.         2097, -- pumpkinhead
  987.         2162, -- magic light wand
  988.         2163, -- magic light wand
  989.         2174, -- strange symbol
  990.         2361, -- frozen starlight
  991.         5812, -- skull candle
  992.         5813, -- skull candle
  993.         6435, -- demon trophy
  994.         9742, -- charged ghost charm
  995.         9948, -- dracoyle statue
  996.         9949, -- dracoyle statue
  997.         9953, -- dracoyle statue
  998.         9954, -- dracoyle statue
  999.         9956, -- magical torch
  1000.         9969, -- black skull
  1001.         12635, -- souleater trophy
  1002.         12651, -- black jade cobra
  1003.         18388, -- crystal lamp
  1004.         18389, -- lit crystal lamp
  1005.         18391, -- glowing mushroom
  1006.         18392, -- lit glowing mushroom
  1007.         20608, -- jade Zaoan queen
  1008.         20609, -- jade Zaoan king
  1009.         20610, -- jade Zaoan bishop
  1010.         20611, -- jade Zaoan knight
  1011.         20612, -- jade Zaoan rook
  1012.         20613, -- jade Zaoan pawn
  1013.         20614, -- obsidian Zaoan queen
  1014.         20615, -- obsidian Zaoan king
  1015.         20616, -- obsidian Zaoan bishop
  1016.         20617, -- obsidian Zaoan knight
  1017.         20618, -- obsidian Zaoan rook
  1018.         20619, -- obsidian Zaoan pawn
  1019.         21695, -- sun mirror
  1020.         21699, -- trapped lightning
  1021.         21703, -- eye of the storm
  1022.         21705, -- glass of goo
  1023.     },
  1024.  
  1025.     ["ring"] = {
  1026.         2121, -- wedding ring
  1027.         2123, -- ring of the sky
  1028.         2124, -- crystal ring
  1029.         2164, -- might ring
  1030.         2165, -- stealth ring
  1031.         2166, -- power ring
  1032.         2167, -- energy ring
  1033.         2168, -- life ring
  1034.         2169, -- time ring
  1035.         2179, -- gold ring
  1036.         2202, -- stealth ring (invisibility)
  1037.         2203, -- power ring (fist fighting +6)
  1038.         2204, -- energy ring (magic shield)
  1039.         2205, -- life ring (faster regeneration)
  1040.         2206, -- time ring
  1041.         2207, -- sword ring
  1042.         2208, -- axe ring
  1043.         2209, -- club ring
  1044.         2210, -- sword ring (sword fighting +4)
  1045.         2211, -- axe ring (axe fighting +4)
  1046.         2212, -- club ring (club fighting +4)
  1047.         2213, -- dwarven ring
  1048.         2214, -- ring of healing
  1049.         2215, -- dwarven ring (hard drinking)
  1050.         2216, -- ring of healing (faster regeneration)
  1051.         2357, -- ring of wishes
  1052.         6300, -- death ring
  1053.         6301, -- death ring
  1054.         7697, -- signet ring
  1055.         7708, -- signet ring
  1056.         7966, -- cream cake
  1057.         8752, -- the ring of the count
  1058.         10309, -- claw of 'The Noxious Spawn'
  1059.         10310, -- claw of 'The Noxious Spawn'
  1060.         10314, -- claw of 'The Noxious Spawn'
  1061.         10502, -- engraved wedding ring
  1062.         10510, -- broken wedding ring
  1063.         13821, -- dead askarak prince
  1064.         13877, -- broken ring of ending
  1065.         18408, -- prismatic ring
  1066.         18528, -- prismatic ring
  1067.         21693, -- horn
  1068.         22516, -- ring of ending
  1069.     },
  1070.  
  1071.     ["necklace"] = {
  1072.         2125, -- crystal necklace
  1073.         2126, -- bronze necklace
  1074.         2129, -- wolf tooth chain
  1075.         2130, -- golden amulet
  1076.         2131, -- star amulet
  1077.         2132, -- silver necklace
  1078.         2133, -- ruby necklace
  1079.         2135, -- scarab amulet
  1080.         2136, -- demonbone amulet
  1081.         2138, -- sapphire amulet
  1082.         2142, -- ancient amulet
  1083.         2161, -- strange talisman
  1084.         2170, -- silver amulet
  1085.         2171, -- platinum amulet
  1086.         2172, -- bronze amulet
  1087.         2173, -- amulet of loss
  1088.         2196, -- broken amulet
  1089.         2197, -- stone skin amulet
  1090.         2198, -- elven amulet
  1091.         2199, -- garlic necklace
  1092.         2200, -- protection amulet
  1093.         2201, -- dragon necklace
  1094.         2218, -- paw amulet
  1095.         2661, -- scarf
  1096.         5940, -- Ceiron's wolf tooth chain
  1097.         7887, -- terra amulet
  1098.         7888, -- glacier amulet
  1099.         7889, -- lightning pendant
  1100.         7890, -- magma amulet
  1101.         8266, -- Koshei's ancient amulet
  1102.         10218, -- bonfire amulet
  1103.         10219, -- sacred tree amulet
  1104.         10220, -- leviathan's amulet
  1105.         10221, -- shockwave amulet
  1106.         11329, -- wailing widow's necklace
  1107.         11374, -- beetle necklace
  1108.         11393, -- lucky clover amulet
  1109.         12424, -- ornamented brooch
  1110.         14333, -- demonbone amulet
  1111.         15403, -- necklace of the deep
  1112.         18402, -- gill necklace
  1113.         18407, -- prismatic necklace
  1114.         21469, -- friendship amulet
  1115.         21691, -- shrunken head necklace
  1116.     },
  1117.  
  1118.     ["head"] = {
  1119.         2128, -- crown
  1120.         2139, -- ancient tiara
  1121.         2323, -- hat of the mad
  1122.         2342, -- helmet of the ancients
  1123.         2343, -- helmet of the ancients
  1124.         2457, -- steel helmet
  1125.         2458, -- chain helmet
  1126.         2459, -- iron helmet
  1127.         2460, -- brass helmet
  1128.         2461, -- leather helmet
  1129.         2462, -- devil helmet
  1130.         2471, -- golden helmet
  1131.         2473, -- viking helmet
  1132.         2474, -- winged helmet
  1133.         2475, -- warrior helmet
  1134.         2479, -- strange helmet
  1135.         2480, -- legion helmet
  1136.         2481, -- soldier helmet
  1137.         2482, -- studded helmet
  1138.         2490, -- dark helmet
  1139.         2491, -- crown helmet
  1140.         2493, -- demon helmet
  1141.         2496, -- horned helmet
  1142.         2497, -- crusader helmet
  1143.         2498, -- royal helmet
  1144.         2499, -- amazon helmet
  1145.         2501, -- ceremonial mask
  1146.         2502, -- dwarven helmet
  1147.         2506, -- dragon scale helmet
  1148.         2662, -- magician hat
  1149.         2663, -- mystic turban
  1150.         2664, -- wood cape
  1151.         2665, -- post officer's hat
  1152.         3967, -- tribal mask
  1153.         3969, -- horseman helmet
  1154.         3970, -- feather headdress
  1155.         3971, -- charmer's tiara
  1156.         3972, -- bonelord helmet
  1157.         5461, -- helmet of the deep
  1158.         5741, -- skull helmet
  1159.         5903, -- Ferumbras' hat
  1160.         5917, -- bandana
  1161.         6096, -- pirate hat
  1162.         6531, -- santa hat
  1163.         6578, -- party hat
  1164.         7458, -- fur cap
  1165.         7459, -- pair of earmuffs
  1166.         7461, -- krimhorn helmet
  1167.         7462, -- ragnir helmet
  1168.         7497, -- mining helmet
  1169.         7900, -- magma monocle
  1170.         7901, -- lightning headband
  1171.         7902, -- glacier mask
  1172.         7903, -- terra hood
  1173.         7939, -- mining helmet
  1174.         7957, -- jester hat
  1175.         8820, -- mage hat
  1176.         9778, -- yalahari mask
  1177.         9804, -- dead worker golem
  1178.         9927, -- flower wreath
  1179.         10016, -- batwing hat
  1180.         10291, -- odd hat
  1181.         10298, -- helmet of ultimate terror
  1182.         10299, -- helmet of nature
  1183.         10316, -- mighty helm of green sparks
  1184.         10570, -- witch hat
  1185.         11302, -- Zaoan helmet
  1186.         11368, -- jade hat
  1187.         12541, -- helmet of the deep
  1188.         12630, -- cobra crown
  1189.         12645, -- elite draken helmet
  1190.         12656, -- sedge hat
  1191.         13756, -- mage's cap
  1192.         13944, -- shimmer ball
  1193.         15408, -- depth galea
  1194.         15651, -- depth galea
  1195.         18398, -- gill gugel
  1196.         18403, -- prismatic helmet
  1197.         20132, -- helmet of the lost
  1198.         22518, -- broken visor
  1199.     },
  1200.  
  1201.     ["shield"] = {
  1202.         2175, -- spellbook
  1203.         2509, -- steel shield
  1204.         2510, -- plate shield
  1205.         2511, -- brass shield
  1206.         2512, -- wooden shield
  1207.         2513, -- battle shield
  1208.         2514, -- mastermind shield
  1209.         2515, -- guardian shield
  1210.         2516, -- dragon shield
  1211.         2517, -- shield of honour
  1212.         2518, -- bonelord shield
  1213.         2519, -- crown shield
  1214.         2520, -- demon shield
  1215.         2521, -- dark shield
  1216.         2522, -- great shield
  1217.         2523, -- blessed shield
  1218.         2524, -- ornamented shield
  1219.         2525, -- dwarven shield
  1220.         2526, -- studded shield
  1221.         2527, -- rose shield
  1222.         2528, -- tower shield
  1223.         2529, -- black shield
  1224.         2530, -- copper shield
  1225.         2531, -- viking shield
  1226.         2532, -- ancient shield
  1227.         2533, -- griffin shield
  1228.         2534, -- vampire shield
  1229.         2535, -- castle shield
  1230.         2536, -- medusa shield
  1231.         2537, -- amazon shield
  1232.         2538, -- eagle shield
  1233.         2539, -- phoenix shield
  1234.         2540, -- scarab shield
  1235.         2541, -- bone shield
  1236.         2542, -- tempest shield
  1237.         3973, -- tusk shield
  1238.         3974, -- sentinel shield
  1239.         3975, -- salamander shield
  1240.         6131, -- tortoise shield
  1241.         6391, -- nightmare shield
  1242.         6433, -- necromancer shield
  1243.         7460, -- norse shield
  1244.         8900, -- spellbook of enlightenment
  1245.         8901, -- spellbook of warding
  1246.         8902, -- spellbook of mind control
  1247.         8903, -- spellbook of lost souls
  1248.         8904, -- spellscroll of prophecies
  1249.         8905, -- rainbow shield
  1250.         8906, -- fiery rainbow shield
  1251.         8907, -- icy rainbow shield
  1252.         8908, -- sparking rainbow shield
  1253.         8909, -- terran rainbow shield
  1254.         8918, -- spellbook of dark mysteries
  1255.         10289, -- meat shield
  1256.         10294, -- shield of the white knight
  1257.         10297, -- shield of care
  1258.         10318, -- the shield Nevermourn
  1259.         10364, -- the shield Nevermourn
  1260.         12644, -- shield of corruption
  1261.         12647, -- snake god's wristguard
  1262.         14353, -- shield of the white knight
  1263.         15411, -- depth scutum
  1264.         15413, -- ornate shield
  1265.         15453, -- warrior's shield
  1266.         15491, -- carapace shield
  1267.         16102, -- surprise nest
  1268.         16112, -- spellbook of ancient arcana
  1269.         18401, -- spellbook of vigilance
  1270.         18410, -- prismatic shield
  1271.         20090, -- spike shield
  1272.         21697, -- runic ice shield
  1273.         21707, -- haunted mirror piece
  1274.         22422, -- crude umbral spellbook
  1275.         22423, -- umbral spellbook
  1276.         22424, -- umbral master spellbook
  1277.     },
  1278.  
  1279.     ["wand"] = {
  1280.         2181, -- terra rod
  1281.         2182, -- snakebite rod
  1282.         2183, -- hailstorm rod
  1283.         2185, -- necrotic rod
  1284.         2186, -- moonlight rod
  1285.         2187, -- wand of inferno
  1286.         2188, -- wand of decay
  1287.         2189, -- wand of cosmic energy
  1288.         2190, -- wand of vortex
  1289.         2191, -- wand of dragonbreath
  1290.         8910, -- underworld rod
  1291.         8911, -- northwind rod
  1292.         8912, -- springsprout rod
  1293.         8920, -- wand of starstorm
  1294.         8921, -- wand of draconia
  1295.         8922, -- wand of voodoo
  1296.         13760, -- wand of dimensions
  1297.         13872, -- shimmer rod
  1298.         13880, -- shimmer wand
  1299.         18390, -- wand of defiance
  1300.         18409, -- wand of everblazing
  1301.         18411, -- muck rod
  1302.         18412, -- glacial rod
  1303.     },
  1304.  
  1305.     ["feet"] = {
  1306.         2195, -- boots of haste
  1307.         2358, -- boots of waterwalking
  1308.         2640, -- pair of soft boots (faster regeneration)
  1309.         2641, -- patched boots
  1310.         2642, -- sandals
  1311.         2643, -- leather boots
  1312.         2644, -- bunnyslippers
  1313.         2645, -- steel boots
  1314.         2646, -- golden boots
  1315.         3982, -- crocodile boots
  1316.         5462, -- pirate boots
  1317.         6132, -- pair of soft boots
  1318.         7457, -- fur boots
  1319.         7886, -- terra boots
  1320.         7891, -- magma boots
  1321.         7892, -- glacier shoes
  1322.         7893, -- lightning boots
  1323.         9931, -- coconut shoes
  1324.         9932, -- firewalker boots
  1325.         9933, -- firewalker boots
  1326.         10021, -- worn soft boots
  1327.         10022, -- worn firewalker boots
  1328.         11117, -- crystal boots
  1329.         11118, -- dragon scale boots
  1330.         11240, -- guardian boots
  1331.         11303, -- Zaoan shoes
  1332.         12646, -- draken boots
  1333.         15410, -- depth calcei
  1334.         18406, -- prismatic boots
  1335.     },
  1336.  
  1337.     ["club"] = {
  1338.         2321, -- giant smithhammer
  1339.         2382, -- club
  1340.         2394, -- morning star
  1341.         2398, -- mace
  1342.         2416, -- crowbar
  1343.         2417, -- battle hammer
  1344.         2421, -- thunder hammer
  1345.         2422, -- iron hammer
  1346.         2423, -- clerical mace
  1347.         2424, -- silver mace
  1348.         2434, -- dragon hammer
  1349.         2436, -- skull staff
  1350.         2437, -- light mace
  1351.         2439, -- daramian mace
  1352.         2445, -- crystal mace
  1353.         2448, -- studded club
  1354.         2449, -- bone club
  1355.         3961, -- lich staff
  1356.         3966, -- banana staff
  1357.         7381, -- mammoth whopper
  1358.         7387, -- diamond sceptre
  1359.         7409, -- northern star
  1360.         7410, -- queen's sceptre
  1361.         7415, -- cranial basher
  1362.         7421, -- onyx flail
  1363.         7422, -- jade hammer
  1364.         7429, -- blessed sceptre
  1365.         7430, -- dragonbone staff
  1366.         7431, -- demonbone
  1367.         7432, -- furry club
  1368.         7437, -- sapphire hammer
  1369.         7451, -- shadow sceptre
  1370.         7754, -- fiery clerical mace
  1371.         7755, -- fiery crystal mace
  1372.         7756, -- fiery cranial basher
  1373.         7773, -- icy clerical mace
  1374.         7774, -- icy crystal mace
  1375.         7775, -- icy cranial basher
  1376.         7864, -- earth clerical mace
  1377.         7865, -- earth crystal mace
  1378.         7866, -- earth cranial basher
  1379.         7879, -- energy clerical mace
  1380.         7880, -- energy crystal mace
  1381.         7881, -- energy cranial basher
  1382.         8927, -- dark trinity mace
  1383.         8928, -- obsidian truncheon
  1384.         10290, -- glutton's mace
  1385.         10293, -- stale bread of ancientness
  1386.         10302, -- club of the fury
  1387.         12648, -- snake god's sceptre
  1388.         14334, -- giant smithhammer
  1389.         15414, -- ornate mace
  1390.         15647, -- deepling squelcher
  1391.         18452, -- mycological mace
  1392.         20093, -- life preserver
  1393.         20104, -- swampling club
  1394.         20139, -- spiky club
  1395.         22410, -- crude umbral mace
  1396.         22411, -- umbral mace
  1397.         22412, -- umbral master mace
  1398.     },
  1399.  
  1400.     ["sword"] = {
  1401.         2376, -- sword
  1402.         2379, -- dagger
  1403.         2383, -- spike sword
  1404.         2384, -- rapier
  1405.         2385, -- sabre
  1406.         2392, -- fire sword
  1407.         2395, -- carlin sword
  1408.         2396, -- ice rapier
  1409.         2397, -- longsword
  1410.         2400, -- magic sword
  1411.         2402, -- silver dagger
  1412.         2403, -- knife
  1413.         2404, -- combat knife
  1414.         2406, -- short sword
  1415.         2407, -- bright sword
  1416.         2409, -- serpent sword
  1417.         2411, -- poison dagger
  1418.         2412, -- katana
  1419.         2419, -- scimitar
  1420.         2420, -- machete
  1421.         2438, -- epee
  1422.         2442, -- heavy machete
  1423.         2446, -- pharaoh sword
  1424.         2450, -- bone sword
  1425.         2451, -- djinn blade
  1426.         3963, -- templar scytheblade
  1427.         6101, -- Ron the Ripper's sabre
  1428.         7383, -- relic sword
  1429.         7384, -- mystic blade
  1430.         7385, -- crimson sword
  1431.         7390, -- the justice seeker
  1432.         7404, -- assassin dagger
  1433.         7408, -- wyvern fang
  1434.         7416, -- bloody edge
  1435.         7417, -- runed sword
  1436.         7418, -- nightmare blade
  1437.         7744, -- fiery spike sword
  1438.         7745, -- fiery relic sword
  1439.         7746, -- fiery mystic blade
  1440.         7763, -- icy spike sword
  1441.         7764, -- icy relic sword
  1442.         7765, -- icy mystic blade
  1443.         7854, -- earth spike sword
  1444.         7855, -- earth relic sword
  1445.         7856, -- earth mystic blade
  1446.         7869, -- energy spike sword
  1447.         7870, -- energy relic sword
  1448.         7871, -- energy mystic blade
  1449.         8209, -- crimson sword
  1450.         8602, -- jagged sword
  1451.         8930, -- emerald sword
  1452.         8931, -- the epiphany
  1453.         10292, -- pointed rabbitslayer
  1454.         10304, -- poet's fencing quill
  1455.         10313, -- incredible mumpiz slayer
  1456.         11307, -- Zaoan sword
  1457.         11395, -- crimson sword
  1458.         11426, -- the Ron the Ripper's sabre
  1459.         12649, -- blade of corruption
  1460.         13829, -- wooden sword
  1461.         13871, -- shimmer sword
  1462.         18450, -- crystalline sword
  1463.         18465, -- shiny blade
  1464.         20092, -- ratana
  1465.         22398, -- crude umbral blade
  1466.         22399, -- umbral blade
  1467.         22400, -- umbral masterblade
  1468.     },
  1469.  
  1470.     ["two-handed"] = {
  1471.         2377, -- two handed sword
  1472.         2378, -- battle axe
  1473.         2381, -- halberd
  1474.         2387, -- double axe
  1475.         2390, -- magic longsword
  1476.         2391, -- war hammer
  1477.         2393, -- giant sword
  1478.         2401, -- staff
  1479.         2408, -- warlord sword
  1480.         2413, -- broadsword
  1481.         2414, -- dragon lance
  1482.         2415, -- great axe
  1483.         2425, -- obsidian lance
  1484.         2426, -- naginata
  1485.         2427, -- guardian halberd
  1486.         2433, -- enchanted staff
  1487.         2440, -- daramian waraxe
  1488.         2443, -- ravager's axe
  1489.         2444, -- hammer of wrath
  1490.         2447, -- twin axe
  1491.         2452, -- heavy mace
  1492.         2453, -- arcane staff
  1493.         2454, -- war axe
  1494.         2455, -- crossbow
  1495.         2456, -- bow
  1496.         2550, -- scythe
  1497.         3964, -- ripper lance
  1498.         5803, -- arbalest
  1499.         6528, -- the avenger
  1500.         6553, -- ruthless axe
  1501.         7379, -- brutetamer's staff
  1502.         7382, -- demonrage sword
  1503.         7386, -- mercenary sword
  1504.         7391, -- thaian sword
  1505.         7392, -- orcish maul
  1506.         7402, -- dragon slayer
  1507.         7403, -- berserker
  1508.         7405, -- havoc blade
  1509.         7406, -- blacksteel sword
  1510.         7407, -- haunted blade
  1511.         7413, -- titan axe
  1512.         7414, -- abyss hammer
  1513.         7423, -- skullcrusher
  1514.         7424, -- lunar staff
  1515.         7425, -- taurus mace
  1516.         7426, -- amber staff
  1517.         7427, -- chaos mace
  1518.         7428, -- bonebreaker
  1519.         7436, -- angelic axe
  1520.         7449, -- crystal sword
  1521.         7450, -- hammer of prophecy
  1522.         7452, -- spiked squelcher
  1523.         7453, -- executioner
  1524.         7454, -- glorious axe
  1525.         7747, -- fiery blacksteel sword
  1526.         7748, -- fiery dragon slayer
  1527.         7752, -- fiery headchopper
  1528.         7753, -- fiery war axe
  1529.         7757, -- fiery orcish maul
  1530.         7758, -- fiery war hammer
  1531.         7766, -- icy blacksteel sword
  1532.         7767, -- icy dragon slayer
  1533.         7771, -- icy headchopper
  1534.         7772, -- icy war axe
  1535.         7776, -- icy orcish maul
  1536.         7777, -- icy war hammer
  1537.         7857, -- earth blacksteel sword
  1538.         7858, -- earth dragon slayer
  1539.         7862, -- earth headchopper
  1540.         7863, -- earth war axe
  1541.         7867, -- earth orcish maul
  1542.         7868, -- earth war hammer
  1543.         7872, -- energy blacksteel sword
  1544.         7873, -- energy dragon slayer
  1545.         7877, -- energy headchopper
  1546.         7878, -- energy war axe
  1547.         7882, -- energy orcish maul
  1548.         7883, -- energy war hammer
  1549.         8926, -- demonwing axe
  1550.         8929, -- the stomper
  1551.         8932, -- the calamity
  1552.         10301, -- scythe of the reaper
  1553.         10303, -- farmer's avenger
  1554.         11305, -- drakinata
  1555.         11306, -- sai
  1556.         11308, -- drachaku
  1557.         11309, -- twin hooks
  1558.         11323, -- Zaoan halberd
  1559.         12613, -- twiceslicer
  1560.         13838, -- heavy trident
  1561.         13873, -- shimmer bow
  1562.         15400, -- deepling staff
  1563.         15454, -- guardian axe
  1564.         20108, -- pair of iron fists
  1565.         22401, -- crude umbral slayer
  1566.         22402, -- umbral slayer
  1567.         22403, -- umbral master slayer
  1568.         22407, -- crude umbral chopper
  1569.         22408, -- umbral chopper
  1570.         22409, -- umbral master chopper
  1571.         22413, -- crude umbral hammer
  1572.         22414, -- umbral hammer
  1573.         22415, -- umbral master hammer
  1574.     },
  1575.  
  1576.     ["axe"] = {
  1577.         2380, -- hand axe
  1578.         2386, -- axe
  1579.         2388, -- hatchet
  1580.         2405, -- sickle
  1581.         2418, -- golden sickle
  1582.         2428, -- orcish axe
  1583.         2429, -- barbarian axe
  1584.         2430, -- knight axe
  1585.         2431, -- stonecutter axe
  1586.         2432, -- fire axe
  1587.         2435, -- dwarven axe
  1588.         2441, -- daramian axe
  1589.         3962, -- beastslayer axe
  1590.         7380, -- headchopper
  1591.         7388, -- vile axe
  1592.         7389, -- heroic axe
  1593.         7411, -- ornamented axe
  1594.         7412, -- butcher's axe
  1595.         7419, -- dreaded cleaver
  1596.         7420, -- reaper's axe
  1597.         7433, -- ravenwing
  1598.         7434, -- royal axe
  1599.         7435, -- impaler
  1600.         7455, -- mythril axe
  1601.         7456, -- noble axe
  1602.         7749, -- fiery barbarian axe
  1603.         7750, -- fiery knight axe
  1604.         7751, -- fiery heroic axe
  1605.         7768, -- icy barbarian axe
  1606.         7769, -- icy knight axe
  1607.         7770, -- icy heroic axe
  1608.         7859, -- earth barbarian axe
  1609.         7860, -- earth knight axe
  1610.         7861, -- earth heroic axe
  1611.         7874, -- energy barbarian axe
  1612.         7875, -- energy knight axe
  1613.         7876, -- energy heroic axe
  1614.         8601, -- steel axe
  1615.         8924, -- hellforged axe
  1616.         8925, -- solar axe
  1617.         15404, -- deepling axe
  1618.         15451, -- warrior's axe
  1619.         15492, -- hive scythe
  1620.         18451, -- crystalline axe
  1621.         22404, -- crude umbral axe
  1622.         22405, -- umbral axe
  1623.         22406, -- umbral master axe
  1624.     },
  1625.  
  1626.     ["body"] = {
  1627.         2463, -- plate armor
  1628.         2464, -- chain armor
  1629.         2465, -- brass armor
  1630.         2466, -- golden armor
  1631.         2467, -- leather armor
  1632.         2472, -- magic plate armor
  1633.         2476, -- knight armor
  1634.         2483, -- scale armor
  1635.         2484, -- studded armor
  1636.         2485, -- doublet
  1637.         2486, -- noble armor
  1638.         2487, -- crown armor
  1639.         2489, -- dark armor
  1640.         2492, -- dragon scale mail
  1641.         2494, -- demon armor
  1642.         2500, -- amazon armor
  1643.         2503, -- dwarven armor
  1644.         2505, -- elven mail
  1645.         2508, -- native armor
  1646.         2650, -- jacket
  1647.         2651, -- coat
  1648.         2652, -- green tunic
  1649.         2653, -- red tunic
  1650.         2654, -- cape
  1651.         2655, -- red robe
  1652.         2656, -- blue robe
  1653.         2657, -- simple dress
  1654.         2658, -- white dress
  1655.         2659, -- ball gown
  1656.         2660, -- ranger's cloak
  1657.         3968, -- leopard armor
  1658.         4847, -- spectral dress
  1659.         6095, -- pirate shirt
  1660.         7463, -- mammoth fur cape
  1661.         7884, -- terra mantle
  1662.         7897, -- glacier robe
  1663.         7898, -- lightning robe
  1664.         7899, -- magma coat
  1665.         8819, -- magician's robe
  1666.         8821, -- witchhunter's coat
  1667.         8865, -- dark lord's cape
  1668.         8866, -- the robe of the ice queen
  1669.         8867, -- dragon robe
  1670.         8868, -- velvet mantle
  1671.         8869, -- greenwood coat
  1672.         8870, -- spirit cloak
  1673.         8871, -- focus cape
  1674.         8872, -- belted cape
  1675.         8873, -- hibiscus dress
  1676.         8874, -- summer dress
  1677.         8875, -- tunic
  1678.         8876, -- girl's dress
  1679.         8877, -- lavos armor
  1680.         8878, -- crystalline armor
  1681.         8879, -- voltage armor
  1682.         8880, -- swamplair armor
  1683.         8881, -- fireborn giant armor
  1684.         8882, -- earthborn titan armor
  1685.         8883, -- windborn colossus armor
  1686.         8884, -- oceanborn leviathan armor
  1687.         8885, -- divine plate
  1688.         8886, -- molten plate
  1689.         8887, -- frozen plate
  1690.         8888, -- master archer's armor
  1691.         8889, -- skullcracker armor
  1692.         8890, -- robe of the underworld
  1693.         8891, -- paladin armor
  1694.         8892, -- ethno coat
  1695.         9776, -- yalahari armor
  1696.         9929, -- flower dress
  1697.         10296, -- heavy metal t-shirt
  1698.         10317, -- the rain coat
  1699.         10363, -- the rain coat
  1700.         11301, -- Zaoan armor
  1701.         11355, -- spellweaver's robe
  1702.         11356, -- Zaoan robe
  1703.         12607, -- elite draken mail
  1704.         12642, -- royal draken mail
  1705.         12643, -- royal scale robe
  1706.         12657, -- old cape
  1707.         15406, -- ornate chestplate
  1708.         15407, -- depth lorica
  1709.         15489, -- calopteryx cape
  1710.         18399, -- gill coat
  1711.         18404, -- prismatic armor
  1712.         20109, -- buckle
  1713.         20126, -- leather harness
  1714.         21692, -- albino plate
  1715.         21706, -- goo shell
  1716.         21725, -- furious frock
  1717.     },
  1718.  
  1719.     ["legs"] = {
  1720.         2468, -- studded legs
  1721.         2469, -- dragon scale legs
  1722.         2470, -- golden legs
  1723.         2477, -- knight legs
  1724.         2478, -- brass legs
  1725.         2488, -- crown legs
  1726.         2495, -- demon legs
  1727.         2504, -- dwarven legs
  1728.         2507, -- elven legs
  1729.         2647, -- plate legs
  1730.         2648, -- chain legs
  1731.         2649, -- leather legs
  1732.         3983, -- bast skirt
  1733.         5918, -- pirate knee breeches
  1734.         7464, -- mammoth fur shorts
  1735.         7730, -- blue legs
  1736.         7885, -- terra legs
  1737.         7894, -- magma legs
  1738.         7895, -- lightning legs
  1739.         7896, -- glacier kilt
  1740.         8923, -- ranger legs
  1741.         9777, -- yalahari leg piece
  1742.         9928, -- leaf legs
  1743.         10300, -- trousers of the ancients
  1744.         11304, -- Zaoan legs
  1745.         15409, -- depth ocrea
  1746.         15412, -- ornate legs
  1747.         15490, -- grasshopper legs
  1748.         18400, -- gill legs
  1749.         18405, -- prismatic legs
  1750.         21700, -- icy culotte
  1751.     },
  1752.  
  1753.     ["ammunition"] = {
  1754.         2543, -- bolt
  1755.         2544, -- arrow
  1756.         2545, -- poison arrow
  1757.         2546, -- burst arrow
  1758.         2547, -- power bolt
  1759.         6529, -- infernal bolt
  1760.         7363, -- piercing bolt
  1761.         7364, -- sniper arrow
  1762.         7365, -- onyx arrow
  1763.         7838, -- flash arrow
  1764.         7839, -- shiver arrow
  1765.         7840, -- flaming arrow
  1766.         7850, -- earth arrow
  1767.         15648, -- tarsal arrow
  1768.         15649, -- vortex bolt
  1769.         18303, -- crystal bolt
  1770.         18304, -- crystalline arrow
  1771.         18435, -- prismatic bolt
  1772.         18436, -- drill bolt
  1773.         18437, -- envenomed arrow
  1774.     },
  1775.  
  1776. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement