Files
aowow/static/js/locale_enus.js
Sarjuuk e3d6f7b3a7 Profiler/Completions
* show completion info for claimed characters in infobox on
      appropriate db pages
2025-11-03 20:50:54 +01:00

5013 lines
246 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var l_reputation_names = [
'', // 0
"Registered account",
"Daily visit",
"Posted comment",
"Your comment was upvoted",
"Your comment was downvoted",
"Submitted screenshot",
"Cast vote",
"Uploaded data",
"Report accepted",
"Report declined", // 10
"Copper Achievement",
"Silver Achievement",
"Gold Achievement",
'Video suggested', // aowow - originally: Test 1
'Test 2',
"Guide approved",
"Moderator Warning",
"Moderator Suspension"
];
var l_guide_categories = [
'', // 0
"Classes", // 1
"Professions", // 2
"World Events", // 3
"New Players & Leveling", // 4
"Raid & Boss Fights", // 5
"Economy & Money", // 6
"Achievements", // 7
"Vanity Items, Pets & Mounts", // 8
"Other" // 9
];
var l_guide_states = [
'',
"Draft",
"Waiting for Approval",
"Approved",
"Rejected",
"Archived"
];
var l_guide_states_color = [
'',
'#71D5FF',
'#FFFF00',
'#1EFF00',
'#FF4040',
'#FFD100'
];
var mn_classes = [
[6,"Death Knight",,,{className:"c6",tinyIcon:"class_deathknight"}],
[11,"Druid",,,{className:"c11",tinyIcon:"class_druid"}],
[3,"Hunter",,,{className:"c3",tinyIcon:"class_hunter"}],
[8,"Mage",,,{className:"c8",tinyIcon:"class_mage"}],
[2,"Paladin",,,{className:"c2",tinyIcon:"class_paladin"}],
[5,"Priest",,,{className:"c5",tinyIcon:"class_priest"}],
[4,"Rogue",,,{className:"c4",tinyIcon:"class_rogue"}],
[7,"Shaman",,,{className:"c7",tinyIcon:"class_shaman"}],
[9,"Warlock",,,{className:"c9",tinyIcon:"class_warlock"}],
[1,"Warrior",,,{className:"c1",tinyIcon:"class_warrior"}]
];
var mn_races = [
[,"Alliance",,,{tinyIcon:"side_alliance"}],
[11,"Draenei",,,{tinyIcon:"race_draenei_female"}],
[3,"Dwarf",,,{tinyIcon:"race_dwarf_female"}],
[7,"Gnome",,,{tinyIcon:"race_gnome_female"}],
[1,"Human",,,{tinyIcon:"race_human_female"}],
[4,"Night Elf",,,{tinyIcon:"race_nightelf_female"}],
[,"Horde",,,{tinyIcon:"side_horde"}],
[10,"Blood Elf",,,{tinyIcon:"race_bloodelf_female"}],
[2,"Orc",,,{tinyIcon:"race_orc_female"}],
[6,"Tauren",,,{tinyIcon:"race_tauren_female"}],
[8,"Troll",,,{tinyIcon:"race_troll_female"}],
[5,"Undead",,,{tinyIcon:"race_scourge_female"}]
];
var mn_items = [
[2,"Weapons",,[
[,"One-Handed",'?items=2&filter=ty=15:13:0:4:7'],
[15,"Daggers"],
[13,"Fist Weapons"],
[0,"One-Handed Axes"],
[4,"One-Handed Maces"],
[7,"One-Handed Swords"],
[,"Two-Handed",'?items=2&filter=ty=6:10:1:5:8'],
[6,"Polearms"],
[10,"Staves"],
[1,"Two-Handed Axes"],
[5,"Two-Handed Maces"],
[8,"Two-Handed Swords"],
[,"Ranged",'?items=2&filter=ty=2:18:3:16:19'],
[2,"Bows"],
[18,"Crossbows"],
[3,"Guns"],
[16,"Thrown"],
[19,"Wands"],
[,"Other",'?items=2&filter=ty=20:14'],
[20,"Fishing Poles"],
[14,"Miscellaneous"]
]],
[4,"Armor",,[
[,"By Type",'?items=4&filter=ty=1:2:3:4'],
[1,"Cloth",,[
[5,"Chest","?items=4.1&filter=sl=5"],
[8,"Feet","?items=4.1&filter=sl=8"],
[10,"Hands","?items=4.1&filter=sl=10"],
[1,"Head","?items=4.1&filter=sl=1"],
[7,"Legs","?items=4.1&filter=sl=7"],
[3,"Shoulder","?items=4.1&filter=sl=3"],
[6,"Waist","?items=4.1&filter=sl=6"],
[9,"Wrist","?items=4.1&filter=sl=9"]
]],
[2,"Leather",,[
[5,"Chest","?items=4.2&filter=sl=5"],
[8,"Feet","?items=4.2&filter=sl=8"],
[10,"Hands","?items=4.2&filter=sl=10"],
[1,"Head","?items=4.2&filter=sl=1"],
[7,"Legs","?items=4.2&filter=sl=7"],
[3,"Shoulder","?items=4.2&filter=sl=3"],
[6,"Waist","?items=4.2&filter=sl=6"],
[9,"Wrist","?items=4.2&filter=sl=9"]
]],
[3,"Mail",,[
[5,"Chest","?items=4.3&filter=sl=5"],
[8,"Feet","?items=4.3&filter=sl=8"],
[10,"Hands","?items=4.3&filter=sl=10"],
[1,"Head","?items=4.3&filter=sl=1"],
[7,"Legs","?items=4.3&filter=sl=7"],
[3,"Shoulder","?items=4.3&filter=sl=3"],
[6,"Waist","?items=4.3&filter=sl=6"],
[9,"Wrist","?items=4.3&filter=sl=9"]
]],
[4,"Plate",,[
[5,"Chest","?items=4.4&filter=sl=5"],
[8,"Feet","?items=4.4&filter=sl=8"],
[10,"Hands","?items=4.4&filter=sl=10"],
[1,"Head","?items=4.4&filter=sl=1"],
[7,"Legs","?items=4.4&filter=sl=7"],
[3,"Shoulder","?items=4.4&filter=sl=3"],
[6,"Waist","?items=4.4&filter=sl=6"],
[9,"Wrist","?items=4.4&filter=sl=9"]
]],
[,"Other",'?items=4&filter=ty=-6:-5:-7:6:-8:0'],
[-6,"Cloaks"],
[-5,"Off-hand Frills"],
[6,"Shields"],
[-8,"Shirts"],
[-7,"Tabards"],
[0,"Miscellaneous"],
[,"Jewelry",'?items=4&filter=ty=-3:-2:-4'],
[-3,"Amulets"],
[-2,"Rings"],
[-4,"Trinkets"],
[,"Relics",'?items=4&filter=ty=7:8:9:10'],
[8,"Idols"],
[7,"Librams"],
[9,"Totems"],
[10,"Sigils"]
]],
[1,"Containers",,[
[0,"Bags"],
[3,"Enchanting Bags"],
[4,"Engineering Bags"],
[5,"Gem Bags"],
[2,"Herb Bags"],
[8,"Inscription Bags"],
[7,"Leatherworking Bags"],
[6,"Mining Bags"],
[1,"Soul Bags"]
]],
[0,"Consumables",,[
[7,"Bandages"],
[0,"Consumables"],
[2,"Elixirs",,[[1,"Battle"],[2,"Guardian"]]],
[3,"Flasks"],
[5,"Food & Drinks"],
[6,"Item Enhancements (Permanent)"],
[-3,"Item Enhancements (Temporary)"],
[1,"Potions"],
[4,"Scrolls"],
[8,"Other"]
]],
[16,"Glyphs",,[
[6,"Death Knight",,[[1,"Major"],[2,"Minor"]],{className:"c6",tinyIcon:"class_deathknight"}],
[11,"Druid",,[[1,"Major"],[2,"Minor"]],{className:"c11",tinyIcon:"class_druid"}],
[3,"Hunter",,[[1,"Major"],[2,"Minor"]],{className:"c3",tinyIcon:"class_hunter"}],
[8,"Mage",,[[1,"Major"],[2,"Minor"]],{className:"c8",tinyIcon:"class_mage"}],
[2,"Paladin",,[[1,"Major"],[2,"Minor"]],{className:"c2",tinyIcon:"class_paladin"}],
[5,"Priest",,[[1,"Major"],[2,"Minor"]],{className:"c5",tinyIcon:"class_priest"}],
[4,"Rogue",,[[1,"Major"],[2,"Minor"]],{className:"c4",tinyIcon:"class_rogue"}],
[7,"Shaman",,[[1,"Major"],[2,"Minor"]],{className:"c7",tinyIcon:"class_shaman"}],
[9,"Warlock",,[[1,"Major"],[2,"Minor"]],{className:"c9",tinyIcon:"class_warlock"}],
[1,"Warrior",,[[1,"Major"],[2,"Minor"]],{className:"c1",tinyIcon:"class_warrior"}]
]],
[7,"Trade Goods",,[
[14,"Armor Enchantments"],
[5,"Cloth"],
[3,"Devices"],
[10,"Elemental"],
[12,"Enchanting"],
[2,"Explosives"],
[9,"Herbs"],
[4,"Jewelcrafting"],
[6,"Leather"],
[13,"Materials"],
[8,"Meat"],
[7,"Metal & Stone"],
[1,"Parts"],
[15,"Weapon Enchantments"],
[11,"Other"]
]],
[6,"Projectiles",,[[2,"Arrows"],[3,"Bullets"]]],
[11,"Quivers",,[[3,"Ammo Pouches"],[2,"Quivers"]]],
[9,"Recipes",,[
[0,"Books",,,{tinyIcon:"inv_misc_book_03"}],
[6,"Alchemy",,,{tinyIcon:"trade_alchemy"}],
[4,"Blacksmithing",,,{tinyIcon:"trade_blacksmithing"}],
[5,"Cooking",,,{tinyIcon:"inv_misc_food_15"}],
[8,"Enchanting",,,{tinyIcon:"trade_engraving"}],
[3,"Engineering",,,{tinyIcon:"trade_engineering"}],
[7,"First Aid",,,{tinyIcon:"spell_holy_sealofsacrifice"}],
[9,"Fishing",,,{tinyIcon:"trade_fishing"}],
[11,"Inscription",,,{tinyIcon:'inv_inscription_tradeskill01'}],
[10,"Jewelcrafting",,,{tinyIcon:"inv_misc_gem_01"}],
[1,"Leatherworking",,,{tinyIcon:"inv_misc_armorkit_17"}],
[12,"Mining",,,{tinyIcon:'trade_mining'}],
[2,"Tailoring",,,{tinyIcon:"trade_tailoring"}]
]],
[3,"Gems",,[
[,"Colors"],
[6,"Meta",,,{className:"gem1"}],
[0,"Red",,,{className:"gem2"}],
[1,"Blue",,,{className:"gem8"}],
[2,"Yellow",,,{className:"gem4"}],
[3,"Purple",,,{className:"gem10"}],
[4,"Green",,,{className:"gem12"}],
[5,"Orange",,,{className:"gem6"}],
[8,"Prismatic",,,{className:"gem14"}],
[,"Other"],
[7,"Simple"]
]],
[15,"Miscellaneous",,[
[-2,"Armor Tokens"],
[3,"Holiday"],
[0,"Junk"],
[1,"Reagents"],
[5,"Mounts"],
[-7,"Flying Mounts"],
[2,"Companions"],
[4,"Other"]
]],
[10,"Currency"],
[12,"Quest"],
[13,"Keys"]
];
var mn_itemSets = [
[,"By Class"],
[6,"Death Knight",,,{className:"c6",tinyIcon:"class_deathknight"}],
[11,"Druid",,,{className:"c11",tinyIcon:"class_druid"}],
[3,"Hunter",,,{className:"c3",tinyIcon:"class_hunter"}],
[8,"Mage",,,{className:"c8",tinyIcon:"class_mage"}],
[2,"Paladin",,,{className:"c2",tinyIcon:"class_paladin"}],
[5,"Priest",,,{className:"c5",tinyIcon:"class_priest"}],
[4,"Rogue",,,{className:"c4",tinyIcon:"class_rogue"}],
[7,"Shaman",,,{className:"c7",tinyIcon:"class_shaman"}],
[9,"Warlock",,,{className:"c9",tinyIcon:"class_warlock"}],
[1,"Warrior",,,{className:"c1",tinyIcon:"class_warrior"}]
];
var mn_npcs = [
[1,"Beasts",,[
[24,"Bat","?npcs=1&filter=fa=24"],
[4,"Bear","?npcs=1&filter=fa=4"],
[26,"Bird of Prey","?npcs=1&filter=fa=26"],
[5,"Boar","?npcs=1&filter=fa=5"],
[7,"Carrion Bird","?npcs=1&filter=fa=7"],
[2,"Cat","?npcs=1&filter=fa=2"],
[38,"Chimaera","?npcs=1&filter=fa=38"],
[45,"Core Hound","?npcs=1&filter=fa=45"],
[8,"Crab","?npcs=1&filter=fa=8"],
[6,"Crocolisk","?npcs=1&filter=fa=6"],
[39,"Devilsaur","?npcs=1&filter=fa=39"],
[30,"Dragonhawk","?npcs=1&filter=fa=30"],
[9,"Gorilla","?npcs=1&filter=fa=9"],
[25,"Hyena","?npcs=1&filter=fa=25"],
[37,"Moth","?npcs=1&filter=fa=37"],
[34,"Nether Ray","?npcs=1&filter=fa=34"],
[11,"Raptor","?npcs=1&filter=fa=11"],
[31,"Ravager","?npcs=1&filter=fa=31"],
[43,"Rhino","?npcs=1&filter=fa=43"],
[20,"Scorpid","?npcs=1&filter=fa=20"],
[35,"Serpent","?npcs=1&filter=fa=35"],
[41,"Silithid","?npcs=1&filter=fa=41"],
[3,"Spider","?npcs=1&filter=fa=3"],
[46,"Spirit Beast","?npcs=1&filter=fa=46"],
[33,"Sporebat","?npcs=1&filter=fa=33"],
[12,"Tallstrider","?npcs=1&filter=fa=12"],
[21,"Turtle","?npcs=1&filter=fa=21"],
[32,"Warp Stalker","?npcs=1&filter=fa=32"],
[44,"Wasp","?npcs=1&filter=fa=44"],
[27,"Wind Serpent","?npcs=1&filter=fa=27"],
[1,"Wolf","?npcs=1&filter=fa=1"],
[42,"Worm","?npcs=1&filter=fa=42"]
]],
[8,"Critters"],
[3,"Demons"],
[2,"Dragonkin"],
[4,"Elementals"],
[5,"Giants"],
[7,"Humanoids"],
[9,"Mechanicals"],
[6,"Undead"],
[10,"Uncategorized"],
[11,"Totem"],
[12,"Non-combat Pet"],
[13,"Gas Cloud"]
];
var mn_objects = [
[9,"Books"],
[3,"Containers"],
[-5,"Chests"],
[25,"Fishing Pools"],
[-3,"Herbs"],
[-4,"Mineral Veins"],
[-2,"Quest"],
[-6,"Tools"],
[6,"Traps"]
];
var mn_quests = [
[,"Continents"],
[0, "Eastern Kingdoms", , [
[1, "Dun Morogh", , [[132, "Coldridge Valley", "?quests=0.132"]]],
[3, "Badlands"],
[4, "Blasted Lands"],
[8, "Swamp of Sorrows"],
[10, "Duskwood"],
[11, "Wetlands"],
[12, "Elwynn Forest", , [[9, "Northshire Valley", "?quests=0.9"]]],
[28, "Western Plaguelands"],
[33, "Stranglethorn Vale"],
[36, "Alterac Mountains"],
[38, "Loch Modan"],
[40, "Westfall"],
[41, "Deadwind Pass"],
[44, "Redridge Mountains"],
[45, "Arathi Highlands"],
[46, "Burning Steppes", , [[25, "Blackrock Mountain", "?quests=0.25"]]],
[47, "The Hinterlands"],
[51, "Searing Gorge"],
[85, "Tirisfal Glades", , [[154, "Deathknell", "?quests=0.154"]]],
[130, "Silverpine Forest"],
[139, "Eastern Plaguelands"],
[267, "Hillsbrad Foothills"],
[1497, "Undercity"],
[1519, "Stormwind City"],
[1537, "Ironforge"],
[2257, "Deeprun Tram"],
[3430, "Eversong Woods", , [[3431, "Sunstrider Isle", "?quests=0.3431"]]],
[3433, "Ghostlands"],
[3487, "Silvermoon City"],
[4080, "Isle of Quel'Danas"],
[4298, "The Scarlet Enclave"]
]],
[1, "Kalimdor", , [
[14, "Durotar", , [[363, "Valley of Trials", "?quests=1.363"]]],
[15, "Dustwallow Marsh"],
[16, "Azshara"],
[17, "The Barrens"],
[141, "Teldrassil", , [[188, "Shadowglen", "?quests=1.188"]]],
[148, "Darkshore"],
[215, "Mulgore", , [[220, "Red Cloud Mesa", "?quests=1.220"]]],
[331, "Ashenvale"],
[357, "Feralas"],
[361, "Felwood", , [[1769, "Timbermaw Hold", "?quests=1.1769"]]],
[400, "Thousand Needles"],
[405, "Desolace"],
[406, "Stonetalon Mountains"],
[440, "Tanaris"],
[490, "Un'Goro Crater"],
[493, "Moonglade"],
[618, "Winterspring"],
[1377, "Silithus"],
[1637, "Orgrimmar"],
[1638, "Thunder Bluff"],
[1657, "Darnassus"],
[3524, "Azuremyst Isle", , [[3526, "Ammen Vale", "?quests=1.3526"]]],
[3525, "Bloodmyst Isle"],
[3557, "The Exodar"]
]],
[8, "Outland", , [
[3483, "Hellfire Peninsula"],
[3518, "Nagrand"],
[3519, "Terokkar Forest", , [[3679, "Skettis", "?quests=8.3679"]]],
[3520, "Shadowmoon Valley"],
[3521, "Zangarmarsh"],
[3522, "Blade's Edge Mountains"],
[3523, "Netherstorm"],
[3703, "Shattrath City"]
]],
[10, "Northrend", , [
[65, "Dragonblight"],
[66, "Zul'Drak"],
[67, "The Storm Peaks"],
[210, "Icecrown"],
[394, "Grizzly Hills"],
[495, "Howling Fjord"],
[2817, "Crystalsong Forest"],
[3537, "Borean Tundra", , [[4024, "Coldarra", "?quests=10.4024"]]],
[3711, "Sholazar Basin"],
[4197, "Wintergrasp"],
[4395, "Dalaran"],
[4742, "Hrothgar's Landing"]
]],
[,"Other"],
[2, "Dungeons", , [
[206, "Utgarde Keep"],
[209, "Shadowfang Keep"],
[491, "Razorfen Kraul"],
[717, "The Stockade"],
[718, "Wailing Caverns"],
[719, "Blackfathom Deeps"],
[721, "Gnomeregan"],
[722, "Razorfen Downs"],
[796, "Scarlet Monastery"],
[1176, "Zul'Farrak"],
[1196, "Utgarde Pinnacle"],
[1337, "Uldaman"],
[1477, "Sunken Temple"],
[1581, "The Deadmines"],
[1583, "Blackrock Spire"],
[1584, "Blackrock Depths"],
[1941, "Caverns of Time", , [
[2366, "The Black Morass", "?quests=2.2366"],
[2367, "Old Hillsbrad Foothills", "?quests=2.2367"],
[4100, "The Culling of Stratholme", "?quests=2.4100"]
]],
[2017, "Stratholme"],
[2057, "Scholomance"],
[2100, "Maraudon"],
[2437, "Ragefire Chasm"],
[2557, "Dire Maul"],
[3535, "Hellfire Citadel", , [
[3562, "Hellfire Ramparts", "?quests=2.3562"],
[3713, "The Blood Furnace", "?quests=2.3713"],
[3714, "The Shattered Halls", "?quests=2.3714"]
]],
[3688, "Auchindoun", , [
[3789, "Shadow Labyrinth", "?quests=2.3789"],
[3790, "Auchenai Crypts", "?quests=2.3790"],
[3791, "Sethekk Halls", "?quests=2.3791"],
[3792, "Mana-Tombs", "?quests=2.3792"]
]],
[3842, "Tempest Keep", , [
[3847, "The Botanica", "?quests=2.3847"],
[3848, "The Arcatraz", "?quests=2.3848"],
[3849, "The Mechanar", "?quests=2.3849"]
]],
[3905, "Coilfang Reservoir", , [
[3715, "The Steamvault", "?quests=2.3715"],
[3716, "The Underbog", "?quests=2.3716"],
[3717, "The Slave Pens", "?quests=2.3717"]
]],
[4131, "Magisters' Terrace"],
[4196, "Drak'Tharon Keep"],
[4228, "The Oculus"],
[4264, "Halls of Stone"],
[4265, "The Nexus"],
[4272, "Halls of Lightning"],
[4277, "Azjol-Nerub"],
[4415, "The Violet Hold"],
[4416, "Gundrak"],
[4494, "Ahn'kahet: The Old Kingdom"],
[4522, "Icecrown Citadel", , [
[4809, "The Forge of Souls", "?quests=2.4809"],
[4813, "Pit of Saron", "?quests=2.4813"],
[4820, "Halls of Reflection", "?quests=2.4820"]
]],
[4723, "Trial of the Champion"]
]],
[3, "Raids", , [
[1977, "Zul'Gurub"],
[2159, "Onyxia's Lair"],
[2677, "Blackwing Lair"],
[2717, "Molten Core"],
[3428, "Temple of Ahn'Qiraj"],
[3429, "Ruins of Ahn'Qiraj"],
[3456, "Naxxramas"],
[3457, "Karazhan"],
[3606, "Hyjal Summit"],
[3607, "Serpentshrine Cavern"],
[3805, "Zul'Aman"],
[3836, "Magtheridon's Lair"],
[3845, "Tempest Keep"],
[3923, "Gruul's Lair"],
[3959, "Black Temple"],
[4075, "Sunwell Plateau"],
[4273, "Ulduar"],
[4493, "The Obsidian Sanctum"],
[4500, "The Eye of Eternity"],
[4603, "Vault of Archavon"],
[4722, "Trial of the Crusader"],
[4812, "Icecrown Citadel"],
[4987, "The Ruby Sanctum"]
]],
[4, "Classes", , [
[-61, "Warlock"],
[-81, "Warrior"],
[-82, "Shaman"],
[-141, "Paladin"],
[-161, "Mage"],
[-162, "Rogue"],
[-261, "Hunter"],
[-262, "Priest"],
[-263, "Druid"],
[-372, "Death Knight"]
]],
[5, "Professions", , [
[-24, "Herbalism"],
[-101, "Fishing"],
[-121, "Blacksmithing"],
[-181, "Alchemy"],
[-182, "Leatherworking"],
[-201, "Engineering"],
[-264, "Tailoring"],
[-304, "Cooking"],
[-324, "First Aid"],
[-371, "Inscription"],
[-373, "Jewelcrafting"]
]],
[6, "Battlegrounds", , [
[-25, "All"],
[2597, "Alterac Valley"],
[3277, "Warsong Gulch"],
[3358, "Arathi Basin"],
[3820, "Eye of the Storm"],
[4384, "Strand of the Ancients"],
[4710, "Isle of Conquest"]
]],
[9, "Seasonal", , [
[-41, "Day of the Dead"],
[-364, "Darkmoon Faire"],
[-366, "Lunar Festival"],
[-369, "Midsummer"],
[-370, "Brewfest"],
[-374, "Noblegarden"],
[-375, "Pilgrim's Bounty"],
[-376, "Love is in the Air"],
[-1001, "Winter Veil"],
[-1002, "Children's Week"],
[-1003, "Hallow's End"],
[-1005, "Harvest Festival"]
]],
[7, "Miscellaneous", , [
[-1, "Epic"],
[-241, "Argent Tournament"],
[-344, "Legendary"],
[-365, "Ahn'Qiraj War Effort"],
[-367, "Reputation"],
[-368, "Scourge Invasion"],
[-1010, "Dungeon Finder"]
]],
[-2, "Uncategorized"]
];
var mn_titles = [
[0,"General"],
[4,"Quests"],
[1,"Player vs. Player"],
[3,"Dungeons & Raids"],
[5,"Professions"],
[2,"Reputation"],
[6,"World Events"]
];
var mn_skills = [
[,"Professions","?skills=11"],
[171,"Alchemy","?skill=171",,{tinyIcon:"trade_alchemy"}],
[164,"Blacksmithing","?skill=164",,{tinyIcon:"trade_blacksmithing"}],
[333,"Enchanting","?skill=333",,{tinyIcon:"trade_engraving"}],
[202,"Engineering","?skill=202",,{tinyIcon:"trade_engineering"}],
[182,"Herbalism","?skill=182",,{tinyIcon:"spell_nature_naturetouchgrow"}],
[773,"Inscription","?skill=773",,{tinyIcon:"inv_inscription_tradeskill01"}],
[755,"Jewelcrafting","?skill=755",,{tinyIcon:"inv_misc_gem_01"}],
[165,"Leatherworking","?skill=165",,{tinyIcon:"inv_misc_armorkit_17"}],
[186,"Mining","?skill=186",,{tinyIcon:"trade_mining"}],
[393,"Skinning","?skill=393",,{tinyIcon:"inv_misc_pelt_wolf_01"}],
[197,"Tailoring","?skill=197",,{tinyIcon:"trade_tailoring"}],
[,"Secondary Skills","?skills=9"],
[185,"Cooking","?skill=185",,{tinyIcon:"inv_misc_food_15"}],
[129,"First Aid","?skill=129",,{tinyIcon:"spell_holy_sealofsacrifice"}],
[356,"Fishing","?skill=356",,{tinyIcon:"trade_fishing"}],
[762,"Riding","?skill=762",,{tinyIcon:"spell_nature_swiftness"}],
[,"Other"],
[8,"Armor Proficiencies","?skills=8"],
[10,"Languages","?skills=10"],
[6,"Weapon Skills","?skills=6"],
[7,"Class Skills","?skills=7"]
];
var mn_spells = [
[,"Character"],
[7,"Class Skills",,[
[6,"Death Knight",,[[770,"Blood",,,{tinyIcon:"Spell_Deathknight_BloodPresence"}],[771,"Frost",,,{tinyIcon:"Spell_Deathknight_FrostPresence"}],[772,"Unholy",,,{tinyIcon:"Spell_Deathknight_UnholyPresence"}],[776,"Runeforging"]],{className:"c6",tinyIcon:"class_deathknight"}],
[11,"Druid",,[[574,"Balance",,,{tinyIcon:"Spell_Nature_StarFall"}],[134,"Feral",,,{tinyIcon:"Ability_Racial_BearForm"}],[573,"Restoration",,,{tinyIcon:"Spell_Nature_HealingTouch"}]],{className:"c11",tinyIcon:"class_druid"}],
[3,"Hunter",,[[50,"Beast Mastery",,,{tinyIcon:"Ability_Hunter_BeastTaming"}],[163,"Marksmanship",,,{tinyIcon:"Ability_Marksmanship"}],[51,"Survival",,,{tinyIcon:"Ability_Hunter_SwiftStrike"}]],{className:"c3",tinyIcon:"class_hunter"}],
[8,"Mage",,[[237,"Arcane",,,{tinyIcon:"Spell_Holy_MagicalSentry"}],[8,"Fire",,,{tinyIcon:"Spell_Fire_FireBolt02"}],[6,"Frost",,,{tinyIcon:"Spell_Frost_FrostBolt02"}]],{className:"c8",tinyIcon:"class_mage"}],
[2,"Paladin",,[[594,"Holy",,,{tinyIcon:"Spell_Holy_HolyBolt"}],[267,"Protection",,,{tinyIcon:"Spell_Holy_DevotionAura"}],[184,"Retribution",,,{tinyIcon:"Spell_Holy_AuraOfLight"}]],{className:"c2",tinyIcon:"class_paladin"}],
[5,"Priest",,[[613,"Discipline",,,{tinyIcon:"Spell_Holy_WordFortitude"}],[56,"Holy",,,{tinyIcon:"Spell_Holy_GuardianSpirit"}],[78,"Shadow Magic",,,{tinyIcon:"Spell_Shadow_ShadowWordPain"}]],{className:"c5",tinyIcon:"class_priest"}],
[4,"Rogue",,[[253,"Assassination",,,{tinyIcon:"Ability_Rogue_Eviscerate"}],[38,"Combat",,,{tinyIcon:"Ability_BackStab"}],[39,"Subtlety",,,{tinyIcon:"Ability_Stealth"}]],{className:"c4",tinyIcon:"class_rogue"}],
[7,"Shaman",,[[375,"Elemental Combat",,,{tinyIcon:"Spell_Nature_Lightning"}],[373,"Enhancement",,,{tinyIcon:"Spell_Nature_LightningShield"}],[374,"Restoration",,,{tinyIcon:"Spell_Nature_MagicImmunity"}]],{className:"c7",tinyIcon:"class_shaman"}],
[9,"Warlock",,[[355,"Affliction",,,{tinyIcon:"Spell_Shadow_DeathCoil"}],[354,"Demonology",,,{tinyIcon:"Spell_Shadow_Metamorphosis"}],[593,"Destruction",,,{tinyIcon:"Spell_Shadow_RainOfFire"}]],{className:"c9",tinyIcon:"class_warlock"}],
[1,"Warrior",,[[26,"Arms",,,{tinyIcon:"Ability_Rogue_Eviscerate"}],[256,"Fury",,,{tinyIcon:"Ability_Warrior_InnerRage"}],[257,"Protection",,,{tinyIcon:"INV_Shield_06"}]],{className:"c1",tinyIcon:"class_warrior"}]
]],
[-13, "Glyphs",, [
[6, "Death Knight",, [[1, "Major", '?spells=-13.6&filter=gl=1'],[2, "Minor", '?spells=-13.6&filter=gl=2']], {className:'c6', tinyIcon:'class_deathknight'}],
[11, "Druid",, [[1, "Major", '?spells=-13.11&filter=gl=1'],[2, "Minor", '?spells=-13.11&filter=gl=2']], {className:'c11', tinyIcon:'class_druid'}],
[3, "Hunter",, [[1, "Major", '?spells=-13.3&filter=gl=1'],[2, "Minor", '?spells=-13.3&filter=gl=2']], {className:'c3', tinyIcon:'class_hunter'}],
[8, "Mage",, [[1, "Major", '?spells=-13.8&filter=gl=1'],[2, "Minor", '?spells=-13.8&filter=gl=2']], {className:'c8', tinyIcon:'class_mage'}],
[2, "Paladin",, [[1, "Major", '?spells=-13.2&filter=gl=1'],[2, "Minor", '?spells=-13.2&filter=gl=2']], {className:'c2', tinyIcon:'class_paladin'}],
[5, "Priest",, [[1, "Major", '?spells=-13.5&filter=gl=1'],[2, "Minor", '?spells=-13.5&filter=gl=2']], {className:'c5', tinyIcon:'class_priest'}],
[4, "Rogue",, [[1, "Major", '?spells=-13.4&filter=gl=1'],[2, "Minor", '?spells=-13.4&filter=gl=2']], {className:'c4', tinyIcon:'class_rogue'}],
[7, "Shaman",, [[1, "Major", '?spells=-13.7&filter=gl=1'],[2, "Minor", '?spells=-13.7&filter=gl=2']], {className:'c7', tinyIcon:'class_shaman'}],
[9, "Warlock",, [[1, "Major", '?spells=-13.9&filter=gl=1'],[2, "Minor", '?spells=-13.9&filter=gl=2']], {className:'c9', tinyIcon:'class_warlock'}],
[1, "Warrior",, [[1, "Major", '?spells=-13.1&filter=gl=1'],[2, "Minor", '?spells=-13.1&filter=gl=2']], {className:'c1', tinyIcon:'class_warrior'}]
]],
[-11,"Proficiencies",, [
[8,"Armor"],
[6,"Weapon"],
[10,"Languages"]
]],
[-4,"Racial Traits"],
[-2,"Talents",,[
[6,"Death Knight",,[[770,"Blood",,,{tinyIcon:"Spell_Deathknight_BloodPresence"}],[771,"Frost",,,{tinyIcon:"Spell_Deathknight_FrostPresence"}],[772,"Unholy",,,{tinyIcon:"Spell_Deathknight_UnholyPresence"}]],{className:"c6",tinyIcon:"class_deathknight"}],
[11,"Druid",,[[574,"Balance",,,{tinyIcon:"Spell_Nature_StarFall"}],[134,"Feral",,,{tinyIcon:"Ability_Racial_BearForm"}],[573,"Restoration",,,{tinyIcon:"Spell_Nature_HealingTouch"}]],{className:"c11",tinyIcon:"class_druid"}],
[3,"Hunter",,[[50,"Beast Mastery",,,{tinyIcon:"Ability_Hunter_BeastTaming"}],[163,"Marksmanship",,,{tinyIcon:"Ability_Marksmanship"}],[51,"Survival",,,{tinyIcon:"Ability_Hunter_SwiftStrike"}]],{className:"c3",tinyIcon:"class_hunter"}],
[8,"Mage",,[[237,"Arcane",,,{tinyIcon:"Spell_Holy_MagicalSentry"}],[8,"Fire",,,{tinyIcon:"Spell_Fire_FireBolt02"}],[6,"Frost",,,{tinyIcon:"Spell_Frost_FrostBolt02"}]],{className:"c8",tinyIcon:"class_mage"}],
[2,"Paladin",,[[594,"Holy",,,{tinyIcon:"Spell_Holy_HolyBolt"}],[267,"Protection",,,{tinyIcon:"Spell_Holy_DevotionAura"}],[184,"Retribution",,,{tinyIcon:"Spell_Holy_AuraOfLight"}]],{className:"c2",tinyIcon:"class_paladin"}],
[5,"Priest",,[[613,"Discipline",,,{tinyIcon:"Spell_Holy_WordFortitude"}],[56,"Holy",,,{tinyIcon:"Spell_Holy_GuardianSpirit"}],[78,"Shadow Magic",,,{tinyIcon:"Spell_Shadow_ShadowWordPain"}]],{className:"c5",tinyIcon:"class_priest"}],
[4,"Rogue",,[[253,"Assassination",,,{tinyIcon:"Ability_Rogue_Eviscerate"}],[38,"Combat",,,{tinyIcon:"Ability_BackStab"}],[39,"Subtlety",,,{tinyIcon:"Ability_Stealth"}]],{className:"c4",tinyIcon:"class_rogue"}],
[7,"Shaman",,[[375,"Elemental Combat",,,{tinyIcon:"Spell_Nature_Lightning"}],[373,"Enhancement",,,{tinyIcon:"Spell_Nature_LightningShield"}],[374,"Restoration",,,{tinyIcon:"Spell_Nature_MagicImmunity"}]],{className:"c7",tinyIcon:"class_shaman"}],
[9,"Warlock",,[[355,"Affliction",,,{tinyIcon:"Spell_Shadow_DeathCoil"}],[354,"Demonology",,,{tinyIcon:"Spell_Shadow_Metamorphosis"}],[593,"Destruction",,,{tinyIcon:"Spell_Shadow_RainOfFire"}]],{className:"c9",tinyIcon:"class_warlock"}],
[1,"Warrior",,[[26,"Arms",,,{tinyIcon:"Ability_Rogue_Eviscerate"}],[256,"Fury",,,{tinyIcon:"Ability_Warrior_InnerRage"}],[257,"Protection",,,{tinyIcon:"INV_Shield_06"}]],{className:"c1",tinyIcon:"class_warrior"}]
]],
[,"Pets"],
[-6,"Companions"],
[-5,"Mounts",,[
[1,"Ground Mounts"],
[2,"Flying Mounts"],
[3,"Miscellaneous"]
]],
[-3,"Pet Skills",,[
[,"Death Knight"],
[782,"Ghoul",,,{tinyIcon:"Spell_Shadow_AnimateDead"}],
[,"Hunter"],
[270,"Generic",,,{tinyIcon:"Ability_GhoulFrenzy"}],
[653,"Bat",,,{tinyIcon:"Ability_Hunter_Pet_Bat"}],
[210,"Bear",,,{tinyIcon:"Ability_Hunter_Pet_Bear"}],
[655,"Bird of Prey",,,{tinyIcon:"Ability_Hunter_Pet_Owl"}],
[211,"Boar",,,{tinyIcon:"Ability_Hunter_Pet_Boar"}],
[213,"Carrion Bird",,,{tinyIcon:"Ability_Hunter_Pet_Vulture"}],
[209,"Cat",,,{tinyIcon:"Ability_Hunter_Pet_Cat"}],
[780,"Chimaera",,,{tinyIcon:"Ability_Hunter_Pet_Chimera"}],
[787,"Core Hound",,,{tinyIcon:"Ability_Hunter_Pet_CoreHound"}],
[214,"Crab",,,{tinyIcon:"Ability_Hunter_Pet_Crab"}],
[212,"Crocolisk",,,{tinyIcon:"Ability_Hunter_Pet_Crocolisk"}],
[781,"Devilsaur",,,{tinyIcon:"Ability_Hunter_Pet_Devilsaur"}],
[763,"Dragonhawk",,,{tinyIcon:"Ability_Hunter_Pet_DragonHawk"}],
[215,"Gorilla",,,{tinyIcon:"Ability_Hunter_Pet_Gorilla"}],
[654,"Hyena",,,{tinyIcon:"Ability_Hunter_Pet_Hyena"}],
[775,"Moth",,,{tinyIcon:"Ability_Hunter_Pet_Moth"}],
[764,"Nether Ray",,,{tinyIcon:"Ability_Hunter_Pet_NetherRay"}],
[217,"Raptor",,,{tinyIcon:"Ability_Hunter_Pet_Raptor"}],
[767,"Ravager",,,{tinyIcon:"Ability_Hunter_Pet_Ravager"}],
[786,"Rhino",,,{tinyIcon:"Ability_Hunter_Pet_Rhino"}],
[236,"Scorpid",,,{tinyIcon:"Ability_Hunter_Pet_Scorpid"}],
[768,"Serpent",,,{tinyIcon:"Spell_Nature_GuardianWard"}],
[783,"Silithid",,,{tinyIcon:"Ability_Hunter_Pet_Silithid"}],
[203,"Spider",,,{tinyIcon:"Ability_Hunter_Pet_Spider"}],
[788,"Spirit Beast",,,{tinyIcon:"Ability_Druid_PrimalPrecision"}],
[765,"Sporebat",,,{tinyIcon:"Ability_Hunter_Pet_Sporebat"}],
[218,"Tallstrider",,,{tinyIcon:"Ability_Hunter_Pet_TallStrider"}],
[251,"Turtle",,,{tinyIcon:"Ability_Hunter_Pet_Turtle"}],
[766,"Warp Stalker",,,{tinyIcon:"Ability_Hunter_Pet_WarpStalker"}],
[785,"Wasp",,,{tinyIcon:"Ability_Hunter_Pet_Wasp"}],
[656,"Wind Serpent",,,{tinyIcon:"Ability_Hunter_Pet_WindSerpent"}],
[208,"Wolf",,,{tinyIcon:"Ability_Hunter_Pet_Wolf"}],
[784,"Worm",,,{tinyIcon:"Ability_Hunter_Pet_Worm"}],
[,"Warlock"],
[761,"Felguard",,,{tinyIcon:"Spell_Shadow_SummonFelguard"}],
[189,"Felhunter",,,{tinyIcon:"Spell_Shadow_SummonFelhunter"}],
[188,"Imp",,,{tinyIcon:"Spell_Shadow_SummonImp"}],
[205,"Succubus",,,{tinyIcon:"Spell_Shadow_SummonSuccubus"}],
[204,"Voidwalker",,,{tinyIcon:"Spell_Shadow_SummonVoidwalker"}]
]],
[-7,"Pet Talents",,[
[410,"Cunning",,,{tinyIcon:"Ability_Hunter_CombatExperience"}],
[411,"Ferocity",,,{tinyIcon:"Ability_Druid_Swipe"}],
[409,"Tenacity",,,{tinyIcon:"Ability_Hunter_Pet_Bear"}]
]],
[,"Professions & Skills"],
[11,"Professions",,[
[171,"Alchemy",,,{tinyIcon:"trade_alchemy"}],
[164,"Blacksmithing",,[[9788,"Armorsmithing"],[9787,"Weaponsmithing"],[17041,"Master Axesmithing"],[17040,"Master Hammersmithing"],[17039,"Master Swordsmithing"]],{tinyIcon:"trade_blacksmithing"}],
[333,"Enchanting",,,{tinyIcon:"trade_engraving"}],
[202,"Engineering",,[[20219,"Gnomish Engineering"],[20222,"Goblin Engineering"]],{tinyIcon:"trade_engineering"}],
[182,"Herbalism",,,{tinyIcon:"spell_nature_naturetouchgrow"}],
[773,"Inscription",,,{tinyIcon:"inv_inscription_tradeskill01"}],
[755,"Jewelcrafting",,,{tinyIcon:"inv_misc_gem_01"}],
[165,"Leatherworking",,[[10656,"Dragonscale Leatherworking"],[10658,"Elemental Leatherworking"],[10660,"Tribal Leatherworking"]],{tinyIcon:"inv_misc_armorkit_17"}],
[186,"Mining",,,{tinyIcon:"trade_mining"}],
[393,"Skinning",,,{tinyIcon:"inv_misc_pelt_wolf_01"}],
[197,"Tailoring",,[[26798,"Mooncloth Tailoring"],[26801,"Shadoweave Tailoring"],[26797,"Spellfire Tailoring"]],{tinyIcon:"trade_tailoring"}]
]],
[9,"Secondary Skills",,[
[185,"Cooking",,,{tinyIcon:"inv_misc_food_15"}],
[129,"First Aid",,,{tinyIcon:"spell_holy_sealofsacrifice"}],
[356,"Fishing",,,{tinyIcon:"trade_fishing"}],
[762,"Riding",,,{tinyIcon:"spell_nature_swiftness"}]
]],
[,"Other"],
[-8,"NPC Abilities"],
[-9,"GM Abilities"],
[0,"Uncategorized"]
];
var mn_zones = [
[,"Continents"],
[0,"Eastern Kingdoms"],
[1,"Kalimdor"],
[8,"Outland"],
[10,"Northrend"],
[,"Other"],
[2,"Dungeons",,[[0,"Classic"],[1,"The Burning Crusade"],[2,"Wrath of the Lich King"]]],
[3,"Raids",,[[0,"Classic"],[1,"The Burning Crusade"],[2,"Wrath of the Lich King"]]],
[6,"Battlegrounds"],
[9,"Arenas"]
];
var mn_factions = [
[1118,"Classic",,[[469,"Alliance"],[891,"Alliance Forces"],[67,"Horde"],[892,"Horde Forces"],[169,"Steamwheedle Cartel"]]],
[980,"The Burning Crusade",,[[936,"Shattrath City"]]],
[1097,"Wrath of the Lich King",,[[1037,"Alliance Vanguard"],[1052,"Horde Expedition"],[1117,"Sholazar Basin"]]],
[0,"Other"]
];
var mn_pets = [
[2,"Cunning",,,{tinyIcon:"Ability_Hunter_CombatExperience"}],
[0,"Ferocity",,,{tinyIcon:"Ability_Druid_Swipe"}],
[1,"Tenacity",,,{tinyIcon:"Ability_Hunter_Pet_Bear"}]
];
var mn_achievements = [
[92,"General"],
[96,"Quests",,[
[14861,"Classic"],
[14862,"The Burning Crusade"],
[14863,"Wrath of the Lich King"]
]],
[97,"Exploration",,[
[14777,"Eastern Kingdoms"],
[14778,"Kalimdor"],
[14779,"Outland"],
[14780,"Northrend"]
]],
[95,"Player vs. Player",,[
[165,"Arena"],
[14801,"Alterac Valley"],
[14802,"Arathi Basin"],
[14803,"Eye of the Storm"],
[14804,"Warsong Gulch"],
[14881,"Strand of the Ancients"],
[14901,"Wintergrasp"],
[15003,"Isle of Conquest"]
]],
[168,"Dungeons & Raids",,[
[14808,"Classic"],
[14805,"The Burning Crusade"],
[14806,"Lich King Dungeon"],
[14921,"Lich King Heroic"],
[14922,"Lich King 10-Player Raid"],
[14923,"Lich King 25-Player Raid"],
[14961,"Secrets of Ulduar 10-Player Raid"],
[14962,"Secrets of Ulduar 25-Player Raid"],
[15001,"Call of the Crusade 10-Player Raid"],
[15002,"Call of the Crusade 25-Player Raid"],
[15041,"Fall of the Lich King 10-Player Raid"],
[15042,"Fall of the Lich King 25-Player Raid"]
]],
[169,"Professions",,[
[170,"Cooking"],
[171,"Fishing"],
[172,"First Aid"]
]],
[201,"Reputation",,[
[14864,"Classic"],
[14865,"The Burning Crusade"],
[14866,"Wrath of the Lich King"]
]],
[155,"World Events",,[
[160,"Lunar Festival"],
[187,"Love is in the Air"],
[159,"Noblegarden"],
[163,"Children's Week"],
[161,"Midsummer"],
[162,"Brewfest"],
[158,"Hallow's End"],
[14981,"Pilgrim's Bounty"],
[156,"Winter Veil"],
[14941,"Argent Tournament"]
]],
[81,"Feats of Strength"],
[1,"Statistics",,[
[130,"Character",,[
[140,"Wealth"],
[145,"Consumables"],
[147,"Reputation"],
[191,"Gear"]
]],
[141,"Combat"],
[128,"Kills",,[
[135,"Creatures"],
[136,"Honorable Kills"],
[137,"Killing Blows"]
]],
[122,"Deaths",,[
[123,"Arenas"],
[124,"Battlegrounds"],
[125,"Dungeons"],
[126,"World"],
[127,"Resurrection"]
]],
[133,"Quests"],
[14807,"Dungeons & Raids",,[
[14821,"Classic"],
[14822,"The Burning Crusade"],
[14823,"Wrath of the Lich King"],
[14963,"Secrets of Ulduar"],
[15021,"Call of the Crusade"],
[15062,"Fall of the Lich King"]
]],
[132,"Skills",,[
[178,"Secondary Skills"],
[173,"Professions"]
]],
[134,"Travel"],
[131,"Social"],
[21,"Player vs. Player",,[
[152,"Rated Arenas"],
[153,"Battlegrounds"],
[154,"World"]
]]
]]
];
var mn_holidays = [
[1,"Holidays","?events=1"],
[2,"Recurring","?events=2"],
[3,"Player vs. Player","?events=3"]
];
var mn_currencies = [
[22,"Dungeon and Raid","?currencies=22"],
[1,"Miscellaneous","?currencies=1"],
[2,"Player vs. Player","?currencies=2"]
];
var mn_enchantments = [
[1,"Proc Spell","?enchantments&filter=ty=1"],
[3,"Equip Spell","?enchantments&filter=ty=3"],
[7,"Use Spell","?enchantments&filter=ty=7"],
[8,"Prismatic Socket","?enchantments&filter=ty=8"],
[5,"Statistics","?enchantments&filter=ty=5"],
[2,"Weapon Damage","?enchantments&filter=ty=2"],
[6,"DPS","?enchantments&filter=ty=6"],
[4,"Defense","?enchantments&filter=ty=4"]
];
var mn_sounds = [
[1000, "My Playlist", "?sound&playlist"],
[, "Types"],
[19,"Armor","?sounds&filter=ty=19"],
[16,"Death","?sounds&filter=ty=16"],
[25,"Doodads","?sounds&filter=ty=25"],
[52,"Emitters","?sounds&filter=ty=52"],
[29,"Emotes","?sounds&filter=ty=29"],
[12,"Errors","?sounds&filter=ty=12"],
[20,"Footstep Splash","?sounds&filter=ty=20"],
[3,"Footsteps","?sounds&filter=ty=3"],
[24,"Misc Ambience","?sounds&filter=ty=24"],
[10,"NPC Combat","?sounds&filter=ty=10"],
[17,"NPC Greetings","?sounds&filter=ty=17"],
[27,"NPC Loops","?sounds&filter=ty=27"],
[31,"Narration","?sounds&filter=ty=31"],
[30,"Narration Music","?sounds&filter=ty=30"],
[13,"Nature","?sounds&filter=ty=13"],
[14,"Objects","?sounds&filter=ty=14"],
[9,"Pick Up/Put Down","?sounds&filter=ty=9"],
[26,"Spell Fizzle","?sounds&filter=ty=26"],
[1,"Spells","?sounds&filter=ty=1"],
[23,"Tradeskills","?sounds&filter=ty=23"],
[2,"User Interface","?sounds&filter=ty=2"],
[53,"Vehicles","?sounds&filter=ty=53"],
[22,"Water","?sounds&filter=ty=22"],
[21,"Water (Character)","?sounds&filter=ty=21"],
[4,"Weapons Impacts","?sounds&filter=ty=4"],
[6,"Weapons Misses","?sounds&filter=ty=6"],
[50,"Zone Ambience","?sounds&filter=ty=50"],
[28,"Zone Music","?sounds&filter=ty=28"]
];
var mn_icons = [
[3, "Achievements", "?icons&filter=cr=3;crs=1;crv=0"],
// [4, "Battle Pets", "?icons&filter=cr=4;crs=1;crv=0"],
// [5, "Battle Pet Abilities", "?icons&filter=cr=5;crs=1;crv=0"],
[11, "Classes", "?icons&filter=cr=11;crs=1;crv=0"],
[6, "Currencies", "?icons&filter=cr=6;crs=1;crv=0"],
// [7, "Garrison Abilities", "?icons&filter=cr=7;crs=1;crv=0"],
// [8, "Garrison Buildings", "?icons&filter=cr=8;crs=1;crv=0"],
[1, "Items", "?icons&filter=cr=1;crs=1;crv=0"],
[9, "Hunter Pets", "?icons&filter=cr=9;crs=1;crv=0"],
[2, "Spells", "?icons&filter=cr=2;crs=1;crv=0"],
// [10, "Threats", "?icons&filter=cr=10;crs=1;crv=0"],
[13, "Unused", "?icons&filter=cr=13;crs=3;crv=0"]
];
// aowow - custom start
var mn_areatrigger = [
[0, 'Unused', '?areatriggers&filter=ty=0'],
[1, 'Tavern', '?areatriggers&filter=ty=1'],
[2, 'Teleporter', '?areatriggers&filter=ty=2'],
[3, 'Quest Objective', '?areatriggers&filter=ty=3'],
[4, 'Smart Trigger', '?areatriggers&filter=ty=4'],
[5, 'Script', '?areatriggers&filter=ty=5']
];
// aowow - custom end
var mn_talentCalc = [
[6,"Death Knight","?talent#j",,{className:"c6",tinyIcon:"class_deathknight"}],
[11,"Druid","?talent#0",,{className:"c11",tinyIcon:"class_druid"}],
[3,"Hunter","?talent#c",,{className:"c3",tinyIcon:"class_hunter"}],
[8,"Mage","?talent#o",,{className:"c8",tinyIcon:"class_mage"}],
[2,"Paladin","?talent#s",,{className:"c2",tinyIcon:"class_paladin"}],
[5,"Priest","?talent#b",,{className:"c5",tinyIcon:"class_priest"}],
[4,"Rogue","?talent#f",,{className:"c4",tinyIcon:"class_rogue"}],
[7,"Shaman","?talent#h",,{className:"c7",tinyIcon:"class_shaman"}],
[9,"Warlock","?talent#I",,{className:"c9",tinyIcon:"class_warlock"}],
[1,"Warrior","?talent#L",,{className:"c1",tinyIcon:"class_warrior"}]
];
var mn_petCalc = [
[,"Cunning",,,{tinyIcon:"Ability_Hunter_CombatExperience"}],
[24,"Bat","?petcalc#MR",,{tinyIcon:"Ability_Hunter_Pet_Bat"}],
[26,"Bird of Prey","?petcalc#Mb",,{tinyIcon:"Ability_Hunter_Pet_Owl"}],
[38,"Chimaera","?petcalc#cw",,{tinyIcon:"Ability_Hunter_Pet_Chimera"}],
[30,"Dragonhawk","?petcalc#c0",,{tinyIcon:"Ability_Hunter_Pet_DragonHawk"}],
[34,"Nether Ray","?petcalc#cR",,{tinyIcon:"Ability_Hunter_Pet_NetherRay"}],
[31,"Ravager","?petcalc#cM",,{tinyIcon:"Ability_Hunter_Pet_Ravager"}],
[35,"Serpent","?petcalc#ca",,{tinyIcon:"Spell_Nature_GuardianWard"}],
[41,"Silithid","?petcalc#mM",,{tinyIcon:"Ability_Hunter_Pet_Silithid"}],
[3,"Spider","?petcalc#0o",,{tinyIcon:"Ability_Hunter_Pet_Spider"}],
[33,"Sporebat","?petcalc#co",,{tinyIcon:"Ability_Hunter_Pet_Sporebat"}],
[27,"Wind Serpent","?petcalc#Mr",,{tinyIcon:"Ability_Hunter_Pet_WindSerpent"}],
[,"Ferocity",,,{tinyIcon:"Ability_Druid_Swipe"}],
[7,"Carrion Bird","?petcalc#0r",,{tinyIcon:"Ability_Hunter_Pet_Vulture"}],
[2,"Cat","?petcalc#0m",,{tinyIcon:"Ability_Hunter_Pet_Cat"}],
[45,"Core Hound","?petcalc#ma",,{tinyIcon:"Ability_Hunter_Pet_CoreHound"}],
[39,"Devilsaur","?petcalc#ch",,{tinyIcon:"Ability_Hunter_Pet_Devilsaur"}],
[25,"Hyena","?petcalc#Ma",,{tinyIcon:"Ability_Hunter_Pet_Hyena"}],
[37,"Moth","?petcalc#cr",,{tinyIcon:"Ability_Hunter_Pet_Moth"}],
[11,"Raptor","?petcalc#zM",,{tinyIcon:"Ability_Hunter_Pet_Raptor"}],
[46,"Spirit Beast","?petcalc#mb",,{tinyIcon:"Ability_Druid_PrimalPrecision"}],
[12,"Tallstrider","?petcalc#zm",,{tinyIcon:"Ability_Hunter_Pet_TallStrider"}],
[44,"Wasp","?petcalc#mR",,{tinyIcon:"Ability_Hunter_Pet_Wasp"}],
[1,"Wolf","?petcalc#0M",,{tinyIcon:"Ability_Hunter_Pet_Wolf"}],
[,"Tenacity",,,{tinyIcon:"Ability_Hunter_Pet_Bear"}],
[4,"Bear","?petcalc#0R",,{tinyIcon:"Ability_Hunter_Pet_Bear"}],
[5,"Boar","?petcalc#0a",,{tinyIcon:"Ability_Hunter_Pet_Boar"}],
[8,"Crab","?petcalc#0w",,{tinyIcon:"Ability_Hunter_Pet_Crab"}],
[6,"Crocolisk","?petcalc#0b",,{tinyIcon:"Ability_Hunter_Pet_Crocolisk"}],
[9,"Gorilla","?petcalc#0h",,{tinyIcon:"Ability_Hunter_Pet_Gorilla"}],
[43,"Rhino","?petcalc#mo",,{tinyIcon:"Ability_Hunter_Pet_Rhino"}],
[20,"Scorpid","?petcalc#M0",,{tinyIcon:"Ability_Hunter_Pet_Scorpid"}],
[21,"Turtle","?petcalc#MM",,{tinyIcon:"Ability_Hunter_Pet_Turtle"}],
[32,"Warp Stalker","?petcalc#cm",,{tinyIcon:"Ability_Hunter_Pet_WarpStalker"}],
[42,"Worm","?petcalc#mm",,{tinyIcon:"Ability_Hunter_Pet_Worm"}]
];
var mn_database = [
[, "Items"],
[0,"Items","?items",mn_items],
[2,"Item Sets","?itemsets",mn_itemSets],
[101,"Enchantments","?enchantments",mn_enchantments],
[, "Character"],
[9,"Achievements","?achievements",mn_achievements],
[12,"Classes","?classes",mn_classes],
[100,"Emotes","?emotes",null],
[8,"Hunter Pets","?pets",mn_pets],
[14,"Professions & Skills","?skills",mn_skills],
[13,"Races","?races",mn_races],
[1,"Spells","?spells",mn_spells],
[10,"Titles","?titles",mn_titles],
[, "World"],
[15,"Currencies","?currencies",mn_currencies],
[7,"Factions","?factions",mn_factions],
[4,"NPCs","?npcs",mn_npcs],
[5,"Objects","?objects",mn_objects],
[3,"Quests","?quests",mn_quests],
[11,"World Events","?events",mn_holidays],
[6,"Zones","?zones",mn_zones],
[, "Other"],
[31, "Icons", "?icons", mn_icons],
[19,"Sounds","?sounds",mn_sounds],
[102, 'Areatrigger', '?areatriggers', mn_areatrigger, {requiredAccess: 1726}], // aowow - custom
[103, 'Mails', '?mails'] // aowow - custom
];
var mn_guides = [
[7, "Achievements", '?guides=7'],
[1, "Classes", '?guides=1'],
[6, "Economy & Money", '?guides=6'],
[4, "New Players & Leveling", '?guides=4'],
[2, "Professions", '?guides=2'],
[5, "Raid & Boss Fights", '?guides=5'],
[8, "Vanity Items, Pets & Mounts", '?guides=8'],
[3, "World Events", '?guides=3'],
[9, "Other", '?guides=9']
];
var mn_tools = [
[0,"Talent Calculator","?talent",mn_talentCalc],
[2,"Hunter Pet Calculator","?petcalc",mn_petCalc],
[3,"Item Comparison","?compare"],
[5,"Profiler","?profiler",[
[0,"Characters","?profiles"],
[2,"Guilds","?guilds"],
[3,"Arena Teams","?arena-teams"],
[1,"New","?profile&new"]
]],
[1,"Maps","?maps"],
[,"Other"],
[8,"Utilities",,[
[,"Database"],
// [0,"Latest Additions","?latest-additions"],
// [1,"Latest Articles","?latest-articles"],
[2,"Latest Comments","?latest-comments"],
[3,"Latest Screenshots","?latest-screenshots"],
[11,"Latest Videos","?latest-videos"],
[12,"Most Comments",,[
[1,"Yesterday","?most-comments"],
[7,"Past 7 Days","?most-comments=7"],
[30,"Past 30 Days","?most-comments=30"]
]],
[5,"Unrated Comments","?unrated-comments"],
[13,"Missing Screenshots","?missing-screenshots"],
[4,"Random Page","?random"]
]]
];
var mn_reputation = [
[0, "Show All Privileges", "?privileges" ],
[, "Privileges" ],
[1, "Post comments", "?privilege=1" ],
[2, "Post external links", "?privilege=2" ],
// [4, "No CAPTCHAs", "?privilege=4" ],
[5, "Comment votes worth more", "?privilege=5" ],
[9, "More votes per day", "?privilege=9" ],
[10, "Upvote comments", "?privilege=10"],
[11, "Downvote comments", "?privilege=11"],
[12, "Post comment replies", "?privilege=12"],
[13, "Border: Uncommon", "?privilege=13"],
[14, "Border: Rare", "?privilege=14"],
[15, "Border: Epic", "?privilege=15"],
[16, "Border: Legendary", "?privilege=16"],
[17, "AoWoW Premium", "?privilege=17"]
];
var mn_community = [
[3,"Forum","http://forums.battle.net",null,{tinyIcon: g_staticUrl + "/images/icons/forum.png"}],
[7,"Blog","http://worldpress.com",null,{tinyIcon: g_staticUrl + "/images/icons/blog.png"}],
[4,"IRC-Channel","http://webchat.quakenet.org/",null,{tinyIcon: g_staticUrl + "/images/icons/irc.png"}],
[,"Community"],
[10, "Site Reputation", "?reputation", mn_reputation],
[11, "Top Users", "?top-users"],
[,"Social"],
[6,"Facebook Page","http://www.facebook.com",null,{tinyIcon: g_staticUrl + "/images/icons/facebook.png"}],
[5,"Twitter Page","http://twitter.com",null,{tinyIcon: g_staticUrl + "/images/icons/twitter.png"}]
];
var mn_more = [
[,"All About AoWoW"],
[0,"About Us & Contact","?aboutus"],
[3,"FAQ","?faq"],
[13,"Help",,[
[0,"Commenting and You","?help=commenting-and-you"],
[5,"Item Comparison","?help=item-comparison"],
[1,"Model Viewer","?help=modelviewer"],
[6,"Profiler","?help=profiler"],
[2,"Screenshots: Tips & Tricks","?help=screenshots-tips-tricks"],
[3,"Stat Weighting","?help=stat-weighting"],
[4,"Talent Calculator","?help=talent-calculator"],
[7,"Markup Guide","?help=markup-guide"]
]],
[7,"What's New","?whats-new"],
[,"Goodies"],
[16, "Search Box","?searchbox"],
[8,"Search Plugins","?searchplugins"],
[10,"Tooltips","?tooltips"]
];
var mn_path = [
[0, "Database", null , mn_database ],
[1, "Tools", null , mn_tools ],
[3, "Community", null , mn_community],
[6, "Guides", '?guides', mn_guides ],
[2, "More", null , mn_more ]
/* Note: ID 4 is used by the Staff menu - Skip it. It's added by staff.js */
];
var g_contact_reasons = {
1: 'General feedback',
2: 'Bug report',
3: 'Typo/mistranslation',
4: 'Advertise with us',
5: 'Partnership opportunities',
6: 'Press inquiry',
7: 'Other',
8: 'Error in Article',
15: 'Advertising',
16: 'Inaccurate',
17: 'Out of date',
18: 'Spam',
19: 'Vulgar/inappropriate',
20: 'Other',
30: 'Advertising',
31: 'Inaccurate',
32: 'Out of date',
33: 'Spam',
34: 'Sticky request',
35: 'Vulgar/inappropriate',
36: 'Other',
37: 'Avatar',
45: 'Inaccurate',
46: 'Out of date',
47: 'Vulgar/inappropriate',
48: 'Other',
60: 'Inaccurate completion data',
61: 'Other'
};
var g_chr_classes = {
1: 'Warrior',
2: 'Paladin',
3: 'Hunter',
4: 'Rogue',
5: 'Priest',
6: 'Death Knight',
7: 'Shaman',
8: 'Mage',
9: 'Warlock',
11: 'Druid'
};
var g_chr_races = {
1: 'Human',
2: 'Orc',
3: 'Dwarf',
4: 'Night Elf',
5: 'Undead',
6: 'Tauren',
7: 'Gnome',
8: 'Troll',
10: 'Blood Elf',
11: 'Draenei'
};
var g_chr_specs = {
"-1": 'Untalented',
0: 'Hybrid',
6: ['Blood', 'Frost', 'Unholy' ],
11: ['Balance', 'Feral Combat', 'Restoration' ],
3: ['Beast Mastery', 'Marksmanship', 'Survival' ],
8: ['Arcane', 'Fire', 'Frost' ],
2: ['Holy', 'Protection', 'Retribution' ],
5: ['Discipline', 'Holy', 'Shadow Magic'],
4: ['Assassination', 'Combat', 'Subtlety' ],
7: ['Elemental Combat', 'Enhancement', 'Restoration' ],
9: ['Affliction', 'Demonology', 'Destruction' ],
1: ['Arms', 'Fury', 'Protection' ]
};
var g_item_glyphs = {
1: 'Major',
2: 'Minor'
};
var g_item_slots = {
1: 'Head',
2: 'Neck',
3: 'Shoulder',
4: 'Shirt',
5: 'Chest',
6: 'Waist',
7: 'Legs',
8: 'Feet',
9: 'Wrist',
10: 'Hands',
11: 'Finger',
12: 'Trinket',
13: 'One-Hand',
14: 'Shield',
15: 'Ranged',
16: 'Back',
17: 'Two-Hand',
18: 'Bag',
19: 'Tabard',
21: 'Main Hand',
22: 'Off Hand',
23: 'Held In Off-hand',
24: 'Projectile',
25: 'Thrown',
28: 'Relic'
};
var g_item_classes = {
0: 'Consumable',
1: 'Container',
2: 'Weapon',
3: 'Gem',
4: 'Armor',
5: 'Reagent',
6: 'Projectile',
7: 'Trade Goods',
9: 'Recipe',
10: 'Currency',
11: 'Quiver',
12: 'Quest',
13: 'Key',
15: 'Miscellaneous',
16: 'Glyph'
};
var g_item_subclasses = {
0: {
0: 'Consumable',
1: 'Potion',
2: 'Elixir',
3: 'Flask',
4: 'Scroll',
5: 'Food & Drink',
6: 'Perm. Enhancement',
"-3": 'Temp. Enhancement',
7: 'Bandage',
8: 'Other (Consumables)'
},
1: {
0: 'Bag',
1: 'Soul Bag',
2: 'Herb Bag',
3: 'Enchanting Bag',
4: 'Engineering Bag',
5: 'Gem Bag',
6: 'Mining Bag',
7: 'Leatherworking Bag',
8: 'Inscription Bag'
},
2: {
0: 'One-Handed Axe',
1: 'Two-Handed Axe',
2: 'Bow',
3: 'Gun',
4: 'One-Handed Mace',
5: 'Two-Handed Mace',
6: 'Polearm',
7: 'One-Handed Sword',
8: 'Two-Handed Sword',
10: 'Staff',
13: 'Fist Weapon',
14: 'Misc. (Weapons)',
15: 'Dagger',
16: 'Thrown',
18: 'Crossbow',
19: 'Wand',
20: 'Fishing Pole'
},
3: {
0: 'Red Gem',
1: 'Blue Gem',
2: 'Yellow Gem',
3: 'Purple Gem',
4: 'Green Gem',
5: 'Orange Gem',
6: 'Meta Gem',
7: 'Simple Gem',
8: 'Prismatic Gem'
},
4: {
"-8": 'Shirt',
"-7": 'Tabard',
"-6": 'Cloak',
"-5": 'Off-hand Frill',
"-4": 'Trinket',
"-3": 'Amulet',
"-2": 'Ring',
0: 'Misc. (Armor)',
1: 'Cloth Armor',
2: 'Leather Armor',
3: 'Mail Armor',
4: 'Plate Armor',
6: 'Shield',
7: 'Libram',
8: 'Idol',
9: 'Totem',
10: 'Sigil'
},
6: {
2: 'Arrow',
3: 'Bullet'
},
7: {
1: 'Part',
2: 'Explosive',
3: 'Device',
4: 'Jewelcrafting',
5: 'Cloth',
6: 'Leather',
7: 'Metal & Stone',
8: 'Meat',
9: 'Herb',
10: 'Elemental',
12: 'Enchanting',
13: 'Material',
14: 'Armor Enchantment',
15: 'Weapon Enchantment',
11: 'Other (Trade Goods)'
},
9: {
0: 'Book',
1: 'Leatherworking Pattern',
2: 'Tailoring Pattern',
3: 'Engineering Schematic',
4: 'Blacksmithing Plans',
5: 'Cooking Recipe',
6: 'Alchemy Recipe',
7: 'First Aid Book',
8: 'Enchanting Formula',
9: 'Fishing Book',
10: 'Jewelcrafting Design',
11: 'Inscription Technique',
12: 'Mining Guides'
},
11: {
2: 'Quiver',
3: 'Ammo Pouch'
},
15: {
"-7": 'Flying Mount',
"-6": 'Combat Pet',
"-2": 'Armor Token',
0: 'Junk',
1: 'Reagent',
2: 'Small Pet',
3: 'Holiday',
4: 'Other (Miscellaneous)',
5: 'Mount'
},
16: {
6: 'Death Knight Glyph',
11: 'Druid Glyph',
3: 'Hunter Glyph',
8: 'Mage Glyph',
2: 'Paladin Glyph',
5: 'Priest Glyph',
4: 'Rogue Glyph',
7: 'Shaman Glyph',
9: 'Warlock Glyph',
1: 'Warrior Glyph'
}
};
var g_item_subsubclasses = {
0: {
2: {
1: 'Battle Elixir',
2: 'Guardian Elixir'
}
}
};
var g_itemset_types = {
1: 'Cloth',
2: 'Leather',
3: 'Mail',
4: 'Plate',
5: 'Dagger',
6: 'Ring',
7: 'Fist Weapon',
8: 'One-Handed Axe',
9: 'One-Handed Mace',
10: 'One-Handed Sword',
11: 'Trinket',
12: 'Amulet'
};
var g_itemset_notes = {
1: 'Dungeon Set 1',
2: 'Dungeon Set 2',
14: 'Dungeon Set 3',
3: 'Tier 1 Raid Set',
4: 'Tier 2 Raid Set',
5: 'Tier 3 Raid Set',
12: 'Tier 4 Raid Set',
13: 'Tier 5 Raid Set',
18: 'Tier 6 Raid Set',
23: 'Tier 7 Raid Set',
25: 'Tier 8 Raid Set',
27: 'Tier 9 Raid Set',
29: 'Tier 10 Raid Set',
6: 'Level 60 PvP Rare Set',
7: 'Level 60 PvP Rare Set (Old)',
8: 'Level 60 PvP Epic Set',
16: 'Level 70 PvP Rare Set',
21: 'Level 70 PvP Rare Set 2',
17: 'Arena Season 1 Set',
19: 'Arena Season 2 Set',
20: 'Arena Season 3 Set',
22: 'Arena Season 4 Set',
24: 'Arena Season 5 Set',
26: 'Arena Season 6 Set',
28: 'Arena Season 7 Set',
30: 'Arena Season 8 Set',
15: 'Arathi Basin Set',
9: 'Ruins of Ahn\'Qiraj Set',
10: 'Temple of Ahn\'Qiraj Set',
11: 'Zul\'Gurub Set'
};
var g_npc_classifications = {
0: 'Normal',
1: 'Elite',
2: 'Rare Elite',
3: 'Boss',
4: 'Rare'
};
var g_npc_types = {
0: 'Uncategorized',
1: 'Beast',
8: 'Critter',
3: 'Demon',
4: 'Elemental',
2: 'Dragonkin',
5: 'Giant',
7: 'Humanoid',
6: 'Undead',
9: 'Mechanical',
10: 'Not specified',
11: 'Totem',
12: 'Non-combat Pet',
13: 'Gas Cloud'
};
var g_pet_families = {
1: 'Wolf',
2: 'Cat',
3: 'Spider',
4: 'Bear',
5: 'Boar',
6: 'Crocolisk',
7: 'Carrion Bird',
8: 'Crab',
9: 'Gorilla',
11: 'Raptor',
12: 'Tallstrider',
20: 'Scorpid',
21: 'Turtle',
24: 'Bat',
25: 'Hyena',
26: 'Bird of Prey',
27: 'Wind Serpent',
30: 'Dragonhawk',
31: 'Ravager',
32: 'Warp Stalker',
33: 'Sporebat',
34: 'Nether Ray',
35: 'Serpent',
37: 'Moth',
38: 'Chimaera',
39: 'Devilsaur',
41: 'Silithid',
42: 'Worm',
43: 'Rhino',
44: 'Wasp',
45: 'Core Hound',
46: 'Spirit Beast'
};
var g_pet_types = {
0: 'Ferocity',
1: 'Tenacity',
2: 'Cunning'
};
var g_pet_foods = {
1: 'Meat',
2: 'Fish',
4: 'Cheese',
8: 'Bread',
16: 'Fungus',
32: 'Fruit',
64: 'Raw Meat',
128: 'Raw Fish'
};
var g_object_types = {
0: 'Other',
9: 'Book',
3: 'Container',
6: 'Trap',
"-5": 'Chest',
25: 'Fishing Pool',
"-3": 'Herb',
"-4": 'Mineral Vein',
"-2": 'Quest',
"-6": 'Tool'
};
var g_reputation_standings = {
0: 'Hated',
1: 'Hostile',
2: 'Unfriendly',
3: 'Neutral',
4: 'Friendly',
5: 'Honored',
6: 'Revered',
7: 'Exalted'
};
var g_quest_categories = {
"-2": 'Uncategorized',
0: 'Eastern Kingdoms',
1: 'Kalimdor',
2: 'Dungeons',
3: 'Raids',
4: 'Classes',
5: 'Professions',
6: 'Battlegrounds',
7: 'Miscellaneous',
8: 'Outland',
9: 'Seasonal',
10: 'Northrend'
};
var g_quest_sorts = {
"-1001": 'Winter Veil',
"-1002": 'Children\'s Week',
"-1003": 'Hallow\'s End',
"-1005": 'Harvest Festival',
"-1010": 'Dungeon Finder',
"-1": 'Epic',
"-22": 'Seasonal',
"-24": 'Herbalism',
"-25": 'Battlegrounds',
"-41": 'Day of the Dead',
"-61": 'Warlock',
"-81": 'Warrior',
"-82": 'Shaman',
"-101": 'Fishing',
"-121": 'Blacksmithing',
"-141": 'Paladin',
"-161": 'Mage',
"-162": 'Rogue',
"-181": 'Alchemy',
"-182": 'Leatherworking',
"-201": 'Engineering',
"-241": 'Tournament',
"-261": 'Hunter',
"-262": 'Priest',
"-263": 'Druid',
"-264": 'Tailoring',
"-304": 'Cooking',
"-324": 'First Aid',
"-344": 'Legendary',
"-364": 'Darkmoon Faire',
"-365": 'Ahn\'Qiraj War',
"-366": 'Lunar Festival',
"-367": 'Reputation',
"-368": 'Invasion',
"-369": 'Midsummer',
"-370": 'Brewfest',
"-371": 'Inscription',
"-372": 'Death Knight',
"-373": 'Jewelcrafting',
"-374": 'Noblegarden',
"-375": 'Pilgrim\'s Bounty',
"-376": 'Love is in the Air',
1: 'Dun Morogh',
3: 'Badlands',
4: 'Blasted Lands',
8: 'Swamp of Sorrows',
9: 'Northshire Valley',
10: 'Duskwood',
11: 'Wetlands',
12: 'Elwynn Forest',
14: 'Durotar',
15: 'Dustwallow Marsh',
16: 'Azshara',
17: 'The Barrens',
25: 'Blackrock Mountain',
28: 'Western Plaguelands',
33: 'Stranglethorn Vale',
36: 'Alterac Mountains',
38: 'Loch Modan',
40: 'Westfall',
41: 'Deadwind Pass',
44: 'Redridge Mountains',
45: 'Arathi Highlands',
46: 'Burning Steppes',
47: 'The Hinterlands',
51: 'Searing Gorge',
65: 'Dragonblight',
66: 'Zul\'Drak',
67: 'The Storm Peaks',
85: 'Tirisfal Glades',
130: 'Silverpine Forest',
132: 'Coldridge Valley',
139: 'Eastern Plaguelands',
141: 'Teldrassil',
148: 'Darkshore',
154: 'Deathknell',
188: 'Shadowglen',
206: 'Utgarde Keep',
209: 'Shadowfang Keep',
210: 'Icecrown',
215: 'Mulgore',
220: 'Red Cloud Mesa',
267: 'Hillsbrad Foothills',
331: 'Ashenvale',
357: 'Feralas',
361: 'Felwood',
363: 'Valley of Trials',
394: 'Grizzly Hills',
400: 'Thousand Needles',
405: 'Desolace',
406: 'Stonetalon Mountains',
440: 'Tanaris',
490: 'Un\'Goro Crater',
491: 'Razorfen Kraul',
493: 'Moonglade',
495: 'Howling Fjord',
618: 'Winterspring',
717: 'The Stockade',
718: 'Wailing Caverns',
719: 'Blackfathom Deeps',
721: 'Gnomeregan',
722: 'Razorfen Downs',
796: 'Scarlet Monastery',
1176: 'Zul\'Farrak',
1196: 'Utgarde Pinnacle',
1337: 'Uldaman',
1377: 'Silithus',
1477: 'Sunken Temple',
1497: 'Undercity',
1517: 'Uldaman',
1519: 'Stormwind City',
1537: 'Ironforge',
1581: 'The Deadmines',
1583: 'Blackrock Spire',
1584: 'Blackrock Depths',
1637: 'Orgrimmar',
1638: 'Thunder Bluff',
1657: 'Darnassus',
1769: 'Timbermaw Hold',
1941: 'Caverns of Time',
1977: 'Zul\'Gurub',
2017: 'Stratholme',
2057: 'Scholomance',
2100: 'Maraudon',
2159: 'Onyxia\'s Lair',
2257: 'Deeprun Tram',
2366: 'The Black Morass',
2367: 'Old Hillsbrad Foothills',
2437: 'Ragefire Chasm',
2557: 'Dire Maul',
2597: 'Alterac Valley',
2677: 'Blackwing Lair',
2717: 'Molten Core',
2817: 'Crystalsong Forest',
3277: 'Warsong Gulch',
3358: 'Arathi Basin',
3428: 'Temple of Ahn\'Qiraj',
3429: 'Ruins of Ahn\'Qiraj',
3430: 'Eversong Woods',
3431: 'Sunstrider Isle',
3433: 'Ghostlands',
3456: 'Naxxramas',
3457: 'Karazhan',
3483: 'Hellfire Peninsula',
3487: 'Silvermoon City',
3518: 'Nagrand',
3519: 'Terokkar Forest',
3520: 'Shadowmoon Valley',
3521: 'Zangarmarsh',
3522: 'Blade\'s Edge Mountains',
3523: 'Netherstorm',
3524: 'Azuremyst Isle',
3525: 'Bloodmyst Isle',
3526: 'Ammen Vale',
3535: 'Hellfire Citadel',
3537: 'Borean Tundra',
3557: 'The Exodar',
3562: 'Hellfire Ramparts',
3606: 'Hyjal Summit',
3607: 'Serpentshrine Cavern',
3679: 'Skettis',
3688: 'Auchindoun',
3703: 'Shattrath City',
3711: 'Sholazar Basin',
3713: 'The Blood Furnace',
3714: 'The Shattered Halls',
3715: 'The Steamvault',
3716: 'The Underbog',
3717: 'The Slave Pens',
3789: 'Shadow Labyrinth',
3790: 'Auchenai Crypts',
3791: 'Sethekk Halls',
3792: 'Mana-Tombs',
3805: 'Zul\'Aman',
3820: 'Eye of the Storm',
3836: 'Magtheridon\'s Lair',
3842: 'Tempest Keep',
3845: 'Tempest Keep',
3847: 'The Botanica',
3848: 'The Arcatraz',
3849: 'The Mechanar',
3905: 'Coilfang Reservoir',
3923: 'Gruul\'s Lair',
3959: 'Black Temple',
4024: 'Coldarra',
4075: 'Sunwell Plateau',
4080: 'Isle of Quel\'Danas',
4100: 'The Culling of Stratholme',
4131: 'Magisters\' Terrace',
4196: 'Drak\'Tharon Keep',
4197: 'Wintergrasp',
4228: 'The Oculus',
4264: 'Halls of Stone',
4265: 'The Nexus',
4272: 'Halls of Lightning',
4273: 'Ulduar',
4277: 'Azjol-Nerub',
4298: 'The Scarlet Enclave',
4384: 'Strand of the Ancients',
4395: 'Dalaran',
4415: 'The Violet Hold',
4416: 'Gundrak',
4493: 'The Obsidian Sanctum',
4494: 'Ahn\'kahet: The Old Kingdom',
4500: 'The Eye of Eternity',
4522: 'Icecrown Citadel',
4603: 'Vault of Archavon',
4710: 'Isle of Conquest',
4722: 'Trial of the Crusader',
4723: 'Trial of the Champion',
4742: 'Hrothgar\'s Landing',
4809: 'The Forge of Souls',
4812: 'Icecrown Citadel',
4813: 'Pit of Saron',
4820: 'Halls of Reflection',
4987: 'The Ruby Sanctum'
};
var g_quest_types = {
0: 'Normal',
1: 'Group',
21: 'Life',
41: 'PvP',
62: 'Raid',
81: 'Dungeon',
82: 'World Event',
83: 'Legendary',
84: 'Escort',
85: 'Heroic',
88: 'Raid (10)',
89: 'Raid (25)'
};
var g_sides = {
1: 'Alliance',
2: 'Horde',
3: 'Both'
};
var g_sources = {
1: 'Crafted',
2: 'Drop',
3: 'PvP',
4: 'Quest',
5: 'Vendor',
6: 'Trainer',
7: 'Discovery',
8: 'Redemption',
9: 'Talent',
10: 'Starter',
11: 'Event',
12: 'Achievement',
// aowow: note - 13 is string from serverside table, used by titles
14: 'Black Market',
15: 'Disenchanted',
16: 'Fished',
17: 'Gathered',
18: 'Milled',
19: 'Mined',
20: 'Prospected',
21: 'Pickpocketed',
22: 'Salvaged',
23: 'Skinned',
24: 'In-Game Store'
};
var g_sources_pvp = {
1: 'Arena',
2: 'Battleground',
4: 'World'
};
var g_spell_resistances = {
0: 'Physical',
1: 'Holy',
2: 'Fire',
3: 'Nature',
4: 'Frost',
5: 'Shadow',
6: 'Arcane'
};
var g_spell_categories = {
'-13': 'Glyphs',
'-11': 'Proficiencies',
'-8': 'NPC Abilities',
'-7': 'Pet Talents',
'-6': 'Companions',
'-5': 'Mounts',
'-4': 'Racial Traits',
'-3': 'Pet Skills',
'-2': 'Talents',
7: 'Class Skills',
9: 'Secondary Skills',
11: 'Professions'
};
var g_spell_types = {
"-11": {
1: 'Weapons',
2: 'Armor',
4: 'Languages'
}
};
var g_spell_skills = {
6: 'Frost',
8: 'Fire',
26: 'Arms',
38: 'Combat',
39: 'Subtlety',
43: 'Swords',
44: 'Axes',
45: 'Bows',
46: 'Guns',
50: 'Beast Mastery',
51: 'Survival',
54: 'Maces',
55: 'Two-Handed Swords',
56: 'Holy',
78: 'Shadow Magic',
95: 'Defense',
98: 'Language: Common',
101: 'Racial - Dwarven',
109: 'Language: Orcish',
111: 'Language: Dwarven',
113: 'Language: Darnassian',
115: 'Language: Taurahe',
118: 'Dual Wield',
124: 'Racial - Tauren',
125: 'Racial - Orc',
126: 'Racial - Night Elf',
129: 'First Aid',
134: 'Feral Combat',
136: 'Staves',
137: 'Language: Thalassian',
138: 'Language: Draconic',
139: 'Language: Demon Tongue',
140: 'Language: Titan',
141: 'Language: Old Tongue',
142: 'Survival',
148: 'Horse Riding',
149: 'Wolf Riding',
150: 'Tiger Riding',
152: 'Ram Riding',
155: 'Swimming',
160: 'Two-Handed Maces',
162: 'Unarmed',
163: 'Marksmanship',
164: 'Blacksmithing',
165: 'Leatherworking',
171: 'Alchemy',
172: 'Two-Handed Axes',
173: 'Daggers',
176: 'Thrown',
182: 'Herbalism',
183: 'GENERIC (DND)',
184: 'Retribution',
185: 'Cooking',
186: 'Mining',
188: 'Pet - Imp',
189: 'Pet - Felhunter',
197: 'Tailoring',
202: 'Engineering',
203: 'Pet - Spider',
204: 'Pet - Voidwalker',
205: 'Pet - Succubus',
206: 'Pet - Infernal',
207: 'Pet - Doomguard',
208: 'Pet - Wolf',
209: 'Pet - Cat',
210: 'Pet - Bear',
211: 'Pet - Boar',
212: 'Pet - Crocolisk',
213: 'Pet - Carrion Bird',
214: 'Pet - Crab',
215: 'Pet - Gorilla',
217: 'Pet - Raptor',
218: 'Pet - Tallstrider',
220: 'Racial - Undead',
226: 'Crossbows',
228: 'Wands',
229: 'Polearms',
236: 'Pet - Scorpid',
237: 'Arcane',
251: 'Pet - Turtle',
253: 'Assassination',
256: 'Fury',
257: 'Protection',
267: 'Protection',
270: 'Pet - Generic Hunter',
293: 'Plate Mail',
313: 'Language: Gnomish',
315: 'Language: Troll',
333: 'Enchanting',
354: 'Demonology',
355: 'Affliction',
356: 'Fishing',
373: 'Enhancement',
374: 'Restoration',
375: 'Elemental Combat',
393: 'Skinning',
413: 'Mail',
414: 'Leather',
415: 'Cloth',
433: 'Shield',
473: 'Fist Weapons',
533: 'Raptor Riding',
553: 'Mechanostrider Piloting',
554: 'Undead Horsemanship',
573: 'Restoration',
574: 'Balance',
593: 'Destruction',
594: 'Holy',
613: 'Discipline',
633: 'Lockpicking',
653: 'Pet - Bat',
654: 'Pet - Hyena',
655: 'Pet - Bird of Prey',
656: 'Pet - Wind Serpent',
673: 'Language: Gutterspeak',
713: 'Kodo Riding',
733: 'Racial - Troll',
753: 'Racial - Gnome',
754: 'Racial - Human',
755: 'Jewelcrafting',
756: 'Racial - Blood Elf',
758: 'Pet - Event - Remote Control',
759: 'Language: Draenei',
760: 'Racial - Draenei',
761: 'Pet - Felguard',
762: 'Riding',
763: 'Pet - Dragonhawk',
764: 'Pet - Nether Ray',
765: 'Pet - Sporebat',
766: 'Pet - Warp Stalker',
767: 'Pet - Ravager',
768: 'Pet - Serpent',
769: 'Internal',
770: 'Blood',
771: 'Frost',
772: 'Unholy',
773: 'Inscription',
775: 'Pet - Moth',
776: 'Runeforging',
777: 'Mounts',
778: 'Companions',
780: 'Pet - Exotic Chimaera',
781: 'Pet - Exotic Devlisaur',
782: 'Pet - Ghoul',
783: 'Pet - Exotic Silithid',
784: 'Pet - Exotic Worm',
785: 'Pet - Wasp',
786: 'Pet - Exotic Rhino',
787: 'Pet - Exotic Core Hound',
788: 'Pet - Exotic Spirit Beast'
};
var g_skill_categories = {
"-6": 'Companions',
"-5": 'Mounts',
"-4": 'Racial Traits',
5: 'Attributes',
6: 'Weapon Skills',
7: 'Class Skills',
8: 'Armor Proficiencies',
9: 'Secondary Skills',
10: 'Languages',
11: 'Professions'
};
var g_zones = {
1: 'Dun Morogh',
3: 'Badlands',
4: 'Blasted Lands',
8: 'Swamp of Sorrows',
9: 'Northshire Valley',
10: 'Duskwood',
11: 'Wetlands',
12: 'Elwynn Forest',
14: 'Durotar',
15: 'Dustwallow Marsh',
16: 'Azshara',
17: 'The Barrens',
25: 'Blackrock Mountain',
28: 'Western Plaguelands',
33: 'Stranglethorn Vale',
36: 'Alterac Mountains',
38: 'Loch Modan',
40: 'Westfall',
41: 'Deadwind Pass',
44: 'Redridge Mountains',
45: 'Arathi Highlands',
46: 'Burning Steppes',
47: 'The Hinterlands',
51: 'Searing Gorge',
65: 'Dragonblight',
66: 'Zul\'Drak',
67: 'The Storm Peaks',
85: 'Tirisfal Glades',
130: 'Silverpine Forest',
132: 'Coldridge Valley',
139: 'Eastern Plaguelands',
141: 'Teldrassil',
148: 'Darkshore',
154: 'Deathknell',
188: 'Shadowglen',
206: 'Utgarde Keep',
209: 'Shadowfang Keep',
210: 'Icecrown',
215: 'Mulgore',
220: 'Red Cloud Mesa',
267: 'Hillsbrad Foothills',
331: 'Ashenvale',
357: 'Feralas',
361: 'Felwood',
363: 'Valley of Trials',
394: 'Grizzly Hills',
400: 'Thousand Needles',
405: 'Desolace',
406: 'Stonetalon Mountains',
440: 'Tanaris',
457: 'The Veiled Sea',
490: 'Un\'Goro Crater',
491: 'Razorfen Kraul',
493: 'Moonglade',
495: 'Howling Fjord',
618: 'Winterspring',
717: 'The Stockade',
718: 'Wailing Caverns',
719: 'Blackfathom Deeps',
721: 'Gnomeregan',
722: 'Razorfen Downs',
796: 'Scarlet Monastery',
1176: 'Zul\'Farrak',
1196: 'Utgarde Pinnacle',
1337: 'Uldaman',
1377: 'Silithus',
1477: 'Sunken Temple',
1497: 'Undercity',
1519: 'Stormwind City',
1537: 'Ironforge',
1581: 'The Deadmines',
1583: 'Blackrock Spire',
1584: 'Blackrock Depths',
1637: 'Orgrimmar',
1638: 'Thunder Bluff',
1657: 'Darnassus',
1769: 'Timbermaw Hold',
1977: 'Zul\'Gurub',
2017: 'Stratholme',
2057: 'Scholomance',
2100: 'Maraudon',
2159: 'Onyxia\'s Lair',
2257: 'Deeprun Tram',
2366: 'The Black Morass',
2367: 'Old Hillsbrad Foothills',
2437: 'Ragefire Chasm',
2557: 'Dire Maul',
2597: 'Alterac Valley',
2677: 'Blackwing Lair',
2717: 'Molten Core',
2817: 'Crystalsong Forest',
3277: 'Warsong Gulch',
3358: 'Arathi Basin',
3428: 'Temple of Ahn\'Qiraj',
3429: 'Ruins of Ahn\'Qiraj',
3430: 'Eversong Woods',
3431: 'Sunstrider Isle',
3433: 'Ghostlands',
3456: 'Naxxramas',
3457: 'Karazhan',
3483: 'Hellfire Peninsula',
3487: 'Silvermoon City',
3518: 'Nagrand',
3519: 'Terokkar Forest',
3520: 'Shadowmoon Valley',
3521: 'Zangarmarsh',
3522: 'Blade\'s Edge Mountains',
3523: 'Netherstorm',
3524: 'Azuremyst Isle',
3525: 'Bloodmyst Isle',
3526: 'Ammen Vale',
3537: 'Borean Tundra',
3557: 'The Exodar',
3562: 'Hellfire Ramparts',
3606: 'Hyjal Summit',
3607: 'Serpentshrine Cavern',
3679: 'Skettis',
3698: 'The Ring of Trials',
3702: 'The Circle of Blood',
3703: 'Shattrath City',
3711: 'Sholazar Basin',
3713: 'The Blood Furnace',
3714: 'The Shattered Halls',
3715: 'The Steamvault',
3716: 'The Underbog',
3717: 'The Slave Pens',
3789: 'Shadow Labyrinth',
3790: 'Auchenai Crypts',
3791: 'Sethekk Halls',
3792: 'Mana-Tombs',
3805: 'Zul\'Aman',
3820: 'Eye of the Storm',
3836: 'Magtheridon\'s Lair',
3842: 'Tempest Keep',
3845: 'Tempest Keep',
3848: 'The Arcatraz',
3847: 'The Botanica',
3849: 'The Mechanar',
3923: 'Gruul\'s Lair',
3959: 'Black Temple',
3968: 'Ruins of Lordaeron',
4024: 'Coldarra',
4075: 'Sunwell Plateau',
4080: 'Isle of Quel\'Danas',
4100: 'The Culling of Stratholme',
4131: 'Magisters\' Terrace',
4196: 'Drak\'Tharon Keep',
4197: 'Wintergrasp',
4228: 'The Oculus',
4264: 'Halls of Stone',
4265: 'The Nexus',
4272: 'Halls of Lightning',
4273: 'Ulduar',
4277: 'Azjol-Nerub',
4298: 'The Scarlet Enclave',
4416: 'Gundrak',
4378: 'Dalaran Sewers',
4384: 'Strand of the Ancients',
4395: 'Dalaran',
4406: 'The Ring of Valor',
4415: 'The Violet Hold',
4493: 'The Obsidian Sanctum',
4494: 'Ahn\'kahet: The Old Kingdom',
4500: 'The Eye of Eternity',
4603: 'Vault of Archavon',
4710: 'Isle of Conquest',
4722: 'Trial of the Crusader',
4723: 'Trial of the Champion',
4742: 'Hrothgar\'s Landing',
4809: 'The Forge of Souls',
4812: 'Icecrown Citadel',
4813: 'Pit of Saron',
4820: 'Halls of Reflection',
4987: 'The Ruby Sanctum'
};
var g_zone_categories = {
0: 'Eastern Kingdoms',
1: 'Kalimdor',
2: 'Dungeons',
3: 'Raids',
4: 'Unused',
6: 'Battlegrounds',
8: 'Outland',
9: 'Arenas',
10: 'Northrend'
};
var g_zone_instancetypes = {
1: 'Transit',
2: 'Dungeon',
3: 'Raid', // Classic
4: 'Battleground',
5: 'Dungeon', // Heroic
6: 'Arena',
7: 'Raid', // 10-25
8: 'Raid' // 10-25 Heroic
};
var g_zone_territories = {
0: 'Alliance',
1: 'Horde',
2: 'Contested',
3: 'Sanctuary',
4: 'PvP',
5: 'World PvP'
};
var g_faction_categories = {
0: 'Other',
469: 'Alliance',
891: 'Alliance Forces',
1037: 'Alliance Vanguard',
1118: 'Classic',
67: 'Horde',
1052: 'Horde Expedition',
892: 'Horde Forces',
936: 'Shattrath City',
1117: 'Sholazar Basin',
169: 'Steamwheedle Cartel',
980: 'The Burning Crusade',
1097: 'Wrath of the Lich King'
};
var g_achievement_categories = {
1: 'Statistics',
21: 'Player vs. Player',
81: 'Feats of Strength',
92: 'General',
95: 'Player vs. Player',
96: 'Quests',
97: 'Exploration',
122: 'Deaths',
123: 'Arenas',
124: 'Battlegrounds',
125: 'Dungeons',
126: 'World',
127: 'Resurrection',
128: 'Kills',
130: 'Character',
131: 'Social',
132: 'Skills',
133: 'Quests',
134: 'Travel',
135: 'Creatures',
136: 'Honorable Kills',
137: 'Killing Blows',
140: 'Wealth',
141: 'Combat',
145: 'Consumables',
147: 'Reputation',
152: 'Rated Arenas',
153: 'Battlegrounds',
154: 'World',
155: 'World Events',
156: 'Winter Veil',
158: 'Hallow\'s End',
159: 'Noblegarden',
160: 'Lunar Festival',
161: 'Midsummer',
162: 'Brewfest',
163: 'Children\'s Week',
165: 'Arena',
168: 'Dungeons & Raids',
169: 'Professions',
170: 'Cooking',
171: 'Fishing',
172: 'First Aid',
173: 'Professions',
178: 'Secondary Skills',
187: 'Love is in the Air',
191: 'Gear',
201: 'Reputation',
14777: 'Eastern Kingdoms',
14778: 'Kalimdor',
14779: 'Outland',
14780: 'Northrend',
14801: 'Alterac Valley',
14802: 'Arathi Basin',
14803: 'Eye of the Storm',
14804: 'Warsong Gulch',
14805: 'The Burning Crusade',
14806: 'Lich King Dungeon',
14807: 'Dungeons & Raids',
14808: 'Classic',
14821: 'Classic',
14822: 'The Burning Crusade',
14823: 'Wrath of the Lich King',
14861: 'Classic',
14862: 'The Burning Crusade',
14863: 'Wrath of the Lich King',
14864: 'Classic',
14865: 'The Burning Crusade',
14866: 'Wrath of the Lich King',
14881: 'Strand of the Ancients',
14901: 'Wintergrasp',
14921: 'Lich King Heroic',
14922: 'Lich King 10-Player Raid',
14923: 'Lich King 25-Player Raid',
14941: 'Argent Tournament',
14961: 'Secrets of Ulduar 10-Player Raid',
14962: 'Secrets of Ulduar 25-Player Raid',
14963: 'Secrets of Ulduar',
14981: 'Pilgrim\'s Bounty',
15001: 'Call of the Crusade 10-Player Raid',
15002: 'Call of the Crusade 25-Player Raid',
15003: 'Isle of Conquest',
15021: 'Call of the Crusade',
15041: 'Fall of the Lich King 10-Player Raid',
15042: 'Fall of the Lich King 25-Player Raid',
15062: 'Fall of the Lich King'
};
var g_title_categories = {
0: 'General',
1: 'PvP',
2: 'Reputation',
3: 'Dungeons & Raids',
4: 'Quests',
5: 'Professions',
6: 'World Events'
};
var g_holiday_categories = {
1: 'Holidays',
2: 'Recurring',
3: 'Player vs. Player',
0: 'Uncategorized'
};
var g_currency_categories = {
1: 'Miscellaneous',
2: 'Player vs. Player',
3: 'Unused',
4: 'Classic',
21: 'Wrath of the Lich King',
22: 'Dungeon and Raid',
23: 'Burning Crusade',
41: 'Test'
};
var g_user_roles = {
1: 'Tester',
2: 'Administrator',
3: 'Editor',
4: 'Moderator',
5: 'Bureaucrat',
6: 'Developer',
7: 'VIP',
8: 'Blogger',
9: 'Premium',
10: 'Localizer',
11: 'Sales agent',
12: 'Screenshot manager',
13: 'Video manager',
14: 'API partner',
15: 'Pending'
};
var g_gem_colors = {
1: 'Meta',
2: 'Red',
4: 'Yellow',
6: 'Orange',
8: 'Blue',
10: 'Purple',
12: 'Green',
14: 'Prismatic'
};
var g_socket_names = {
1: 'Meta Socket',
2: 'Red Socket',
4: 'Yellow Socket',
8: 'Blue Socket',
14: 'Prismatic Socket'
};
/* aowow custom */
var g_trigger_types = {
0: 'Unused',
1: 'Tavern',
2: 'Teleporter',
3: 'Quest Objective',
4: 'Smart Trigger',
5: 'Script'
};
// DRUNK_MESSAGE_*
var g_drunk_states = {
0: 'sober',
1: 'tipsy',
2: 'drunk',
3: 'smashed'
};
var g_operators = {
0: 'exactly',
1: 'more than',
2: 'less than',
3: 'more than or exactly',
4: 'less than or exactly'
};
var g_world_object_types = {
3: 'Creature',
4: 'Player',
5: 'Gameobject',
7: 'Player Corpse'
};
var g_instance_info = {
0: 'Data',
1: 'GUID',
2: 'Boss State',
3: 'Data64'
};
var g_unit_states = {
0: 'Died',
1: 'Melee attacking',
2: 'Charmed',
3: 'Stunned',
4: 'Roaming',
5: 'Chase',
6: 'Focusing',
7: 'Fleeing',
8: 'In flight',
9: 'Follow',
10: 'Root',
11: 'Confused',
12: 'Distracted',
13: 'Isolated',
14: 'Attack player',
15: 'Casting',
16: 'Possessed',
17: 'Charging',
18: 'Jumping',
19: 'Follow formation',
20: 'Move',
21: 'Rotating',
22: 'Evade',
23: 'Roaming move',
24: 'Confused move',
25: 'Fleeing move',
26: 'Chase move',
27: 'Follow move',
28: 'Ignore pathfinding',
29: 'Follow formation move'
};
var g_relation_types = {
0: 'is$N: not; itself',
1: 'is$N: not; in a group with $3',
2: 'is$N: not; in a raid or party with $3',
3: 'is$N: not; owned by $3',
4: 'is$N: not; a passenger of $3',
5: 'was$N: not; summoned by $3'
};
var g_stand_states = {
0: 'standing',
1: 'sitting',
2: 'sitting on a chair',
3: 'sleeping',
4: 'sitting on a low chair',
5: 'sitting on a medium chair',
6: 'sitting on a high chair',
7: 'dead',
8: 'kneeling',
9: 'submerged'
};
var g_quest_states = {
0: 'not yet seen',
1: 'completed',
3: 'accepted',
5: 'failed',
6: 'been rewarded',
};
var g_condition_sources = {
0: [['player', null], ''], // CND_SRC_NONE
1: [['player', null], 'If the conditions are met, [item=$2] can be dropped by [npc=$1].'], // CND_SRC_CREATURE_LOOT_TEMPLATE
2: [['player', null], 'If the conditions are met, [item=$2] can be found when disenchanting [item=$1].'], // CND_SRC_DISENCHANT_LOOT_TEMPLATE
3: [['player', null], 'If the conditions are met, fishing in [zone=$1] can yield [item=$2].'], // CND_SRC_FISHING_LOOT_TEMPLATE
4: [['player', null], 'If the conditions are met, [item=$2] can be found in [object=$1].'], // CND_SRC_GAMEOBJECT_LOOT_TEMPLATE
5: [['player', null], 'If the conditions are met, [item=$2] can be found in [item=$1].'], // CND_SRC_ITEM_LOOT_TEMPLATE
6: [['player', null], 'If the conditions are met, [item=$2] can be attached to the mail from [quest=$1].'], // CND_SRC_MAIL_LOOT_TEMPLATE
7: [['player', null], 'If the conditions are met, [item=$2] can be milled from [item=$1].'], // CND_SRC_MILLING_LOOT_TEMPLATE
8: [['player', null], 'If the conditions are met, [item=$2] can be picked from [npc=$1].'], // CND_SRC_PICKPOCKETING_LOOT_TEMPLATE
9: [['player', null], 'If the conditions are met, [item=$2] can be prospected from [item=$1].'], // CND_SRC_PROSPECTING_LOOT_TEMPLATE
10: [['player', null], 'If the conditions are met, [item=$2] will be referenced in template #$1.'], // CND_SRC_REFERENCE_LOOT_TEMPLATE
11: [['player', null], 'If the conditions are met, [item=$2] can be gathered from [npc=$1].'], // CND_SRC_SKINNING_LOOT_TEMPLATE
12: [['player', null], 'If the conditions are met, casting [spell=$1] may also create [item=$2].'], // CND_SRC_SPELL_LOOT_TEMPLATE
13: [['target', 'caster'], 'Only a $T%:spell%; matching the conditions can be affected by [spell=$2].'], // CND_SRC_SPELL_IMPLICIT_TARGET
14: [['player', 'entity'], 'Display Gossip text #$2 from menu #$1, if the conditions on the $T%:%; are met.'], // CND_SRC_GOSSIP_MENU
15: [['player', 'entity'], 'Display Gossip option #$2 from menu #$1, if the conditions on the $T%:%; are met.'], // CND_SRC_GOSSIP_MENU_OPTION
16: [['player', 'creature'], '[npc=$2] can be used as a vehicle, if $Tthe %s:its; conditions are met.'], // CND_SRC_CREATURE_TEMPLATE_VEHICLE
17: [['caster', 'target'], '[spell=$2] can only be cast, if the $Tspell%s:%s; conditions are met.'], // CND_SRC_SPELL
18: [['player', 'creature'], 'If the $T%s:%s; conditions are met, [npc=$1] casts [spell=$2] if clicked on.'], // CND_SRC_SPELL_CLICK_EVENT
19: [['player', null], 'The Player can accept [quest=$2], if the condition is met.'], // CND_SRC_QUEST_ACCEPT
20: [['player', null], 'A [icon name=quest_startend] [/icon] will be shown for [quest=$2], if the condition is met.'], // CND_SRC_QUEST_SHOW_MARK
21: [['player', 'creature'], 'If the $T%s:%s; conditions are met, vehicle [npc=$1] has [spell=$2] available.'], // CND_SRC_VEHICLE_SPELL
22: [['invoker', 'entity'], 'If the conditions for the $T%:%; are met, the AI may perform additional actions.'], // CND_SRC_SMART_EVENT (no, i'm not going to untangle this!)
23: [['player', 'creature'], 'If the conditions for the $T%:%; are met, [npc=$1] will have [item=$2] for sale.'], // CND_SRC_NPC_VENDOR
24: [['caster', 'target'], 'If the conditions for the $Tspell%:%; are met, the [spell=$2] is allowed to proc.'], // CND_SRC_SPELL_PROC
30: [['player', null], 'If the conditions are met, [url=?areatrigger=$2]Areatrigger #$2[/url] is allowed to trigger.'] // CND_SRC_AREATRIGGER_CLIENT_TRIGGERED
};
var g_conditions = {
0: 'Always $Ntrue:false;',
1: 'The target $Nhas:does not have; an aura of [spell=$1]',
2: 'The Player $Nhas:does not have; $2 [item=$1] in their inventory$C$3 or bank:;',
3: 'The Player $Nhas:does not have; [item=$1] equipped',
4: 'The Player is$N: not; in [zone=$1]',
5: 'The Player\'s standing with [faction=$1] is$N: not; $2',
6: 'The Player is$N: not; a member of the $1',
7: 'The Player is$N: not; proficient in [skill=$1]$C$2 (min. $2):;',
8: 'The Player was$N: not; rewarded [quest=$1]',
9: 'The Player has$N: not; accepted [quest=$1]',
10: 'The Player is$N: not; $1',
11: 'WorldState #$1 is$N: not; $2',
12: '[event=$1] must$N: not; be active',
13: 'The instance\'s $3 at index #$1 is$N: not; equal to "$2"',
14: 'The Player has $Nnever:; interacted with [quest=$1]',
15: 'The Player is$N: not; a $1',
16: 'The Player is$N: not; a $1',
17: 'The Player has$N: not; achieved [achievement=$1]',
18: 'The Player has$N: not; obtained [title=$1]',
19: 'The entity\'s SpawnMask is$N: not; equal to "$1"',
20: 'The Player\'s gender is$N: not; $1',
21: 'The unit\'s state is$N: not; $1',
22: 'The target is$N: not; in $1',
23: 'The target is$N: not; in [zone=$1]',
24: 'The creature is$N: not; a $1',
25: 'The Player $Nknows: does not know; [spell=$1]',
26: 'The entity is$N: not; in phase $1',
27: 'The target\'s level is$N: not; $2 $1',
28: 'The Player has$N: not; completed [quest=$1]',
29: 'The target is$N: not; within $2yd of $C$3deceased:alive; [npc=$1]',
30: 'The target is$N: not; within $2yd of [object=$1]',
31: 'The entity is$N: not; $C$2: a; $1$C$3 (GUID $3):;',
32: 'The entity is$N: not; a $1',
33: '$1 $2', // see g_relation_types
34: 'The unit is$N: not; $2 to $1',
35: 'The distance between unit and $1 is$N: not; $3 $2yd',
36: 'The unit is$N: not; alive',
37: 'The unit\'s health is$N: not; $2 $1 points',
38: 'The unit\'s health is$N: not; $2 $1%',
39: '[achievement=$1] $Nwas:is yet to be; achieved on this realm',
40: 'The unit is$N: not; swimming',
42: 'The creature is$N: not; $1',
43: 'The Player has$N: not yet; done [quest=$1] for the day',
44: 'The unit is$N: not; charmed',
45: 'The Player $Nhas:doesn\'t have; an active $C$1hunter:summoned; pet',
46: 'The Player is$N: not; riding a taxi',
47: 'The Player has$N: not; $2 [quest=$1]',
48: 'The Player has$N: not; collected $3 towards objective #$2 of [quest=$1]',
49: 'The current map difficulty is #$1',
50: 'The Player $C$1$Ncan:can\'t; be:is$N: not;; a Gamemaster'
};
/* end aowow custom */
var LANG = {
alltime_stc: "All Time",
lastmonth_stc: "Last Month",
lastweek_stc: "Last Week",
linkremoved: "link removed",
linkremoved_tip: "Newly registered users cannot<br />post links.",
and: " and ",
or: " or ", // custom
comma: ", ",
ellipsis: "…",
dash: " ",
hyphen: " - ",
colon: ": ",
qty: " ($1)",
error: "Error",
date: "Date",
date_colon: "Date: ",
date_on: "on ",
date_ago: "$1 ago",
date_at: " at ",
date_to: " to ",
date_simple: "$2/$1/$3",
unknowndate_stc: "Unknown date",
date_months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
date_days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
amount: "Amount",
abilities: "Abilities",
activity: "Activity",
add: "Add",
animation: "Animation",
armor: "Armor",
text: "Text",
author: "Author",
battlegroup: "Battlegroup",
subregion: "Subregion",
blueposts: "Blue posts",
branch: "Branch",
cancel: "Cancel",
category: "Category",
classes: "Classes",
classs: "Class",
close: "Close",
completed: "Completed",
contactus: "Contact us",
cost: "Cost",
count: "Count",
currency: "Currency",
daily: "Daily",
weekly: "Weekly",
damage: "Damage",
'delete': "Delete",
diet: "Diet",
dps: "DPS",
earned: "Earned",
enchant: "Enchant",
entitycount: "$1 $2",
exp: "Exp.",
faction: "Faction",
gains: "Gains",
gender: "Gender",
gems: "Gems",
gearscore: "Gear",
gearscore_real: "Gear score",
glyphtype: "Glyph type",
group: "Group",
guild: "Guild",
guildleader: "Guild Leader",
guildrank: "Guild Rank",
health: "Health",
help: "Help",
heroiclevel: "Heroic level",
icon: "Icon",
instancetype: "Instance type",
lastpost: "Last post",
lastbluepost: "Last blue post",
level: "Level",
location: "Location",
logOutEverywhere: "Log Out All Devices",
losses: "Losses",
members: "Members",
model: "Model",
money: "Money",
name: "Name",
next: "Next ",
no: "No",
ok: "OK",
original: "Original",
players: "Players",
previous: " Previous",
quality: "Quality",
race: "Race",
races: "Races",
rankno: "Rank $1",
rating: "Rating",
react: "React",
ready: "Ready",
realm: "Realm",
reagents: "Reagents",
region: "Region",
rejected: "Rejected",
rep: "Rep.",
req: "Req. ",
requires: "Requires",
reputation: "Reputation",
rewards: "Rewards",
petfamily: "Pet family",
pieces: "Pieces",
points: "Points",
posted: "Posted",
posts: "Posts",
premiumupgrade: "Premium Upgrade",
preview: "Preview",
privateprofile: "Private",
prize: "Prize",
profiler: "Profiler",
progress: "Progress",
purge: "Purge",
publicprofile: "Public",
relevance: "Relevance",
replies: "Replies",
report: "Report",
report_tooltip: "This post needs moderator attention.",
replyreportwarning_tip: "Are you sure you want to report this reply as inappropriate to the moderators?",
school: "School",
score: "Score",
settings: "Settings",
side: "Side",
signature: "Signature",
signout: "Sign Out",
sockets: "Sockets",
source: "Source",
skill: "Skill",
skillpoints: "Skill Points",
skin: "Skin",
slot: "Slot",
slots: "Slots",
smartloot: "Smart loot",
speed: "Speed",
stack: "Stack",
standing: "Standing",
stock: "Stock",
statistic: "Statistic",
subject: "Subject",
submit: "Submit",
talents: "Talents",
territory: "Territory",
tier: "Tier",
topics: "Topics",
tp: "TP",
trending: "Trending",
type: "Type",
unused: "Unused",
up: "Up",
cooldown: "Cooldown",
duration: "Duration",
user: "User",
views: "Views",
userpage: "User Page",
wins: "Wins",
when: "When",
today: "today",
yes: "Yes",
yields: "Yields",
allday: "All Day",
yesterday: "yesterday",
dayatnoon: "$1 at noon",
noon: "noon",
dayatmidnight: "$1 at midnight",
midnight: "midnight",
dayatam: "$1 at $2 AM",
am: "AM",
dayatpm: "$1 at $2 PM",
pm: "PM",
male: "Male",
female: "Female",
searchdb: "Search database...",
source_bossdrop: "Boss Drop",
source_zonedrop: "Zone Drop",
source_quests: "Quests",
source_vendors: "Vendors",
infobox_noneyet: "None yet &ndash; $1!",
infobox_submitone: "Submit one",
infobox_suggestone: "Suggest one",
infobox_showall: "Show all ($1)",
lvclass_hero: "Hero class",
lvcomment_add: "Add your comment",
sort: "Sort",
newestfirst_stc: "Newest first",
oldestfirst_stc: "Oldest first",
highestrated_stc: "Highest rated first",
lvcomment_patchfilter: "Filter by patch: ",
lvcomment_by: "By ",
lvcomment_patch: " (Patch $1)",
lvcomment_show: "Show comment",
lvcomment_hide: "Hide comment",
lvcomment_rating: "Rating: ",
lvcomment_lastedit: "Last edited by ",
lvcomment_deletedby: "Deleted by",
lvcomment_nedits: "edited $1 times",
lvcomment_edit: "Edit",
lvcomment_delete: "Delete",
lvcomment_undelete: "Undelete",
lvcomment_detach: "Detach",
lvcomment_reply: "Reply",
lvcomment_report: "Report",
lvcomment_reported: "Reported!",
lvcomment_uptodate: "Up to Date",
lvcomment_uptodateresponse: "Comment marked as current",
lvcomment_outofdate: "Out of Date",
lvcomment_outofdateresponse: "Comment has been marked as out of date.",
lvcomment_outofdateresponsequeued: "Comment added to out of date queue.",
lvcomment_outofdate_tip: "Are you sure you want to mark this comment as out of date? If so, enter a reason below. Abuse is subject to moderation! ",
lvcomment_deleted: " (Deleted)",
lvcomment_purged: " (Purged)",
lvdrop_outof: "out of $1",
lvitem_dd: " ($1$2)",
lvitem_normal: "N",
lvitem_heroic: "H",
lvitem_raid10: "10",
lvitem_raid25: "25",
lvitem_heroicitem: "Heroic",
lvitem_vendorin: "Vendor in ",
lvitem_reqlevel: "Req. ",
lvnpc_alliance: "A",
lvnpc_horde: "H",
lvquest_daily: "Daily $1",
lvquest_weekly: "Weekly $1",
lvquest_pickone: "Pick one: ",
lvquest_alsoget: "Also get: ",
lvquest_removed: "Removed", // original
lvquest_disabled: "Disabled", // replacement
lvquest_autoaccept: "Auto Accept",
lvquest_hostile: "(Hostile)",
lvquest_xp: "$1 XP",
lvzone_xman: "$1-player",
lvzone_xvx: "$1v$2",
lvpet_exotic: "Exotic",
lvpage_of: " of ",
lvpage_first: " First",
lvpage_previous: " Previous",
lvpage_next: "Next ",
lvpage_last: "Last ",
lvsearchresults: "Search within results...",
lvsearchdisplayedresults: "Search within displayed results...",
lvscreenshot_submit: "Submit a screenshot",
lvscreenshot_from: "From ",
lvscreenshot_hires: "View",
lvscreenshot_hires2: " higher resolution version ($1x$2)",
lvvideo_suggest: "Suggest a video",
lvvideo_from: "From ",
lvnodata: "There is no data to display.",
lvnodata2: "No matches found.",
lvnodata3: "Please select a category.",
lvnodata4: "You haven't excluded any entries.",
lvnodata_co1: "No comments have been posted yet.",
lvnodata_co2: "Be the first to <a>add a comment</a> to this page!",
lvnodata_co3: "Please <a>sign in</a> to add your comment, or <a>sign up</a> if you don't already have an account.",
lvnodata_ss1: "No screenshots have been submitted yet.",
lvnodata_ss2: "Be the first to <a>submit a screenshot</a> for this page!",
lvnodata_ss3: "Please <a>sign in</a> to submit a screenshot, or <a>sign up</a> if you don't already have an account.",
lvnodata_vi1: "No videos have been submitted yet.",
lvnodata_vi2: "Be the first to <a>suggest a video</a> for this page!",
lvnodata_vi3: "Please <a>sign in</a> to suggest a video, or <a>sign up</a> if you don't already have an account.",
lvnote_sort: "Sort by: ",
lvnote_tryfiltering: "Try <a>filtering</a> your results",
lvnote_trynarrowing: "Try narrowing your search",
lvnote_upgradesfor: 'Finding upgrades for <a href="?item=$1" class="q$2"><b>$3</b></a>.',
lvnote_witherrors: "Some filters in your search were invalid and have been ignored.",
lvnote_entitiesfound: "$1 $2 found ($3 displayed)",
lvnote_itemsfound: "$1 items found ($2 displayed)",
lvnote_itemsetsfound: "$1 item sets found ($2 displayed)",
lvnote_npcsfound: "$1 NPCs found ($2 displayed)",
lvnote_objectsfound: "$1 objects found ($2 displayed)",
lvnote_questsfound: "$1 quests found ($2 displayed)",
lvnote_questsind: 'Quests categorized under <a href="?quests=$1.$2" target="_blank">$3</a>.',
lvnote_spellsfound: "$1 spells found ($2 displayed)",
lvnote_skillsfound: "$1 skills found ($2 displayed)",
lvnote_abilitiesfound: "$1 abilities found ($2 displayed)",
lvnote_talentsfound: "$1 talents found ($2 displayed)",
lvnote_professionfound: "$1 professions found ($2 displayed)",
lvnote_mountsfound: "$1 mounts found ($2 displayed)",
lvnote_zonesfound: "$1 zones found ($2 displayed)",
lvnote_companionsfound: "$1 companions found ($2 displayed)",
lvnote_factionsfound: "$1 factions found ($2 displayed)",
lvnote_petsfound: "$1 pets found ($2 displayed)",
lvnote_achievementsfound: "$1 achievements found ($2 displayed)",
lvnote_achievementsind: 'Achievements categorized under <a href="?achievements=$1.$2" target="_blank">$3</a>.',
lvnote_statisticsfound: "$1 statistics found ($2 displayed)",
lvnote_charactersfound: "$1 total characters",
lvnote_charactersfound2: "$1 total characters, $2 matching",
lvnote_guildsfound: "$1 total guilds",
lvnote_guildsfound2: "$1 total guilds, $2 matching",
lvnote_arenateamsfound: "$1 total arena teams",
lvnote_arenateamsfound2: "$1 total arena teams, $2 matching",
lvnote_currenciesfound: "$1 currencies found ($2 displayed)",
lvnote_enchantmentsfound: "$1 enchantments found ($2 displayed)",
lvnote_soundsfound: "$1 sounds found ($2 displayed)",
lvnote_createafilter: '<small><a href="$1">Create a filter</a></small>',
lvnote_filterresults: '<small><a href="$1">Filter these results</a></small>',
lvnote_questgivers: '<small>View <a href="?zone=$1">quest givers</a> in <b>$2</b> &nbsp;<b>|</b>&nbsp; Filter <a href="?items&filter=cr=126;crs=$3;crv=0">quest rewards</a></small>',
lvnote_allpets: '<small>All pets can learn all of the <a href="?spells=-3.270">passive skills</a></small>',
lvnote_pettalents: '<small><a href="$1">View pets</a> able to learn these talents</small>',
lvnote_zonequests: '<small>Browse <a href="?quests=$1.$2">quests</a> in the <b>$3</b> category &nbsp;<b>|</b>&nbsp; Filter <a href="?items&filter=cr=126;crs=$4;crv=0">quest rewards</a></small>',
lvnote_crafteditems: '<small>Filter <a href="?items&filter=cr=86;crs=$1;crv=0">crafted items</a></small>',
lvnote_viewmoreslot: '<small>View <a href="?items$1&filter=$2">more results</a> for this slot</small>',
lvnote_viewmorelevel: '<small>View <a href="?items$1&filter=$2">more results</a> for this item level</small>',
lvnote_viewmoresource: '<small>View <a href="?items$1&filter=$2">more results</a> for this source</small>',
lvnote_itemdisenchanting: "This item has been disenchanted $1 times.",
lvnote_itemdropsinnormalonly: "This item only drops in Normal mode.",
lvnote_itemdropsinheroiconly: "This item only drops in Heroic mode.",
lvnote_itemdropsinnormalheroic: "This item drops in both Normal and Heroic modes.",
lvnote_itemdropsinnormal10only: "This item only drops in Normal 10 mode.",
lvnote_itemdropsinnormal25only: "This item only drops in Normal 25 mode.",
lvnote_itemdropsinheroic10only: "This item only drops in Heroic 10 mode.",
lvnote_itemdropsinheroic25only: "This item only drops in Heroic 25 mode.",
lvnote_itemmilling: "This herb has been milled $1 times.",
lvnote_itemopening: "This item has been opened $1 times.",
lvnote_itemprospecting: "This mineral ore has been prospected $1 times.",
lvnote_npcdrops: "This NPC has been looted $1 times.",
lvnote_npcdropsnormal: "This NPC has been looted $1 times in Normal mode.",
lvnote_npcdropsheroic: "This NPC has been looted $1 times in Heroic mode.",
lvnote_npcdropsnormalX: "This NPC has been looted $1 times in Normal $2 mode.",
lvnote_npcdropsheroicX: "This NPC has been looted $1 times in Heroic $2 mode.",
lvnote_npcobject: '<a href="?object=$1">$2</a> has been opened $3 times.',
lvnote_npcobjectnormal: '<a href="?object=$1">$2</a> has been opened $3 times in Normal mode.',
lvnote_npcobjectheroic: '<a href="?object=$1">$2</a> has been opened $3 times in Heroic mode.',
lvnote_npcobjectnormalX: '<a href="?object=$1">$2</a> has been opened $3 times in Normal $4 mode.',
lvnote_npcobjectheroicX: '<a href="?object=$1">$2</a> has been opened $3 times in Heroic $4 mode.',
lvnote_npcobjectsource: 'Showing drops from <a href="?object=$1">$2</a>',
lvnote_npcherbgathering: "This NPC has been skinned with Herbalism $1 times.",
lvnote_npcsalvaging: "This NPC has been salvaged with Engineering $1 times.",
lvnote_npcmining: "This NPC has been skinned with Mining $1 times.",
lvnote_npcpickpocketing: "This NPC has been pickpocketed $1 times.",
lvnote_npcskinning: "This NPC has been skinned $1 times.",
lvnote_objectherbgathering: "This herb has been gathered $1 times.",
lvnote_objectmining: "This mineral vein has been mined $1 times.",
lvnote_objectopening: "This object has been opened $1 times.",
lvnote_objectopeningnormal: "This object has been opened $1 times in Normal mode.",
lvnote_objectopeningheroic: "This object has been opened $1 times in Heroic mode.",
lvnote_objectopeningnormalX: "This object has been opened $1 times in Normal $2 mode.",
lvnote_objectopeningheroicX: "This object has been opened $1 times in Heroic $2 mode.",
lvnote_zonefishing: "Waters in this zone have been fished $1 times.",
lvnote_achieveevent: 'View <a href="?event=$1">event page</a> for <b>$2</b>',
lvnote_usercomments: "This user has posted a total of $1 comments.",
lvnote_userscreenshots: "This user has submitted a total of $1 screenshots.",
lvnote_uservideos: "This user has submitted a total of $1 videos.",
lvnote_usertopics: "This user has posted a total of $1 topics.",
lvnote_userreplies: "This user has posted a total of $1 replies.",
button_compare: "Compare",
button_delete: "Delete",
button_deselect: "Deselect",
button_edit: "Edit",
button_equip: "Equip",
button_exclude: "Exclude",
button_include: "Include",
button_makepriv: "Make private",
button_makepub: "Make public",
button_new: "New",
button_newavatar: "Upload a new one",
button_quickexclude: "Manage exclusions",
button_remove: "Remove",
button_resync: "Resync",
button_selectall: "Select all",
button_upgrades: "Find upgrades",
button_viewin3d: "View in 3D",
button_markup: "Markup",
button_link: "Link",
dialog_cantdisplay: "Note: Some of the items you selected were ignored. Select them individually to display them in 3D.",
dialog_compare: "Item Comparison",
dialog_image: "Image",
dialog_imagedetails: "Image Details",
dialog_imagename: "Name: ",
dialog_imageselector: "Image Selection",
dialog_losechanges: "You are viewing an Armory character. Any changes you make will be lost unless you save this character as a custom profile.",
dialog_nosaveandview: "View without saving",
dialog_saveandview: "Save and view now",
dialog_saveforlater: "Save for later",
dialog_selecteditem: "<b>$1</b> item has been selected.",
dialog_selecteditems: "<b>$1</b> items have been selected.",
dialog_seeallusingicon: "See all $1, $2, or $3 using this icon.",
dialog_mouseovertoload: "Mouseover to load...",
message_ajaxnotsupported: "Please upgrade to a modern browser (such as Firefox) that supports 'Ajax' requests.",
message_browsernoaudio: "We're sorry, but your web browser cannot play the required audio format: $1",
message_cantdeletecomment: "This comment has been automatically purged due to a negative rating. It cannot be deleted.",
message_cantdetachcomment: "This comment has already been detached.",
message_codenotentered: "You did not enter the code.",
message_cantpostlcomment_tip: "You cannot comment this guide, only English comments are allowed.",
message_commentdetached: "This comment is now detached.",
message_commenttooshort: "Your comment must be at least 10 characters long.\n\nPlease elaborate a little.",
message_descriptiontooshort: "Your description must be at least 10 characters long.\n\nPlease elaborate a little.",
message_emailnotvalid: "That email address is not valid.",
message_entercurrpass: "Please enter your current password.",
message_enteremailorpass: "You must enter your new email address or password!",
message_enteremail: "Please enter your email address.",
message_enternewemail: "Please enter your new email address.",
message_enternewpass: "Please enter your new password.",
message_enterpassword: "Please enter your password.",
message_enterusername: "Please enter your username.",
message_forumposttooshort: "Your post is empty!",
message_invalidfilter: "Invalid filter.",
message_invalidname: "Image name is invalid. Must be alphanumeric, 20 characters max, and start with a letter.",
message_newemaildifferent: "Your new email address must be different than your previous one.",
message_newpassdifferent: "Your new password must be different than your previous one.",
message_newnamedifferent: "Your new username must be different than your previous one.",
message_noscreenshot: "Please select the screenshot to upload.",
message_novideo: "Please enter valid video information.",
message_nothingtoviewin3d: "No items were selected that can be viewed in 3D.",
message_passwordmin: "Your password must be at least 6 characters long.",
message_passwordsdonotmatch: "Passwords do not match.",
message_savebeforeexit: "You will lose any unsaved changes you have made.",
message_startedpost: "You have started to write a message.",
message_sharetheurlbelow: "Share the URL below: ",
message_usernamemin: "Your username must be at least 4 characters long.",
message_usernamenotvalid: "Your username can only contain letters and numbers.",
message_weightscalesaveerror: "Error: Your custom weight scale could not be saved. Accounts have a limit of five custom scales. Each scale must have at least one stat weight.",
comments: "Comments",
posts: "Posts",
screenshots: "Screenshots",
reports: "Reports",
votes: "Votes",
uploads: "Uploads",
username: "Username",
created: "Created",
confirm_addtosaved: "Add to your saved comparison?",
confirm_commenttoolong: "Your comment is longer than $1 characters and will be truncated after: \n\n$2\n\nDo you want to proceed anyway?",
confirm_deletecomment: "Are you sure that you want to delete this comment?",
votetodelete_tip: "Are you sure you want to vote to delete this comment?\n\nComments should be deleted only if:\n- They are out of date\n- They contain blatant insults or advertisement",
votetodelete2_tip: "Are you sure you want to vote to delete this comment?\n\nComments should be deleted only if:\n- They are out of date\n- They contain blatant insults or advertisement\n\nIf you want to delete this comment please state why:",
votetodelete3_tip: "[Enter reason here]",
youmustprovideareason_stc: "You must provide a reason.",
votetoundelete_tip: "Are you sure you want to vote to undelete this comment?",
votedtodelete_tip: "Thanks; the comment will be deleted when and if other high rep users agree with your decision.",
votedtoundelete_tip: "Thanks; the comment will be undeleted when and if other high rep users agree with your decision.",
confirm_descriptiontoolong: "Your description is longer than $1 characters and will be truncated after: \n\n$2\n\nDo you want to proceed anyway?",
confirm_detachcomment: "Are you sure that you want to make this comment a standalone one?",
confirm_forumposttoolong: "Your post is longer than $1 characters and will be truncated after: \n\n$2\n\nDo you want to proceed anyway?",
confirm_report2: "Are you sure that you want to report this post as $1?",
confirm_report3: "Are you sure that you want to report this user's avatar as vulgar/inappropriate?",
confirm_report4: "Are you sure that you want to report this image as vulgar/inappropriate?",
confirm_report: "Are you sure that you want to report this comment as $1?",
confirm_signaturetoolong: "Your signature is longer than $1 characters and will be truncated after: \n\n$2\n\nDo you want to proceed anyway?",
confirm_signaturetoomanylines: "Your signature contains more than $1 lines and will be truncated.\n\nDo you want to proceed anyway?",
confirm_deleteweightscale: "Are you sure you wish to delete this custom weight scale?",
prompt_colfilter1: "You may set a filter for the $1 column: \n\n",
prompt_colfilter2: 'e.g. "sword"',
prompt_colfilter3: 'e.g. ">100", "32-34" or "!<=10"',
prompt_customrating: "Please enter a rating value between -$1 and $2: ",
prompt_details: "Please provide details below: ",
prompt_gotopage: "Please enter the page number you wish to go to ($1-$2): ",
prompt_ingamelink: "Copy/paste the following to your in-game chat window: ",
prompt_linkurl: "Please enter the URL of your link: ",
prompt_ratinglevel: "Please enter the level used in the calculation ($1-$2): ",
prompt_signaturemarkup: "Copy/paste the following to your signature:",
prompt_signaturedirect: "Copy/paste the following to directly link to this image:",
prompt_nameweightscale: "Please provide a name for this weight scale.",
prompt_tcbuild: "Copy and paste the following URL to link to this build:",
genericerror: 'An error has occurred; refresh the page and try again. If the error persists email <a href="#contact">feedback</a>',
tooltip_activeholiday: "Event is currently in progress",
tooltip_achievementcomplete: "Achievement earned by $1 on $2/$3/$4",
tooltip_achievementnotfound: "Achievement not found :(",
tooltip_achievementpoints: "Achievement points",
tooltip_allianceonly: "Alliance only",
tooltip_arenapoints: "Arena Points",
tooltip_armorbonus: "Has $1 bonus armor.",
tooltip_avgmoneycontained: "Average money contained",
tooltip_avgmoneydropped: "Average money dropped",
tooltip_banned_rating: "You have been banned from rating comments.",
tooltip_too_many_votes: "You have reached the daily voting cap. Come back tomorrow!",
tooltip_buyoutprice: "Average buyout price (AH)",
tooltip_changelevel2: "Drag to change level",
tooltip_changelevel: "Click to change level",
tooltip_colfilter1: "Filter: $1",
tooltip_colfilter2: "Inverted filter: $1",
tooltip_combatrating: "$1&nbsp;@&nbsp;L$2",
tooltip_completionavail: "$1 that the Blizzard API does not indicate<br />your character has completed.",
tooltip_completionunavail: "$1 (or equivalents) that the Blizzard API<br />indicates your character has completed.",
tooltip_consumedonuse: "Consumed when used",
tooltip_customrating: "Custom rating",
tooltip_dailyquest: "You may complete up to<br />25 daily quests per day.",
tooltip_downrate: "Poor/redundant",
tooltip_equip: "Display this item on your pinned character.",
tooltip_exactprofilesearch: "Check this option to only match exact<br />character, guild, and team names.",
tooltip_extendedachievementsearch: "Check this option to search in the<br />description as well.",
tooltip_extendednpcsearch: "Check this option to search in the<br />&lt;tag&gt; as well.",
tooltip_extendedquestsearch: "Check this option to search in the<br />objectives and description as well.",
tooltip_extendedspellsearch: "Check this option to search in the<br />description and buff as well.",
tooltip_flight: "Flight",
tooltip_gotopage: "Click to go to a specific page",
tooltip_ground: "Ground",
tooltip_heroclass: "Players who have a character of at least level<br />55 on the account they play are able to create<br />a new level-55 hero class character.",
tooltip_heroicmodeavailable: "Heroic mode available",
tooltip_honorpoints: "Honor Points",
tooltip_hordeonly: "Horde only",
tooltip_autores: "When you release your spirit after death,<br />you will resurrect automatically without having<br />to go back to your corpse.",
tooltip_itemnotfound: "Item not found :(",
tooltip_loading: "Loading...",
tooltip_lvheader1: "Click to sort",
tooltip_lvheader2: "Right-click to filter",
tooltip_lvheader3: "Shift-click to filter",
tooltip_noresponse: "No response from server :(",
tooltip_normal: "Normal",
tooltip_notconsumedonuse: "Not consumed when used",
tooltip_npcnotfound: "NPC not found :(",
tooltip_objectnotfound: "Object not found :(",
tooltip_partyloot: "When this item drops, each<br />member of the group can loot one.",
tooltip_pending: "Pending",
tooltip_ppbheroic: "heroic",
tooltip_ppbraid: "raid",
tooltip_questnotfound: "Quest not found :(",
tooltip_refundable: "May be returned for a refund at a vendor<br />if within two hours after the purchase.",
tooltip_repgain: "Reputation gain",
tooltip_reqenchanting: "Required Enchanting skill",
tooltip_reqinscription: "Required Inscription skill",
tooltip_reqjewelcrafting: "Required Jewelcrafting skill",
tooltip_reqlevel: "Required level",
tooltip_reqlockpicking: "Required Lockpicking skill",
tooltip_smartloot: "Only available to players who have<br />the profession and don't already<br />have the recipe.",
tooltip_deprecated: "Cannot be used or equipped",
tooltip_noequipcooldown: "The item will be ready immediately when equipped,<br />without the normal 30-second cooldown.",
tooltip_realduration: "The item's duration is real time, not play time.<br />It will keep ticking while logged off.",
tooltip_cannotrollneed: "You cannot roll Need on this item.",
tooltip_spellnotfound: "Spell not found :(",
tooltip_statweighting: '<b class="q1">Stat Weighting</b><br />\nFind the best items for your class/spec.',
tooltip_sticky: "Sticky",
tooltip_totaldatauploads: "Total size of all their data uploads",
tooltip_totalratings: "Sum of all the comment ratings received",
tooltip_trainingpoints: "Training points",
tooltip_uprate: "Insightful/funny",
tooltip_zonelink: "Clicking on this link will<br />take you to the zone page.",
reputationhistory: "Reputation History",
reputationaction: "Reputation Action",
outofdate_stc: "Out of date",
tab_pettrainer: "Trainer",
tab_feedback: "Feedback",
tab_abilities: "Abilities",
tab_achievements: "Achievements",
tab_addyourcomment: "Add your comment",
tab_giveyourfeedback: "Give your feedback",
tab_armorproficiencies: "Armor Proficiency",
tab_article: "Article",
tab_articles: "Articles",
tab_avatars: "Avatars",
tab_bosses: "Bosses",
tab_calendar: "Calendar",
tab_canbeplacedin: "Can be placed in",
tab_cancontain: "Can contain",
tab_characters: "Characters",
tab_classes: "Classes",
tab_comments: "Comments",
tab_replies: "Replies",
tab_companions: "Companions",
tab_containedin: "Contained in",
tab_contains: "Contains",
tab_controlledabilities: "Controlled abilities",
tab_crafteditems: "Crafted items",
tab_createdby: "Created by",
tab_criteriaof: "Criteria of",
tab_currencyfor: "Currency for",
tab_currencies: "Currencies",
tab_disenchantedfrom: "Disenchanted from",
tab_disenchanting: "Disenchanting",
tab_droppedby: "Dropped by",
tab_creates: "Creates",
tab_drops: "Drops",
tab_encounter: "Encounter",
tab_ends: "Ends",
tab_factions: "Factions",
tab_fishedin: "Fished in",
tab_fishing: "Fishing",
tab_gallery: "Gallery",
tab_gatheredfrom: "Gathered from",
tab_gatheredfromnpc: "Gathered from NPC",
tab_glyphs: "Glyphs",
tab_armorspecializations:"Armor specializations",
tab_engineering: "Engineering",
tab_englishcomments: "English comments",
tab_herbalism: "Herbalism",
tab_heroicdrops: "Heroic drops",
tab_heroicXdrops: "Heroic $1 drops",
tab_heroic: "Heroic",
tab_heroicX: "Heroic $1",
tab_holidays: "World Events",
tab_info: "Info",
tab_items: "Items",
tab_itemsets: "Item sets",
tab_languages: "Languages",
tab_latestcomments: "Latest Comments",
tab_latestreplies: "Latest Replies",
tab_latestscreenshots: "Latest Screenshots",
tab_latestvideos: "Latest Videos",
tab_latesttopics: "Latest Topics",
tab_members: "Members",
tab_milledfrom: "Milled from",
tab_milling: "Milling",
tab_minedfrom: "Mined from",
tab_minedfromnpc: "Mined from NPC",
tab_mining: "Mining",
tab_modifiedby: "Modified by",
tab_modifies: "Modifies",
tab_mounts: "Mounts",
tab_normaldrops: "Normal drops",
tab_normalXdrops: "Normal $1 drops",
tab_normal: "Normal",
tab_normalX: "Normal $1",
tab_noteworthy: "Noteworthy",
tab_npcs: "NPCs",
tab_npcabilities: "NPC abilities",
tab_objectiveof: "Objective of",
tab_objects: "Objects",
tab_pets: "Hunter Pets",
tab_pickpocketedfrom: "Pickpocketed from",
tab_pickpocketing: "Pickpocketing",
tab_proficiencies: "Proficiencies",
tab_professions: "Professions",
tab_profiles: "Profiles",
tab_prospectedfrom: "Prospected from",
tab_prospecting: "Prospecting",
tab_providedfor: "Provided for",
tab_questrewards: "Quest rewards",
tab_quests: "Quests",
tab_races: "Races",
tab_racialtraits: "Racial traits",
tab_reagentfor: "Reagent for",
tab_recipes: "Recipes",
tab_recipeitems: "Recipe items",
tab_replies: "Replies",
tab_commentreplies: "Comment Replies",
tab_requiredby: "Required by",
tab_rewardfrom: "Reward from",
tab_samemodelas: "Same model as",
tab_salvagedfrom: "Salvaged from",
tab_screenshots: "Screenshots",
tab_seealso: "See also",
tab_sells: "Sells",
tab_sharedcooldown: "Shared cooldown",
tab_signatureimages: "Signature backgrounds",
tab_signatures: "Signatures",
tab_skills: "Skills",
tab_skinnedfrom: "Skinned from",
tab_skinning: "Skinning",
tab_socketbonus: "Socket Bonus", // aowow - custom
tab_soldby: "Sold by",
tab_spells: "Spells",
tab_starts: "Starts",
tab_startsquest: "Starts quest",
tab_submitascreenshot: "Submit a screenshot",
tab_suggestavideo: "Suggest a video",
tab_summonedby: "Summoned by",
tab_statistics: "Statistics",
tab_talents: "Talents",
tab_tameable: "Tameable",
tab_taughtby: "Taught by",
tab_teaches: "Teaches",
tab_titles: "Titles",
tab_toolfor: "Tool for",
tab_topics: "Topics",
tab_trainers: "Trainers",
tab_triggeredby: "Triggered by",
tab_uncategorizedspells: "Uncategorized spells",
tab_unlocks: "Unlocks",
tab_usedby: "Used by",
tab_videos: "Videos",
tab_weaponskills: "Weapon Skills",
tab_world: "World",
tab_zones: "Zones",
tab_bonusloot: "Bonus Loot", // aowow - custom from BONUS_LOOT_LABEL
numberofupvotesreceived_tip: "Number of upvotes received",
deletethisreply_stc: "Delete this reply",
editthisreply_stc: "Edit this reply",
save: "Save",
reportthisreply_stc: "Report this reply to the moderators",
deletereplyconfirmation_tip: "Are you sure you want to permanently delete this reply?",
upvote_tip: "This comment is helpful (click again to undo)",
upvoted_tip: "You have upvoted this comment; click again to undo",
downvote_tip: "This comment is not helpful (click again to undo)",
commentdeleted_tip: "This comment has been deleted; it is now visible only to you and to moderators.",
addreply: "Add reply",
replylength1_format: "Enter at least $1 characters",
replylength2_format: "$1 to go&hellip;",
replylength3_format: "$1 characters remaining",
replylength4_format: "1 character remaining",
votelogin_tip: "You must have a registered account to vote on comments. Please <a href=\"?account=signin\">log in</a> or <a href=\"?account=signup\">register</a>.",
voteself_tip: "You can't vote your own comment.",
votedeleted_tip: "Deleted comments cannot be voted on.",
upvotenorep_tip: "You need at least <b>$1</b> <a href=\"?reputation\">reputation</a> to upvote comments.",
downvotenorep_tip: "You need at least <b>$1</b> <a href=\"?reputation\">reputation</a> to downvote comments.",
stickycomment_tip: "This comment has been made sticky by a moderator.",
addreply_stc: "Add reply",
show1morereply_stc: "Show 1 more reply",
showmorereplies_format: "Show $1 more replies",
addshow1morereply_stc: "Add / Show 1 more reply",
addshowmorereplies_format: "Add / Show $1 more replies",
menu_browse: "Browse",
mapper_tipzoom: "Tip: Click map to zoom",
mapper_tippin: "Tip: Click map to add/remove pins",
mapper_hidepins: "Hide pins",
mapper_showpins: "Show pins",
mapper_floor: "Change floor...",
mapper_relevantlocs: "Relevant Locations",
mapper_entiretyinzone: "The entirety of this quest happens in $$",
mapper_happensin: "Part of this quest happens in $$.",
mapper_objectives: {
ox: "This quest has objectives in $$.",
sx: "This quest starts in $$.",
ex: "This quest ends in $$.",
sex: "This quest starts and ends in $$.",
osx: "This quest has objectives and starts in $$.",
oex: "This quest has objectives and ends in $$.",
osx_ey: "This quest has objectives and starts in $$ and ends in $$.",
oex_sy: "This quest has objectives and ends in $$ and starts in $$.",
sx_ey: "This quest starts in $$ and ends in $$.",
ox_sy: "This quest starts in $$ and has objectives in $$.",
ox_ey: "This quest has objectives in $$ and ends in $$.",
ox_sey: "This quest starts and ends in $$ and has objectives in $$.",
ox_sy_ez: "This quest starts in $$, has objectives in $$ and ends in $$."
},
mapper_startsquest: "Starts the quest",
mapper_endsquest: "Ends the quest",
mapper_requiredquest: "Objective of the quest",
mapper_sourcestart: "Source of the quest's start:",
mapper_sourceend: "Source of the quest's end:",
mapper_sourcereq: "Source of a quest objective: ",
mapper_clicktoview: "Click to view this $1",
showonmap: "Show on map...",
som_nothing: "Nothing",
som_questgivers: "Quest givers",
som_viewnpc: "Click to view this NPC",
som_viewobj: "Click to view this object",
som_view: "Click to view...",
som_startsquest: "Starts the following quest:",
som_startsquestpl: "Starts the following quests:",
som_legend: "Legend: ",
som_legend_alliance: "Alliance",
som_legend_horde: "Horde",
som_legend_neutral: "Neutral",
som: {
all: "All",
alliance: "Alliance",
horde: "Horde",
quest: "Quest Givers",
daily: "Quest Givers (Daily)",
alliancequests: "Quest Givers",
hordequests: "Quest Givers",
repair: "Repairers",
rare: "Rare NPCs",
auctioneer: "Auctioneers",
banker: "Bankers",
battlemaster: "Battlemasters",
innkeeper: "Innkeepers",
guildmaster: "Guild masters",
stablemaster: "Stable Masters",
flightmaster: "Flight Masters",
trainer: "Trainers",
vendor: "Vendors",
book: "Books",
herb: "Herbs",
forge: "Forges",
anvil: "Anvils",
vein: "Mineral Veins",
spirithealer: "Spirit Healers",
boss: "Bosses",
areatrigger: "Areatrigger", // aowow - custom
mail: "Mailbox",
pool: "Fishing Pools"
},
markup_b: "Bold",
markup_i: "Italic",
markup_u: "Underline",
markup_s: "Strikethrough",
markup_small: "Small text",
markup_url: "Link",
markup_quote: "Quote box",
markup_code: "Code box",
markup_ul: "Unordered list (bullets)",
markup_ol: "Ordered list (numbers)",
markup_li: "List item",
markup_img: "Image",
markup_del: "Deleted",
markup_ins: "Inserted",
markup_pre: "Preformatted",
markup_sub: "Subscript",
markup_sup: "Superscript",
markup_spoiler: "Spoiler box",
cantdeletelowratedcomment_tip: "Try downrating this comment instead. Comments with negative rating will automatically be deleted.",
markup_said: "said: ",
markup_spoil: "Spoiler:",
markup_toc: "Table of Contents",
markup_links: "Links",
markup_prompt: "Please enter the ID of the $1.",
markup_helpdoc: 'You can also add database links and have the name and info entered automatically.<br />For more information, please see our <a href="?help=markup-guide">markup help document</a>.',
markup_help1: "You type:",
markup_help2: "You see:",
ct_dialog_captcha: "Please enter the code above: ",
ct_dialog_contactwowhead: "Contact us",
ct_dialog_description: "Description",
ct_dialog_desc_caption: "Please be as specific as possible.",
ct_dialog_email: "Email address: ",
ct_dialog_email_caption: "Only if you want to be contacted.",
ct_dialog_optional: "Optional",
ct_dialog_reason: "Reason: ",
ct_dialog_relatedurl: "Related URL: ",
ct_dialog_currenturl: "Current URL: ",
ct_dialog_report: "Report",
ct_dialog_reportchar: "Report Character",
ct_dialog_reportcomment: "Report Comment by $1",
ct_dialog_reportpost: "Report Post by $1",
ct_dialog_reportscreen: "Report Screenshot from $1",
ct_dialog_reportvideo: "Report Video from $1",
ct_dialog_reporttopic: "Report Topic by $1",
ct_dialog_thanks: "Your message has been received. Thanks for contacting us!",
ct_dialog_thanks_user: "Your message has been received, $1. Thanks for contacting us!",
ct_dialog_noemailwarning: "<b>Important:</b> If you don't enter an email address, we won't be able to follow up on your feedback. We never sell or give away your email address.",
ct_dialog_error_captcha: "The CAPTCHA you entered is invalid. Please try again.",
ct_dialog_error_desc: "Please provide a thorough description, but not too long.",
ct_dialog_error_email: "Please enter a valid email address.",
ct_dialog_error_emaillen: "Please enter an email address with less than 100 characters.",
ct_dialog_error_reason: "Please choose a reason for contacting us.",
ct_dialog_error_relatedurl: "Please provide a related URL with less than 250 characters.",
ct_dialog_error_invalidurl: "Please enter a valid URL.",
ct_resp_error1: "The CAPTCHA you entered is invalid. Please try again.",
ct_resp_error2: "Please provide a thorough description, but not too long.",
ct_resp_error3: "Please choose a reason for contacting us.",
ct_resp_error7: "You've already reported this.",
compose_mode: "Mode: ",
compose_edit: "Edit",
compose_preview: "Preview",
compose_livepreview: "Live Preview",
compose_formattinghelp: "Formatting Help",
compose_save: "Save",
compose_cancel: "Cancel",
compose_limit: "Up to $1 characters.",
compose_limit2: "Up to $1 characters and/or $2 lines.",
compose_remaining: "$1 characters remaining.",
user_nodescription: "This user hasn't composed a public description yet.",
user_nodescription2: "You haven't composed one yet.",
user_composeone: "Compose one now!",
user_editdescription: "Edit",
myaccount_passmatch: "Passwords match",
myaccount_passdontmatch: "Passwords do not match",
myaccount_purged: "Purged",
myaccount_purgefailed: "Purge failed :(",
myaccount_purgesuccess: "Announcement data has been successfully purged!",
favorites: "Favorites",
clicktologin: "Click to log in",
favorites_login: "Log in to save your favorites to a custom menu!",
favorites_duplicate: "This %s is already favorited!",
addtofavorites: "Add to Favorites",
removefromfavorites: "Remove from Favorites",
types: {
1: ["NPC", "NPC" , "NPCs", "NPCs"],
2: ["Object", "object", "Objects", "objects"],
3: ["Item", "item", "Items", "items"],
4: ["Item Set", "item set", "Item Sets", "item sets"],
5: ["Quest", "quest", "Quests", "quests"],
6: ["Spell", "spell", "Spells", "spells"],
7: ["Zone", "zone", "Zones", "zones"],
8: ["Faction", "faction", "Factions", "factions"],
9: ["Pet", "pet", "Pets", "pets"],
10: ["Achievement", "achievement", "Achievements", "achievements"],
11: ["Title", "title", "Titles", "titles"],
12: ["World Event", "world event", "World Events", "world events"],
13: ["Class", "class", "Classes", "classes"],
14: ["Race", "race", "Races", "races"],
15: ["Skill", "skill", "Skills", "skills"],
16: ["Statistic", "statistic", "Statistics", "statistics"],
17: ["Currency", "currency", "Currencies", "currencies"],
19: ["Sound", "sound", "Sounds", "sounds"],
29: ["Icon", "icon", "Icons", "icons"],
300: ["Guide", "guide", "Guides", "guides"],
501: ["Emote", "emote", "Emotes", "emotes"],
502: ["Enchantment", "enchantment", "Enchantments", "enchantments"],
503: ["Areatrigger", "areatrigger", "Areatriggers", "areatriggers"],
504: ["Mail", "mail", "Mails", "mails"]
},
timeunitssg: ["year", "month", "week", "day", "hour", "minute", "second"],
timeunitspl: ["years", "months", "weeks", "days", "hours", "minutes", "seconds"],
timeunitsab: ["yr", "mo", "wk", "day", "hr", "min", "sec"],
presets: {
pve: "PvE",
pvp: "PvP",
afflic: "Affliction",
arcane: "Arcane",
arms: "Arms (DPS)",
assas: "Assassination",
balance: "Balance (DPS)",
beast: "Beast Mastery",
blooddps: "Blood (DPS)",
bloodtank: "Blood (Tank)",
combat: "Combat",
demo: "Demonology",
destro: "Destruction",
disc: "Discipline (Healing)",
elem: "Elemental Combat (DPS)",
enhance: "Enhancement (DPS)",
feraldps: "Feral Combat (DPS)",
feraltank: "Feral Combat (Tank)",
fire: "Fire",
frost: "Frost",
frostdps: "Frost (DPS)",
frosttank: "Frost (Tank)",
fury: "Fury (DPS)",
generic: "Generic",
holy: "Holy (Healing)",
marks: "Marksmanship",
prot: "Protection (Tank)",
resto: "Restoration (Healing)",
retrib: "Retribution (DPS)",
shadow: "Shadow Magic (DPS)",
subtle: "Subtlety",
surv: "Survival",
unholydps: "Unholy (DPS)"
},
traits: {
agi: ["Agility", "Agi", "Agi"],
arcres: ["Arcane Resistance", "Arcane Resist", "ArcR"],
arcsplpwr: ["Arcane spell power", "Arcane Power", "ArcP"],
armor: ["Armor", "Armor", "Armor"],
armorbonus: ["Additional armor", "Bonus Armor", "AddAr"],
armorpenrtng: ["Armor penetration rating", "Armor Pen", "Pen"],
atkpwr: ["Attack power", "AP", "AP"],
avgbuyout: ["Average buyout price", "Buyout", "AH"],
avgmoney: ["Average money contained", "Money", "Money"],
block: ["Block value", "Block Value", "BkVal"],
blockrtng: ["Block rating", "Block", "Block"],
buyprice: ["Buy price (coppers)", "Buy", "Buy"],
cooldown: ["Cooldown (seconds)", "Cooldown", "CD"],
critstrkrtng: ["Critical strike rating", "Crit", "Crit"],
defrtng: ["Defense rating", "Defense", "Def"],
dmg: ["Weapon damage", "Damage", "Dmg"],
dmgmax1: ["Maximum damage", "Max Damage", "Max"],
dmgmin1: ["Minimum damage", "Min Damage", "Min"],
dodgertng: ["Dodge rating", "Dodge", "Dodge"],
dps: ["Damage per second", "DPS", "DPS"],
dura: ["Durability", "Durability", "Dura"],
exprtng: ["Expertise rating", "Expertise", "Exp"],
feratkpwr: ["Feral attack power", "Feral AP", "FAP"],
firres: ["Fire Resistance", "Fire Resist", "FirR"],
firsplpwr: ["Fire spell power", "Fire Power", "FireP"],
frores: ["Frost Resistance", "Frost Resist", "FroR"],
frosplpwr: ["Frost spell power", "Frost Power", "FroP"],
hastertng: ["Haste rating", "Haste", "Haste"],
health: ["Health", "Health", "Hlth"],
healthrgn: ["Health regeneration", "HP5", "HP5"],
hitrtng: ["Hit rating", "Hit", "Hit"],
holres: ["Holy Resistance", "Holy Resist", "HolR"],
holsplpwr: ["Holy spell power", "Holy Power", "HolP"],
"int": ["Intellect", "Int", "Int"],
level: ["Level", "Level", "Lvl"],
mana: ["Mana", "Mana", "Mana"],
manargn: ["Mana regeneration", "MP5", "MP5"],
mleatkpwr: ["Melee attack power", "Melee AP", "AP"],
mlecritstrkrtng: ["Melee critical strike rating", "Melee Crit", "Crit"],
mledmgmax: ["Melee maximum damage", "Melee Max Damage", "Max"],
mledmgmin: ["Melee minimum damage", "Melee Min Damage", "Min"],
mledps: ["Melee DPS", "Melee DPS", "DPS"],
mlehastertng: ["Melee haste rating", "Melee Haste", "Haste"],
mlehitrtng: ["Melee hit rating", "Melee Hit", "Hit"],
mlespeed: ["Melee speed", "Melee Speed", "Speed"],
natres: ["Nature Resistance", "Nature Resist", "NatR"],
natsplpwr: ["Nature spell power", "Nature Power", "NatP"],
nsockets: ["Number of sockets", "Sockets", "Sockt"],
parryrtng: ["Parry rating", "Parry", "Parry"],
reqarenartng: ["Required personal and team arena rating", "Req Rating", "Rating"],
reqlevel: ["Required level", "Req Level", "Level"],
reqskillrank: ["Required skill level", "Req Skill", "Skill"],
resirtng: ["Resilience rating", "Resilience", "Resil"],
rgdatkpwr: ["Ranged attack power", "Ranged AP", "RAP"],
rgdcritstrkrtng: ["Ranged critical strike rating", "Ranged Crit", "Crit"],
rgddmgmax: ["Ranged maximum damage", "Ranged Max Damage", "Max"],
rgddmgmin: ["Ranged minimum damage", "Ranged Min Damage", "Min"],
rgddps: ["Ranged DPS", "Ranged DPS", "DPS"],
rgdhastertng: ["Ranged haste rating", "Ranged Haste", "Haste"],
rgdhitrtng: ["Ranged hit rating", "Ranged Hit", "Hit"],
rgdspeed: ["Ranged speed", "Ranged Speed", "Speed"],
sellprice: ["Sale price (coppers)", "Sell", "Sell"],
sepbasestats: "Base stats",
sepdefensivestats: "Defensive stats",
sepgeneral: "General",
sepindividualstats: "Individual stats",
sepmisc: "Miscellaneous",
sepoffensivestats: "Offensive stats",
sepresistances: "Resistances",
sepweaponstats: "Weapon stats",
shares: ["Shadow Resistance", "Shadow Resist", "ShaR"],
shasplpwr: ["Shadow spell power", "Shadow Power", "ShaP"],
speed: ["Speed", "Speed", "Speed"],
spi: ["Spirit", "Spi", "Spi"],
splcritstrkrtng: ["Spell critical strike rating", "Spell Crit", "Crit"],
spldmg: ["Damage done by spells", "Spell Damage", "Dmg"],
splheal: ["Healing done by spells", "Healing", "Heal"],
splpwr: ["Spell power", "Spell Power", "SP"],
splhastertng: ["Spell haste rating", "Spell Haste", "Haste"],
splhitrtng: ["Spell hit rating", "Spell Hit", "Hit"],
splpen: ["Spell penetration", "Spell Pen", "Pen"],
sta: ["Stamina", "Sta", "Sta"],
str: ["Strength", "Str", "Str"]
},
fishow: "Create a filter",
fihide: "Hide filter options",
fiany: "Any",
finone: "None",
firemove: "remove",
ficlear: "clear",
ficustom: "Custom",
fishowdetails: "show details",
fihidedetails: "hide details",
fisavescale: "Save",
fideletescale: "Delete",
message_fillsomecriteria: "Please fill in some criteria.",
tooltip_jconlygems: "If checked, jewelcrafter-only gems<br />\nwill also be used to determine the best<br />\npossible gems for an item's weighted score.",
tooltip_genericrating: '<span class="q2">Equip: Increases your $1 by <!--rtg$2-->$3&nbsp;<small>(<!--rtg%$2-->0&nbsp;@&nbsp;L<!--lvl-->0)</small>.</span><br />',
fidropdowns: {
yn: [ [1, "Yes"], [2, "No"] ],
num: [ [1, ">"], [2, ">="], [3, "="], [4, "<="], [5, "<"], [6, "!="]],
side: [ [1, "Yes"], [2, "Alliance"], [3, "Horde"], [4, "Both"], [5, "No"] ],
faction: [
[469, "Alliance"], [1037, "Alliance Vanguard"], [1106, "Argent Crusade"], [529, "Argent Dawn"], [1012, "Ashtongue Deathsworn"],
[87, "Bloodsail Buccaneers"], [21, "Booty Bay"], [910, "Brood of Nozdormu"], [609, "Cenarion Circle"], [942, "Cenarion Expedition"],
[909, "Darkmoon Faire"], [530, "Darkspear Trolls"], [69, "Darnassus"], [577, "Everlook"], [930, "Exodar"],
[1068, "Explorers' League"], [1104, "Frenzyheart Tribe"], [729, "Frostwolf Clan"], [369, "Gadgetzan"], [92, "Gelkis Clan Centaur"],
[54, "Gnomeregan Exiles"], [946, "Honor Hold"], [67, "Horde"], [1052, "Horde Expedition"], [749, "Hydraxian Waterlords"],
[47, "Ironforge"], [989, "Keepers of Time"], [1090, "Kirin Tor"], [1098, "Knights of the Ebon Blade"], [978, "Kurenai"],
[1011, "Lower City"], [93, "Magram Clan Centaur"], [1015, "Netherwing"], [1038, "Ogri'la"], [76, "Orgrimmar"],
[470, "Ratchet"], [349, "Ravenholdt"], [1031, "Sha'tari Skyguard"], [1077, "Shattered Sun Offensive"], [809, "Shen'dralar"],
[911, "Silvermoon City"], [890, "Silverwing Sentinels"], [970, "Sporeggar"], [169, "Steamwheedle Cartel"], [730, "Stormpike Guard"],
[72, "Stormwind"], [70, "Syndicate"], [932, "The Aldor"], [1156, "The Ashen Verdict"], [933, "The Consortium"],
[510, "The Defilers"], [1126, "The Frostborn"], [1067, "The Hand of Vengeance"], [1073, "The Kalu'ak"], [509, "The League of Arathor"],
[941, "The Mag'har"], [1105, "The Oracles"], [990, "The Scale of the Sands"], [934, "The Scryers"], [935, "The Sha'tar"],
[1094, "The Silver Covenant"], [1119, "The Sons of Hodir"], [1124, "The Sunreavers"], [1064, "The Taunka"], [967, "The Violet Eye"],
[1091, "The Wyrmrest Accord"], [59, "Thorium Brotherhood"], [947, "Thrallmar"], [81, "Thunder Bluff"], [576, "Timbermaw Hold"],
[922, "Tranquillien"], [68, "Undercity"], [1050, "Valiance Expedition"], [1085, "Warsong Offensive"], [889, "Warsong Outriders"],
[589, "Wintersaber Trainers"], [270, "Zandalar Tribe"]
],
zone: [
[4494, "Ahn'kahet: The Old Kingdom"], [ 36, "Alterac Mountains"], [2597, "Alterac Valley"], [3358, "Arathi Basin"], [ 45, "Arathi Highlands"],
[ 331, "Ashenvale"], [3790, "Auchenai Crypts"], [4277, "Azjol-Nerub"], [ 16, "Azshara"], [3524, "Azuremyst Isle"],
[ 3, "Badlands"], [3959, "Black Temple"], [ 719, "Blackfathom Deeps"], [1584, "Blackrock Depths"], [ 25, "Blackrock Mountain"],
[1583, "Blackrock Spire"], [2677, "Blackwing Lair"], [3702, "Blade's Edge Arena"], [3522, "Blade's Edge Mountains"], [ 4, "Blasted Lands"],
[3525, "Bloodmyst Isle"], [3537, "Borean Tundra"], [ 46, "Burning Steppes"], [1941, "Caverns of Time"], [2918, "Champions' Hall"],
[3905, "Coilfang Reservoir"], [4024, "Coldarra"], [2817, "Crystalsong Forest"], [4395, "Dalaran"], [4378, "Dalaran Sewers"],
[ 148, "Darkshore"], [ 393, "Darkspear Strand"], [1657, "Darnassus"], [ 41, "Deadwind Pass"], [2257, "Deeprun Tram"],
[ 405, "Desolace"], [2557, "Dire Maul"], [ 65, "Dragonblight"], [4196, "Drak'Tharon Keep"], [ 1, "Dun Morogh"],
[ 14, "Durotar"], [ 10, "Duskwood"], [ 15, "Dustwallow Marsh"], [ 139, "Eastern Plaguelands"], [ 12, "Elwynn Forest"],
[3430, "Eversong Woods"], [3820, "Eye of the Storm"], [ 361, "Felwood"], [ 357, "Feralas"], [3433, "Ghostlands"],
[ 721, "Gnomeregan"], [ 394, "Grizzly Hills"], [3923, "Gruul's Lair"], [4416, "Gundrak"], [2917, "Hall of Legends"],
[4272, "Halls of Lightning"], [4820, "Halls of Reflection"], [4264, "Halls of Stone"], [3483, "Hellfire Peninsula"], [3562, "Hellfire Ramparts"],
[ 267, "Hillsbrad Foothills"], [ 495, "Howling Fjord"], [4742, "Hrothgar's Landing"], [3606, "Hyjal Summit"], [ 210, "Icecrown"],
[4812, "Icecrown Citadel"], [1537, "Ironforge"], [4710, "Isle of Conquest"], [4080, "Isle of Quel'Danas"], [3457, "Karazhan"],
[ 38, "Loch Modan"], [4131, "Magisters' Terrace"], [3836, "Magtheridon's Lair"], [3792, "Mana-Tombs"], [2100, "Maraudon"],
[2717, "Molten Core"], [ 493, "Moonglade"], [ 215, "Mulgore"], [3518, "Nagrand"], [3698, "Nagrand Arena"],
[3456, "Naxxramas"], [3523, "Netherstorm"], [2367, "Old Hillsbrad Foothills"], [2159, "Onyxia's Lair"], [1637, "Orgrimmar"],
[4813, "Pit of Saron"], [2437, "Ragefire Chasm"], [ 722, "Razorfen Downs"], [ 491, "Razorfen Kraul"], [ 44, "Redridge Mountains"],
[3429, "Ruins of Ahn'Qiraj"], [3968, "Ruins of Lordaeron"], [ 796, "Scarlet Monastery"], [2057, "Scholomance"], [ 51, "Searing Gorge"],
[3607, "Serpentshrine Cavern"], [3791, "Sethekk Halls"], [3789, "Shadow Labyrinth"], [ 209, "Shadowfang Keep"], [3520, "Shadowmoon Valley"],
[3703, "Shattrath City"], [3711, "Sholazar Basin"], [1377, "Silithus"], [3487, "Silvermoon City"], [ 130, "Silverpine Forest"],
[3679, "Skettis"], [ 406, "Stonetalon Mountains"], [1519, "Stormwind City"], [4384, "Strand of the Ancients"], [ 33, "Stranglethorn Vale"],
[2017, "Stratholme"], [1477, "Sunken Temple"], [4075, "Sunwell Plateau"], [ 8, "Swamp of Sorrows"], [ 440, "Tanaris"],
[ 141, "Teldrassil"], [3428, "Temple of Ahn'Qiraj"], [3519, "Terokkar Forest"], [3848, "The Arcatraz"], [ 17, "The Barrens"],
[2366, "The Black Morass"], [3840, "The Black Temple"], [3713, "The Blood Furnace"], [3847, "The Botanica"], [3775, "The Circle of Blood"],
[4100, "The Culling of Stratholme"], [1581, "The Deadmines"], [3557, "The Exodar"], [3845, "The Eye"], [4500, "The Eye of Eternity"],
[4809, "The Forge of Souls"], [ 47, "The Hinterlands"], [3849, "The Mechanar"], [4265, "The Nexus"], [4493, "The Obsidian Sanctum"],
[4228, "The Oculus"], [3698, "The Ring of Trials"], [4406, "The Ring of Valor"], [4987, "The Ruby Sanctum"], [4298, "The Scarlet Enclave"],
[3714, "The Shattered Halls"], [3717, "The Slave Pens"], [3715, "The Steamvault"], [ 717, "The Stockade"], [ 67, "The Storm Peaks"],
[3716, "The Underbog"], [ 457, "The Veiled Sea"], [4415, "The Violet Hold"], [ 400, "Thousand Needles"], [1638, "Thunder Bluff"],
[1216, "Timbermaw Hold"], [ 85, "Tirisfal Glades"], [4723, "Trial of the Champion"], [4722, "Trial of the Crusader"], [1337, "Uldaman"],
[4273, "Ulduar"], [ 490, "Un'Goro Crater"], [1497, "Undercity"], [ 206, "Utgarde Keep"], [1196, "Utgarde Pinnacle"],
[4603, "Vault of Archavon"], [ 718, "Wailing Caverns"], [3277, "Warsong Gulch"], [ 28, "Western Plaguelands"], [ 40, "Westfall"],
[ 11, "Wetlands"], [4197, "Wintergrasp"], [ 618, "Winterspring"], [3521, "Zangarmarsh"], [3805, "Zul'Aman"],
[ 66, "Zul'Drak"], [1176, "Zul'Farrak"], [1977, "Zul'Gurub"]
],
resistance: [
[6, "Arcane"], [2, "Fire"], [3, "Nature"], [4, "Frost"], [5, "Shadow"],
[1, "Holy"], [0, "Physical"]
],
gem: [
[5, "Yes"], [1, "Meta"], [2, "Red"], [3, "Yellow"], [4, "Blue"],
[6, "No"]
],
profession: [
[11, "Yes"], [1, "Alchemy"], [2, "Blacksmithing"], [3, "Cooking"], [4, "Enchanting"],
[5, "Engineering"], [6, "First Aid"], [13, "Fishing"], [14, "Herbalism"], [15, "Inscription"],
[7, "Jewelcrafting"], [8, "Leatherworking"], [9, "Mining"], [10, "Tailoring"], [12, "No"]
],
expansion: [ [3, "Wrath of the Lich King"], [2, "The Burning Crusade"], [1, "None"] ],
totemcategory: [
[3, "Air Totem"], [14, "Arclight Spanner"], [162, "Blacksmith Hammer"], [168, "Bladed Pickaxe"], [141, "Drums"],
[2, "Earth Totem"], [4, "Fire Totem"], [169, "Flint and Tinder"], [161, "Gnomish Army Knife"], [15, "Gyromatic Micro-Adjustor"],
[167, "Hammer Pick"], [81, "Hollow Quill"], [21, "Master Totem"], [165, "Mining Pick"], [12, "Philosopher's Stone"],
[62, "Runed Adamantite Rod"], [10, "Runed Arcanite Rod"], [101, "Runed Azurite Rod"], [189, "Runed Cobalt Rod"], [6, "Runed Copper Rod"],
[63, "Runed Eternium Rod"], [41, "Runed Fel Iron Rod"], [8, "Runed Golden Rod"], [7, "Runed Silver Rod"], [190, "Runed Titanium Rod"],
[9, "Runed Truesilver Rod"], [166, "Skinning Knife"], [121, "Virtuoso Inking Set"], [5, "Water Totem"]
],
heroicdungeon: [
[4494, "Ahn'kahet: The Old Kingdom"], [3790, "Auchenai Crypts"], [4277, "Azjol-Nerub"], [4196, "Drak'Tharon Keep"], [4416, "Gundrak"],
[4272, "Halls of Lightning"], [4820, "Halls of Reflection"], [4264, "Halls of Stone"], [3562, "Hellfire Ramparts"], [4131, "Magisters' Terrace"],
[3792, "Mana-Tombs"], [2367, "Old Hillsbrad Foothills"], [4813, "Pit of Saron"], [3791, "Sethekk Halls"], [3789, "Shadow Labyrinth"],
[3848, "The Arcatraz"], [2366, "The Black Morass"], [3713, "The Blood Furnace"], [3847, "The Botanica"], [4100, "The Culling of Stratholme"],
[4809, "The Forge of Souls"], [3849, "The Mechanar"], [4265, "The Nexus"], [4228, "The Oculus"], [3714, "The Shattered Halls"],
[3717, "The Slave Pens"], [3715, "The Steamvault"], [3716, "The Underbog"], [4415, "The Violet Hold"], [4723, "Trial of the Champion"],
[206, "Utgarde Keep"], [1196, "Utgarde Pinnacle"]
],
heroicraid: [ [4987, "The Ruby Sanctum"], [4812, "Icecrown Citadel"], [4722, "Trial of the Crusader"] ],
multimoderaid: [
[4812, "Icecrown Citadel"], [3456, "Naxxramas"], [2159, "Onyxia's Lair"], [4500, "The Eye of Eternity"], [4493, "The Obsidian Sanctum"],
[4722, "Trial of the Crusader"], [4273, "Ulduar"], [4603, "Vault of Archavon"], [4987, "The Ruby Sanctum"]
],
event: [
[372, "Brewfest"], [283, "Call to Arms: Alterac Valley"], [285, "Call to Arms: Arathi Basin"], [353, "Call to Arms: Eye of the Storm"],[420, "Call to Arms: Isle of Conquest"],
[400, "Call to Arms: Strand of the Ancients"], [284, "Call to Arms: Warsong Gulch"], [201, "Children's Week"], [374, "Darkmoon Faire"],
[409, "Day of the Dead"], [141, "Feast of Winter Veil"], [324, "Hallow's End"], [321, "Harvest Festival"], [424, "Kalu'ak Fishing Derby"],
[423, "Love is in the Air"], [327, "Lunar Festival"], [341, "Midsummer Fire Festival"], [181, "Noblegarden"], [404, "Pilgrim's Bounty"],
[398, "Pirates' Day"], [301, "Stranglethorn Fishing Extravaganza"]
],
pvp: [ [1, "Yes"], [3, "Arena"], [4, "Battleground"], [5, "World"], [2, "No"] ],
currency: [
[32572, "Apexis Crystal"], [32569, "Apexis Shard"], [29736, "Arcane Rune"], [44128, "Arctic Fur"], [20560, "Alterac Valley Mark of Honor"],
[20559, "Arathi Basin Mark of Honor"], [29434, "Badge of Justice"], [37829, "Brewfest Prize Token"], [23247, "Burning Blossom"], [44990, "Champion's Seal"],
[24368, "Coilfang Armaments"], [52027, "Conqueror's Mark of Sanctification"], [52030, "Conqueror's Mark of Sanctification (Heroic)"],
[43016, "Dalaran Cooking Award"], [41596, "Dalaran Jewelcrafter's Token"],[34052, "Dream Shard"], [45624, "Emblem of Conquest"], [49426, "Emblem of Frost"],
[40752, "Emblem of Heroism"], [47241, "Emblem of Triumph"], [40753, "Emblem of Valor"], [29024, "Eye of the Storm Mark of Honor"],
[24245, "Glowcap"], [26045, "Halaa Battle Token"], [26044, "Halaa Research Token"], [38425, "Heavy Borean Leather"], [29735, "Holy Dust"],
[24579, "Mark of Honor Hold"], [24581, "Mark of Thrallmar"], [32897, "Mark of the Illidari"], [22484, "Necrotic Rune"], [52026, "Protector's Mark of Sanctification"],
[52029, "Protector's Mark of Sanctification (Heroic)"], [4291, "Silken Thread"], [28558, "Spirit Shard"], [43228, "Stone Keeper's Shard"],
[34664, "Sunmote"], [47242, "Trophy of the Crusade"], [52025, "Vanquisher's Mark of Sanctification"], [52028, "Vanquisher's Mark of Sanctification (Heroic)"],
[37836, "Venture Coin"], [20558, "Warsong Gulch Mark of Honor"], [34597, "Winterfin Clam"], [43589, "Wintergrasp Mark of Honor"]
],
itemcurrency: [
[34853, "Belt of the Forgotten Conqueror"], [34854, "Belt of the Forgotten Protector"], [34855, "Belt of the Forgotten Vanquisher"],
[34856, "Boots of the Forgotten Conqueror"], [34857, "Boots of the Forgotten Protector"], [34858, "Boots of the Forgotten Vanquisher"],
[34848, "Bracers of the Forgotten Conqueror"], [34851, "Bracers of the Forgotten Protector"], [34852, "Bracers of the Forgotten Vanquisher"],
[40625, "Breastplate of the Lost Conqueror"], [40626, "Breastplate of the Lost Protector"], [40627, "Breastplate of the Lost Vanquisher"],
[45632, "Breastplate of the Wayward Conqueror"], [45633, "Breastplate of the Wayward Protector"], [45634, "Breastplate of the Wayward Vanquisher"],
[34169, "Breeches of Natural Aggression"], [34186, "Chain Links of the Tumultuous Storm"], [29754, "Chestguard of the Fallen Champion"],
[29753, "Chestguard of the Fallen Defender"], [29755, "Chestguard of the Fallen Hero"], [31089, "Chestguard of the Forgotten Conqueror"],
[31091, "Chestguard of the Forgotten Protector"], [31090, "Chestguard of the Forgotten Vanquisher"], [40610, "Chestguard of the Lost Conqueror"],
[40611, "Chestguard of the Lost Protector"], [40612, "Chestguard of the Lost Vanquisher"], [30236, "Chestguard of the Vanquished Champion"],
[30237, "Chestguard of the Vanquished Defender"], [30238, "Chestguard of the Vanquished Hero"], [45635, "Chestguard of the Wayward Conqueror"],
[45636, "Chestguard of the Wayward Protector"], [45637, "Chestguard of the Wayward Vanquisher"], [34245, "Cover of Ursol the Wise"],
[34332, "Cowl of Gul'dan"], [34339, "Cowl of Light's Purity"], [34345, "Crown of Anasterian"],
[40631, "Crown of the Lost Conqueror"], [40632, "Crown of the Lost Protector"], [40633, "Crown of the Lost Vanquisher"],
[45638, "Crown of the Wayward Conqueror"], [45639, "Crown of the Wayward Protector"], [45640, "Crown of the Wayward Vanquisher"],
[34244, "Duplicitous Guise"], [34208, "Equilibrium Epaulets"], [34180, "Felfury Legplates"],
[34229, "Garments of Serene Shores"], [34350, "Gauntlets of the Ancient Shadowmoon"], [40628, "Gauntlets of the Lost Conqueror"],
[40629, "Gauntlets of the Lost Protector"], [40630, "Gauntlets of the Lost Vanquisher"], [45641, "Gauntlets of the Wayward Conqueror"],
[45642, "Gauntlets of the Wayward Protector"], [45643, "Gauntlets of the Wayward Vanquisher"], [29757, "Gloves of the Fallen Champion"],
[29758, "Gloves of the Fallen Defender"], [29756, "Gloves of the Fallen Hero"], [31092, "Gloves of the Forgotten Conqueror"],
[31094, "Gloves of the Forgotten Protector"], [31093, "Gloves of the Forgotten Vanquisher"], [40613, "Gloves of the Lost Conqueror"],
[40614, "Gloves of the Lost Protector"], [40615, "Gloves of the Lost Vanquisher"], [30239, "Gloves of the Vanquished Champion"],
[30240, "Gloves of the Vanquished Defender"], [30241, "Gloves of the Vanquished Hero"], [45644, "Gloves of the Wayward Conqueror"],
[45645, "Gloves of the Wayward Protector"], [45646, "Gloves of the Wayward Vanquisher"], [34342, "Handguards of the Dawn"],
[34211, "Harness of Carnal Instinct"], [34243, "Helm of Burning Righteousness"], [29760, "Helm of the Fallen Champion"],
[29761, "Helm of the Fallen Defender"], [29759, "Helm of the Fallen Hero"], [31097, "Helm of the Forgotten Conqueror"],
[31095, "Helm of the Forgotten Protector"], [31096, "Helm of the Forgotten Vanquisher"], [40616, "Helm of the Lost Conqueror"],
[40617, "Helm of the Lost Protector"], [40618, "Helm of the Lost Vanquisher"], [30242, "Helm of the Vanquished Champion"],
[30243, "Helm of the Vanquished Defender"], [30244, "Helm of the Vanquished Hero"], [45647, "Helm of the Wayward Conqueror"],
[45648, "Helm of the Wayward Protector"], [45649, "Helm of the Wayward Vanquisher"], [34216, "Heroic Judicator's Chestguard"],
[29766, "Leggings of the Fallen Champion"], [29767, "Leggings of the Fallen Defender"], [29765, "Leggings of the Fallen Hero"],
[31098, "Leggings of the Forgotten Conqueror"], [31100, "Leggings of the Forgotten Protector"], [31099, "Leggings of the Forgotten Vanquisher"],
[40619, "Leggings of the Lost Conqueror"], [40620, "Leggings of the Lost Protector"], [40621, "Leggings of the Lost Vanquisher"],
[30245, "Leggings of the Vanquished Champion"], [30246, "Leggings of the Vanquished Defender"], [30247, "Leggings of the Vanquished Hero"],
[45650, "Leggings of the Wayward Conqueror"], [45651, "Leggings of the Wayward Protector"], [45652, "Leggings of the Wayward Vanquisher"],
[34167, "Legplates of the Holy Juggernaut"], [40634, "Legplates of the Lost Conqueror"], [40635, "Legplates of the Lost Protector"],
[40636, "Legplates of the Lost Vanquisher"], [45653, "Legplates of the Wayward Conqueror"], [45654, "Legplates of the Wayward Protector"],
[45655, "Legplates of the Wayward Vanquisher"], [40637, "Mantle of the Lost Conqueror"], [40638, "Mantle of the Lost Protector"],
[40639, "Mantle of the Lost Vanquisher"], [45656, "Mantle of the Wayward Conqueror"], [45657, "Mantle of the Wayward Protector"],
[45658, "Mantle of the Wayward Vanquisher"], [34170, "Pantaloons of Calming Strife"], [34192, "Pauldrons of Perseverance"],
[29763, "Pauldrons of the Fallen Champion"], [29764, "Pauldrons of the Fallen Defender"], [29762, "Pauldrons of the Fallen Hero"],
[31101, "Pauldrons of the Forgotten Conqueror"], [31103, "Pauldrons of the Forgotten Protector"], [31102, "Pauldrons of the Forgotten Vanquisher"],
[30248, "Pauldrons of the Vanquished Champion"], [30249, "Pauldrons of the Vanquished Defender"], [30250, "Pauldrons of the Vanquished Hero"],
[47557, "Regalia of the Grand Conqueror"], [47558, "Regalia of the Grand Protector"], [47559, "Regalia of the Grand Vanquisher"],
[34233, "Robes of Faltered Light"], [34234, "Shadowed Gauntlets of Paroxysm"], [34202, "Shawl of Wonderment"],
[34195, "Shoulderpads of Vehemence"], [34209, "Spaulders of Reclamation"], [40622, "Spaulders of the Lost Conqueror"],
[40623, "Spaulders of the Lost Protector"], [40624, "Spaulders of the Lost Vanquisher"], [34193, "Spaulders of the Thalassian Savior"],
[45659, "Spaulders of the Wayward Conqueror"], [45660, "Spaulders of the Wayward Protector"], [45661, "Spaulders of the Wayward Vanquisher"],
[34212, "Sunglow Vest"], [34351, "Tranquil Majesty Wraps"], [34215, "Warharness of Reckless Fury"]
],
queststart: [ [3, "Item"], [1, "NPC"], [2, "Object"] ],
questend: [ [1, "NPC"], [2, "Object"] ],
spellsource: [
[1, "Any"], [3, "Crafted"], [9, "Discovery"], [4, "Drop"], [6, "Quest"],
[10, "Talent"], [8, "Trainer"], [7, "Vendor"], [2, "None"]
],
itemsource: [
[1, "Any"], [11, "Achievement"], [3, "Crafted"], [4, "Drop"], [10, "Event"],
[5, "PvP"], [6, "Quest"], [9, "Starter"], [7, "Vendor"], [12, "Fished"],
[2, "None"]
],
glyphtype: [ [1, "Major"], [2, "Minor"] ],
classs: [
[12, "Any"], [6, "Death Knight"], [11, "Druid"], [3, "Hunter"], [8, "Mage"],
[2, "Paladin"], [5, "Priest"], [4, "Rogue"], [7, "Shaman"], [9, "Warlock"],
[1, "Warrior"], [13, "None"]
],
race: [
[12, "Any"], [10, "Blood Elf"], [11, "Draenei"], [3, "Dwarf"], [7, "Gnome"],
[1, "Human"], [4, "Night Elf"], [2, "Orc"], [6, "Tauren"], [8, "Troll"],
[5, "Undead"], [13, "None"]
],
disenchanting: [
[34057, "Abyss Crystal"], [22445, "Arcane Dust"], [11176, "Dream Dust"], [34052, "Dream Shard"], [11082, "Greater Astral Essence"],
[34055, "Greater Cosmic Essence"], [16203, "Greater Eternal Essence"], [10939, "Greater Magic Essence"], [11135, "Greater Mystic Essence"], [11175, "Greater Nether Essence"],
[22446, "Greater Planar Essence"], [16204, "Illusion Dust"], [34054, "Infinite Dust"], [14344, "Large Brilliant Shard"], [11084, "Large Glimmering Shard"],
[11139, "Large Glowing Shard"], [22449, "Large Prismatic Shard"], [11178, "Large Radiant Shard"], [10998, "Lesser Astral Essence"], [34056, "Lesser Cosmic Essence"],
[16202, "Lesser Eternal Essence"], [10938, "Lesser Magic Essence"], [11134, "Lesser Mystic Essence"], [11174, "Lesser Nether Essence"], [22447, "Lesser Planar Essence"],
[20725, "Nexus Crystal"], [14343, "Small Brilliant Shard"], [34053, "Small Dream Shard"], [10978, "Small Glimmering Shard"], [11138, "Small Glowing Shard"],
[22448, "Small Prismatic Shard"], [11177, "Small Radiant Shard"], [11083, "Soul Dust"], [10940, "Strange Dust"], [11137, "Vision Dust"],
[22450, "Void Crystal"]
],
proficiencytype:[
[2, "Armor"], [3, "Armor Proficiencies"], [4, "Armor Specializations"], [5, "Languages"], [1, "Weapons"]
],
effectauranames:[
[1, "Bind Sight"], [2, "Possess"], [3, "Periodic Damage - Flat"], [4, "Dummy"], [5, "Confuse"],
[6, "Charm"], [7, "Fear"], [8, "Periodic Heal"], [9, "Mod Attack Speed"], [10, "Mod Threat"],
[11, "Taunt"], [12, "Stun"], [13, "Mod Damage Done - Flat"], [14, "Mod Damage Taken - Flat"], [15, "Damage Shield"],
[16, "Stealth"], [17, "Stealth Detection"], [18, "Invisibility"], [19, "Invisibility Detection"], [20, "Regenerate Health - %"],
[21, "Regenerate Power - %"], [22, "Mod Resistance - Flat"], [23, "Periodically Trigger Spell"], [24, "Periodically Give Power"], [25, "Pacify"],
[26, "Root"], [27, "Silence"], [28, "Reflect Spells"], [29, "Mod Stat - Flat"], [30, "Mod Skill - Temporary"],
[31, "Increase Run Speed %"], [32, "Mod Mounted Speed %"], [33, "Decrease Run Speed %"], [34, "Mod Maximum Health - Flat"], [35, "Mod Maximum Power - Flat"],
[36, "Shapeshift"], [37, "Spell Effect Immunity"], [38, "Spell Aura Immunity"], [39, "Spell School Immunity"], [40, "Damage Immunity"],
[41, "Dispel Type Immunity"], [42, "Proc Trigger Spell"], [43, "Proc Trigger Damage"], [44, "Track Creatures"], [45, "Track Resources"],
[46, "Ignore All Gear"], [47, "Mod Parry %"], [48, "Periodic Trigger Spell from Client"],[49, "Mod Dodge %"], [50, "Mod Critical Healing Amount %"],
[51, "Mod Block %"], [52, "Mod Physical Crit Chance"], [53, "Periodically Drain Health"], [54, "Mod Physical Hit Chance"], [55, "Mod Spell Hit Chance"],
[56, "Transform"], [57, "Mod Spell Crit Chance"], [58, "Increase Swim Speed %"], [59, "Mod Damage Done Versus Creature"],[60, "Pacify & Silence"],
[61, "Mod Size %"], [62, "Periodically Transfer Health"], [63, "Periodically Transfer Power"], [64, "Periodically Drain Power"], [65, "Mod Spell Haste % (not stacking)"],
[66, "Feign Death"], [67, "Disarm"], [68, "Stalked"], [69, "Mod Absorb School Damage"], [70, "Extra Attacks"],
[71, "Mod Spell School Crit Chance"], [72, "Mod Spell School Power Cost - %"],[73,"Mod Spell School Power Cost - Flat"],[74, "Reflect Spells From School"], [75, "Force Language"],
[76, "Far Sight"], [77, "Mechanic Immunity"], [78, "Mounted"], [79, "Mod Damage Done - %"], [80, "Mod Stat - %"],
[81, "Split Damage %"], [82, "Underwater Breathing"], [83, "Mod Base Resistance - Flat"], [84, "Mod Health Regeneration - Flat"],[85, "Mod Power Regeneration - Flat"],
[86, "Create Item on Death"], [87, "Mod Damage Taken - %"], [88, "Mod Health Regeneration - %"], [89, "Periodic Damage - %"], [90, "Mod Resist Chance"],
[91, "Mod Aggro Range"], [92, "Prevent Fleeing"], [93, "Unattackable"], [94, "Interrupt Power Decay"], [95, "Ghost"],
[96, "Spell Magnet"], [97, "Absorb Damage - Mana Shield"], [98, "Mod Skill Value"], [99, "Mod Attack Power"], [100, "Always Show Debuffs"],
[101, "Mod Resistance - %"], [102, "Mod Melee Attack Power vs Creature"],[103, "Mod Total Threat - Temporary"],[104, "Water Walking"], [105, "Feather Fall"],
[106, "Levitate / Hover"], [107, "Add Modifier - Flat"], [108, "Add Modifier - %"], [109, "Proc Spell on Target"], [110, "Mod Power Regeneration - %"],
[111, "Intercept % of Attacks Against Target"],[112, "Override Class Script"], [113, "Mod Ranged Damage Taken - Flat"],[114, "Mod Ranged Damage Taken - %"], [115, "Mod Healing Taken - Flat"],
[116, "Allow % of Health Regen During Combat"],[117, "Mod Mechanic Resistance"],[118, "Mod Healing Taken - %"], [119, "Share Pet Tracking"], [120, "Untrackable"],
[121, "Beast Lore"], [122, "Mod Off-Hand Damage Done %"], [123, "Mod Target Resistances - Flat"], [124, "Mod Ranged Attack Power - Flat"],[125, "Mod Melee Damage Taken - Flat"],
[126, "Mod Melee Damage Taken - %"], [127, "Mod Attacker Ranged Attack Power"],[128, "Possess Pet"], [129, "Increase Run Speed % (stacking)"],[130, "Incerase Mounted Speed % (stacking)"],
[131, "Mod Ranged Attack Power vs Creature"],[132, "Mod Maximum Power - %"], [133, "Mod Maximum Health - %"], [134, "Allow % of Mana Regen During Combat"],[135, "Mod Healing Done - Flat"],
[136, "Mod Healing Done - %"], [137, "Mod Stat - %"], [138, "Mod Melee Haste %"], [139, "Force Reputation"], [140, "Mod Ranged Haste %"],
[141, "Mod Ranged Ammo Haste %"], [142, "Mod Base Resistance - %"], [143, "Mod Resistace - Flat (not stacking)"],[144, "Safe Fall"], [145, "Increase Pet Talent Points"],
[146, "Allow Exotic Pets Taming"], [147, "Mechanic Immunity Mask"], [148, "Retain Combo Points"], [149, "Reduce Pushback Time %"], [150, "Mod Shield Block Value - %"],
[151, "Track Stealthed"], [152, "Mod Player Aggro Range"], [153, "Split Damage - Flat"], [154, "Mod Stealth Level"], [155, "Mod Underwater Breathing %"],
[156, "Mod All Reputation Gained by %"],[157, "Done Pet Damage Multiplier"], [158, "Mod Shield Block Value - Flat"], [159, "No PvP Credit"], [160, "Mod AoE Avoidance"],
[161, "Mod Health Regen During Combat"],[162, "Mana Burn"], [163, "Mod Melee Critical Damage %"], [165, "Mod Attacker Melee Attack Power"],[166, "Mod Melee Attack Power - %"],
[167, "Mod Ranged Attack Power - %"], [168, "Mod Damage Done vs Creature - %"],[169, "Mod Crit Chance vs Creature"], [170, "Change Object Visibility for Player"],[171, "Mod Run Speed % (not stacking)"],
[172, "Mod Mounted Speed % (not stacking)"],[174, "Mod Spell Power by % of Stat"],[175, "Mod Healing Power by % of Stat"],[176, "Spirit of Redemption"], [177, "AoE Charm"],
[178, "Mod Debuff Resistance - %"], [179, "Mod Attacker Spell Crit Chance"],[180, "Mod Spell Power vs Creature"], [182, "Mod Resistance by % of Stat"], [183, "Mod Threat % of Critical Hits"],
[184, "Mod Attacker Melee Hit Chance"], [185, "Mod Attacker Ranged Hit Chance"],[186, "Mod Attacker Spell Hit Chance"], [187, "Mod Attacker Melee Crit Chance"],[188, "Mod Attacker Ranged Crit Chance"],
[189, "Mod Rating"], [190, "Mod Reputation Gained %"], [191, "Limit Movement Speed"], [192, "Mod Attack Speed %"], [193, "Mod Haste % (gain)"],
[194, "Mod Target School Absorb"], [195, "Mod Target School Absorb for Ability"],[196, "Mod Cooldowns"], [197, "Mod Attacker Crit Chance"], [199, "Mod Spell Hit Chance"],
[200, "Mod Kill Experience Gained %"], [201, "Can Fly"], [202, "Ignore Combat Result"], [203, "Mod Attacker Melee Crit Damage by %"],[204, "Mod Attacker Ranged Crit Damage by %"],
[205, "Mod Attacker Spell Crit Damage by %"],[206, "Mod Vehicle Flight Speed %"],[207, "Mod Mounted Flight Speed %"], [208, "Mod Flight Speed %"], [209, "Mod Mounted Flight Speed % (always)"],
[210, "Mod Vehicle Flight Speed % (always)"],[211, "Mod Flight Speed % (not stacking)"],[212, "Mod Ranged Attack Power by % of Stat"],[213, "Mod Rage Generated From Damage Dealt"],[214, "Tamed Pet Passive"],
[215, "Arena Preparation"], [216, "Mod Spell Haste %"], [217, "Killing Spree"], [218, "Mod Ranged Haste %"], [219, "Mod Mana Regeneration by % of Stat"],
[220, "Mod Combat Rating by % of Stat"],[221, "Ignore Threat"], [223, "Raid Proc from Charge"], [225, "Raid Proc from Charge with Value"],[226, "Periodic Dummy"],
[227, "Periodically Trigger Spell with Value"],[228, "Detect Stealth"], [229, "Mod AoE Damage Taken %"], [230, "Mod Maximum Health - Flat (not stacking)"],[231, "Proc Trigger Spell with Value"],
[232, "Mod Mechanic Duration %"], [233, "Change other Humanoid Display"], [234, "Mod Mechanic Duration % (not stacking)"],[235, "Mod Dispel Resistance %"],[236, "Control Vehicle"],
[237, "Mod Spell Power by % of Attack Power"],[238, "Mod Healing Power by % of Attack Power"],[239, "Mod Size % (not stacking)"],[240, "Mod Expertise"], [241, "Force Move Forward"],
[242, "Mod Spell & Healing Power by % of Int"],[243, "Faction Override"], [244, "Comprehend Language"], [245, "Mod Aura Duration by Dispel Type"],[246, "Mod Aura Duration by Dispel Type (not stacking)"],
[247, "Clone Caster"], [248, "Mod Combat Result Chance"], [249, "Convert Rune"], [250, "Mod Maximum Health - Flat (stacking)"],[251, "Mod Enemy Dodge Chance"],
[252, "Mod Haste % (loss)"], [253, "Mod Critical Block Chance"], [254, "Disarm Offhand"], [255, "Mod Mechanic Damage Taken %"], [256, "No Reagent Cost"],
[257, "Mod Target Resistance by Spell Class"],[258, "Mod Spell Visual"], [259, "Mod Periodic Healing Taken %"], [260, "Screen Effect"], [261, "Phase"],
[262, "Ability Ignore Aurastate"], [263, "Allow Only Ability"], [267, "Cancel Aura Buffer at % of Caster Health"],[268, "Mod Attack Power by % of Stat"],[269, "Ignore Target Resistance"],
[270, "Ignore Target Resistance for Ability"],[271, "Mod Damage Taken % from Caster"],[272, "Ignore Swing Timer Reset"],[273, "X-Ray"], [274, "Ability Consume No Ammo"],
[275, "Mod Ability Ignore Shapeshift"], [276, "Mod Mechanic Damage Done %"], [277, "Mod Max Affected Targets"], [278, "Disarm Ranged Weapon"], [279, "Spawn Effect"],
[280, "Mod Armor Penetration %"], [281, "Mod Honor Gain %"], [282, "Mod Base Health %"], [283, "Mod Healing Taken % from Caster"],[284, "Linked Aura"],
[285, "Mod Attack Power by School Resistance"],[286, "Allow Periodic Ability to Crit"],[287, "Mod Spell Deflect Chance"],[288, "Ignore Hit Direction"], [290, "Mod Crit Chance"],
[291, "Mod Quest Experience Gained %"], [292, "Open Stable"], [293, "Override Spells"], [294, "Prevent Power Regeneration"], [296, "Set Vehicle Id"],
[297, "Spirit Burst"], [298, "Strangulate"], [300, "Share Damage %"], [301, "Mod Absorb School Healing"], [303, "Mod Damage Done vs Aurastate - %"],
[304, "Fake Inebriate"], [305, "Mod Minimum Speed %"], [307, "Heal Absorb Test"], [308, "Mod Critical Strike Chance for Caster"],[310, "Mod Pet AOE Damage Avoidance"],
[314, "Prevent Ressurection"], [315, "Underwater Walking"], [316, "Periodic Haste"]
],
effecttype: [
[1, "Instakill"], [2, "School Damage"], [3, "Dummy"], [4, "Portal Teleport"], [5, "Teleport Units"],
[6, "Apply Aura"], [7, "Environment Damage"], [8, "Drain Power"], [9, "Drain Health"], [10, "Heal"],
[11, "Bind"], [12, "Portal"], [13, "Ritual Base"], [14, "Ritual Specialize"], [15, "Ritual Activate Portal"],
[16, "Complete Quest"], [17, "Weapon Damage - No School"], [18, "Resurrect with % Health"], [19, "Add Extra Attacks"], [20, "Can Dodge"],
[21, "Can Evade"], [22, "Can Parry"], [23, "Can Block"], [24, "Create Item"], [25, "Can Use Weapon"],
[26, "Know Defense Skill"], [27, "Persistent Area Aura"], [28, "Summon"], [29, "Leap"], [30, "Give Power"],
[31, "Weapon Damage - %"], [32, "Trigger Missile"], [33, "Open Lock"], [34, "Transform Item"], [35, "Apply Area Aura - Party"],
[36, "Learn Spell"], [37, "Know Spell Defense"], [38, "Dispel"], [39, "Learn Language"], [40, "Dual Wield"],
[41, "Jump to Target"], [42, "Jump Behind Target"], [43, "Teleport Target to Caster"], [44, "Learn Skill Step"], [45, "Give Honor"],
[46, "Spawn"], [47, "Trade Skill"], [48, "Base Stealth"], [49, "Base Detect Stealthed"], [50, "Summon Object"],
[51, "Force Critical Hit"], [52, "Guarantee Hit"], [53, "Enchant Item - Permanent"], [54, "Enchant Item - Temporary"], [55, "Tame Creature"],
[56, "Summon Pet"], [57, "Learn Spell - Pet"], [58, "Weapon Damage - Flat"], [59, "Open Item & Fast Loot"], [60, "Proficiency"],
[61, "Send Script Event"], [62, "Burn Power"], [63, "Modify Threat - Flat"], [64, "Trigger Spell"], [65, "Apply Area Aura - Raid"],
[66, "Create Mana Gem"], [67, "Heal to Full"], [68, "Interrupt Cast"], [69, "Distract"], [70, "Distract Move"],
[71, "Pickpocket"], [72, "Far Sight"], [73, "Forget Talents"], [74, "Apply Glyph"], [75, "Heal Mechanical"],
[76, "Summon Object - Temporary"], [77, "Script Effect"], [78, "Attack"], [79, "Abort All Pending Attacks"], [80, "Add Combo Points"],
[81, "Create House"], [82, "Bind Sight"], [83, "Duel"], [84, "Stuck"], [85, "Summon Player"],
[86, "Activate Object"], [87, "Siege Damage"], [88, "Repair Building"], [89, "Building Action"], [90, "Kill Credit"],
[91, "Threat All"], [92, "Enchant Held Item"], [93, "Force Deselect"], [94, "Self Resurrect"], [95, "Skinning"],
[96, "Charge"], [97, "Cast Button"], [98, "Knock Back"], [99, "Disenchant"], [100, "Inebriate"],
[101, "Feed Pet"], [102, "Dismiss Pet"], [103, "Give Reputation"], [104, "Summon Object(Trap)"], [105, "Summon Object(Battle S.)"],
[106, "Summon Object(#3)"], [107, "Summon Object(#4)"], [108, "Dispel Mechanic"], [109, "Resurrect Dead Pet"], [110, "Destroy All Totems"],
[111, "Durability Damage - Flat"], [112, "Summon Demon"], [113, "Resurrect with Flat Health"], [114, "Taunt"], [115, "Durability Damage - %"],
[116, "Skin Player Corpse (PvP)"], [117, "AoE Resurrect with % Health"], [118, "Learn Skill"], [119, "Apply Area Aura - Pet"], [120, "Teleport to Graveyard"],
[121, "Normalized Weapon Damage"], [123, "Take Flight Path"], [124, "Pull Towards"], [125, "Modify Threat - %"],
[126, "Spell Steal"], [127, "Prospect"], [128, "Apply Area Aura - Friend"], [129, "Apply Area Aura - Enemy"], [130, "Redirect Done Threat %"],
[131, "Play Sound"], [132, "Play Music"], [133, "Unlearn Specialization"], [134, "Kill Credit2"], [135, "Call Pet"],
[136, "Heal for % of Total Health"], [137, "Give % of Total Power"], [138, "Leap Back"], [139, "Abandon Quest"], [140, "Force Spell Cast"],
[141, "Force Spell Cast with Value"], [142, "Trigger Spell with Value"], [143, "Apply Area Aura - Pet Owner"], [144, "Knockback to Dest."], [145, "Pull Towards Dest."],
[146, "Activate Rune"], [147, "Fail Quest"], [148, "Trigger Missile with Value"], [149, "Charge to Dest."], [150, "Start Quest"],
[151, "Trigger Spell 2"], [152, "Summon - Refer-A-Friend"], [153, "Create Tamed Pet"], [154, "Discover Flight Path"], [155, "Dual Wield 2H Weapons"],
[156, "Add Socket to Item"], [157, "Create Tradeskill Item"], [158, "Milling"], [159, "Rename Pet"], [160, "Force Spell Cast 2"],
[161, "Change Talent Spec. Count"], [162, "Activate Talent Spec."], [164, "Remove Aura"]
],
damagetype: [
[1, "None"], [2, "Magic"], [3, "Melee"], [4, "Ranged"]
],
resourcetype: [
[4, "Energy"], [5, "Focus"], [6, "Health"], [8, "Mana"],
[9, "Rage"], [10, "Runes"], [11, "Runic Power"], [14, "Happiness"],
[15, "Ammo"], [16, "Pyrite"], [17, "Steam Pressure"], [18, "Heat"],
[19, "Ooze"], [20, "Blood Power"], [21, "Wrath"]
],
spellfocus: [
[1, "Anvil"], [2, "Loom"], [3, "Forge"], [4, "Cooking Fire"], [663, "Alchemy Lab"],
[883, "Moonwell"],
],
flags: [
[1, '0x00000001'], [2, '0x00000002'], [3, '0x00000004'], [4, '0x00000008'], [5, '0x00000010'],
[6, '0x00000020'], [7, '0x00000040'], [8, '0x00000080'], [9, '0x00000100'], [10,'0x00000200'],
[11,'0x00000400'], [12,'0x00000800'], [13,'0x00001000'], [14,'0x00002000'], [15,'0x00004000'],
[16,'0x00008000'], [17,'0x00010000'], [18,'0x00020000'], [19,'0x00040000'], [20,'0x00080000'],
[21,'0x00100000'], [22,'0x00200000'], [23,'0x00400000'], [24,'0x00800000'], [25,'0x01000000'],
[26,'0x02000000'], [27,'0x04000000'], [28,'0x08000000'], [29,'0x10000000'], [30,'0x20000000'],
[31,'0x40000000'], [32,'0x80000000']
]
},
fiitems: {
sepgeneral: "General",
availabletoplayers: "Available to players",
avgbuyout: "Average buyout price",
avgmoney: "Average money contained",
bindonequip: "Binds when equipped",
bindonpickup: "Binds when picked up",
bindonuse: "Binds when used",
bindtoaccount: "Binds to account",
classspecific: "Class-specific",
conjureditem: "Conjured item",
cooldown: "Cooldown (seconds)",
damagetype: "Damage type",
deprecated: "Deprecated",
disenchantable: "Disenchantable",
disenchantsinto: "Disenchants into...",
dura: "Durability",
effecttext: "Effect text",
fitsgemslot: "Fits a gem slot",
flavortext: "Flavor text",
glyphtype: "Glyph type",
hasflavortext: "Has a flavor text",
hassockets: "Has sockets",
heroicitem: "Heroic item",
icon: "Icon",
id: "ID",
locked: "Locked",
millable: "Millable",
notavailable: "Not available to players",
objectivequest: "Objective of a quest",
openable: "Openable",
partofset: "Part of an item set",
partyloot: "Party loot",
prospectable: "Prospectable",
questitem: "Quest item",
racespecific: "Race-specific",
randomenchants: "Random enchantments (of the...)",
randomlyenchanted: "Randomly enchanted",
readable: "Readable",
reagentforability: "Reagent for ability/profession",
refundable: "Refundable",
relatedevent: "Related world event",
repaircost: "Repair cost (coppers)",
reqskillrank: "Required skill level",
requiresevent: "Requires a world event",
requiresprof: "Requires a profession",
requiresprofspec: "Requires a profession specialization",
requiresrepwith: "Requires reputation with...",
sellprice: "Sale price (coppers)",
smartloot: "Smart loot",
startsquest: "Starts a quest",
teachesspell: "Teaches a spell",
tool: "Tool",
unique: "Unique",
uniqueequipped: "Unique-Equipped",
usableinarenas: "Usable in arenas",
usablewhenshapeshifted: "Usable when shapeshifted",
sepsource: "Source",
craftedprof: "Crafted by a profession",
dropsin: "Drops in...",
dropsinheroic: "Drops in Heroic mode... (Dungeon)",
dropsinheroic10: "Drops in Heroic 10 mode... (Raid)",
dropsinheroic25: "Drops in Heroic 25 mode... (Raid)",
dropsinnormal: "Drops in Normal mode... (Dungeon)",
dropsinnormal10: "Drops in Normal 10 mode... (Raid)",
dropsinnormal25: "Drops in Normal 25 mode... (Raid)",
otdisenchanting: "Obtained through disenchanting",
otfishing: "Obtained through fishing",
otherbgathering: "Obtained through herb gathering",
otitemopening: "Obtained through item opening",
otlooting: "Obtained through looting",
otmilling: "Obtained through milling",
otmining: "Obtained through mining",
otobjectopening: "Obtained through object opening",
otpickpocketing: "Obtained through pick pocketing",
otprospecting: "Obtained through prospecting",
otpvp: "Obtained through PvP",
otredemption: "Obtained through redemption",
otskinning: "Obtained through skinning",
purchasablewithitem: "Purchasable with an item...",
purchasablewithhonor: "Purchasable with honor points",
purchasablewitharena: "Purchasable with arena points",
purchasablewithcurrency: "Purchasable with a currency...",
rewardedbyachievement: "Rewarded by an achievement",
rewardedbyfactionquest: "Rewarded by a quest",
rewardedbyquestin: "Rewarded by a quest in...",
soldbynpc: "Sold by NPC #...",
soldbyvendor: "Sold by a vendor",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos",
sepstaffonly: 'Staff only',
flags: 'Flags',
flags2: 'Flags (2)'
},
fiitemsets: {
sepgeneral: "General",
availabletoplayers: "Available to players",
id: "ID",
pieces: "Number of pieces",
bonustext: "Bonus effect text",
heroic: "Heroic",
relatedevent: "Related world event",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos"
},
finpcs: {
sepgeneral: "General",
canrepair: "Can repair",
faction: "Faction",
relatedevent: "Related world event",
foundin: "Found in...",
health: "Health",
mana: "Mana",
instanceboss: "Instance boss",
startsquest: "Starts a quest",
endsquest: "Ends a quest",
usemodel: "Uses model #...",
useskin: "Uses skin...",
id: "ID",
seploot: "Loot",
averagemoneydropped: "Average money dropped",
gatherable: "Gatherable (herbalism)",
salvageable: "Salvageable (engineering)",
lootable: "Lootable",
minable: "Minable (mining)",
pickpocketable: "Pick pocketable",
skinnable: "Skinnable",
increasesrepwith: "Increases reputation with...",
decreasesrepwith: "Decreases reputation with...",
sepgossipoptions: "Gossip options",
auctioneer: "Auctioneer",
banker: "Banker",
battlemaster: "Battlemaster",
flightmaster: "Flight master",
guildmaster: "Guild master",
innkeeper: "Innkeeper",
talentunlearner: "Talent unlearner",
tabardvendor: "Tabard vendor",
stablemaster: "Stable master",
trainer: "Trainer",
vendor: "Vendor",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos",
sepstaffonly: "Staff only",
haslocation: "Has location"
},
fiobjects: {
sepgeneral: "General",
foundin: "Found in...",
requiredskilllevel: "Required skill level (herbs/veins/footlockers)",
relatedevent: "Related world event",
startsquest: "Starts a quest",
endsquest: "Ends a quest",
id: "ID",
spellfocus: "Spell Focus",
seploot: "Loot",
averagemoneycontained: "Average money contained",
openable: "Openable",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos"
},
fiquests: {
sepgeneral: "General",
relatedevent: "Related world event",
daily: "Daily",
weekly: "Weekly",
repeatable: "Repeatable",
objectiveearnrepwith: "Objective: Earn reputation with...",
countsforloremaster_stc: "Loremaster quest",
sharable: "Sharable",
startsfrom: "Starts from...",
endsat: "Ends at...",
suggestedplayers: "Suggested players",
timer: "Timer (seconds)",
availabletoplayers: "Available to players",
id: "ID",
classspecific: "Class-specific",
racespecific: "Race-specific",
sepgainsrewards: "Gains/rewards",
experiencegained: "Experience gained",
arenagained: "Arena points gained",
honorgained: "Honor gained",
itemchoices: "Item choices",
itemrewards: "Item rewards",
moneyrewarded: "Money rewarded",
spellrewarded: "Spell rewarded",
titlerewarded: "Title rewarded",
currencyrewarded: "Currency rewarded...",
increasesrepwith: "Increases reputation with...",
decreasesrepwith: "Decreases reputation with...",
sepseries: "Series",
firstquestseries: "First quest of a series",
lastquestseries: "Last quest of a series",
partseries: "Part of a series",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos",
lacksstartend: "Lacks start or end",
sepstaffonly: "Staff only",
flags: "Flags"
},
fispells: {
sepgeneral: "General",
prcntbasemanarequired: "% of base mana required",
casttime: "Cast time",
channeled: "Channeled",
firstrank: "First rank",
lastrank: "Last rank",
rankno: "Rank #...",
proficiencytype: "Proficiency type",
rewardsskillups: "Rewards skill points",
manaenergyragecost: "Mana/energy/rage cost",
requiresnearbyobject: "Requires a nearby object",
hasreagents: "Has reagents",
scaling: "Scales with level",
requiresprofspec: "Requires a profession specialization",
requiresfaction: "Requires faction",
resourcetype: "Resource type",
source: "Source",
trainingcost: "Training cost",
usablewhenshapeshifted: "Usable when shapeshifted",
id: "ID",
icon: "Icon",
appliesaura: "Effect Aura type",
effecttype: "Effect type",
scalingap: "Scales with attack power",
scalingsp: "Scales with spell power",
sepattributes: "Attributes",
combatcastable: "Castable in combat",
chancetocrit: "Chance to critically hit",
chancetomiss: "Chance to miss",
persiststhroughdeath: "Persists through death",
requiresmetamorphosis: "Requires Metamorphosis",
requiresstealth: "Requires Stealth",
spellstealable: "Spellstealable",
damagetype: "Damage type",
usablewhenstunned: "Usable when stunned",
usableinbgs: "Usable only in battlegrounds",
usableinarenas: "Usable in arenas",
disregardimmunity: "Disregards immunity",
disregardschoolimmunity: "Disregards school immunity",
reqrangedweapon: "Requires a ranged weapon",
onnextswingplayers: "On next swing (players)",
passivespell: "Passive spell",
hiddenaura: "Aura is hidden",
onnextswingnpcs: "On next swing (npcs)",
daytimeonly: "Can only be used during daytime",
nighttimeonly: "Can only be used during nighttime",
indoorsonly: "Can only be used indoors",
outdoorsonly: "Can only be used outdoors",
damagedependsonlevel: "Spell damage depends on caster level",
stopsautoattack: "Stops auto-attack",
cannotavoid: "Cannot be dodged, parried or blocked",
usabledead: "Can be used while dead",
usablemounted: "Can be used while mounted",
usablesitting: "Can be used while sitting",
delayedrecoverystarttime: "Starts cooldown after aura fades",
uncancellableaura: "Aura cannot be cancelled",
usesallpower: "Uses all power",
channeled: "Channeled",
cannotreflect: "Cannot be reflected",
usablestealthed: "Does not break stealth",
harmful: "All spell effects are harmful",
targetnotincombat: "The target cannot be in combat",
nothreat: "Generates no threat",
pickpocket: "Pickpocket spell",
dispelauraonimmunity: "Remove auras on immunity",
reqfishingpole: "Requires fishing pole",
requntappedtarget: "Requires untapped target",
targetownitem: "Target must be own item",
doesntreqshapeshift: "Does not require shapeshift",
foodbuff: "Food/Drink buff",
targetonlyplayer: "Can only target players",
reqmainhand: "Requires main hand weapon",
doesntengagetarget: "Does not engage target",
reqwand: "Requires a wand",
reqoffhand: "Requires an off-hand weapon",
nolog: "Does not appear in log",
auratickswhileloggedout: "Continues while logged out",
startstickingatapplication: "Starts ticking at aura application",
usableconfused: "Usable while confused",
usablefeared: "Usable while feared",
onlyarena: "Only usable in arena",
notinraid: "Cannot be used in a raid",
paladinaura: "Paladin aura",
totemspell: "Totem",
bandagespell: "Bandage spell",
onGlobalCooldown: "On global cooldown",
onlyaffectsingletarget: "The aura can only affect one target",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos",
sepstaffonly: "Staff only",
flags1: "Flags (1)",
flags2: "Flags (2)",
flags3: "Flags (3)",
flags4: "Flags (4)",
flags5: "Flags (5)",
flags6: "Flags (6)",
flags7: "Flags (7)",
flags8: "Flags (8)",
flags9: "Flags (9)",
flags10: "Flags (10)",
flags11: "Flags (11)",
flags12: "Flags (12)",
flags13: "Flags (13)"
},
fiachievements: {
sepgeneral: "General",
givesreward: "Gives a reward",
rewardtext: "Reward text",
location: "Location...",
relatedevent: "Related world event",
id: "ID",
icon: "Icon",
sepseries: "Series",
firstseries: "First of a series",
lastseries: "Last of a series",
partseries: "Part of a series",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos",
sepstaffonly: 'Staff only',
flags: 'Flags'
},
fiprofiles: {
sepgeneral: "General",
gearscore: "Gear score",
achievementpoints: "Achievement points",
wearingitem: "Wearing item #...",
wearingpermenchant: "Wearing enchantment #...",
completedachievement: "Completed achievement #...",
sepprofession: "Professions",
alchemy: "Alchemy skill",
blacksmithing: "Blacksmithing skill",
enchanting: "Enchanting skill",
engineering: "Engineering skill",
herbalism: "Herbalism skill",
inscription: "Inscription skill",
jewelcrafting: "Jewelcrafting skill",
leatherworking: "Leatherworking skill",
mining: "Mining skill",
skinning: "Skinning skill",
tailoring: "Tailoring skill",
septalent: "Talents",
talenttree1: "Points spent in first talent tree",
talenttree2: "Points spent in second talent tree",
talenttree3: "Points spent in third talent tree",
sepguild: "Guilds",
hasguild: "Has a guild",
guildname: "Guild name",
guildrank: "Guild member rank",
separenateam: "Arena teams",
teamname2v2: "2v2 arena team name",
teamrtng2v2: "2v2 arena team rating",
teamcontrib2v2: "2v2 arena team contribution",
teamname3v3: "3v3 arena team name",
teamrtng3v3: "3v3 arena team rating",
teamcontrib3v3: "3v3 arena team contribution",
teamname5v5: "5v5 arena team name",
teamrtng5v5: "5v5 arena team rating",
teamcontrib5v5: "5v5 arena team contribution"
},
fiicons: { // derived from from LANG.filters_icons
sepgeneral: "General",
sepuses: "Uses",
used: "Times Used",
items: "Used by Items",
spells: "Used by Spells",
achievements: "Used by Achievements",
// battlepets: "Used by Battle Pets",
// battlepetabilities: "Used by Battle Pet Abilities",
currencies: "Used by Currencies",
// missionabilities: "Used by Mission Abilities",
// garrisonbuildings: "Used by Garrison Buildings",
hunterpets: "Used by Hunter Pets",
// threats: "Used by Threats",
classes: "Used by Classes"
},
// aowow custom
fienchantments: {
id: "ID",
hascondition: "Requires a combination of gems",
requiresprof: "Requires a profession",
sepcommunity: "Community",
hascomments: "Has comments",
hasscreenshots: "Has screenshots",
hasvideos: "Has videos"
},
fiareatrigger: {
sepgeneral: "General",
id: "ID"
},
// end aowow custom
pr_notice: 'First time? &ndash; Don\'t be shy! Just check out our <a href="?help=profiler" target="_blank">Help page</a>! &nbsp; <small class="q0"><a href="javascript:;">close</a></small>',
pr_datasource: 'Data in this tab was last updated $2 by <a href="?user=$1" target="_blank">$1</a>.',
pr_purgedata: "Click to delete all completion data in the current tab.<br />Only the user who uploaded the data may purge it.",
message_nocharacterselected: "No characters selected.",
message_toomanycharacters: "Please select only 1 character.",
message_noprofileselected: "No profiles selected.",
message_norowselected: "Please select one or more items to $1 from this list.",
message_characterresync: "An Armory resync has been requested for the selected characters.",
message_resyncerror: "An error occurred when resyncing:",
message_saveerror: "Error: Your profile could not be saved. Accounts have a limit of ten profiles. Please delete some from your user page, or upgrade your account to Premium for more space.",
message_saveok: "Save successful!",
message_saveasinvalidname: "Invalid name.",
message_invalidlevel: "Death Knights must be at least level 55.",
message_missingregion: "Please select a region.",
message_missingrealm: "Please select a realm.",
message_missingcharacter: "Please enter a character name.",
message_profilenotsaved: "$1Warning:$2 Your changes haven't been saved!",
message_nosignatureselected: "No signatures selected.",
message_toomanysignatures: "Please select only 1 signature.",
message_nosigbookmarks: "You have not bookmarked any characters. Please add some to continue.",
message_bookmarkforsig: "Please bookmark this character before creating a signature.",
confirm_linkcharacter: "This character will be added to your list of characters.\n\nDo you want to continue?",
confirm_linkedcharacter: "This character has been added to your list.\n\nDo you want to be taken there?",
confirm_unlinkcharacter: "Are you sure that you want to remove the selected characters from your list?",
confirm_deleteprofile: "Are you sure that you want to delete the selected profiles?",
confirm_deleteprofile2: "Are you sure that you want to delete this profile?",
confirm_privateprofile: "Are you sure that you want to make the selected profiles private?",
confirm_publicprofile: "Are you sure that you want to make the selected profiles public?",
confirm_purgedata: "Are you sure you wish to purge your $1?",
confirm_newprofile: "Create a new profile?\n\nYou will be redirected upon saving the profile.",
confirm_resetexclusions: "This will reset your exclusion settings to the default. Are you sure you want to proceed?",
confirm_pincharacter: "This character will be pinned as your default character throughout the site.\n\nDo you want to continue?",
confirm_unpincharacter: "You will no longer have a pinned character.\n\nDo you want to continue?",
confirm_deletesigimages: "Are you sure you want to delete these signature backgrounds?",
confirm_deletesignature: "Are you sure that you want to delete the selected signatures?",
loremasteryes_tip: "This quest counts towards<br />loremaster achievements",
loremasterno_tip: "This quest does not count<br />towards loremaster achievements",
prompt_charlookup: "Please enter the name of the character you wish to view:",
prompt_nameprofile: "Please provide a name for this profile.\n(i.e. Resistance Gear, PvP Set, Wishlist, etc.)\n\nYou will be redirected upon saving the profile.",
dialog_notavail: "Not available to players",
dialog_tcg: "Obtained via TCG loot redemption",
dialog_collector: "Reward from a Collector's Edition",
dialog_promo: "Obtained from a promotion",
dialog_nonus: "Not available on US servers",
dialog_faction: "Favored by opposite faction",
dialog_profession: "Requires another profession",
dialog_exclude: "Excluding entries lets you remove things you can't or don't plan on completing. Individual inclusions/exclusions will override the quick categories below.<br /><br />Your exclusion settings are shared between all characters.",
dialog_noexalted: "Impossible to reach exalted",
dialog_manageexclusions: "Manage Personal Exclusions",
dialog_resetexclusions: "Reset all exclusions",
tab_arenateams: "Arena teams",
tab_character: "Character",
tab_characters: "Characters",
tab_guilds: "Guilds",
tab_reputation: "Reputation",
lvnote_clicksubcatg: "Click on a subcategory below to filter the other tabs.",
button_save: "Save",
button_saveas: "Save as",
button_bookmark: "Bookmark",
button_pin: "Pin",
button_unpin: "Unpin",
button_claimchar: "Claim character",
button_resync: "Resync",
button_signature: "Signature",
button_customprofile: "Custom profile",
button_armorychar: "Manage character",
pr_clienttab: "$1<br /><span class=\"q1\">If this is your character, you can track your<br />$2 using the Wowhead Client!</span><br /><span class=\"q2\">Click to learn more</span>",
pr_lookup: "Lookup: ",
pr_noneitem: "None",
pr_nonegem: "None",
pr_noneenchant: "None",
pr_nonepet: "None",
pr_specifyitem: "Please enter an item name to search for.",
pr_searching: 'Searching for items named "$1"...',
pr_noresults: 'No results found for "$1"!',
pr_region: "(Region)",
pr_realm: "(Realm)",
pr_selectregion: "Select a region",
pr_vendorsin: "Vendors in ",
pr_yes: "Yes",
pr_dungeons: "Dungeons",
pr_tt_items: "Items",
pr_tt_enchants: "Enchants",
pr_tt_gems: "Gems",
pr_tt_normal: "$1 (10-player)",
pr_tt_heroic: "$1 (25-player)",
pr_tt_earned: "$1 has earned $2 of $3 achievements ($4%).",
pr_tt_earned2: "$1 has killed all bosses in this instance.",
pr_tt_progress: "Progress",
pr_tt_obtained: "Total number obtained: $1",
pr_tt_nodata: "This statistic is not currently available in-game<br />and cannot be tracked.",
pr_tt_enchreq: "Enchantment Requires Level $1",
pr_tt_new: '<b class="q">New</b><br />Create a new custom profile from scratch.',
pr_tt_saveas: '<b class="q">Save as</b><br />Save the current character as a custom<br />profile tied to your account.',
pr_tt_resync: '<b class="q">Resync</b><br />Resync the character with the latest<br />version available on the Armory.',
pr_tt_claim: '<b class="q">Claim character</b><br />Add this character to your list of characters.',
pr_tt_include: '<b class="q">Include</b><br />Move selected entries out of your exclusion list.',
pr_tt_exclude: '<b class="q">Exclude</b><br />Move selected entries to your exclusion list.<br />This can be useful to hide things you don\'t<br />consider important to reach 100% completion.',
pr_tt_noqexcl: '<div class="pad"><span class="q10">Note:</span> Quick exclusions aren\'t currently available for this tab.',
pr_tt_excldone: "Complete but excluded",
pr_tt_questtip: "Repeatable quests and quests that don't<br />appear in your quest log aren't tracked.",
pr_tip_rclkopt: "Tip: Right-click slots for more options.",
pr_tip_sclkopt: "Tip: Shift-click items for more options.",
pr_tip_rclkopt2: "Tip: Right-click items, gems and enchants for more options.",
pr_tip_sclkopt2: "Tip: Shift-click items, gems and enchants for more options.",
pr_tip_quests: "Note: <span class=\"tip\">Certain</span> quests aren't tracked by Blizzard's API.",
pr_header_noname: "Noname",
pr_header_character: 'Level $1 <a href="?race=$4">$2</a> <a href="?class=$5" class="c$5">$3</a>',
pr_header_edit: "Edit",
pr_header_armory: "Armory",
pr_header_help: "Help",
pr_header_print: "Print",
pr_dialog_chardetails: "Character Details",
pr_dialog_name: "Name: ",
pr_dialog_level: "Level: ",
pr_dialog_class: "Class: ",
pr_dialog_race: "Race: ",
pr_dialog_gender: "Gender: ",
pr_dialog_icon: "Icon: ",
pr_dialog_iconeg: "e.g. INV_Axe_54",
pr_dialog_description: "Description: ",
pr_dialog_public: "Visibility: ",
pr_qf_quickfacts: "Quick Facts",
pr_qf_progress: "Progress",
pr_qf_toc: "Table of Contents",
pr_qf_owner: "Owner: ",
pr_qf_character: "Character: ",
pr_qf_profiles: "Profiles: ",
pr_qf_playedtime: "Played time: ",
pr_qf_gearscore: "Gear score: ",
pr_qf_itemlevel: "Item Level: ",
pr_qf_talents: "Talents: ",
pr_qf_achievements: "Achievements: ",
pr_qf_xvxteam: "$1v$1 team: ",
pr_qf_updated: "Updated ",
pr_qf_resynced: "Resynced ",
pr_qf_notsaved: "Profile has not been saved!",
pr_qf_gearmeter: "Gear",
pr_qf_raidactivity1: "All Raid Activity",
pr_qf_raidactivity2: "Recent Raid Activity",
pr_qf_activitytip1: "Click to display recent raid activity",
pr_qf_activitytip2: "Click to display all raid activity",
pr_qf_activitypct1: "$1% of all activity",
pr_qf_activitypct2: "$1% of recent activity",
pr_qf_raidcomplete: "$1% complete",
pr_qf_gear0: "Trivial",
pr_qf_gear1: "Easy",
pr_qf_gear2: "Ideal",
pr_qf_gear3: "Challenging",
pr_qf_gear4: "Difficult",
pr_qf_gear5: "Futile",
menu_charlookup: "Lookup by name...",
menu_newprofile: "New Custom Profile",
menu_chooseclassspec: "Choose Your Class/Spec",
pr_menu_equip: "Equip...",
pr_menu_replace: "Replace...",
pr_menu_add: "Add...",
pr_menu_unequip: "Unequip",
pr_menu_remove: "Remove",
pr_menu_addgem: "Add Gem...",
pr_menu_repgem: "Replace Gem...",
pr_menu_addenchant: "Add Enchant...",
pr_menu_repenchant: "Replace Enchant...",
pr_menu_addsubitem: "Add Random Property...",
pr_menu_repsubitem: "Replace Random Property...",
pr_menu_extrasock: "Extra Socket",
pr_menu_display: "Display on Character",
pr_menu_clearenh: "Clear Enhancements",
pr_menu_links: "Links",
pr_menu_compare: "Compare",
pr_menu_upgrades: "Find Upgrades",
pr_menu_whowears: "Who Wears This?",
pr_queue_unknown: "Unknown",
pr_queue_noprocess: "The queue is not currently running.",
pr_queue_resyncreq: "<b>An Armory resync has been requested.</b>",
pr_queue_addqueue: "Adding to the Armory queue...",
pr_queue_status1: "Position in queue: <b>$1</b> &ndash; Estimated time: <b>$2</b>",
pr_queue_status2: "Fetching data now...",
pr_queue_status3: 'Data is ready! <a href="?$2" rel="np">Reload to view</a>.',
pr_queue_status4: 'Unable to resync from the Armory: $1. Try <a href="javascript:;">resyncing</a> again.',
pr_queue_batch: "Queue: <b>$1</b> Processing: <b>$2</b> Ready: <b>$3</b> Error: <b>$4</b>",
pr_error_armory0: "Error unknown",
pr_error_armory1: "Character does not exist",
pr_error_armory2: "The Armory could not be reached",
pr_inv_title: "Gear Summary",
pr_inv_missing: "Missing: ",
pr_inv_lowlevel: "Low level: ",
pr_inv_metareq: "Meta condition: ",
pr_inv_item: "$1 item",
pr_inv_items: "$1 items",
pr_inv_gem: "$1 gem",
pr_inv_gems: "$1 gems",
pr_inv_enchant: "$1 enchant",
pr_inv_enchants: "$1 enchants",
pr_inv_socket: "$1 socket",
pr_inv_sockets: "$1 sockets",
pr_print_none: "None",
pr_print_yes: "Yes",
pr_print_no: "No",
pr_print_normal: "Normal",
pr_print_heroic: "Heroic",
pr_stats_warning: "Warning: Some statistics (particularly dodge) may not be entirely accurate.",
pr_stats_title: "Statistics",
pr_stats_base: "Base",
pr_stats_melee: "Melee",
pr_stats_ranged: "Ranged",
pr_stats_spell: "Spell",
pr_stats_defenses: "Defenses",
pr_stats_resistances: "Resistances",
pr_stats_beta: "beta",
pr_stats_agi: "Agility",
pr_stats_arcres: "Arcane resistance",
pr_stats_armor: "Armor",
pr_stats_armorpenpct: "Penetration",
pr_stats_blockpct: "Block",
pr_stats_def: "Defense",
pr_stats_dodgepct: "Dodge",
pr_stats_energy: "Energy",
pr_stats_exp: "Expertise",
pr_stats_firres: "Fire resistance",
pr_stats_frores: "Frost resistance",
pr_stats_health: "Health",
pr_stats_holres: "Holy resistance",
pr_stats_int: "Intellect",
pr_stats_mana: "Mana",
pr_stats_mleatkpwr: "Power",
pr_stats_mlecritstrkpct: "Critical",
pr_stats_mlehastepct: "Haste",
pr_stats_mlehitpct: "Hit",
pr_stats_natres: "Nature resistance",
pr_stats_oocmanargn: "Mana Regen",
pr_stats_parrypct: "Parry",
pr_stats_rage: "Rage",
pr_stats_resipct: "Resilience",
pr_stats_rgdatkpwr: "Power",
pr_stats_rgdcritstrkpct: "Critical",
pr_stats_rgdhastepct: "Haste",
pr_stats_rgdhitpct: "Hit",
pr_stats_runic: "Runic Power",
pr_stats_shares: "Shadow resistance",
pr_stats_spi: "Spirit",
pr_stats_splcritstrkpct: "Critical",
pr_stats_spldmg: "Bonus Damage",
pr_stats_splhastepct: "Haste",
pr_stats_splheal: "Bonus Healing",
pr_stats_splhitpct: "Hit",
pr_stats_splpen: "Penetration",
pr_stats_sta: "Stamina",
pr_stats_str: "Strength",
pr_statstt_arc: "Arcane",
pr_statstt_fir: "Fire",
pr_statstt_fro: "Frost",
pr_statstt_hol: "Holy",
pr_statstt_nat: "Nature",
pr_statstt_sha: "Shadow",
pr_statstt_agi: "Increases attack power by $1<br />Increases physical critical hit chance by $2%<br />Increases armor by $3",
pr_statstt_armor: "Reduces physical damage taken by $2%",
pr_statstt_armor2: "Reduces physical damage taken by $2%<br />Increases your pet's armor by $1",
pr_statstt_armorpenpct: '<span class="q2">Armor penetration rating $1 (+$2% armor penetration)</span><br />Reduces enemy armor by $3%',
pr_statstt_blockpct: '<span class="q2">Block rating $1 (+$2% block)</span><br />Increases chance to block by $4%<br />Your block stops $3 damage',
pr_statstt_def: '<span class="q2">Defense rating $1 (+$2 defense)</span><br />Increases chance to dodge, block and parry by $3%<br />Decreases chance to be hit and critically hit by $4%',
pr_statstt_dodgepct: '<span class="q2">Dodge rating $1 (+$2% dodge)</span><br />Increases chance to dodge by $3%<br /><span class="q0">(Before diminishing returns)</span>',
pr_statstt_exp: '<span class="q2">Expertise rating $1 (+$2 expertise)</span><br />Reduces chance to be dodged or parried by $3%',
pr_statstt_int: "Increases mana by $1<br />Increases spell critical hit chance by $2%",
pr_statstt_int2: "Increases mana by $1<br />Increases spell critical hit chance by $2%<br />Increases your pet's intellect by $3",
pr_statstt_mleatkpwr: "Increases damage with melee weapons by $1 per second",
pr_statstt_mlecritstrkpct: '<span class="q2">Crit rating $1 (+$2% crit chance)</span><br />Increases melee critical strike chance by $3%',
pr_statstt_mlehastepct: '<span class="q2">Haste rating $1 (+$2% haste)</span><br />Increases melee attack speed by $3%',
pr_statstt_mlehitpct: '<span class="q2">Hit rating $1 (+$2% hit chance)</span><br />Increases melee chance to hit a level $4 target by $3%',
pr_statstt_oocmanargn: "$1 mana regenerated every 5 seconds while not casting<br />$2 mana regenerated every 5 seconds while casting",
pr_statstt_parrypct: '<span class="q2">Parry rating $1 (+$2% parry)</span><br />Increases chance to parry by $3%<br /><span class="q0">(Before diminishing returns)</span>',
pr_statstt_resipct: '<span class="q2">Resilience rating $1 (+$2% resilience)</span><br />Reduces chance to be critically hit by $3%<br />Reduces the effect of mana-drains and the damage of critical strikes by $4%<br />Provides $5% additional damage reduction against all damage done by players and their pets or minions',
pr_statstt_resist: "Increases resistance to $1-based attacks, spells, and abilities.<br />Average resistance against spells cast by level $3: $1%",
pr_statstt_rgdatkpwr: "Increases damage with ranged weapons by $1 per second",
pr_statstt_rgdatkpwr2: "Increases damage with ranged weapons by $1 per second<br />Increases your pet's attack power by $2<br />Increases your pet's spell damage by $3",
pr_statstt_rgdcritstrkpct: '<span class="q2">Crit rating $1 (+$2% crit chance)</span><br />Increases ranged critical strike chance by $3%',
pr_statstt_rgdhastepct: '<span class="q2">Haste rating $1 (+$2% haste)</span><br />Increases ranged attack speed by $3%',
pr_statstt_rgdhitpct: '<span class="q2">Hit rating $1 (+$2% hit chance)</span><br />Increases ranged chance to hit a level $4 target by $3%',
pr_statstt_spi: "Increases health regeneration by $1 per 5 seconds while not in combat<br />Increases mana regeneration by $2 per 5 seconds while not casting",
pr_statstt_splcritstrkpct: '<span class="q2">Crit rating $2 (+$3% crit chance)</span><br />$1',
pr_statstt_spldmg: "$1",
pr_statstt_spldmg2: "$1<br />Increases your pet's attack power by $3<br />Increases your pet's spell damage by $4",
pr_statstt_splhastepct: '<span class="q2">Haste rating $1 (+$2% haste)</span><br />Increases spell casting speed by $3%',
pr_statstt_splheal: "Increases healing by up to $1",
pr_statstt_splhitpct: '<span class="q2">Hit rating $1 (+$2% hit chance)</span><br />Increases spell chance to hit a level $4 target by $3%',
pr_statstt_splpen: "Reduces enemy resistances by $1",
pr_statstt_sta: "Increases health by $1",
pr_statstt_sta2: "Increases health by $1<br />Increases your pet's stamina by $2",
pr_statstt_str: "Increases attack power by $1",
pr_statstt_str2: "Increases attack power by $1<br />Increases block value by $2",
pr_ach_overall: "Overall Progress",
pr_note_color: "Color: ",
pr_note_source: "Source: ",
pr_note_view: "View: ",
pr_note_type: "Type: ",
pr_note_name: "Name: ",
pr_note_family: "Family: ",
pr_note_sort: "Sort by: ",
ddaysago: "$1 days ago",
pr_note_all: "All",
pr_note_bc: "BC",
pr_note_subcategories: "Subcategories",
pr_note_earned: "Earned",
pr_note_complete: "Complete",
pr_note_incomplete: "Incomplete",
pr_note_excluded: "Excluded",
pr_note_items: "Items",
pr_note_match: "Match",
pr_note_profs: "Professions",
pr_note_wotlk: "WotLK",
pr_note_usable: "Usable",
pr_note_known: "Known",
pr_note_missing: "Missing",
pr_note_normal: "Normal",
pr_note_exotic: "Exotic",
pr_note_gearscore: "Gear score",
pr_note_weighted: "Weighted",
pr_note_pendingrename: "Pending Rename",
su_note_stats: "Stats",
su_note_other: "Other",
su_notice: 'First time? &ndash; Don\'t be shy! Just check out our <a href="?help=item-comparison" target="_blank">Help page</a>!',
su_itemtip: "Tip: Shift or right-click items for more options.",
su_additems: "To begin, add some items.",
su_autosaving: "Autosaving",
su_viewsaved: "View saved comparison",
su_savecompare: "Save",
su_linkcompare: "Link to this comparison",
su_clear: "Clear",
su_help: "Help",
su_addscale: "Weight scale",
su_additem: "Item",
su_addset: "Item set",
su_toggle: "Click to toggle display",
su_preset: "Preset: ",
su_name: "Name: ",
su_level: "Level: ",
su_addweight: "Add another weight",
su_applyweight: "Add",
su_resetweight: "Reset",
su_export: "Export",
su_viewin3d: "View in 3D",
su_split: "Split",
su_customscale: "Custom scale #$1",
su_comparing: "Comparing ",
su_comparewith: " with ",
su_note_name: "Name: ",
su_searching3: 'Searching for items named "$1"...',
su_searching4: 'Searching for item sets named "$1"...',
su_specifyitem3: "Please enter an item name to search for.",
su_specifyitem4: "Please enter an item set name to search for.",
su_added3: 'Added item <a href="?item=$1" class="q$2" target="_blank">[$3]</a> to comparison.',
su_added4: 'Added item set <a href="?itemset=$1" class="q$2" target="_blank">[$3]</a> to comparison.',
su_noresults: 'No results found for "$1"!',
tooltip_setfocus: '<b>Set focus</b><br /><span class="q1">Compare all other columns to this one.</span>',
tooltip_removefocus: "Remove focus",
tooltip_gains: "Bonuses you gain above the minimum<br />shared stats between all columns.",
instancereqlevel_tip: "Level required to enter the instance",
lfgreqlevel_tip: "Level required to queue for the instance<br />through the Dungeon Finder tool.",
message_deleteitem: "Delete $1?",
message_deletegroup: "Delete this group?",
achievements_label: "Achievements:",
tc_rank: "Rank $1/$2",
tc_tier: "Requires $1 points in $2 Talents",
tc_prereq: "Requires $1 point in $2",
tc_prereqpl: "Requires $1 points in $2",
tc_learn: "Click to learn",
tc_unlearn: "Right-click to unlearn",
tc_unlearn2: "Shift-click to unlearn",
tc_nextrank: "Next rank: ",
tc_inccap: "Click to raise the level cap to 80",
tc_deccap: "Click to decrease the level cap to 70",
tc_addbon: "Click to add 4 bonus points from<br />the Beast Mastery talent",
tc_rembon: "Click to remove the bonus<br />points from Beast Mastery",
tc_level: "Level %s",
tc_point: "point",
tc_points: "Points",
tc_none: "None",
tc_printh: "Level $1 $2",
tc_link: "Link to this build",
tc_resetall: "Reset all",
tc_resettree: "Reset tree",
tc_resetglyphs: "Reset glyphs",
tc_lock: "Lock",
tc_unlock: "Unlock",
tc_reset: "reset",
tc_ptsleft: "Points left: ",
tc_ptsspent: "Points spent: ",
tc_reqlevel: "Required level: ",
tc_levelcap: "Level cap: ",
tc_bonuspts: "Bonus points: ",
tc_help: "Help",
tc_import: "Import",
tc_export: "Export",
tc_summary: "Summary",
tc_restore: "Restore",
tc_print: "Print",
tc_glyphs: "Glyphs",
tc_empty: "Empty",
tc_locked: "Locked",
tc_majgly: "Major Glyph",
tc_mingly: "Minor Glyph",
tc_lockgly: "Unlocked at level $1",
tc_addgly: "Click to inscribe your spellbook",
tc_remgly: "Right-click to remove",
tc_remgly2: "Shift-click to remove",
tc_nonegly: "None",
tc_glyphnote: "Some glyphs were filtered out due to the specified level restriction.",
tc_viewtalents: "View talent trees",
tc_viewsummary: "View summaries",
alert_invalidurl: "Invalid URL.",
alert_chooseclass: "Please choose a class first.",
alert_choosefamily: "Please choose a pet family first.",
alert_buildempty: "Your build is empty.",
prompt_importwh: "Please paste the URL of a build made with Wowhead's talent calculator:",
prompt_importblizz: "Please paste the URL of a build made with Blizzard's talent calculator:",
stackof_format: "Stack of $1: $2%",
charactersremaining_format: "$1 characters remaining.",
reputationtip: "Reputation points",
// Context-less terms
added: "Added",
build: "Build",
calculators: "Calculators",
patch: "Patch",
status: "Status",
sound_activities: {
greeting: "Greeting",
farewell: "Farewell",
angry: "Angry",
exertion: "Attack",
exertioncritical: "Critical strike",
injury: "Injury",
injurycritical: "Critical injury",
death: "Death",
stun: "Stunned",
stand: "Stand",
footstep: "Footstep",
aggro: "Aggro",
wingflap: "Wing flap",
wingglide: "Glide",
alert: "Alert",
fidget: "Fidget",
customattack: "Custom",
loop: "Loop",
jumpstart: "Jump",
jumpend: "Jump landing",
petattack: "Pet attack",
petorder: "Pet order",
petdismiss: "Pet dismissal",
birth: "Created",
spellcast: "Spell",
submerge: "Submerge",
submerged: "Submerged",
transform: "Transform",
transformanimated: "Transform",
animation: "Animation",
ready: "Ready",
precast: "Precast",
cast: "Cast",
impact: "Impact",
state: "State",
statedone: "Done",
channel: "Channeled",
casterimpact: "Caster impact",
targetimpact: "Target impact",
castertargeting: "Caster targeting",
missiletargeting: "Missile targeting",
instantarea: "Instant area",
persistentarea: "Persistent area",
casterstate: "Caster state",
targetstate: "Target state"
},
/* AoWoW: start custom */
// Profiler completions import
completion: 'Completion', // WH.TERMS.completion
complete: 'Complete', // WH.TERMS.complete
incomplete: 'Incomplete', // WH.TERMS.incomplete
parens_format: '$1 ($2)', // WH.TERMS.parens_format
// click to copy fn
copied: 'Copied',
clickToCopy: 'Click to Copy',
nothingToCopy_tip: 'Nothing to copy!',
copy_clipboard: 'Copy',
copy_format: 'Copy %s',
// TC conditions display
tab_conditions: 'Conditions',
tab_condition_for: 'Condition for',
cnd_either: 'Either',
cnd_or: 'Or',
// Guide (wasn't localized at the time of capture)
myguides: 'My Guides',
listguides: 'List of guides',
createnewguide: 'Create New Guide',
needsvotes_format: '(needs $1 more votes)',
needsvote_format: '(needs $1 more vote)',
outofvotes_format: '(out of $1 votes)',
outofvote_format: '(out of $1 vote)',
guideAuthor: 'Guide Author',
autoresizetextbox: 'Auto-Resize Text Box',
restock: 'Restock',
descriptionlengthlong_tip: 'Oh no! Your description is $1 too long! It will most likely be truncated.',
descriptionlengthoptimal_tip: 'Your description is a good length. Good job! You can safely add up to $1 if needed.',
descriptionlengthshort_tip: 'Your description is too short! $1 to go...',
descriptionlengthslightlylong_tip: 'Your description is getting a bit too long! But it\'s still acceptable.',
descriptionlengthslightlyshort_tip: 'Your description looks okay, but it could be a bit longer. If it would help describe the page try adding $1.',
descriptionlengthzero_tip: 'You have not entered any text. The description will be automatically generated for you.',
// Conditions
note_condition: 'Every one of these conditions must be met to satisfy the requirement.',
note_condition_group: 'One or more of these groups must be met entirely to satisfy the requirement.',
// Aura Stack Rules
asr_behaviour: 'Behaviour',
asr_coexist: 'coexist',
asr_exclusive: 'exclusive',
asr_same_owner: '(from same caster)',
asr_strongest_effect: '(strongest effect is applied)',
// Linked Spells
ls_trigger: 'Triggers',
ls_self: 'This',
ls_effects: 'Effects',
ls_onCast: 'Spell is cast',
ls_onAuraRemove: 'Aura is removed',
ls_onAuraApply: 'Spells Aura is applied or removed',
ls_onSpellHit: 'Spell hits the target(s)',
ls_onTrigger: 'Spell is triggered',
ls_onImmune: 'Immunity against Spell is applied or cleared',
/* AoWoW: end custom */
};