// ==UserScript==
// @name Quick sell arts
// @author _Vesbat_
// @namespace _Vesbat_
// @description Быстрое выставление артефакта на рынок из инвентаря
// @version 0.01
// @include https://www.heroeswm.ru/inventory.php*
// @include https://www.heroeswm.ru/auction_new_lot.php*
// @grant GM_deleteValue
// @grant GM_getValue
// @grant GM_setValue
// @license MIT
// ==/UserScript==
const ArtifactInfo = { "staff": { Strength: 40, RepairCost: 2527, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "sword18": { Strength: 70, RepairCost: 17755, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "wood_sword": { Strength: 7, RepairCost: 133, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 1 }, "long_bow": { Strength: 50, RepairCost: 6317, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "dagger_dex": { Strength: 40, RepairCost: 3230, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "dagger": { Strength: 30, RepairCost: 912, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 1 }, "dagger20": { Strength: 60, RepairCost: 9291, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "dagger16": { Strength: 60, RepairCost: 9120, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "shortbow": { Strength: 20, RepairCost: 342, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 1 }, "gnome_hammer": { Strength: 25, RepairCost: 294, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 2 }, "bow14": { Strength: 65, RepairCost: 9946, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "bow17": { Strength: 65, RepairCost: 10108, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "power_sword": { Strength: 80, RepairCost: 9775, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "requital_sword": { Strength: 40, RepairCost: 2527, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "firsword15": { Strength: 70, RepairCost: 17670, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "ssword16": { Strength: 46, RepairCost: 6051, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "ssword8": { Strength: 40, RepairCost: 3838, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "ssword10": { Strength: 45, RepairCost: 4854, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "broad_sword": { Strength: 60, RepairCost: 4721, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "def_sword": { Strength: 40, RepairCost: 1292, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 3 }, "dagger_myf": { Strength: 60, RepairCost: 8626, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "mif_sword": { Strength: 70, RepairCost: 16957, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "mif_staff": { Strength: 70, RepairCost: 16387, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "ssword13": { Strength: 50, RepairCost: 5985, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "mstaff13": { Strength: 40, RepairCost: 4797, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "mstaff8": { Strength: 30, RepairCost: 2888, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "smstaff16": { Strength: 37, RepairCost: 4883, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "staff18": { Strength: 70, RepairCost: 17746, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "sor_staff": { Strength: 50, RepairCost: 6118, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "ffstaff15": { Strength: 70, RepairCost: 17679, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "mstaff10": { Strength: 35, RepairCost: 3781, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "mm_sword": { Strength: 70, RepairCost: 17195, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "mm_staff": { Strength: 70, RepairCost: 16986, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "composite_bow": { Strength: 55, RepairCost: 8246, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "steel_blade": { Strength: 30, RepairCost: 465, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 2 }, "large_shield": { Strength: 70, RepairCost: 9576, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 6 }, "hauberk": { Strength: 40, RepairCost: 2289, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 3 }, "boots2": { Strength: 35, RepairCost: 1026, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 2 }, "armor15": { Strength: 70, RepairCost: 9310, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "marmor17": { Strength: 70, RepairCost: 9310, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 }, "sarmor16": { Strength: 44, RepairCost: 4351, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "armor17": { Strength: 70, RepairCost: 9490, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 }, "leather_shiled": { Strength: 18, RepairCost: 266, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 1 }, "leatherhat": { Strength: 12, RepairCost: 171, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 1 }, "leatherboots": { Strength: 14, RepairCost: 199, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 1 }, "leatherplate": { Strength: 30, RepairCost: 1358, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 2 }, "hunter_boots": { Strength: 30, RepairCost: 912, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 1 }, "leather_helm": { Strength: 30, RepairCost: 627, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 1 }, "wizard_cap": { Strength: 35, RepairCost: 1596, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 2 }, "chain_coif": { Strength: 40, RepairCost: 1539, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 2 }, "xymhelmet15": { Strength: 70, RepairCost: 6612, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "mhelmetzh13": { Strength: 70, RepairCost: 6384, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 }, "round_shiled": { Strength: 10, RepairCost: 104, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 1 }, "mif_light": { Strength: 70, RepairCost: 6251, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 5 }, "mif_lboots": { Strength: 55, RepairCost: 7153, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "mif_lhelmet": { Strength: 70, RepairCost: 5244, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 5 }, "sarmor9": { Strength: 40, RepairCost: 2479, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 5 }, "miff_plate": { Strength: 75, RepairCost: 9842, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "sarmor13": { Strength: 50, RepairCost: 4322, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "boots13": { Strength: 70, RepairCost: 8502, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 7 }, "zxhelmet13": { Strength: 70, RepairCost: 6384, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 }, "shield13": { Strength: 70, RepairCost: 10174, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 7 }, "mage_armor": { Strength: 50, RepairCost: 4465, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 5 }, "robewz15": { Strength: 70, RepairCost: 9310, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "wiz_robe": { Strength: 70, RepairCost: 9376, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "sboots12": { Strength: 35, RepairCost: 2992, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "shelm12": { Strength: 40, RepairCost: 2660, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 5 }, "sboots16": { Strength: 30, RepairCost: 3239, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "boots15": { Strength: 70, RepairCost: 8559, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "boots17": { Strength: 70, RepairCost: 8683, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 }, "mboots17": { Strength: 70, RepairCost: 8683, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 }, "mboots14": { Strength: 70, RepairCost: 8825, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "sboots9": { Strength: 30, RepairCost: 2137, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 5 }, "ciras": { Strength: 70, RepairCost: 4455, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 4 }, "steel_helmet": { Strength: 70, RepairCost: 3676, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 3 }, "s_shield": { Strength: 15, RepairCost: 266, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 2 }, "full_plate": { Strength: 75, RepairCost: 9243, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 6 }, "steel_boots": { Strength: 70, RepairCost: 5785, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 4 }, "shoe_of_initiative": { Strength: 40, RepairCost: 2384, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 3 }, "wiz_boots": { Strength: 65, RepairCost: 8008, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "mif_hboots": { Strength: 65, RepairCost: 7752, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "mif_hhelmet": { Strength: 70, RepairCost: 6298, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 5 }, "shelm16": { Strength: 40, RepairCost: 2774, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "mage_helm": { Strength: 50, RepairCost: 3277, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 4 }, "shelm8": { Strength: 30, RepairCost: 1197, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 3 }, "myhelmet15": { Strength: 70, RepairCost: 6583, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "helmet17": { Strength: 70, RepairCost: 7239, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "mhelmet17": { Strength: 70, RepairCost: 7239, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "knowledge_hat": { Strength: 25, RepairCost: 978, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 2 }, "dragon_shield": { Strength: 70, RepairCost: 8778, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 5 }, "shield16": { Strength: 70, RepairCost: 10298, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 8 }, "sshield17": { Strength: 35, RepairCost: 4018, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 8 }, "shield19": { Strength: 70, RepairCost: 10469, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 9 }, "sshield5": { Strength: 40, RepairCost: 2888, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 4 }, "sshield11": { Strength: 40, RepairCost: 3876, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 6 }, "defender_shield": { Strength: 40, RepairCost: 1130, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 3 }, "sshield14": { Strength: 38, RepairCost: 3923, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 7 }, "wzzamulet16": { Strength: 65, RepairCost: 10972, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "mmzamulet16": { Strength: 65, RepairCost: 10972, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "smamul17": { Strength: 30, RepairCost: 4389, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "bafamulet15": { Strength: 65, RepairCost: 10811, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "amulet_of_luck": { Strength: 25, RepairCost: 959, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 2 }, "samul14": { Strength: 30, RepairCost: 4370, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "wzzamulet13": { Strength: 60, RepairCost: 9975, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "warring13": { Strength: 60, RepairCost: 10279, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "ring19": { Strength: 65, RepairCost: 11305, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "wwwring16": { Strength: 65, RepairCost: 11238, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "dring5": { Strength: 40, RepairCost: 3496, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "warriorring": { Strength: 40, RepairCost: 6697, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "mmmring16": { Strength: 65, RepairCost: 11238, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "i_ring": { Strength: 10, RepairCost: 171, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 1 }, "smring10": { Strength: 30, RepairCost: 2859, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "dring18": { Strength: 70, RepairCost: 14820, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 9 }, "mring19": { Strength: 65, RepairCost: 11390, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "circ_ring": { Strength: 50, RepairCost: 6507, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "dring15": { Strength: 70, RepairCost: 14534, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "powerring": { Strength: 40, RepairCost: 5187, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "bring14": { Strength: 60, RepairCost: 10374, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "sring4": { Strength: 15, RepairCost: 579, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 2 }, "doubt_ring": { Strength: 12, RepairCost: 1064, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 2 }, "dring21": { Strength: 70, RepairCost: 15104, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "rashness_ring": { Strength: 30, RepairCost: 1928, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 2 }, "darkring": { Strength: 50, RepairCost: 8379, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "sring17": { Strength: 30, RepairCost: 2907, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "warrior_pendant": { Strength: 50, RepairCost: 8046, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 }, "mamulet19": { Strength: 65, RepairCost: 11039, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }, "power_pendant": { Strength: 60, RepairCost: 7381, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "amulet19": { Strength: 65, RepairCost: 11039, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }, "magic_amulet": { Strength: 50, RepairCost: 8379, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "cloack17": { Strength: 65, RepairCost: 9975, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "cloackwz15": { Strength: 65, RepairCost: 9614, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "scroll18": { Strength: 70, RepairCost: 10307, MarketCategory: "weapon", CraftType: 3, AmmunitionPoints: 9 }, "scloack8": { Strength: 30, RepairCost: 2052, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 4 }, "bravery_medal": { Strength: 25, RepairCost: 560, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 2 }, "mmzamulet13": { Strength: 60, RepairCost: 9975, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "dring12": { Strength: 65, RepairCost: 13356, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "soul_cape": { Strength: 30, RepairCost: 1197, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 2 }, "wiz_cape": { Strength: 60, RepairCost: 8711, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 7 }, "samul17": { Strength: 30, RepairCost: 4389, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "smamul14": { Strength: 30, RepairCost: 4370, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "verve_ring": { Strength: 18, RepairCost: 1577, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 2 }, "dring9": { Strength: 50, RepairCost: 10032, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "smring17": { Strength: 30, RepairCost: 2907, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "magring13": { Strength: 60, RepairCost: 10279, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "scloack16": { Strength: 30, RepairCost: 3192, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "powercape": { Strength: 40, RepairCost: 5339, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 4 }, "scoutcloack": { Strength: 20, RepairCost: 304, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 1 }, "energy_scroll": { Strength: 70, RepairCost: 9044, MarketCategory: "weapon", CraftType: 3, AmmunitionPoints: 6 }, "samul8": { Strength: 30, RepairCost: 3391, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "sring10": { Strength: 30, RepairCost: 2859, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "antiair_cape": { Strength: 60, RepairCost: 2926, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 3 }, "antimagic_cape": { Strength: 50, RepairCost: 4949, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 5 }, "d_spray": { Strength: 15, RepairCost: 3325, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 5 }, "bfly": { Strength: 50, RepairCost: 49875, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 5 }, "bril_pendant": { Strength: 50, RepairCost: 23275, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 6 }, "warmor": { Strength: 50, RepairCost: 16625, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 6 }, "flowers3": { Strength: 15, RepairCost: 3325, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 4 }, "flowers1": { Strength: 10, RepairCost: 332, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 1 }, "flowers4": { Strength: 25, RepairCost: 4987, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 5 }, "flowers2": { Strength: 10, RepairCost: 332, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 1 }, "roses": { Strength: 40, RepairCost: 8312, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 9 }, "flowers5": { Strength: 25, RepairCost: 4987, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 5 }, "half_heart_m": { Strength: 25, RepairCost: 4987, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 2 }, "half_heart_w": { Strength: 25, RepairCost: 4987, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 2 }, "venok": { Strength: 10, RepairCost: 332, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 2 }, "defender_dagger": { Strength: 15, RepairCost: 1330, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 2 }, "goldciras": { Strength: 50, RepairCost: 13300, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 4 }, "koltsou": { Strength: 40, RepairCost: 23275, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 6 }, "bril_ring": { Strength: 40, RepairCost: 33250, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 5 }, "wboots": { Strength: 50, RepairCost: 16625, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 6 }, "flower_heart": { Strength: 20, RepairCost: 1662, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 3 }, "protazan": { Strength: 40, RepairCost: 8312, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 2 }, "whelmet": { Strength: 50, RepairCost: 16625, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 6 }, "shpaga": { Strength: 60, RepairCost: 26600, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 10 },
"coldamul": { Strength: 75, RepairCost: 11000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: x => 8 + Math.floor(x / 4) },
"sun_armor": { Strength: 85, RepairCost: 9500, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: x => 1 + Math.floor(x / 2) },
"super_dagger": { Strength: 75, RepairCost: 10400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: x => 3 + Math.floor(x / 4) },
"clover_amul": { Strength: 75, RepairCost: 11000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: x => 3 + Math.floor(x / 2) },
"ring2013": { Strength: 50, RepairCost: 800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 3 },
"sun_ring": { Strength: 75, RepairCost: 6400, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: x => 4 + Math.floor(x / 4) },
"coldring_n": { Strength: 75, RepairCost: 6400, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: x => 6 + Math.floor(x / 4) },
"lbow": { Strength: 85, RepairCost: 10100, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: x => 1 + Math.floor(x / 3) },
"cold_sword2014": { Strength: 85, RepairCost: 17600, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: x => 4 + Math.floor(x / 2) },
"sun_sword": { Strength: 85, RepairCost: 17600, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: x => 4 + Math.floor(x / 2) },
"finecl": { Strength: 80, RepairCost: 10000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 6 },
"sun_boots": { Strength: 85, RepairCost: 8700, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: x => 1 + Math.floor(x / 2) },
"sun_helm": { Strength: 85, RepairCost: 7400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: x => 1 + Math.floor(x / 2) },
"wshield": { Strength: 65, RepairCost: 4000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 6 }, "shield_14y": { Strength: 70, RepairCost: 14000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 5 },
"cold_shieldn": { Strength: 85, RepairCost: 10400, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: x => 5 + Math.floor(x / 4) }, "n_amul": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 2 }, "n_boots": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 1 }, "n_armor": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 1 }, "n_ringa": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 1 }, "n_ringd": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 1 }, "n_sword": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 1 }, "n_clk": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 3, AmmunitionPoints: 1 }, "n_helmet": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 1 }, "n_shield": { Strength: 40, RepairCost: 2000, MarketCategory: "no_sell", CraftType: 2, AmmunitionPoints: 1 }, "neut_amulet": { Strength: 20, RepairCost: 10000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "forest_armor": { Strength: 1, RepairCost: 10000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "forest_dagger": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "forest_blade": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "neut_ring": { Strength: 1, RepairCost: 10000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "les_cl": { Strength: 20, RepairCost: 10000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "forest_bow": { Strength: 20, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "forest_boots": { Strength: 1, RepairCost: 10000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "forest_helm": { Strength: 1, RepairCost: 10000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 }, "shieldofforest": { Strength: 1, RepairCost: 10000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 8 }, "hunter_pendant1": { Strength: 10, RepairCost: 400, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 1 }, "hunter_bow1": { Strength: 10, RepairCost: 400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 2 }, "hunter_gloves1": { Strength: 10, RepairCost: 400, MarketCategory: "other", CraftType: 3, AmmunitionPoints: 1 }, "hunter_jacket1": { Strength: 10, RepairCost: 400, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 1 }, "hunter_boots1": { Strength: 10, RepairCost: 400, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 1 }, "hunter_sword1": { Strength: 10, RepairCost: 400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 1 }, "hunter_hat1": { Strength: 10, RepairCost: 400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 1 }, "hunter_shield1": { Strength: 10, RepairCost: 400, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 2 }, "hunter_amulet1": { Strength: 10, RepairCost: 800, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 3 }, "hunter_armor1": { Strength: 10, RepairCost: 800, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 3 }, "hunterdagger": { Strength: 10, RepairCost: 800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 2 }, "hunter_ring2": { Strength: 10, RepairCost: 800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 3 }, "hunter_ring1": { Strength: 10, RepairCost: 800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 2 }, "hunter_roga1": { Strength: 10, RepairCost: 800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 2 }, "huntersword2": { Strength: 10, RepairCost: 800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "hunter_boots3": { Strength: 10, RepairCost: 800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 2 }, "hunter_bow2": { Strength: 10, RepairCost: 800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 3 }, "hunter_mask1": { Strength: 10, RepairCost: 800, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 3 }, "hunterdsword": { Strength: 10, RepairCost: 800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "hunter_boots2": { Strength: 10, RepairCost: 800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 2 }, "hunter_arrows1": { Strength: 10, RepairCost: 800, MarketCategory: "other", CraftType: 1, AmmunitionPoints: 3 }, "hunter_helm": { Strength: 10, RepairCost: 800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 2 }, "huntershield2": { Strength: 10, RepairCost: 800, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 3 }, "gm_amul": { Strength: 10, RepairCost: 1200, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 5 }, "gm_arm": { Strength: 10, RepairCost: 1200, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 5 }, "gm_rring": { Strength: 10, RepairCost: 1200, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 2 }, "gm_kastet": { Strength: 10, RepairCost: 1200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "gm_sring": { Strength: 10, RepairCost: 1200, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "gm_abow": { Strength: 10, RepairCost: 1200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "gm_protect": { Strength: 10, RepairCost: 1200, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 6 }, "gm_sword": { Strength: 10, RepairCost: 1200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "gm_spdb": { Strength: 10, RepairCost: 1200, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 2 }, "gm_3arrows": { Strength: 10, RepairCost: 1200, MarketCategory: "other", CraftType: 1, AmmunitionPoints: 5 }, "gm_hat": { Strength: 10, RepairCost: 1200, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 4 }, "gm_defence": { Strength: 10, RepairCost: 1200, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 5 }, "sh_amulet2": { Strength: 15, RepairCost: 2400, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "sh_armor": { Strength: 15, RepairCost: 2400, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "sh_ring1": { Strength: 15, RepairCost: 2400, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "sh_ring2": { Strength: 15, RepairCost: 2400, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "sh_spear": { Strength: 15, RepairCost: 2400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "sh_bow": { Strength: 15, RepairCost: 2400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "sh_cloak": { Strength: 15, RepairCost: 2400, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "sh_sword": { Strength: 15, RepairCost: 2400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "sh_boots": { Strength: 15, RepairCost: 2400, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 4 }, "sh_4arrows": { Strength: 15, RepairCost: 2400, MarketCategory: "other", CraftType: 1, AmmunitionPoints: 7 }, "sh_helmet": { Strength: 15, RepairCost: 2400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 }, "sh_shield": { Strength: 15, RepairCost: 2400, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 7 }, "thief_neckl": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 8 }, "thief_arb": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 1, AmmunitionPoints: 9 }, "thief_goodarmor": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 2, AmmunitionPoints: 6 }
, "thief_ml_dagger": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 1, AmmunitionPoints: 7 }, "ring_of_thief": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 5 }, "thief_msk": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 2, AmmunitionPoints: 5 }, "thief_cape": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 5 }, "thief_fastboots": { Strength: 60, RepairCost: 8000, MarketCategory: "thief", CraftType: 2, AmmunitionPoints: 6 }, "tm_amulet": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 11 }, "tm_arb": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 1, AmmunitionPoints: 12 }, "tm_armor": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 2, AmmunitionPoints: 10 }, "tm_knife": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 1, AmmunitionPoints: 11 }, "tm_mring": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 8 }, "tm_wring": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 8 }, "tm_msk": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 2, AmmunitionPoints: 8 }, "tm_cape": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 7 }, "tm_boots": { Strength: 60, RepairCost: 24000, MarketCategory: "thief", CraftType: 2, AmmunitionPoints: 8 }, "r_warriorsamulet": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 11 }, "r_m_amulet": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 11 }, "r_zarmor": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 10 }, "r_dagger": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 8 }, "r_magicsring": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 7 }, "r_warring": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 7 }, "r_bow": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 7 }, "r_bigsword": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 13 }, "r_clck": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 11 }, "r_magy_staff": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 13 }, "r_bootsmb": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 10 }, "r_goodscroll": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 9 }, "r_helmb": { Strength: 70, RepairCost: 36000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 10 }, "tact1w1_wamulet": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 3, AmmunitionPoints: 10 }, "tactcv1_armor": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 2, AmmunitionPoints: 9 }, "tactsm0_dagger": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 1, AmmunitionPoints: 8 }, "tactspw_mring": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 3, AmmunitionPoints: 7 }, "tactwww_wring": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 3, AmmunitionPoints: 7 }, "tact765_bow": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 1, AmmunitionPoints: 7 }, "tactms1_mamulet": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 3, AmmunitionPoints: 10 }, "tactpow_cloack": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 3, AmmunitionPoints: 9 }, "tactmag_staff": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 1, AmmunitionPoints: 10 }, "tactzl4_boots": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 2, AmmunitionPoints: 9 }, "tactaz_axe": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 1, AmmunitionPoints: 11 }, "tacthapp_helmet": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 2, AmmunitionPoints: 8 }, "tactdff_shield": { Strength: 75, RepairCost: 40000, MarketCategory: "tactic", CraftType: 2, AmmunitionPoints: 8 }, "v_1armor": { Strength: 90, RepairCost: 48000, MarketCategory: "verb", CraftType: 2, AmmunitionPoints: 9 }, "verb11_sword": { Strength: 90, RepairCost: 48000, MarketCategory: "verb", CraftType: 1, AmmunitionPoints: 11 }, "verbboots": { Strength: 90, RepairCost: 48000, MarketCategory: "verb", CraftType: 2, AmmunitionPoints: 9 }, "ve_helm": { Strength: 90, RepairCost: 48000, MarketCategory: "verb", CraftType: 2, AmmunitionPoints: 8 }, "vrb_shild": { Strength: 90, RepairCost: 48000, MarketCategory: "verb", CraftType: 2, AmmunitionPoints: 8 }, "tl_medal1": { Strength: 50, RepairCost: 32000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 9 }, "tl_medal2": { Strength: 40, RepairCost: 16000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "tl_medal3": { Strength: 30, RepairCost: 6000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 3 }, "bwar1": { Strength: 1, RepairCost: 60000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 15 }, "kwar1": { Strength: 1, RepairCost: 60000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 15 }, "gnomewar1": { Strength: 70, RepairCost: 60000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 15 }, "bwar2": { Strength: 1, RepairCost: 48000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 12 }, "kwar2": { Strength: 1, RepairCost: 48000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 12 }, "gnomewar2": { Strength: 65, RepairCost: 48000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 12 }, "kwar3": { Strength: 1, RepairCost: 36000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 10 }, "gnomewar3": { Strength: 60, RepairCost: 36000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 10 }, "bwar3": { Strength: 1, RepairCost: 36000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 10 }, "bwar4": { Strength: 1, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "kwar4": { Strength: 1, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "gnomewar4": { Strength: 55, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "bwar5": { Strength: 1, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "kwar5": { Strength: 1, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "gnomewar5": { Strength: 50, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "bwar6": { Strength: 1, RepairCost: 16000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "kwar6": { Strength: 1, RepairCost: 16000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "gnomewar6": { Strength: 45, RepairCost: 16000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "bwar7": { Strength: 1, RepairCost: 12000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 5 }, "kwar7": { Strength: 1, RepairCost: 12000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 5 }, "gnomewar7": { Strength: 40, RepairCost: 12000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 5 }, "bunt_medal1": { Strength: 60, RepairCost: 40000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 11 }, "bunt_medal2": { Strength: 50, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "bunt_medal3": { Strength: 40, RepairCost: 10000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "bwar_splo": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "gnomewar_splo": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "kwar_splo": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "kwar_stoj": { Strength: 25, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "bwar_stoj": { Strength: 30, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "gnomewar_stoj": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "bwar_takt": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "gnomewar_takt": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "kwar_takt": { Strength: 50, RepairCost: 28000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "necrwar1st": { Strength: 70, RepairCost: 56000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 14 }, "necrwar2st": { Strength: 60, RepairCost: 36000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 10 }, "necrwar3st": { Strength: 50, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "necrwar4st": { Strength: 40, RepairCost: 10000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "necrwar5st": { Strength: 30, RepairCost: 4000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 2 }, "warthief_medal1": { Strength: 70, RepairCost: 18000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "warthief_medal2": { Strength: 60, RepairCost: 14000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "warthief_medal3": { Strength: 50, RepairCost: 10000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 5 }, "warthief_medal4": { Strength: 40, RepairCost: 6000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "warthief_medal5": { Strength: 30, RepairCost: 2000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 3 }, "elfwar1": { Strength: 80, RepairCost: 60000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 13 }, "elfwar2": { Strength: 70, RepairCost: 40000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 11 }, "elfwar3": { Strength: 60, RepairCost: 32000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 8 }, "elfwar4": { Strength: 50, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "elfwar5": { Strength: 40, RepairCost: 10000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 6 }, "elfwar6": { Strength: 30, RepairCost: 4000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "magewar1": { Strength: 80, RepairCost: 52000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 12 }, "magewar2": { Strength: 70, RepairCost: 40000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 9 }, "magewar3": { Strength: 60, RepairCost: 32000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "magewar4": { Strength: 50, RepairCost: 20000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 5 }, "magewar5": { Strength: 35, RepairCost: 12000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "demwar1": { Strength: 80, RepairCost: 60000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 14 }, "demwar2": { Strength: 70, RepairCost: 44000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 11 }, "demwar3": { Strength: 60, RepairCost: 36000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 9 }, "demwar4": { Strength: 50, RepairCost: 24000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 7 }, "demwar5": { Strength: 40, RepairCost: 16000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 5 }, "demwar6": { Strength: 30, RepairCost: 8000, MarketCategory: "medals", CraftType: 3, AmmunitionPoints: 4 }, "barb_armor": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "barb_club": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 7 }, "barb_boots": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "barb_helm": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 4 }, "barb_shield": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "necr_amulet": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "necr_helm": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "necr_staff": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 10 }, "necr_robe": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "merc_armor": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "merc_dagger": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 6 }, "merc_sword": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 8 }, "merc_boots": { Strength: 100, RepairCost: 40000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "elfamulet": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 9 }, "elfbow": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 8 }, "elfshirt": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "elfboots": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "darkelfkaska": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "darkelfciras": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "darkelfpendant": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 9 }, "darkelfcloack": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 6 }, "darkelfstaff": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 10 }, "darkelfboots": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "dem_amulet": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 12 }, "dem_armor": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 9 }, "dem_bootshields": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "dem_axe": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 12 }, "dem_helmet": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 9 }, "dem_shield": { Strength: 100, RepairCost: 50000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "mage_cape": { Strength: 100, RepairCost: 60000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 6 }, "mage_staff": { Strength: 100, RepairCost: 60000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 11 }, "mage_robe": { Strength: 100, RepairCost: 60000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "mage_boots": { Strength: 100, RepairCost: 60000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "mage_scroll": { Strength: 100, RepairCost: 60000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "mage_hat": { Strength: 100, RepairCost: 60000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "gnomearmor": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "gnomehammer": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 9 }, "gnomeboots": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "gnomehelmet": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "gnomeshield": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "gnomem_amulet": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 11 }, "gnomem_armor": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "gnomem_hammer": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 10 }, "gnomem_boots": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "gnomem_helmet": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "gnomem_shield": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "gmage_crown": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "gmage_cloack": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "gmage_staff": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 11 }, "gmage_armor": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "gmage_boots": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "gmage_scroll": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "welfarmor": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "welfbow": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 6 }, "welfsword": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 9 }, "welfboots": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "welfhelmet": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "welfshield": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "druid_amulet": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 11 }, "druid_cloack": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "druid_staff": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 11 }, "druid_armor": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "druid_boots": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "knightarmor": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "knightsword": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 9 }, "knightboots": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "knighthelmet": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "knightshield": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "paladin_bow": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 8 }, "paladin_armor": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "paladin_sword": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 11 }, "paladin_boots": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "paladin_helmet": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "paladin_shield": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "sv_arb": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 8 }, "sv_body": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "sv_weap": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 11 }, "sv_boot": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "sv_helm": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "sv_shield": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "nv_body": { Strength: 100, RepairCost: 56000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "nv_weap": { Strength: 100, RepairCost: 56000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 10 }, "nv_boot": { Strength: 100, RepairCost: 56000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "nv_helm": { Strength: 100, RepairCost: 56000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "nv_shield": { Strength: 100, RepairCost: 56000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "kn_body": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "kn_weap": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 9 }, "kn_helm": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 5 }, "kn_shield": { Strength: 100, RepairCost: 44000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "inq_body": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 9 }, "inq_cl": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "inq_weap": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 12 }, "inq_boot": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "inq_helm": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "amf_body": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 8 }, "amf_cl": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "amf_boot": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 7 }, "amf_weap": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 11 }, "amf_scroll": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "amf_helm": { Strength: 100, RepairCost: 64000, MarketCategory: "relict", CraftType: 2, AmmunitionPoints: 6 }, "8amul_inf": { Strength: 8, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 }, "quest_pendant1": { Strength: 20, RepairCost: 600, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 1 }, "9amu_let": { Strength: 9, RepairCost: 18000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 4 }, "trinitypendant": { Strength: 50, RepairCost: 6400, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "sunart2": { Strength: 20, RepairCost: 28000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "a_mallet": { Strength: 10000, RepairCost: 40, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 1 }, "buben2": { Strength: 1, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "totem1": { Strength: 70, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "icesphere1": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 7 }, "mechanic_glasses1": { Strength: 1, RepairCost: 8000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "buben1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "anomal_ring1": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 15 }, "mart8_ring1": { Strength: 8, RepairCost: 400, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 5 }, "mart8_flowers1": { Strength: 8, RepairCost: 8000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 4 }, "wolfjacket": { Strength: 15, RepairCost: 800, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 2 }, "sharik": { Strength: 1, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 4 }, "magneticarmor": { Strength: 1, RepairCost: 36000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 }, "dragonstone": { Strength: 70, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "dubina": { Strength: 30, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "ogre_bum": { Strength: 1, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "gdubina": { Strength: 30, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "lizard_armor": { Strength: 15, RepairCost: 800, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 2 }, "hopesh1": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "mgear": { Strength: 1, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "5years_star": { Strength: 10, RepairCost: 5000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 5 }, "znamya1": { Strength: 70, RepairCost: 8000, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 1 }, "krest2": { Strength: 1, RepairCost: 9000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "znamya2": { Strength: 70, RepairCost: 8000, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 1 }, "kznamya1": { Strength: 70, RepairCost: 10000, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 1 }, "kznamya2": { Strength: 70, RepairCost: 10000, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 1 }, "ankh1": { Strength: 70, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 7 }, "zub": { Strength: 30, RepairCost: 40000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "tunnel_kirka": { Strength: 25, RepairCost: 4000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "bludgeon": { Strength: 30, RepairCost: 28000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "brush": { Strength: 70, RepairCost: 19824, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 9 }, "windsword": { Strength: 1, RepairCost: 22000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "pit_sword1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 19 }, "pit_sword2": { Strength: 1, RepairCost: 13200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "kniga": { Strength: 40, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 2 }, "skill_book11": { Strength: 1, RepairCost: 40000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "anomal_ring2": { Strength: 1, RepairCost: 18000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 13 }, "commander_ring": { Strength: 70, RepairCost: 20000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 8 }, "testring": { Strength: 30, RepairCost: 40000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 6 }, "thief_premiumring1": { Strength: 70, RepairCost: 24000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 8 }, "thief_premiumring2": { Strength: 65, RepairCost: 18000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 7 }, "thief_premiumring3": { Strength: 60, RepairCost: 12000, MarketCategory: "thief", CraftType: 3, AmmunitionPoints: 6 }, "ttring": { Strength: 1, RepairCost: 10800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "blackring": { Strength: 40, RepairCost: 8000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 4 }, "student_armor": { Strength: 30, RepairCost: 2000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 2 }, "pegaskop": { Strength: 1, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "sunart1": { Strength: 20, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "kopie": { Strength: 30, RepairCost: 28000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "pika": { Strength: 30, RepairCost: 28000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "trogloditkop": { Strength: 1, RepairCost: 5600, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "dragon_crown": { Strength: 50, RepairCost: 6800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 5 }, "necrohelm2": { Strength: 10, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "dem_kosa": { Strength: 30, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "pouch": { Strength: 70, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "cubed": { Strength: 45, RepairCost: 4800, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "bal_cube": { Strength: 45, RepairCost: 4800, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "cubes": { Strength: 50, RepairCost: 6400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "cubeg": { Strength: 60, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "bshield3": { Strength: 1, RepairCost: 8000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 7 }, "icesphere2": { Strength: 1, RepairCost: 14400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "goblin_bow": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "centaurbow": { Strength: 30, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "sniperbow": { Strength: 1, RepairCost: 36000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 8 }, "totem3": { Strength: 70, RepairCost: 8400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "10scroll": { Strength: 1, RepairCost: 40000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "sunart3": { Strength: 20, RepairCost: 32000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "sword5": { Strength: 30, RepairCost: 4000, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 5 }, "blacksword": { Strength: 10, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "sunart4": { Strength: 20, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "dem_dmech": { Strength: 30, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "blacksword1": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "slayersword": { Strength: 30, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "meshok": { Strength: 2012, RepairCost: 2012, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 2 }, "meshok2": { Strength: 2012, RepairCost: 2012, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 2 }, "molot_tan": { Strength: 30, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "13coin": { Strength: 1, RepairCost: 40000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "snowjinka": { Strength: 40, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 4 }, "sosulka": { Strength: 40, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 4 }, "obereg": { Strength: 50, RepairCost: 20000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "castle_orden": { Strength: 60, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "order_griffin": { Strength: 70, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 }, "order_manticore": { Strength: 70, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 }, "eg_order1": { Strength: 1, RepairCost: 22000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 14 }, "eg_order2": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }, "eg_order3": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "ord_light": { Strength: 75, RepairCost: 18000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "ord_dark": { Strength: 75, RepairCost: 18000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "mechanic_glasses2": { Strength: 1, RepairCost: 7400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 10 }, "pen": { Strength: 70, RepairCost: 19824, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 9 }, "sandglass": { Strength: 70, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "inq_ring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 15 }, "battlem_cape": { Strength: 1, RepairCost: 28000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 11 }, "stalkercl": { Strength: 1, RepairCost: 8000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "totem2": { Strength: 70, RepairCost: 9000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "2year_amul_lords": { Strength: 10, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 2 }, "7ka": { Strength: 10, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "3year_amul": { Strength: 10, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 2 }, "icesphere3": { Strength: 1, RepairCost: 12800, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "inq_ring2": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 11 }, "krest3": { Strength: 1, RepairCost: 8400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "anomal_ring3": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "buben3": { Strength: 1, RepairCost: 9600, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "mechanic_glasses3": { Strength: 1, RepairCost: 6800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "rog_demon": { Strength: 30, RepairCost: 40000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "runkam": { Strength: 50, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "lizard_boots": { Strength: 15, RepairCost: 800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 2 }, "torg_boots": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 5 }, "krest1": { Strength: 1, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "thief_unique_secretops": { Strength: 200, RepairCost: 0, MarketCategory: "no_sell", CraftType: 1, AmmunitionPoints: 3 }, "ankh2": { Strength: 70, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "compass": { Strength: 40, RepairCost: 8000, MarketCategory: "other", CraftType: 3, AmmunitionPoints: 7 }, "statue": { Strength: 70, RepairCost: 12000, MarketCategory: "no_sell", CraftType: 0, AmmunitionPoints: 3 }, "nefrit2": { Strength: 1, RepairCost: 9000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "nefrit3": { Strength: 1, RepairCost: 8400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "nefrit1": { Strength: 1, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 7 }, "cat_statue": { Strength: 70, RepairCost: 8000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "bear_statue": { Strength: 70, RepairCost: 8000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "ru_statue": { Strength: 20, RepairCost: 2009, MarketCategory: "shield", CraftType: 3, AmmunitionPoints: 10 }, "dog_statue": { Strength: 70, RepairCost: 8000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "msphere": { Strength: 60, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "3year_art": { Strength: 10, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 3 }, "znak5": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak8": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak7": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak3": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak2": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak1": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak6": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak9": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "znak4": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "firehammer": { Strength: 1, RepairCost: 32000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "topor_drov": { Strength: 40, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "dem_dtopor": { Strength: 30, RepairCost: 48000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "taskaxe": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "orc_axe": { Strength: 1, RepairCost: 28000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "topor_skelet": { Strength: 30, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "sea_trident": { Strength: 15, RepairCost: 4000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "bshield1": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 10 }, "dudka": { Strength: 1, RepairCost: 6000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 5 }, "flyaga": { Strength: 1, RepairCost: 60000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "antifire_cape": { Strength: 40, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 3 }, "hopesh2": { Strength: 1, RepairCost: 7200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "12hron": { Strength: 1, RepairCost: 40000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 1 }, "4year_klever": { Strength: 10, RepairCost: 4000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 3 }, "6ring": { Strength: 10, RepairCost: 15000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "lizard_helm": { Strength: 15, RepairCost: 800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 2 }, "ogre_helm": { Strength: 1, RepairCost: 24000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "orc_hat": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "necrohelm3": { Strength: 10, RepairCost: 24000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "necrohelm1": { Strength: 10, RepairCost: 10000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 4 }, "gargoshield": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 8 }, "bshield2": { Strength: 1, RepairCost: 12000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 9 }, "e_shield2": { Strength: 1, RepairCost: 7200, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 8 }, "e_shield1": { Strength: 1, RepairCost: 10000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 10 }, "elfdagger": { Strength: 1, RepairCost: 36000, MarketCategory: "relict", CraftType: 1, AmmunitionPoints: 12 }, "dun_amul2": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }, "dun_bow2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "drak_armor1": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "dun_boots1": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 }, "dun_amul1": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 14 }, "dun_bow1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "dun_armor1": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "dun_dagger1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "dun_sword1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "dun_ring1": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 15 }, "dun_cloak1": { Strength: 1, RepairCost: 18000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 12 }, "dung_axe1": { Strength: 1, RepairCost: 18000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 18 }, "hm2": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "dun_shield1": { Strength: 1, RepairCost: 20000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 11 }, "dun_armor2": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 10 }, "dun_dagger2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "dering": { Strength: 1, RepairCost: 24000, MarketCategory: "relict", CraftType: 3, AmmunitionPoints: 15 }, "drak_armor2": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 10 }, "dun_boots3": { Strength: 1, RepairCost: 12000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "dun_armor3": { Strength: 1, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "dun_shield3": { Strength: 1, RepairCost: 12000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "drak_armor3": { Strength: 1, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "dun_bow3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "dun_dagger3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "dun_sword3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "dung_axe3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "dun_sword2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "dun_ring2": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 12 }, "dun_cloak2": { Strength: 1, RepairCost: 15000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "crystal": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "dun_amul3": { Strength: 1, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "dun_cloak3": { Strength: 1, RepairCost: 12000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 5 }, "dun_ring3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 9 }, "dun_boots2": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 10 }, "dung_axe2": { Strength: 1, RepairCost: 15000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "hm1": { Strength: 1, RepairCost: 14400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "dun_shield2": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "ramul1": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 13 }, "rarmor1": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 }, "rdagger1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "rogring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "rarmor2": { Strength: 1, RepairCost: 8000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 11 }, "rboots2": { Strength: 1, RepairCost: 8000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "rhelm2": { Strength: 1, RepairCost: 8000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 10 }, "rsword2": { Strength: 1, RepairCost: 8000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "raxe2": { Strength: 1, RepairCost: 8000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "rbow1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "rsword1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "rcloak1": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "rogring2": { Strength: 1, RepairCost: 8000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "ramul2": { Strength: 1, RepairCost: 8000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "rdagger2": { Strength: 1, RepairCost: 8000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "rbow2": { Strength: 1, RepairCost: 8000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "rcloak2": { Strength: 1, RepairCost: 8000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 7 }, "rshield2": { Strength: 1, RepairCost: 8000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 11 }, "rboots1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 11 }, "sumka": { Strength: 1, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "raxe1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "rhelm1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "rshield1": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 14 }, "surv_halberdzg": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "surv_wamuletik": { Strength: 1, RepairCost: 28000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "surv_crossbowsurv": { Strength: 1, RepairCost: 32000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "surv_armorsu": { Strength: 1, RepairCost: 28000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "surv_wring2o": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "surv_daggermd": { Strength: 1, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "surv_sword2sd": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "surv_mring2fpg": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "surv_wring1my": { Strength: 1, RepairCost: 28000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "surv_mbootsbb": { Strength: 1, RepairCost: 28000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 11 }, "surv_mamulka": { Strength: 1, RepairCost: 28000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 15 }, "surv_marmoroz": { Strength: 1, RepairCost: 28000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "surv_mhelmetcv": { Strength: 1, RepairCost: 28000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "surv_mring1fd": { Strength: 1, RepairCost: 28000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 11 }, "surv_mcloacksv": { Strength: 1, RepairCost: 28000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "surv_sword_surv": { Strength: 1, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "surv_cloacksrv": { Strength: 1, RepairCost: 28000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "surv_staffik": { Strength: 1, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "surv_bootsurv": { Strength: 1, RepairCost: 28000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 11 }, "surv_scrollcd": { Strength: 1, RepairCost: 28000, MarketCategory: "weapon", CraftType: 3, AmmunitionPoints: 11 }, "surv_axes": { Strength: 1, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "surv_helmetpi": { Strength: 1, RepairCost: 28000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "surv_shieldvv": { Strength: 1, RepairCost: 28000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 10 }, "tj_magam2": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "mtcloak1": { Strength: 1, RepairCost: 24000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 11 }, "tmarmor1": { Strength: 1, RepairCost: 24000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "sph1": { Strength: 1, RepairCost: 24000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "tj_mtuf1": { Strength: 1, RepairCost: 24000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 }, "vbow1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "mhelmv1": { Strength: 1, RepairCost: 24000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "vtmsword1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 13 }, "vtjcloak1": { Strength: 1, RepairCost: 24000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "staff_v1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "vscroll-1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 3, AmmunitionPoints: 11 }, "vtmaxe1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "vmring1": { Strength: 1, RepairCost: 24000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 13 }, "tjarmor2": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 10 }, "vrdagger2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "v-ring2": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "tjam2": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "mtcloak3": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "vtjcloak3": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 5 }, "staff_v3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "tmarmor3": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "tj_vboots3": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 7 }, "tj_mtuf3": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 7 }, "tjarmor3": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "vrdagger3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "vbow3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "mhelmv3": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "vtmsword3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "vtmaxe3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "tj_helmet3": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "tj-shield3": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 7 }, "vbow2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "mhelmv2": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "vmring2": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 11 }, "v-ring3": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "tj_magam3": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "tjam3": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "vbolt3": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 5 }, "vscroll-3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 3, AmmunitionPoints: 7 }, "mtcloak2": { Strength: 1, RepairCost: 20000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "vtmsword2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "v-ring1": { Strength: 1, RepairCost: 24000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "tj_magam1": { Strength: 1, RepairCost: 24000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "vrdagger1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "tjam1": { Strength: 1, RepairCost: 24000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "vbolt1": { Strength: 1, RepairCost: 24000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "vbolt2": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "vtjcloak2": { Strength: 1, RepairCost: 20000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 7 }, "staff_v2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "sph3": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "vmring3": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 9 }, "tmarmor2": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 10 }, "tj_vboots2": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 }, "vscroll-2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 3, AmmunitionPoints: 9 }, "sph2": { Strength: 1, RepairCost: 20000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "vtmaxe2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 13 }, "tj_mtuf2": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 }, "tj_vboots1": { Strength: 1, RepairCost: 24000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 }, "tjarmor1": { Strength: 1, RepairCost: 24000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "tj_helmet1": { Strength: 1, RepairCost: 24000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "tj-shield1": { Strength: 1, RepairCost: 24000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 10 }, "tj_helmet2": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "tj-shield2": { Strength: 1, RepairCost: 20000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 9 }, "p_amulet2": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "p_amulet1": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 15 }, "piratehat3": { Strength: 1, RepairCost: 12000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "pir_armor1": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "p_dag2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "p_dag1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "p_sword3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "pn_ring2": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "pn_ring1": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 13 }, "p_compas2": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }, "p_compas1": { Strength: 1, RepairCost: 20000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "pn_ring3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "piring2": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "piring1": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 12 }, "pir_armor3": { Strength: 1, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "pir_armor2": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 }, "p_pistol2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "p_pistol1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "p_cloak2": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 }, "p_cloak1": { Strength: 1, RepairCost: 20000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 10 }, "p_amulet3": { Strength: 1, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "p_dag3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "p_compas3": { Strength: 1, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "piring3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "p_pistol3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "p_cloak3": { Strength: 1, RepairCost: 12000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 7 }, "p_sword2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "p_boots2": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "p_boots1": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 10 }, "p_boots3": { Strength: 1, RepairCost: 12000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "piratehat2": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "piratehat1": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "p_sword1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "polk_sword1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "polk_armor2": { Strength: 1, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "gring": { Strength: 1, RepairCost: 24000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 11 }, "polk_armor3": { Strength: 1, RepairCost: 8000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 6 }, "polkboots3": { Strength: 1, RepairCost: 8000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "polk_sword3": { Strength: 1, RepairCost: 8000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "polk__helm3": { Strength: 1, RepairCost: 8000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 }, "polk_sword2": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "gringd": { Strength: 1, RepairCost: 24000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 12 }, "polkboots2": { Strength: 1, RepairCost: 12000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "polk_armor1": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 10 }, "polkboots1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 10 }, "polk__helm1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 10 }, "polk__helm2": { Strength: 1, RepairCost: 12000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "m_amul2": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 13 }, "ocean_boots1": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 }, "m_amul1": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 15 }, "m_armor1": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 13 }, "ocean_dgr1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "ocean_bw1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "ocean_sword1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "ocean_per1": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 13 }, "ocean_cl1": { Strength: 1, RepairCost: 20000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 12 }, "ocean_hlm1": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "ocean_m_shield1": { Strength: 1, RepairCost: 20000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 14 }, "ocean_ring1": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 13 }, "ocean_eye1": { Strength: 1, RepairCost: 20000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 7 }, "m_armor2": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 11 }, "ocean_dgr2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "ocean_ring2": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "m_armor3": { Strength: 1, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 }, "ocean_boots3": { Strength: 1, RepairCost: 12000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "ocean_dgr3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "ocean_sword3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "ocean_hlm3": { Strength: 1, RepairCost: 12000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "ocean_m_shield3": { Strength: 1, RepairCost: 12000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 10 }, "ocean_bw2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "ocean_sword2": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 13 }, "ocean_eye2": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "ocean_per2": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "ocean_cl2": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "ocean_ring3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "ocean_eye3": { Strength: 1, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "m_amul3": { Strength: 1, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }, "ocean_bw3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "ocean_per3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 7 }, "ocean_cl3": { Strength: 1, RepairCost: 12000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 7 }, "ocean_boots2": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 10 }, "ocean_hlm2": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 10 }, "ocean_m_shield2": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 12 }, "adv_neck1": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }, "adv_armor1": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 15 }, "a_dagger1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "adv_fring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "adv_armor2": { Strength: 1, RepairCost: 10000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 11 }, "adv_boot2": { Strength: 1, RepairCost: 10000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 10 }, "adv_hm2": { Strength: 1, RepairCost: 10000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 10 }, "adv_shild2": { Strength: 1, RepairCost: 10000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 11 }, "adv_saber2": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "adv_longbow1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "adv_clk1": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 12 }, "adv_sumk2": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 }, "adv_fring2": { Strength: 1, RepairCost: 10000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "adv_neck2": { Strength: 1, RepairCost: 10000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 7 }, "adv_longbow2": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "a_dagger2": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "adv_clk2": { Strength: 1, RepairCost: 10000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 9 }, "adv_boot1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 13 }, "adv_sumk1": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 }, "adv_hm1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 13 }, "adv_shild1": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 }, "adv_saber1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "mir_am2": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }, "mir_am1": { Strength: 1, RepairCost: 24000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 13 }, "mh_sword1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 17 }, "mir_armor2": { Strength: 1, RepairCost: 20000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 10 }, "mir_armor3": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "mir_boots3": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "mh_sword3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "mir_shld3": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 7 }, "mh_sword2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "mir_am3": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 9 }, "mir_boots2": { Strength: 1, RepairCost: 20000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 }, "mir_armor1": { Strength: 1, RepairCost: 24000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "mir_shld1": { Strength: 1, RepairCost: 24000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 12 }, "mir_boots1": { Strength: 1, RepairCost: 24000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 10 }, "mir_shld2": { Strength: 1, RepairCost: 20000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 9 }, "ed_mbook1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "ed_armr1": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "ed_elfbow1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "ed_bsword1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "ed_ring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "ed_armr2": { Strength: 1, RepairCost: 14000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 }, "ed_mbook2": { Strength: 1, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "ed_ring2": { Strength: 1, RepairCost: 14000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "ed_armr3": { Strength: 1, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 7 }, "ed_bsword3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "ed_elfbow2": { Strength: 1, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }, "ed_bsword2": { Strength: 1, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "ed_mbook3": { Strength: 54, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "ed_ring3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "ed_elfbow3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "stalker_crsb2": { Strength: 1, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "stalker_crsb1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "stalker_hlm1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 13 }, "stalker_dagger1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "stalker_hlm2": { Strength: 1, RepairCost: 12800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 10 }, "stalker_dagger2": { Strength: 1, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "stalker_crsb3": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "stalker_hlm3": { Strength: 1, RepairCost: 10000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "stalker_dagger3": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }, "potion01": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion02": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion03": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion04": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion05": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion06": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion07": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 }, "potion08": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 1 },
"16amul": { Strength: 16, RepairCost: 16161, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: x => Math.floor(x / 2) },
"17bring": { Strength: 17, RepairCost: 17170, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: x => Math.floor(x / 2) },
"18turban": { Strength: 18, RepairCost: 18018, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: x => Math.floor(x / 2) },
"forest_crossbow": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }, "icecr1": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 8 }, "drak_crown1": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 14 }, "ed_pendant1": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 16 }, "arm_armor1": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 15 }, "arm_cap1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "eddem_ring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 10 }, "stalker_cl1": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 13 }, "arm_armor2": { Strength: 1, RepairCost: 12800, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 11 }, "arm_cap2": { Strength: 1, RepairCost: 12800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }, "drak_crown2": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 11 }, "arm_cap3": { Strength: 1, RepairCost: 10000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "mir_helmt3": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 7 }, "icecr2": { Strength: 1, RepairCost: 14400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 7 }, "icecr3": { Strength: 1, RepairCost: 12800, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "eddem_ring2": { Strength: 1, RepairCost: 14000, MarketCategory: "undefined", CraftType: 3, AmmunitionPoints: 8 }, "stalker_cl2": { Strength: 1, RepairCost: 12800, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 10 }, "ed_pendant2": { Strength: 1, RepairCost: 14000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 },
"sun_staff": { Strength: 85, RepairCost: 17600, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: x => 4 + Math.floor(x / 2) }, "drak_crown3": { Strength: 1, RepairCost: 12000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 8 }, "ed_pendant3": { Strength: 1, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 }, "arm_armor3": { Strength: 1, RepairCost: 10000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 8 }, "eddem_ring3": { Strength: 1, RepairCost: 12000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }, "stalker_cl3": { Strength: 1, RepairCost: 10000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 7 },
"wind_boots": { Strength: 85, RepairCost: 8700, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: x => 1 + Math.floor(x / 2) }, "mir_helmt1": { Strength: 1, RepairCost: 24000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 11 },
"wind_helm": { Strength: 85, RepairCost: 7400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: x => 1 + Math.floor(x / 2) }, "mir_helmt2": { Strength: 1, RepairCost: 20000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 },
"wind_armor": { Strength: 85, RepairCost: 9500, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: x => 1 + Math.floor(x / 2) }, "wanderer_armor1": { Strength: 80, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 }, "wanderer_armor2": { Strength: 80, RepairCost: 14000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 }, "wanderer_armor3": { Strength: 80, RepairCost: 12000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 6 }, "imp_helmet": { Strength: 80, RepairCost: 36000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 14 }, "imp_amul": { Strength: 80, RepairCost: 60000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 19 }, "imp_ring": { Strength: 80, RepairCost: 28000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 17 }, "imp_armor": { Strength: 80, RepairCost: 36000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 }, "imp_cloak": { Strength: 80, RepairCost: 36000, MarketCategory: "cloack", CraftType: 2, AmmunitionPoints: 11 }, "imp_crossbow": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "imp_sword": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 17 }, "imp_boots": { Strength: 80, RepairCost: 36000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 15 }, "imp_shield": { Strength: 80, RepairCost: 36000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 }, "imp_dagger": { Strength: 80, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 14 }, "dark_helmet": { Strength: 80, RepairCost: 36000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 14 }, "dark_amul": { Strength: 80, RepairCost: 60000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 19 }, "dark_ring": { Strength: 80, RepairCost: 28000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 17 }, "dark_armor": { Strength: 80, RepairCost: 36000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 }, "dark_cloak": { Strength: 80, RepairCost: 36000, MarketCategory: "cloack", CraftType: 2, AmmunitionPoints: 12 }, "dark_bow": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "dark_axe": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 17 }, "dark_boots": { Strength: 80, RepairCost: 36000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 15 }, "dark_shield": { Strength: 80, RepairCost: 36000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 }, "dark_dagger": { Strength: 80, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "heaven_helm": { Strength: 80, RepairCost: 36000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 14 }, "heaven_armr": { Strength: 80, RepairCost: 36000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 }, "heaven_clk": { Strength: 80, RepairCost: 36000, MarketCategory: "cloack", CraftType: 2, AmmunitionPoints: 12 }, "heaven_staff": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 18 }, "heaven_bts": { Strength: 80, RepairCost: 36000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 15 },
"thief_paper": { Strength: 1, RepairCost: 0, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 0 },
"mirror": { Strength: 1, RepairCost: 16000, MarketCategory: "other", CraftType: 0, AmmunitionPoints: 0 },
"stalker_armour1": { Strength: 1, RepairCost: 16000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 15 },
"stalker_armour2": { Strength: 1, RepairCost: 12800, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 12 },
"stalker_armour3": { Strength: 1, RepairCost: 10000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 9 },
"arm_clk1": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 14 },
"arm_clk2": { Strength: 1, RepairCost: 12800, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 10 },
"arm_clk3": { Strength: 1, RepairCost: 10000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 6 },
"pend_a1": { Strength: 1, RepairCost: 20000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 15 },
"pend_a2": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 },
"pend_a3": { Strength: 1, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 },
"lotus1": { Strength: 1, RepairCost: 9600, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 8 },
"lotus2": { Strength: 1, RepairCost: 9000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 },
"lotus3": { Strength: 1, RepairCost: 8400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 },
"eye1": { Strength: 1, RepairCost: 14400, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 16 },
"eye2": { Strength: 1, RepairCost: 12000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 13 },
"eye3": { Strength: 1, RepairCost: 9600, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 },
"stalker_boot1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 14 },
"stalker_boot3": { Strength: 1, RepairCost: 10000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 7 },
"stalker_boot2": { Strength: 1, RepairCost: 12800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 11 },
"arm_sekstant1": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 7 },
"arm_sekstant3": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 3 },
"arm_sekstant2": { Strength: 1, RepairCost: 12800, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 5 },
"forest_bolt": { Strength: 1, RepairCost: 10000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 },
"mir_cl1": { Strength: 1, RepairCost: 24000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 10 },
"mir_cl3": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 6 },
"mir_cl2": { Strength: 1, RepairCost: 20000, MarketCategory: "cloack", CraftType: 3, AmmunitionPoints: 8 },
"dung_glefa1": { Strength: 1, RepairCost: 16800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 20 },
"dung_glefa2": { Strength: 1, RepairCost: 14400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 },
"dung_glefa3": { Strength: 1, RepairCost: 11800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 },
"wanderer_hat1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 13 },
"wanderer_hat3": { Strength: 1, RepairCost: 12000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 },
"wanderer_hat2": { Strength: 1, RepairCost: 14000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 },
"ed_svboots1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 11 },
"ed_svboots3": { Strength: 1, RepairCost: 12000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 },
"ed_svboots2": { Strength: 1, RepairCost: 14000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 8 },
"stalker_aml2": { Strength: 1, RepairCost: 12800, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 },
"stalker_aml1": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 },
"stalker_aml3": { Strength: 1, RepairCost: 10000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 5 },
"stalker_shid1": { Strength: 1, RepairCost: 16000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 16 },
"stalker_shid3": { Strength: 1, RepairCost: 10000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 9 },
"stalker_shid2": { Strength: 1, RepairCost: 12800, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 13 },
"arm_bts1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 },
"arm_bts3": { Strength: 1, RepairCost: 10000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 7 },
"arm_bts2": { Strength: 1, RepairCost: 12800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 },
"icebow1": { Strength: 1, RepairCost: 15200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 },
"icebow2": { Strength: 1, RepairCost: 13600, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 },
"icebow3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 },
"arm_r1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 15 },
"arm_r2": { Strength: 1, RepairCost: 12800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 12 },
"arm_r3": { Strength: 1, RepairCost: 10000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 9 },
"heaven_amlt": { Strength: 80, RepairCost: 60000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 20 },
"heaven_rn": { Strength: 80, RepairCost: 28000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 17 },
"heaven_bow": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 },
"heaven_shield": { Strength: 80, RepairCost: 36000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 },
"heaven_dagger": { Strength: 80, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 },
"magma_helm": { Strength: 80, RepairCost: 36000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 14 },
"magma_pend": { Strength: 80, RepairCost: 60000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 20 },
"magma_rd": { Strength: 80, RepairCost: 28000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 17 },
"magma_armor": { Strength: 80, RepairCost: 36000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 },
"magma_clc": { Strength: 80, RepairCost: 36000, MarketCategory: "cloack", CraftType: 2, AmmunitionPoints: 12 },
"magma_arb": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 },
"magma_swrd": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 18 },
"magma_boots": { Strength: 80, RepairCost: 36000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 15 },
"magma_lshield": { Strength: 80, RepairCost: 36000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 },
"magma_dagger": { Strength: 80, RepairCost: 36000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 },
"fear_scythe": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 18 },
"fear_boots": { Strength: 80, RepairCost: 36000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 15 },
"fear_shield": { Strength: 80, RepairCost: 36000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 },
"fear_lantern": { Strength: 80, RepairCost: 36000, MarketCategory: "shield", CraftType: 2, AmmunitionPoints: 15 },
"fear_bonearmour": { Strength: 80, RepairCost: 36000, MarketCategory: "cuirass", CraftType: 2, AmmunitionPoints: 14 },
"fear_cloack": { Strength: 80, RepairCost: 36000, MarketCategory: "cloack", CraftType: 2, AmmunitionPoints: 12 },
"fear_amulk": { Strength: 80, RepairCost: 60000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 20 },
"fear_bow": { Strength: 80, RepairCost: 40000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 },
"fear_maska": { Strength: 80, RepairCost: 36000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 14 },
"chains1": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 8 }, "chains2": { Strength: 1, RepairCost: 9200, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "chains3": { Strength: 1, RepairCost: 8400, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }
, "forest_knives": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }
, "drak_greaves1": { Strength: 1, RepairCost: 16800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 }, "drak_greaves3": { Strength: 1, RepairCost: 11800, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "drak_greaves2": { Strength: 1, RepairCost: 14400, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 }
, "smaska1": { Strength: 1, RepairCost: 16000, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 12 }, "smaska3": { Strength: 1, RepairCost: 12800, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 6 }, "smaska2": { Strength: 1, RepairCost: 14400, MarketCategory: "helm", CraftType: 2, AmmunitionPoints: 9 }
, "wanderer_boot1": { Strength: 1, RepairCost: 16000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 12 }, "wanderer_boot3": { Strength: 1, RepairCost: 12000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 6 }, "wanderer_boot2": { Strength: 1, RepairCost: 14000, MarketCategory: "boots", CraftType: 2, AmmunitionPoints: 9 }
, "ed_barrel1": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 8 }, "ed_barrel2": { Strength: 1, RepairCost: 14000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "ed_barrel3": { Strength: 1, RepairCost: 12000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }
, "mir_bow1": { Strength: 1, RepairCost: 24000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 8 }, "mir_bow3": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 4 }, "mir_bow2": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 6 }
, "stalker_iring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 11 }, "stalker_iring2": { Strength: 1, RepairCost: 12800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "stalker_iring3": { Strength: 1, RepairCost: 10000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }
, "dglef2": { Strength: 1, RepairCost: 14000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "dglef1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 21 }, "dglef3": { Strength: 1, RepairCost: 12000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }
, "arm_handgun1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 16 }, "arm_handgun2": { Strength: 1, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }, "arm_handgun3": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }
, "dun_pendant1": { Strength: 1, RepairCost: 16800, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 16 }, "dun_pendant2": { Strength: 1, RepairCost: 14400, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 13 }, "dun_pendant3": { Strength: 1, RepairCost: 11800, MarketCategory: "necklace", CraftType: 1, AmmunitionPoints: 10 }
, "forest_edge": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 2 }
, "stalker_backsword1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }, "stalker_backsword3": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "stalker_backsword2": { Strength: 1, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 12 }
, "steptopor1": { Strength: 1, RepairCost: 20000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 17 }, "steptopor2": { Strength: 1, RepairCost: 18000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 13 }, "steptopor3": { Strength: 1, RepairCost: 15200, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 9 }
, "wandr_cloack1": { Strength: 1, RepairCost: 16000, MarketCategory: "cloack", CraftType: 1, AmmunitionPoints: 12 }, "wandr_cloack2": { Strength: 1, RepairCost: 14000, MarketCategory: "cloack", CraftType: 1, AmmunitionPoints: 8 }, "wandr_cloack3": { Strength: 1, RepairCost: 12000, MarketCategory: "cloack", CraftType: 1, AmmunitionPoints: 5 }
, "armad_aml2": { Strength: 1, RepairCost: 12800, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 14 }, "armad_aml1": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 17 }, "armad_aml3": { Strength: 1, RepairCost: 10000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 10 }
, "sv_order1": { Strength: 1, RepairCost: 16000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 16 }, "sv_order2": { Strength: 1, RepairCost: 12800, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 12 }, "sv_order3": { Strength: 1, RepairCost: 9600, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 8 }
, "stalker_ark2": { Strength: 1, RepairCost: 12800, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 6 }, "stalker_ark1": { Strength: 1, RepairCost: 16000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 8 }, "stalker_ark3": { Strength: 1, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 4 }
, "stalker_sring1": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 11 }, "stalker_sring2": { Strength: 1, RepairCost: 12800, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }, "stalker_sring3": { Strength: 1, RepairCost: 10000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 6 }
, "santas_sack": { Strength: 50, RepairCost: 10000, MarketCategory: "backpack", CraftType: 0, AmmunitionPoints: 2 }
, "icehammer3": { Strength: 80, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "icehammer1": { Strength: 80, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 18 }, "icehammer2": { Strength: 80, RepairCost: 14400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }
, "mirh_ring1": { Strength: 1, RepairCost: 24000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 14 }, "mirh_ring2": { Strength: 1, RepairCost: 20000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 1 }, "mirh_ring3": { Strength: 1, RepairCost: 16000, MarketCategory: "ring", CraftType: 3, AmmunitionPoints: 8 }
, "arm_tesak1": { Strength: 1, RepairCost: 16000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 19 }, "arm_tesak3": { Strength: 1, RepairCost: 10000, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 11 }, "arm_tesak2": { Strength: 1, RepairCost: 12800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 15 }
, "neut_leaf": { Strength: 1, RepairCost: 10000, MarketCategory: "necklace", CraftType: 3, AmmunitionPoints: 11 }
, "dun_bw1": { Strength: 1, RepairCost: 16800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 10 }, "dun_bw2": { Strength: 1, RepairCost: 14400, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 7 }, "dun_bw3": { Strength: 1, RepairCost: 11800, MarketCategory: "weapon", CraftType: 1, AmmunitionPoints: 5 }
};
const win = window.wrappedJSObject || unsafeWindow;
(function() {
'use strict';
main();
function main() {
if(location.pathname == "/auction_new_lot.php") {
auctionNewLot();
} else {
inventory();
}
}
function auctionNewLot(){
const sel = document.querySelector("select#sel");
const anl_count = document.querySelector("input#anl_count");
const duration = document.querySelector("select#duration");
const art = JSON.parse(getValue("ArtSave", "{}"));
console.log(art);
if(art.Id) {
let searchStr = `option[value='${art.Id}']`;
if(art.Uid) {
searchStr = `option[value^='${art.Id}@${art.Uid}']`;
}
let options = Array.from(sel.querySelectorAll(searchStr));
console.log(`auctionNewLot searchStr: ${searchStr}, options.length: ${options.length}`);
if(options.length == 0 && art.Uid) {
searchStr = `option[value^='${art.Id}@']`;
options = Array.from(sel.querySelectorAll(searchStr));
console.log(`auctionNewLot searchStr: ${searchStr}, options.length: ${options.length}`);
}
if(options.length == 1) {
options[0].selected = true;
} else if(options.length > 1) {
console.log(options);
const found = options.find(x => x.value.includes(art.Uid) || x.innerText.includes(`${art.RestStrength}/${art.Strength}`));
if(found) {
found.selected = true;
}
}
anl_count.value = art.Amount || 1;
duration.selectedIndex = 6;
}
}
function inventory(){
let artInfoDivs = document.querySelectorAll("div.inventory_item_div.inventory_item2");
console.log(`artInfoDivs.length: ${artInfoDivs.length}`);
for(const artInfoDiv of artInfoDivs) {
const artIndex = parseInt(artInfoDiv.getAttribute("art_idx"));
const artInfo = win.arts[artIndex];
if(!artInfo) { console.log(`artIndex: ${artIndex}`); continue; }
if(artInfo.transfer_ok == 0) {
continue;
}
const artId = artInfo.art_id;
const artUid = artInfo.id;
const artInfoDivRect = artInfoDiv.getBoundingClientRect();
const verticalShiftDown = 9;
let rects;
rects = {
artSaleButton: {
top: artInfoDivRect.height - 16,
left: -8
}
};
const artSaleButton = addElement(
"input",
{ type: "image", src: "/i/r/48/gold.png", name: "artSaleButton", value: "...", artIndex: artIndex, style: `filter: sepia(0%) hue-rotate(40deg) saturate(80%) opacity(80%); position: absolute; top: ${rects.artSaleButton.top}px; left: ${rects.artSaleButton.left}px; z-index: 3; width: 15px; height: 15px;`, title: "Transfer to Market" },
artInfoDiv
);
artSaleButton.addEventListener("click", function(e) {
e.stopPropagation();
setValue("ArtSave", JSON.stringify({ Id: artId, Uid: artUid, ArtType: artId, Strength: artInfo.durability2, RestStrength: artInfo.durability1 }));
getURL("/auction_new_lot.php");
});
}
}
function setValue(key, value) {
GM_setValue(key, value);
};
function getValue(key, defaultValue) {
return GM_getValue(key, defaultValue);
};
function getURL(url) {
window.location.href = url;
}
function calcArtTypeAndCategory(artId, uid) {
if(ArtifactInfo[artId]) {
return { ArtType: artId, Category: ArtifactInfo[artId].MarketCategory, Id: artId, Uid: uid };
}
}
function getAuctionUrl(selectValue) {
let urlParams = calcArtTypeAndCategory(selectValue);
if(urlParams) {
let url = `/auction.php?cat=${urlParams.Category}`;
if(urlParams.ArtType) {
url += `&art_type=${urlParams.ArtType}`;
}
if(urlParams.Type) {
url += `&type=${urlParams.Type}`;
}
return url;
}
return "/auction.php";
}
// Html DOM
function addElement(type, data = {}, parent = undefined, insertPosition = "beforeend") {
const el = document.createElement(type);
for(const key in data) {
if(key == "innerText" || key == "innerHTML") {
el[key] = data[key];
} else {
el.setAttribute(key, data[key]);
}
}
if(parent) {
if(parent.insertAdjacentElement) {
parent.insertAdjacentElement(insertPosition, el);
} else if(parent.parentNode) {
switch(insertPosition) {
case "beforebegin":
parent.parentNode.insertBefore(el, parent);
break;
case "afterend":
parent.parentNode.insertBefore(el, parent.nextSibling);
break;
}
}
}
return el;
}
})();