Last active
March 13, 2017 11:03
-
-
Save manuel-delverme/39844d776b7822dca6c4e9f5edb79a75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
from fireplace.utils import random_draft | |
from fireplace import cards | |
from hearthstone.enums import CardClass | |
from hearthstone import cardxml | |
def classify(y, x): | |
for klass_name in ["ROGUE", "MAGE", "WARRIOR", "HUNTER", "PRIEST", "PALADIN", "WARLOCK", "SHAMAN", "DRUID"]: | |
if klass_name.lower() in y.lower(): | |
klass = klass_name | |
resp = requests.post('http://88.99.185.31:80', data={'deck': json.dumps(x), 'klass': klass}) | |
try: | |
deck, probs = json.loads(resp.text) | |
except: | |
print(resp.text) | |
return deck, probs | |
def names_to_ids(name_to_id, names): | |
ids = [] | |
for name in names: | |
if name not in name_to_id: | |
print("skipping", name) | |
else: | |
ids.append(name_to_id[name]) | |
return ids | |
def names_to_cards(name_to_card, names): | |
cards = [] | |
for name in names: | |
if name not in name_to_card: | |
print("skipping", name) | |
else: | |
cards.append(name_to_card[name]) | |
return cards | |
def main(): | |
name_to_id = {} | |
for card in card_db.values(): | |
name_to_id[card.name] = card.id | |
test_set = [] | |
with open("scrape-decks/test_set.json", 'r') as f: | |
for row in f: | |
test_set.append(json.loads(row)) | |
for test_point in test_set: | |
y, x = test_point | |
if y != "UNKNOWN": | |
print("sending", y) | |
# print("sending", y, sorted(set(x))) | |
report, probs = classify(y, names_to_ids(name_to_id, x)) | |
print("confidences", probs) | |
print("canonical deck:") | |
for k,v in report.items(): | |
print(k, ":", v) | |
# for row in report: print(row) | |
input() | |
try: | |
firstRun | |
except: | |
cards.db.initialize() | |
card_db, _ = cardxml.load() | |
firstRun = False | |
main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["UNKNOWN", ["Arcane Shot", "Arcane Shot", "On the Hunt", "On the Hunt", "Tracking", "Tracking", "Cat Trick", "Cat Trick", "Explosive Trap", "Explosive Trap", "Freezing Trap", "Freezing Trap", "Quick Shot", "Quick Shot", "Snipe", "Snipe", "Animal Companion", "Animal Companion", "Deadly Shot", "Deadly Shot", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Call of the Wild", "Call of the Wild", "Barnes", "Y\u2019Shaarj, Rage Unbound"]] | |
["Tempo Rogue", ["Backstab", "Backstab", "Bladed Cultist", "Bladed Cultist", "Buccaneer", "Buccaneer", "Cold Blood", "Cold Blood", "Swashburglar", "Swashburglar", "Defias Ringleader", "Defias Ringleader", "Eviscerate", "Eviscerate", "Undercity Huckster", "Undercity Huckster", "SI:7 Agent", "SI:7 Agent", "Xaril, Poisoned Mind", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Southsea Deckhand", "Southsea Deckhand", "Argent Horserider", "Argent Horserider", "Azure Drake", "Azure Drake", "Leeroy Jenkins"]] | |
["Freeze Mage", ["Ice Lance", "Ice Lance", "Mirror Image", "Frostbolt", "Frostbolt", "Arcane Intellect", "Arcane Intellect", "Forgotten Torch", "Forgotten Torch", "Frost Nova", "Frost Nova", "Ice Barrier", "Ice Barrier", "Ice Block", "Ice Block", "Fireball", "Fireball", "Blizzard", "Blizzard", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Novice Engineer", "Novice Engineer", "Acolyte of Pain", "Acolyte of Pain", "Emperor Thaurissan", "Alexstrasza"]] | |
["Midrange Hunter", ["Fiery Bat", "Fiery Bat", "Kindly Grandmother", "Kindly Grandmother", "Quick Shot", "Quick Shot", "Animal Companion", "Animal Companion", "Deadly Shot", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Houndmaster", "Houndmaster", "Infested Wolf", "Infested Wolf", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Dire Wolf Alpha", "Huge Toad", "Huge Toad", "Argent Horserider", "Barnes"]] | |
["UNKNOWN", ["Blood To Ichor", "Blood To Ichor", "N\u2019Zoth\u2019s First Mate", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Fierce Monkey", "Fierce Monkey", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Grommash Hellscream", "Sir Finley Mrrgglton", "Faerie Dragon", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "The Curator", "Ragnaros the Firelord"]] | |
["Tempo Mage", ["Arcane Blast", "Arcane Blast", "Arcane Missiles", "Arcane Missiles", "Babbling Book", "Babbling Book", "Mana Wyrm", "Mana Wyrm", "Mirror Image", "Cult Sorcerer", "Cult Sorcerer", "Frostbolt", "Frostbolt", "Sorcerer\u2019s Apprentice", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Arcane Intellect", "Flamewaker", "Flamewaker", "Fireball", "Fireball", "Water Elemental", "Cabalist\u2019s Tome", "Firelands Portal", "Firelands Portal", "Flamestrike", "Bloodmage Thalnos", "Azure Drake", "Azure Drake", "Yogg-Saron, Hope\u2019s End"]] | |
["Control Warrior", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Revenge", "Slam", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Bloodhoof Brave", "Brawl", "Brawl", "Gorehowl", "Grommash Hellscream", "Doomsayer", "Acolyte of Pain", "Acolyte of Pain", "Tinkmaster Overspark", "Elise Starseeker", "Big Game Hunter", "Justicar Trueheart", "Sylvanas Windrunner", "Soggoth the Slitherer"]] | |
["UNKNOWN", ["Innervate", "Innervate", "Moonfire", "Moonfire", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Feral Rage", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Gadgetzan Auctioneer", "Gadgetzan Auctioneer", "Malygos", "Yogg-Saron, Hope\u2019s End", "Arcane Giant", "Arcane Giant"]] | |
["UNKNOWN", ["Forbidden Flame", "Arcane Blast", "Mana Wyrm", "Mirror Image", "Frostbolt", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Flamewaker", "Ice Block", "Polymorph: Boar", "Fireball", "Polymorph", "Blizzard", "Firelands Portal", "Flamestrike", "Rhonin", "Bloodmage Thalnos", "Doomsayer", "Acolyte of Pain", "Barnes", "Infested Tauren", "Twilight Summoner", "Azure Drake", "Cult Apothecary", "Cairne Bloodhoof", "Emperor Thaurissan", "Reno Jackson", "Sylvanas Windrunner", "Alexstrasza", "N\u2019Zoth, The Corruptor"]] | |
["Totem Shaman", ["Totemic Might", "Totemic Might", "Lightning Bolt", "Lightning Bolt", "Primal Fusion", "Primal Fusion", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Master of Evolution", "Master of Evolution", "Wicked Witchdoctor", "Wicked Witchdoctor", "Thunder Bluff Valiant", "Thunder Bluff Valiant", "Thing from Below", "Thing from Below"]] | |
["UNKNOWN", ["Backstab", "Backstab", "Cold Blood", "Cold Blood", "Swashburglar", "Swashburglar", "Eviscerate", "Eviscerate", "Sap", "Undercity Huckster", "Undercity Huckster", "Edwin VanCleef", "SI:7 Agent", "SI:7 Agent", "Unearthed Raptor", "Unearthed Raptor", "Shadowcaster", "Shadowcaster", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Runic Egg", "Runic Egg", "Defender of Argus", "Defender of Argus", "Twilight Summoner", "Twilight Summoner", "Azure Drake", "Azure Drake"]] | |
["UNKNOWN", ["Vilefin Inquisitor", "Vilefin Inquisitor", "Aldor Peacekeeper", "Aldor Peacekeeper", "Nightbane Templar", "Nightbane Templar", "Consecration", "Consecration", "Keeper of Uldaman", "Keeper of Uldaman", "Truesilver Champion", "Truesilver Champion", "Dragon Consort", "Dragon Consort", "Tirion Fordring", "Faerie Dragon", "Faerie Dragon", "Huge Toad", "Huge Toad", "Blackwing Technician", "Murloc Warleader", "Zoobot", "Zoobot", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Menagerie Magician", "Menagerie Magician", "The Curator"]] | |
["UNKNOWN", ["Blood To Ichor", "Blood To Ichor", "Armorsmith", "Armorsmith", "Battle Rage", "Battle Rage", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Fierce Monkey", "Fierce Monkey", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Bloodhoof Brave", "Bloodhoof Brave", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Fool\u2019s Bane", "Fool\u2019s Bane", "Grommash Hellscream", "Acolyte of Pain", "Acolyte of Pain", "Cairne Bloodhoof", "Hogger, Doom of Elwynn", "Ragnaros the Firelord"]] | |
["Secret Paladin", ["Blessing of Might", "Blessing of Wisdom", "Blessing of Wisdom", "Competitive Spirit", "Competitive Spirit", "Divine Strength", "Divine Strength", "Noble Sacrifice", "Noble Sacrifice", "Redemption", "Redemption", "Repentance", "Divine Favor", "Blessing of Kings", "Blessing of Kings", "Keeper of Uldaman", "Keeper of Uldaman", "Mysterious Challenger", "Mysterious Challenger", "Tirion Fordring", "Argent Squire", "Dragon Egg", "Dragon Egg", "Secretkeeper", "Secretkeeper", "Eydis Darkbane", "Fjola Lightbane", "Moroes", "Avian Watcher", "Avian Watcher"]] | |
["UNKNOWN", ["Holy Smite", "Holy Smite", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Death", "Shadow Word: Death", "Priest of the Feast", "Priest of the Feast", "Shadow Word: Horror", "Shifting Shade", "Shifting Shade", "Excavated Evil", "Holy Nova", "Holy Nova", "Onyx Bishop", "Onyx Bishop", "Entomb", "Entomb", "Wild Pyromancer", "Wild Pyromancer", "Injured Blademaster", "Injured Blademaster", "Barnes", "Cairne Bloodhoof", "Sylvanas Windrunner", "Chillmaw", "Ysera", "N\u2019Zoth, The Corruptor"]] | |
["UNKNOWN", ["Silence", "Silence", "Power Word: Shield", "Power Word: Shield", "Purify", "Purify", "Shadow Word: Death", "Shadow Word: Death", "Shadow Madness", "Shadow Madness", "Excavated Evil", "Excavated Evil", "Holy Nova", "Holy Nova", "Entomb", "Ancient Watcher", "Ancient Watcher", "Bloodmage Thalnos", "Barnes", "Eerie Statue", "Eerie Statue", "Faceless Shambler", "Faceless Shambler", "Azure Drake", "Sylvanas Windrunner", "Chillmaw", "Icehowl", "Ysera", "Deathwing, Dragonlord", "Y\u2019Shaarj, Rage Unbound"]] | |
["OTK Warrior", ["Inner Rage", "Inner Rage", "Blood To Ichor", "Blood To Ichor", "Charge", "Battle Rage", "Battle Rage", "Commanding Shout", "Commanding Shout", "Cruel Taskmaster", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Rampage", "Slam", "Slam", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Runic Egg", "Runic Egg", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Raging Worgen", "Faceless Manipulator", "Emperor Thaurissan"]] | |
["UNKNOWN", ["Cat Trick", "Cat Trick", "Explosive Trap", "Freezing Trap", "Freezing Trap", "Kindly Grandmother", "Kindly Grandmother", "King\u2019s Elekk", "Snake Trap", "Snake Trap", "Snipe", "Snipe", "Animal Companion", "Animal Companion", "Cloaked Huntress", "Cloaked Huntress", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Houndmaster", "Houndmaster", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Secretkeeper", "Secretkeeper", "Barnes", "Avian Watcher", "Ragnaros the Firelord"]] | |
["Control Warrior", ["Blood To Ichor", "Blood To Ichor", "Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Revenge", "Slam", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Brawl", "Brawl", "Grommash Hellscream", "Acolyte of Pain", "Elise Starseeker", "Big Game Hunter", "Harrison Jones", "Justicar Trueheart", "Sylvanas Windrunner", "Yogg-Saron, Hope\u2019s End", "Arcane Giant", "Arcane Giant"]] | |
["Resurrect Priest", ["Holy Smite", "Holy Smite", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Pain", "Shadow Word: Death", "Shadow Word: Death", "Priest of the Feast", "Priest of the Feast", "Shadow Word: Horror", "Excavated Evil", "Holy Nova", "Holy Nova", "Onyx Bishop", "Onyx Bishop", "Entomb", "Entomb", "Confessor Paletress", "Wild Pyromancer", "Wild Pyromancer", "Injured Blademaster", "Injured Blademaster", "Barnes", "Sylvanas Windrunner", "Bog Creeper", "Ragnaros the Firelord", "Ysera"]] | |
["UNKNOWN", ["Forbidden Healing", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Nightbane Templar", "Nightbane Templar", "Consecration", "Consecration", "Keeper of Uldaman", "Keeper of Uldaman", "Truesilver Champion", "Truesilver Champion", "Dragon Consort", "Dragon Consort", "Ivory Knight", "Tirion Fordring", "Anyfin Can Happen", "Anyfin Can Happen", "Bluegill Warrior", "Bluegill Warrior", "Murloc Warleader", "Murloc Warleader", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Stampeding Kodo", "The Curator"]] | |
["UNKNOWN", ["Vilefin Inquisitor", "Vilefin Inquisitor", "Aldor Peacekeeper", "Aldor Peacekeeper", "Nightbane Templar", "Nightbane Templar", "Consecration", "Consecration", "Keeper of Uldaman", "Truesilver Champion", "Truesilver Champion", "Dragon Consort", "Dragon Consort", "Ivory Knight", "Tirion Fordring", "Faerie Dragon", "Faerie Dragon", "Huge Toad", "Huge Toad", "Blackwing Technician", "Blackwing Technician", "Zoobot", "Zoobot", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Menagerie Magician", "Menagerie Magician", "Stampeding Kodo", "The Curator"]] | |
["UNKNOWN", ["Aldor Peacekeeper", "Aldor Peacekeeper", "Nightbane Templar", "Nightbane Templar", "Rallying Blade", "Consecration", "Truesilver Champion", "Truesilver Champion", "Dragon Consort", "Dragon Consort", "Ivory Knight", "Tirion Fordring", "Sir Finley Mrrgglton", "Bluegill Warrior", "Bluegill Warrior", "Jeweled Scarab", "Jeweled Scarab", "Loot Hoarder", "Loot Hoarder", "Brann Bronzebeard", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Sylvanas Windrunner", "Chillmaw", "The Curator", "Ysera"]] | |
["Mill Rogue", ["Backstab", "Backstab", "Preparation", "Preparation", "Shadowstep", "Shadowstep", "Eviscerate", "Eviscerate", "Gang Up", "Gang Up", "Sap", "Sap", "Fan of Knives", "Fan of Knives", "SI:7 Agent", "SI:7 Agent", "Shadow Strike", "Shadow Strike", "Vanish", "Vanish", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Coldlight Oracle", "Coldlight Oracle", "Refreshment Vendor", "Refreshment Vendor", "Azure Drake", "Azure Drake", "The Curator"]] | |
["UNKNOWN", ["Forbidden Flame", "Arcane Blast", "Babbling Book", "Frostbolt", "Arcane Intellect", "Forgotten Torch", "Frost Nova", "Ice Block", "Spellslinger", "Fireball", "Polymorph", "Water Elemental", "Cabalist\u2019s Tome", "Ethereal Conjurer", "Blizzard", "Firelands Portal", "Flamestrike", "Bloodmage Thalnos", "Doomsayer", "Jeweled Scarab", "Loot Hoarder", "Acolyte of Pain", "Elise Starseeker", "Refreshment Vendor", "Avian Watcher", "Azure Drake", "Reno Jackson", "Ragnaros the Firelord", "Yogg-Saron, Hope\u2019s End", "Arcane Giant"]] | |
["Anyfin Paladin", ["Forbidden Healing", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Ivory Knight", "Ivory Knight", "Lay on Hands", "Ragnaros, Lightlord", "Tirion Fordring", "Anyfin Can Happen", "Anyfin Can Happen", "Acidic Swamp Ooze", "Bluegill Warrior", "Bluegill Warrior", "Doomsayer", "Doomsayer", "Wild Pyromancer", "Wild Pyromancer", "Murloc Warleader", "Murloc Warleader", "Barnes", "Azure Drake", "Azure Drake", "Stampeding Kodo", "The Curator"]] | |
["Beast Druid", ["Innervate", "Innervate", "Enchanted Raven", "Enchanted Raven", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Mark of Y\u2019Shaarj", "Mark of Y\u2019Shaarj", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Fandral Staghelm", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Menagerie Warden", "Menagerie Warden", "Ancient of War", "Violet Teacher", "Violet Teacher", "Stranglethorn Tiger", "Stranglethorn Tiger", "The Curator", "Onyxia"]] | |
["Beast Druid", ["Innervate", "Innervate", "Enchanted Raven", "Enchanted Raven", "Living Roots", "Living Roots", "Druid of the Saber", "Druid of the Saber", "Mark of Y\u2019Shaarj", "Mark of Y\u2019Shaarj", "Power of the Wild", "Power of the Wild", "Mounted Raptor", "Mounted Raptor", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Menagerie Warden", "Menagerie Warden", "Sir Finley Mrrgglton", "Faerie Dragon", "Faerie Dragon", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Stranglethorn Tiger", "Stranglethorn Tiger", "The Curator"]] | |
["Secret Paladin", ["Competitive Spirit", "Noble Sacrifice", "Noble Sacrifice", "Redemption", "Rallying Blade", "Rallying Blade", "Blessing of Kings", "Blessing of Kings", "Consecration", "Consecration", "Keeper of Uldaman", "Keeper of Uldaman", "Truesilver Champion", "Truesilver Champion", "Avenging Wrath", "Mysterious Challenger", "Mysterious Challenger", "Tirion Fordring", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dragon Egg", "Dragon Egg", "Argent Horserider", "Argent Horserider", "Silent Knight", "Silent Knight", "Barnes", "Leeroy Jenkins"]] | |
["UNKNOWN", ["Fiery Bat", "Fiery Bat", "Tracking", "Bear Trap", "Bear Trap", "Explosive Trap", "Explosive Trap", "Kindly Grandmother", "Kindly Grandmother", "Quick Shot", "Quick Shot", "Snake Trap", "Snake Trap", "Animal Companion", "Animal Companion", "Cloaked Huntress", "Cloaked Huntress", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Secretkeeper", "Secretkeeper", "Leeroy Jenkins"]] | |
["Evolve Shaman", ["Evolve", "Evolve", "Flametongue Totem", "Flametongue Totem", "Maelstrom Portal", "Maelstrom Portal", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Hex", "Hex", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Master of Evolution", "Master of Evolution", "Bloodlust", "Thing from Below", "Thing from Below", "Argent Squire", "Argent Squire", "Jeweled Scarab", "Argent Horserider", "Brann Bronzebeard", "Pantry Spider", "Pantry Spider", "Arcanosmith", "Barnes", "Nerubian Prophet"]] | |
["Miracle Druid", ["Innervate", "Innervate", "Moonfire", "Moonfire", "Claw", "Claw", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Fandral Staghelm", "Swipe", "Swipe", "Starfall", "Bloodmage Thalnos", "Barnes", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Gadgetzan Auctioneer", "Gadgetzan Auctioneer", "Hogger", "Sylvanas Windrunner", "Baron Geddon", "Malygos"]] | |
["Face Hunter", ["Fiery Bat", "Fiery Bat", "Explosive Trap", "Explosive Trap", "Kindly Grandmother", "Kindly Grandmother", "Quick Shot", "Quick Shot", "Animal Companion", "Animal Companion", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Worgen Infiltrator", "Worgen Infiltrator", "Dire Wolf Alpha", "Dire Wolf Alpha", "Knife Juggler", "Knife Juggler", "Argent Horserider", "Argent Horserider", "Wolfrider", "Wolfrider", "Leeroy Jenkins"]] | |
["UNKNOWN", ["Circle of Healing", "Circle of Healing", "Flash Heal", "Flash Heal", "Northshire Cleric", "Northshire Cleric", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Death", "Shadow Word: Death", "Auchenai Soulpriest", "Auchenai Soulpriest", "Priest of the Feast", "Priest of the Feast", "Excavated Evil", "Onyx Bishop", "Onyx Bishop", "Entomb", "Entomb", "Wild Pyromancer", "Wild Pyromancer", "Injured Blademaster", "Injured Blademaster", "Barnes", "Sylvanas Windrunner", "Ragnaros the Firelord", "Ysera"]] | |
["Midrange Shaman", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Maelstrom Portal", "Maelstrom Portal", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Bloodlust", "Thunder Bluff Valiant", "Thunder Bluff Valiant", "Thing from Below", "Thing from Below", "Argent Squire", "Argent Squire", "Barnes"]] | |
["Renolock", ["Mortal Coil", "Possessed Villager", "Power Overwhelming", "Dark Peddler", "Demonwrath", "Imp Gang Boss", "Shadow Bolt", "Hellfire", "Shadowflame", "Siphon Soul", "Twisting Nether", "Lord Jaraxxus", "Acidic Swamp Ooze", "Doomsayer", "Sunfury Protector", "Brann Bronzebeard", "Earthen Ring Farseer", "Barnes", "Defender of Argus", "Infested Tauren", "Refreshment Vendor", "Spellbreaker", "Twilight Drake", "Cult Apothecary", "Cairne Bloodhoof", "Emperor Thaurissan", "Reno Jackson", "Sylvanas Windrunner", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor"]] | |
["UNKNOWN", ["Holy Smite", "Holy Smite", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Pain", "Shadow Word: Death", "Shadow Word: Death", "Thoughtsteal", "Priest of the Feast", "Priest of the Feast", "Shadow Word: Horror", "Excavated Evil", "Holy Nova", "Holy Nova", "Onyx Bishop", "Onyx Bishop", "Entomb", "Entomb", "Wild Pyromancer", "Wild Pyromancer", "Injured Blademaster", "Injured Blademaster", "Barnes", "Sylvanas Windrunner", "Bog Creeper", "Ragnaros the Firelord", "Ysera"]] | |
["N'Zoth Rogue", ["Backstab", "Preparation", "Preparation", "Shadowstep", "Deadly Poison", "Journey Below", "Eviscerate", "Shiv", "Edwin VanCleef", "Fan of Knives", "SI:7 Agent", "Shadow Strike", "Unearthed Raptor", "Tomb Pillager", "Assassinate", "Sprint", "Acidic Swamp Ooze", "Bloodmage Thalnos", "Doomsayer", "Loot Hoarder", "Earthen Ring Farseer", "Barnes", "Defender of Argus", "Twilight Summoner", "Azure Drake", "Cairne Bloodhoof", "Gadgetzan Auctioneer", "Reno Jackson", "Sylvanas Windrunner", "N\u2019Zoth, The Corruptor"]] | |
["UNKNOWN", ["Totemic Might", "Totemic Might", "Primal Fusion", "Primal Fusion", "Flametongue Totem", "Flametongue Totem", "Maelstrom Portal", "Maelstrom Portal", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Hex", "Hex", "Lightning Storm", "Mana Tide Totem", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Wicked Witchdoctor", "Wicked Witchdoctor", "Bloodlust", "Thunder Bluff Valiant", "Thunder Bluff Valiant", "Thing from Below", "Thing from Below", "Al\u2019Akir the Windlord", "Argent Squire", "Argent Squire", "Barnes"]] | |
["UNKNOWN", ["Holy Smite", "Holy Smite", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Pain", "Shadow Word: Death", "Shadow Word: Death", "Priest of the Feast", "Priest of the Feast", "Excavated Evil", "Excavated Evil", "Holy Nova", "Holy Nova", "Onyx Bishop", "Onyx Bishop", "Entomb", "Wild Pyromancer", "Wild Pyromancer", "Brann Bronzebeard", "Injured Blademaster", "Injured Blademaster", "Barnes", "Sylvanas Windrunner", "Baron Geddon", "Ragnaros the Firelord", "Ysera", "Y\u2019Shaarj, Rage Unbound"]] | |
["HCT Americas Summer Prelims 2016", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Brawl", "Brawl", "Ancient Shieldbearer", "Ancient Shieldbearer", "Gorehowl", "Beckoner of Evil", "Beckoner of Evil", "Acolyte of Pain", "Brann Bronzebeard", "Disciple of C\u2019Thun", "Disciple of C\u2019Thun", "C\u2019Thun\u2019s Chosen", "Emperor Thaurissan", "Justicar Trueheart", "Sylvanas Windrunner", "Twin Emperor Vek\u2019lor", "Doomcaller", "C\u2019Thun"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Ritual", "Forbidden Ritual", "Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Soulfire", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Councilman", "Darkshire Councilman", "Imp Gang Boss", "Imp Gang Boss", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Dire Wolf Alpha", "Dire Wolf Alpha", "Knife Juggler", "Knife Juggler", "Defender of Argus", "Defender of Argus", "Gormok the Impaler", "Leeroy Jenkins", "Sea Giant", "Sea Giant"]] | |
["HCT Americas Summer Prelims 2016", ["Fiery Bat", "Fiery Bat", "Explosive Trap", "Explosive Trap", "King\u2019s Elekk", "King\u2019s Elekk", "Quick Shot", "Quick Shot", "Animal Companion", "Animal Companion", "Deadly Shot", "Dreadscale", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Houndmaster", "Houndmaster", "Infested Wolf", "Infested Wolf", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Knife Juggler", "Knife Juggler", "Stampeding Kodo", "Stampeding Kodo"]] | |
["HCT Americas Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Nourish", "Nourish", "Ancient of War", "Ancient of War", "Cenarius", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Maelstrom Portal", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Argent Horserider"]] | |
["HCT Americas Summer Prelims 2016", ["Inner Rage", "Blood To Ichor", "Blood To Ichor", "N\u2019Zoth\u2019s First Mate", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Grommash Hellscream", "Sir Finley Mrrgglton", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "Ragnaros the Firelord", "Deathwing"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Ritual", "Forbidden Ritual", "Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Councilman", "Darkshire Councilman", "Imp Gang Boss", "Imp Gang Boss", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Crazed Alchemist", "Crazed Alchemist", "Dire Wolf Alpha", "Dire Wolf Alpha", "Knife Juggler", "Knife Juggler", "Defender of Argus", "Defender of Argus", "Leeroy Jenkins", "Sea Giant"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Healing", "Forbidden Healing", "Humility", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Solemn Vigil", "Ivory Knight", "Ivory Knight", "Ragnaros, Lightlord", "Anyfin Can Happen", "Anyfin Can Happen", "Bloodmage Thalnos", "Bluegill Warrior", "Bluegill Warrior", "Doomsayer", "Doomsayer", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Murloc Warleader", "Murloc Warleader"]] | |
["HCT Americas Summer Prelims 2016", ["Ice Lance", "Ice Lance", "Mirror Image", "Frostbolt", "Frostbolt", "Arcane Intellect", "Arcane Intellect", "Forgotten Torch", "Forgotten Torch", "Frost Nova", "Frost Nova", "Ice Barrier", "Ice Barrier", "Ice Block", "Ice Block", "Fireball", "Fireball", "Blizzard", "Blizzard", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Novice Engineer", "Novice Engineer", "Acolyte of Pain", "Acolyte of Pain", "Emperor Thaurissan", "Alexstrasza"]] | |
["HCT Americas Summer Prelims 2016", ["Inner Rage", "Blood To Ichor", "Blood To Ichor", "N\u2019Zoth\u2019s First Mate", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Fierce Monkey", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Grommash Hellscream", "Sir Finley Mrrgglton", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "Ragnaros the Firelord", "Onyxia"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Ritual", "Forbidden Ritual", "Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Councilman", "Darkshire Councilman", "Imp Gang Boss", "Imp Gang Boss", "Doomguard", "Doomguard", "Abusive Sergeant", "Abusive Sergeant", "Crazed Alchemist", "Crazed Alchemist", "Dire Wolf Alpha", "Dire Wolf Alpha", "Knife Juggler", "Knife Juggler", "Dark Iron Dwarf", "Defender of Argus", "Defender of Argus", "Sea Giant"]] | |
["HCT Americas Summer Prelims 2016", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Argent Horserider", "Argent Horserider"]] | |
["HCT Americas Summer Prelims 2016", ["Inner Rage", "Inner Rage", "Blood To Ichor", "Blood To Ichor", "Charge", "Shield Slam", "Battle Rage", "Battle Rage", "Commanding Shout", "Commanding Shout", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Rampage", "Slam", "Slam", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Raging Worgen", "Faceless Manipulator", "Emperor Thaurissan"]] | |
["HCT Americas Summer Prelims 2016", ["Ancestral Knowledge", "Ancestral Spirit", "Ancestral Spirit", "Lava Shock", "Lava Shock", "Stormcrack", "Elemental Destruction", "Elemental Destruction", "Far Sight", "Far Sight", "Healing Wave", "Healing Wave", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Flamewreathed Faceless", "Earth Elemental", "Earth Elemental", "Hallazeal the Ascended", "Thing from Below", "Thing from Below", "Doomsayer", "Doomsayer", "Faceless Manipulator", "Cairne Bloodhoof", "Bog Creeper", "Bog Creeper", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Ice Lance", "Ice Lance", "Mirror Image", "Frostbolt", "Frostbolt", "Arcane Intellect", "Arcane Intellect", "Forgotten Torch", "Forgotten Torch", "Frost Nova", "Frost Nova", "Ice Barrier", "Ice Barrier", "Ice Block", "Ice Block", "Fireball", "Fireball", "Blizzard", "Blizzard", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Novice Engineer", "Novice Engineer", "Acolyte of Pain", "Acolyte of Pain", "Emperor Thaurissan", "Alexstrasza"]] | |
["HCT Americas Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Fandral Staghelm", "Mire Keeper", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Nourish", "Ancient of War", "Ancient of War", "Cenarius", "Bloodmage Thalnos", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Mulch", "Savage Roar", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Ancient of War", "Ancient of War", "Bloodmage Thalnos", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Onyxia", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Arcane Blast", "Arcane Blast", "Arcane Missiles", "Arcane Missiles", "Mana Wyrm", "Mana Wyrm", "Mirror Image", "Mirror Image", "Arcane Explosion", "Cult Sorcerer", "Cult Sorcerer", "Frostbolt", "Frostbolt", "Sorcerer\u2019s Apprentice", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Arcane Intellect", "Flamewaker", "Flamewaker", "Forgotten Torch", "Forgotten Torch", "Fireball", "Fireball", "Water Elemental", "Cabalist\u2019s Tome", "Flamestrike", "Bloodmage Thalnos", "Azure Drake", "Azure Drake", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Blood To Ichor", "Blood To Ichor", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Malkorok", "Grommash Hellscream", "Sir Finley Mrrgglton", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "Ragnaros the Firelord", "Deathwing"]] | |
["HCT Americas Summer Prelims 2016", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Maelstrom Portal", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Argent Horserider"]] | |
["HCT Americas Summer Prelims 2016", ["Blood To Ichor", "Blood To Ichor", "N\u2019Zoth\u2019s First Mate", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Fierce Monkey", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Grommash Hellscream", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "Ragnaros the Firelord", "Deathwing"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Ritual", "Forbidden Ritual", "Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Councilman", "Darkshire Councilman", "Imp Gang Boss", "Imp Gang Boss", "Doomguard", "Doomguard", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dire Wolf Alpha", "Dire Wolf Alpha", "Flame Juggler", "Knife Juggler", "Knife Juggler", "Defender of Argus", "Defender of Argus", "Sea Giant"]] | |
["HCT Americas Summer Prelims 2016", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Flame Juggler", "Argent Horserider"]] | |
["HCT Americas Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Ancient of War", "Ancient of War", "Cenarius", "Bloodmage Thalnos", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Sylvanas Windrunner", "Onyxia"]] | |
["HCT Americas Summer Prelims 2016", ["Ice Lance", "Ice Lance", "Mirror Image", "Frostbolt", "Frostbolt", "Arcane Intellect", "Arcane Intellect", "Forgotten Torch", "Forgotten Torch", "Frost Nova", "Frost Nova", "Ice Barrier", "Ice Block", "Ice Block", "Fireball", "Fireball", "Blizzard", "Blizzard", "Flamestrike", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Novice Engineer", "Novice Engineer", "Acolyte of Pain", "Acolyte of Pain", "Emperor Thaurissan", "Alexstrasza"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Healing", "Forbidden Healing", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Solemn Vigil", "Ivory Knight", "Eadric the Pure", "Lay on Hands", "Lay on Hands", "Ragnaros, Lightlord", "Anyfin Can Happen", "Anyfin Can Happen", "Acidic Swamp Ooze", "Bluegill Warrior", "Bluegill Warrior", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Murloc Warleader", "Murloc Warleader"]] | |
["HCT Americas Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Mulch", "Savage Roar", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Soul of the Forest", "Swipe", "Swipe", "Nourish", "Nourish", "Wisps of the Old Gods", "Wisps of the Old Gods", "Cenarius", "Violet Teacher", "Violet Teacher", "Azure Drake", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Inner Rage", "Inner Rage", "Blood To Ichor", "Blood To Ichor", "Charge", "Charge", "Battle Rage", "Battle Rage", "Commanding Shout", "Commanding Shout", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Raging Worgen", "Raging Worgen", "Faceless Manipulator", "Emperor Thaurissan"]] | |
["HCT Americas Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Savage Roar", "Savage Roar", "Fandral Staghelm", "Mire Keeper", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Nourish", "Nourish", "Wisps of the Old Gods", "Wisps of the Old Gods", "Violet Teacher", "Violet Teacher", "Emperor Thaurissan", "Onyxia", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Americas Summer Prelims 2016", ["Ancestral Knowledge", "Ancestral Spirit", "Ancestral Spirit", "Lava Shock", "Lava Shock", "Maelstrom Portal", "Elemental Destruction", "Elemental Destruction", "Far Sight", "Far Sight", "Healing Wave", "Healing Wave", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Earth Elemental", "Earth Elemental", "Hallazeal the Ascended", "Thing from Below", "Thing from Below", "Bloodmage Thalnos", "Doomsayer", "Faceless Manipulator", "Faceless Manipulator", "Emperor Thaurissan", "Sylvanas Windrunner", "Bog Creeper", "Bog Creeper", "Ragnaros the Firelord"]] | |
["HCT Americas Summer Prelims 2016", ["Forbidden Healing", "Forbidden Healing", "Humility", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Solemn Vigil", "Ivory Knight", "Ivory Knight", "Eadric the Pure", "Ragnaros, Lightlord", "Tirion Fordring", "Shifter Zerus", "Doomsayer", "Doomsayer", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Stampeding Kodo", "Stampeding Kodo", "Cairne Bloodhoof", "Sylvanas Windrunner", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor"]] | |
["HCT Americas Summer Prelims 2016", ["Arcane Blast", "Arcane Blast", "Arcane Missiles", "Arcane Missiles", "Mana Wyrm", "Mana Wyrm", "Mirror Image", "Mirror Image", "Cult Sorcerer", "Cult Sorcerer", "Frostbolt", "Frostbolt", "Sorcerer\u2019s Apprentice", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Arcane Intellect", "Flamewaker", "Flamewaker", "Fireball", "Fireball", "Polymorph", "Cabalist\u2019s Tome", "Cabalist\u2019s Tome", "Archmage Antonidas", "Flamestrike", "Bloodmage Thalnos", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Yogg-Saron, Hope\u2019s End"]] | |
["UNKNOWN", ["Competitive Spirit", "Noble Sacrifice", "Redemption", "Rallying Blade", "Rallying Blade", "Blessing of Kings", "Blessing of Kings", "Keeper of Uldaman", "Keeper of Uldaman", "Silvermoon Portal", "Silvermoon Portal", "Truesilver Champion", "Truesilver Champion", "Mysterious Challenger", "Mysterious Challenger", "Tirion Fordring", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dragon Egg", "Dragon Egg", "Argent Horserider", "Argent Horserider", "Silent Knight", "Silent Knight", "Barnes", "Leeroy Jenkins", "Argent Commander", "Argent Commander"]] | |
["UNKNOWN", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Feral Rage", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Aviana", "Barnes", "Cairne Bloodhoof", "Emperor Thaurissan", "Bog Creeper", "Bog Creeper", "Ragnaros the Firelord", "Ysera", "Deathwing", "Y\u2019Shaarj, Rage Unbound"]] | |
["Midrange Hunter", ["Fiery Bat", "Kindly Grandmother", "Kindly Grandmother", "Quick Shot", "Quick Shot", "Animal Companion", "Animal Companion", "Deadly Shot", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Houndmaster", "Houndmaster", "Infested Wolf", "Infested Wolf", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Huge Toad", "Huge Toad", "Argent Horserider", "Argent Horserider", "Barnes"]] | |
["Totem Shaman", ["Totemic Might", "Totemic Might", "Lightning Bolt", "Primal Fusion", "Primal Fusion", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Wicked Witchdoctor", "Wicked Witchdoctor", "Bloodlust", "Thunder Bluff Valiant", "Thunder Bluff Valiant", "Thing from Below", "Thing from Below", "Argent Squire", "Argent Squire", "Azure Drake", "Hogger"]] | |
["N'Zoth Paladin", ["Forbidden Healing", "Humility", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Rallying Blade", "Consecration", "Consecration", "Keeper of Uldaman", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Ivory Knight", "Ragnaros, Lightlord", "Tirion Fordring", "Doomsayer", "Doomsayer", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Barnes", "Twilight Summoner", "Stampeding Kodo", "Cairne Bloodhoof", "Sylvanas Windrunner", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor"]] | |
["Tempo Mage", ["Arcane Blast", "Arcane Blast", "Arcane Missiles", "Arcane Missiles", "Mana Wyrm", "Mana Wyrm", "Cult Sorcerer", "Cult Sorcerer", "Frostbolt", "Frostbolt", "Sorcerer\u2019s Apprentice", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Arcane Intellect", "Flamewaker", "Flamewaker", "Fireball", "Fireball", "Water Elemental", "Faceless Summoner", "Firelands Portal", "Firelands Portal", "Flamestrike", "Bloodmage Thalnos", "Loot Hoarder", "Acolyte of Pain", "Barnes", "Azure Drake", "Azure Drake", "Ragnaros the Firelord"]] | |
["Miracle Druid", ["Innervate", "Innervate", "Moonfire", "Moonfire", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Feral Rage", "Mulch", "Fandral Staghelm", "Swipe", "Swipe", "Nourish", "Nourish", "Bloodmage Thalnos", "Barnes", "Emperor Thaurissan", "Gadgetzan Auctioneer", "Gadgetzan Auctioneer", "Ragnaros the Firelord", "Malygos", "Yogg-Saron, Hope\u2019s End", "Arcane Giant", "Arcane Giant"]] | |
["Renolock", ["Mortal Coil", "Possessed Villager", "Power Overwhelming", "Dark Peddler", "Demonwrath", "Imp Gang Boss", "Shadow Bolt", "Hellfire", "Shadowflame", "Kara Kazham!", "Siphon Soul", "Cho\u2019Gall", "Twisting Nether", "Lord Jaraxxus", "Acidic Swamp Ooze", "Sunfury Protector", "Brann Bronzebeard", "Earthen Ring Farseer", "Harvest Golem", "Barnes", "Defender of Argus", "Infested Tauren", "Twilight Drake", "Twilight Summoner", "Cult Apothecary", "Cairne Bloodhoof", "Emperor Thaurissan", "Reno Jackson", "Sylvanas Windrunner", "N\u2019Zoth, The Corruptor"]] | |
["UNKNOWN", ["Fiery Bat", "Explosive Trap", "Freezing Trap", "Freezing Trap", "Kindly Grandmother", "Kindly Grandmother", "King\u2019s Elekk", "Snake Trap", "Snake Trap", "Snipe", "Snipe", "Animal Companion", "Animal Companion", "Cloaked Huntress", "Cloaked Huntress", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Houndmaster", "Houndmaster", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Secretkeeper", "Secretkeeper", "Barnes", "Ragnaros the Firelord"]] | |
["Miracle Rogue", ["Backstab", "Backstab", "Preparation", "Preparation", "Cold Blood", "Cold Blood", "Conceal", "Conceal", "Journey Below", "Sinister Strike", "Sinister Strike", "Eviscerate", "Eviscerate", "Sap", "Sap", "Shiv", "Shiv", "Edwin VanCleef", "Fan of Knives", "Fan of Knives", "SI:7 Agent", "SI:7 Agent", "Tomb Pillager", "Tomb Pillager", "Novice Engineer", "Novice Engineer", "Gadgetzan Auctioneer", "Gadgetzan Auctioneer", "Arcane Giant", "Arcane Giant"]] | |
["OTK Warrior", ["Inner Rage", "Inner Rage", "Blood To Ichor", "Blood To Ichor", "Charge", "Whirlwind", "Whirlwind", "Battle Rage", "Battle Rage", "Commanding Shout", "Commanding Shout", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Faceless Manipulator", "Grim Patron", "Grim Patron", "Arcane Giant", "Arcane Giant"]] | |
["Midrange Hunter", ["Fiery Bat", "Fiery Bat", "Kindly Grandmother", "Kindly Grandmother", "King\u2019s Elekk", "Quick Shot", "Quick Shot", "Animal Companion", "Animal Companion", "Deadly Shot", "Deadly Shot", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Houndmaster", "Houndmaster", "Infested Wolf", "Infested Wolf", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Abusive Sergeant", "Huge Toad", "Huge Toad", "Barnes", "Stranglethorn Tiger"]] | |
["Token Druid", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Ancient of War", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Onyxia", "Yogg-Saron, Hope\u2019s End", "Arcane Giant", "Arcane Giant"]] | |
["Malygos Rogue", ["Backstab", "Backstab", "Preparation", "Preparation", "Conceal", "Conceal", "Deadly Poison", "Sinister Strike", "Sinister Strike", "Eviscerate", "Eviscerate", "Sap", "Sap", "Shiv", "Fan of Knives", "Fan of Knives", "SI:7 Agent", "SI:7 Agent", "Shadow Strike", "Shadow Strike", "Tomb Pillager", "Tomb Pillager", "Bloodmage Thalnos", "Barnes", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Gadgetzan Auctioneer", "Gadgetzan Auctioneer", "Malygos"]] | |
["Evolve Shaman", ["Evolve", "Evolve", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Hex", "Hex", "Lightning Storm", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Master of Evolution", "Master of Evolution", "Bloodlust", "Hammer of Twilight", "Thing from Below", "Thing from Below", "Argent Squire", "Argent Squire", "Jeweled Scarab", "Argent Horserider", "Brann Bronzebeard", "Pantry Spider", "Pantry Spider", "Arcanosmith", "Nerubian Prophet", "Nerubian Prophet"]] | |
["Beast Druid", ["Innervate", "Innervate", "Enchanted Raven", "Enchanted Raven", "Living Roots", "Living Roots", "Raven Idol", "Druid of the Saber", "Druid of the Saber", "Mark of Y\u2019Shaarj", "Mark of Y\u2019Shaarj", "Power of the Wild", "Power of the Wild", "Wrath", "Wrath", "Druid of the Flame", "Druid of the Flame", "Mounted Raptor", "Mounted Raptor", "Savage Roar", "Savage Roar", "Fandral Staghelm", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake"]] | |
["UNKNOWN", ["Forbidden Shaping", "Forbidden Shaping", "Holy Smite", "Holy Smite", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Pain", "Shadow Word: Death", "Thoughtsteal", "Thoughtsteal", "Priest of the Feast", "Priest of the Feast", "Shadow Madness", "Excavated Evil", "Excavated Evil", "Entomb", "Entomb", "Holy Fire", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Elise Starseeker", "Harrison Jones", "Justicar Trueheart", "Sylvanas Windrunner", "Yogg-Saron, Hope\u2019s End"]] | |
["Aggro Shaman", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Maelstrom Portal", "Maelstrom Portal", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Lightning Storm", "Unbound Elemental", "Unbound Elemental", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Bloodmage Thalnos", "Azure Drake", "Azure Drake"]] | |
["UNKNOWN", ["Forbidden Healing", "Humility", "Argent Lance", "Equality", "Aldor Peacekeeper", "Consecration", "Keeper of Uldaman", "Truesilver Champion", "Solemn Vigil", "Enter the Coliseum", "Ivory Knight", "Eadric the Pure", "Ragnaros, Lightlord", "Tirion Fordring", "Acidic Swamp Ooze", "Doomsayer", "Loot Hoarder", "Wild Pyromancer", "Acolyte of Pain", "Harvest Golem", "Corrupted Healbot", "Harrison Jones", "Stampeding Kodo", "Cairne Bloodhoof", "Justicar Trueheart", "Reno Jackson", "Sylvanas Windrunner", "Baron Geddon", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor"]] | |
["Aggro Paladin", ["Blessing of Might", "Divine Strength", "Divine Strength", "Noble Sacrifice", "Noble Sacrifice", "Redemption", "Redemption", "Selfless Hero", "Selfless Hero", "Argent Protector", "Argent Protector", "Divine Favor", "Divine Favor", "Rallying Blade", "Rallying Blade", "Steward of Darkshire", "Steward of Darkshire", "Blessing of Kings", "Blessing of Kings", "Keeper of Uldaman", "Keeper of Uldaman", "Abusive Sergeant", "Abusive Sergeant", "Arcane Anomaly", "Arcane Anomaly", "Argent Squire", "Argent Squire", "Bilefin Tidehunter", "Bilefin Tidehunter", "Moroes"]] | |
["Tempo Mage", ["Arcane Blast", "Arcane Blast", "Arcane Missiles", "Arcane Missiles", "Mana Wyrm", "Mana Wyrm", "Mirror Image", "Mirror Image", "Cult Sorcerer", "Cult Sorcerer", "Frostbolt", "Frostbolt", "Sorcerer\u2019s Apprentice", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Arcane Intellect", "Flamewaker", "Flamewaker", "Fireball", "Fireball", "Cabalist\u2019s Tome", "Cabalist\u2019s Tome", "Firelands Portal", "Firelands Portal", "Arcane Anomaly", "Arcane Anomaly", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Yogg-Saron, Hope\u2019s End"]] | |
["UNKNOWN", ["Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Soulfire", "Soulfire", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Librarian", "Darkshire Librarian", "Succubus", "Succubus", "Wrathguard", "Wrathguard", "Silverware Golem", "Silverware Golem", "Fist of Jaraxxus", "Fist of Jaraxxus", "Doomguard", "Doomguard", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dire Wolf Alpha", "Leeroy Jenkins"]] | |
["UNKNOWN", ["Evolve", "Evolve", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Master of Evolution", "Master of Evolution", "Bloodlust", "Fire Elemental", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Bilefin Tidehunter", "Bilefin Tidehunter", "Brann Bronzebeard", "Pantry Spider", "Pantry Spider", "Arcanosmith", "Arcanosmith", "Gormok the Impaler", "Nerubian Prophet", "Nerubian Prophet", "Sea Giant"]] | |
["UNKNOWN", ["Arcane Shot", "Arcane Shot", "Tracking", "Tracking", "Bear Trap", "Bear Trap", "Explosive Trap", "Explosive Trap", "Freezing Trap", "Freezing Trap", "King\u2019s Elekk", "Lock and Load", "Lock and Load", "Quick Shot", "Quick Shot", "Snake Trap", "Snipe", "Animal Companion", "Animal Companion", "Cloaked Huntress", "Cloaked Huntress", "Deadly Shot", "Eaglehorn Bow", "Eaglehorn Bow", "Unleash the Hounds", "Explosive Shot", "Call of the Wild", "Call of the Wild", "Azure Drake", "Yogg-Saron, Hope\u2019s End"]] | |
["Control Priest", ["Circle of Healing", "Circle of Healing", "Flash Heal", "Flash Heal", "Northshire Cleric", "Northshire Cleric", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Death", "Shadow Word: Death", "Auchenai Soulpriest", "Auchenai Soulpriest", "Priest of the Feast", "Priest of the Feast", "Darkshire Alchemist", "Darkshire Alchemist", "Holy Nova", "Entomb", "Entomb", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Injured Blademaster", "Injured Blademaster", "Justicar Trueheart", "Sylvanas Windrunner"]] | |
["Face Hunter", ["Fiery Bat", "Fiery Bat", "Freezing Trap", "Freezing Trap", "Quick Shot", "Quick Shot", "Snake Trap", "Snake Trap", "Animal Companion", "Animal Companion", "Cloaked Huntress", "Cloaked Huntress", "Eaglehorn Bow", "Eaglehorn Bow", "Kill Command", "Kill Command", "Unleash the Hounds", "Unleash the Hounds", "Infested Wolf", "Infested Wolf", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dire Wolf Alpha", "Dire Wolf Alpha", "Huge Toad", "Huge Toad", "Knife Juggler", "Knife Juggler"]] | |
["UNKNOWN", ["Blood To Ichor", "Blood To Ichor", "Battle Rage", "Battle Rage", "Bolster", "Bolster", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Fierce Monkey", "Fierce Monkey", "King\u2019s Defender", "Protect the King", "Protect the King", "Ravaging Ghoul", "Ravaging Ghoul", "Bloodhoof Brave", "Bloodhoof Brave", "Obsidian Destroyer", "Varian Wrynn", "Acolyte of Pain", "Acolyte of Pain", "Arcanosmith", "Arcanosmith", "Hogger", "Sylvanas Windrunner", "Ragnaros the Firelord"]] | |
["UNKNOWN", ["Forbidden Healing", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Rallying Blade", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Solemn Vigil", "Ivory Knight", "Ivory Knight", "Ragnaros, Lightlord", "Tirion Fordring", "Doomsayer", "Doomsayer", "Wild Pyromancer", "Wild Pyromancer", "Brann Bronzebeard", "Arcanosmith", "Arcanosmith", "Infested Tauren", "Infested Tauren", "Stampeding Kodo", "Stampeding Kodo", "Emperor Thaurissan", "Sylvanas Windrunner", "N\u2019Zoth, The Corruptor"]] | |
["Control Priest", ["Circle of Healing", "Circle of Healing", "Flash Heal", "Flash Heal", "Northshire Cleric", "Northshire Cleric", "Power Word: Shield", "Power Word: Shield", "Resurrect", "Resurrect", "Shadow Word: Pain", "Shadow Word: Death", "Shadow Word: Death", "Auchenai Soulpriest", "Auchenai Soulpriest", "Darkshire Alchemist", "Darkshire Alchemist", "Excavated Evil", "Entomb", "Entomb", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Injured Blademaster", "Injured Blademaster", "Sen\u2019jin Shieldmasta", "Sen\u2019jin Shieldmasta", "Justicar Trueheart", "Sylvanas Windrunner"]] | |
["HCT Europe Summer Prelims 2016", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Slam", "Slam", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Brawl", "Brawl", "Ancient Shieldbearer", "Ancient Shieldbearer", "Beckoner of Evil", "Beckoner of Evil", "Acolyte of Pain", "Brann Bronzebeard", "Disciple of C\u2019Thun", "Disciple of C\u2019Thun", "C\u2019Thun\u2019s Chosen", "C\u2019Thun\u2019s Chosen", "Justicar Trueheart", "Sylvanas Windrunner", "Twin Emperor Vek\u2019lor", "Doomcaller", "C\u2019Thun"]] | |
["HCT Europe Summer Prelims 2016", ["Ice Lance", "Ice Lance", "Mirror Image", "Frostbolt", "Frostbolt", "Arcane Intellect", "Arcane Intellect", "Forgotten Torch", "Frost Nova", "Frost Nova", "Ice Barrier", "Ice Barrier", "Ice Block", "Ice Block", "Cone of Cold", "Fireball", "Fireball", "Blizzard", "Blizzard", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Novice Engineer", "Novice Engineer", "Acolyte of Pain", "Acolyte of Pain", "Emperor Thaurissan", "Alexstrasza"]] | |
["Control Shaman", ["Ancestral Spirit", "Ancestral Spirit", "Lava Shock", "Lava Shock", "Stormcrack", "Elemental Destruction", "Elemental Destruction", "Far Sight", "Far Sight", "Healing Wave", "Healing Wave", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Flamewreathed Faceless", "Flamewreathed Faceless", "Earth Elemental", "Earth Elemental", "Hallazeal the Ascended", "Thing from Below", "Thing from Below", "Doomsayer", "Doomsayer", "Faceless Shambler", "Faceless Shambler", "Faceless Manipulator", "Cairne Bloodhoof", "Ragnaros the Firelord"]] | |
["HCT Europe Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Ancient of War", "Ancient of War", "Cenarius", "Bloodmage Thalnos", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Sylvanas Windrunner", "Onyxia"]] | |
["HCT Europe Summer Prelims 2016", ["Competitive Spirit", "Noble Sacrifice", "Redemption", "Rallying Blade", "Rallying Blade", "Blessing of Kings", "Blessing of Kings", "Consecration", "Keeper of Uldaman", "Keeper of Uldaman", "Truesilver Champion", "Truesilver Champion", "Mysterious Challenger", "Mysterious Challenger", "Tirion Fordring", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dragon Egg", "Dragon Egg", "Argent Horserider", "Argent Horserider", "Silent Knight", "Silent Knight", "Defender of Argus", "Defender of Argus", "Leeroy Jenkins", "Argent Commander", "Argent Commander"]] | |
["HCT Europe Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Ancient of War", "Ancient of War", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Master Jouster", "Sylvanas Windrunner", "Onyxia", "Yogg-Saron, Hope\u2019s End"]] | |
["Token Druid", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Mulch", "Savage Roar", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Soul of the Forest", "Swipe", "Swipe", "Nourish", "Nourish", "Wisps of the Old Gods", "Wisps of the Old Gods", "Violet Teacher", "Violet Teacher", "Azure Drake", "Emperor Thaurissan", "Onyxia", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Europe Summer Prelims 2016", ["Inner Rage", "Inner Rage", "Blood To Ichor", "Blood To Ichor", "Charge", "Battle Rage", "Battle Rage", "Commanding Shout", "Commanding Shout", "Cruel Taskmaster", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Rampage", "Slam", "Slam", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Acolyte of Pain", "Raging Worgen", "Faceless Manipulator", "Emperor Thaurissan"]] | |
["HCT Europe Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Mulch", "Fandral Staghelm", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Ancient of War", "Ancient of War", "Cenarius", "Bloodmage Thalnos", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Europe Summer Prelims 2016", ["Forbidden Ritual", "Forbidden Ritual", "Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Councilman", "Darkshire Councilman", "Imp Gang Boss", "Imp Gang Boss", "Doomguard", "Doomguard", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dire Wolf Alpha", "Dire Wolf Alpha", "Knife Juggler", "Knife Juggler", "Dark Iron Dwarf", "Defender of Argus", "Defender of Argus", "Sea Giant"]] | |
["HCT Europe Summer Prelims 2016", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Flame Juggler", "Argent Horserider"]] | |
["HCT Europe Summer Prelims 2016", ["Ancestral Knowledge", "Ancestral Spirit", "Ancestral Spirit", "Lava Shock", "Lava Shock", "Stormcrack", "Stormcrack", "Elemental Destruction", "Elemental Destruction", "Far Sight", "Far Sight", "Healing Wave", "Healing Wave", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Flamewreathed Faceless", "Earth Elemental", "Earth Elemental", "Hallazeal the Ascended", "Thing from Below", "Thing from Below", "Faceless Manipulator", "Faceless Manipulator", "Emperor Thaurissan", "Bog Creeper", "Bog Creeper", "Soggoth the Slitherer"]] | |
["HCT Europe Summer Prelims 2016", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Slam", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Bloodhoof Brave", "Bloodhoof Brave", "Brawl", "Brawl", "Gorehowl", "Grommash Hellscream", "Acolyte of Pain", "Acolyte of Pain", "Tinkmaster Overspark", "Elise Starseeker", "Harrison Jones", "Justicar Trueheart", "Sylvanas Windrunner", "Baron Geddon", "Soggoth the Slitherer"]] | |
["HCT Europe Summer Prelims 2016", ["Mortal Coil", "Power Overwhelming", "Dark Peddler", "Demonwrath", "Imp Gang Boss", "Shadow Bolt", "Hellfire", "Shadowflame", "Bane of Doom", "Siphon Soul", "Twisting Nether", "Lord Jaraxxus", "Acidic Swamp Ooze", "Doomsayer", "Sunfury Protector", "Brann Bronzebeard", "Earthen Ring Farseer", "Defender of Argus", "Refreshment Vendor", "Sen\u2019jin Shieldmasta", "Spellbreaker", "Twilight Drake", "Big Game Hunter", "Cult Apothecary", "Emperor Thaurissan", "Reno Jackson", "Sunwalker", "Sylvanas Windrunner", "Soggoth the Slitherer", "Mountain Giant"]] | |
["HCT Europe Summer Prelims 2016", ["Mortal Coil", "Power Overwhelming", "Soulfire", "Dark Peddler", "Demonwrath", "Imp Gang Boss", "Shadow Bolt", "Hellfire", "Shadowflame", "Siphon Soul", "Twisting Nether", "Lord Jaraxxus", "Acidic Swamp Ooze", "Doomsayer", "Sunfury Protector", "Brann Bronzebeard", "Earthen Ring Farseer", "Defender of Argus", "Refreshment Vendor", "Spellbreaker", "Twilight Drake", "Cult Apothecary", "Faceless Manipulator", "Leeroy Jenkins", "Stampeding Kodo", "Emperor Thaurissan", "Reno Jackson", "Sylvanas Windrunner", "Ragnaros the Firelord", "Mountain Giant"]] | |
["HCT Europe Summer Prelims 2016", ["Forbidden Healing", "Forbidden Healing", "Humility", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Rallying Blade", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Ragnaros, Lightlord", "Tirion Fordring", "Acidic Swamp Ooze", "Doomsayer", "Doomsayer", "Loot Hoarder", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Acolyte of Pain", "Infested Tauren", "Stampeding Kodo", "Stampeding Kodo", "Cairne Bloodhoof", "Sylvanas Windrunner", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor"]] | |
["HCT Europe Summer Prelims 2016", ["Ancestral Spirit", "Lava Shock", "Lava Shock", "Stormcrack", "Stormcrack", "Elemental Destruction", "Elemental Destruction", "Far Sight", "Far Sight", "Healing Wave", "Healing Wave", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Flamewreathed Faceless", "Flamewreathed Faceless", "Earth Elemental", "Earth Elemental", "Hallazeal the Ascended", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Azure Drake", "Faceless Manipulator", "Cairne Bloodhoof", "Sylvanas Windrunner", "Bog Creeper", "Chillmaw", "N\u2019Zoth, The Corruptor"]] | |
["HCT Europe Summer Prelims 2016", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Revenge", "Slam", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Arathi Weaponsmith", "Brawl", "Brawl", "Gorehowl", "Grommash Hellscream", "Acolyte of Pain", "Tinkmaster Overspark", "Elise Starseeker", "Infested Tauren", "Harrison Jones", "Cairne Bloodhoof", "Justicar Trueheart", "Sylvanas Windrunner", "N\u2019Zoth, The Corruptor"]] | |
["HCT Europe Summer Prelims 2016", ["Backstab", "Backstab", "Preparation", "Preparation", "Cold Blood", "Cold Blood", "Conceal", "Conceal", "Deadly Poison", "Deadly Poison", "Eviscerate", "Eviscerate", "Sap", "Sap", "Edwin VanCleef", "Fan of Knives", "Fan of Knives", "SI:7 Agent", "SI:7 Agent", "Shadow Strike", "Tomb Pillager", "Tomb Pillager", "Bloodmage Thalnos", "Earthen Ring Farseer", "Violet Teacher", "Azure Drake", "Azure Drake", "Leeroy Jenkins", "Gadgetzan Auctioneer", "Gadgetzan Auctioneer"]] | |
["HCT Europe Summer Prelims 2016", ["Forbidden Healing", "Forbidden Healing", "Humility", "Humility", "Equality", "Equality", "Aldor Peacekeeper", "Aldor Peacekeeper", "Consecration", "Consecration", "Truesilver Champion", "Truesilver Champion", "Solemn Vigil", "Solemn Vigil", "Ragnaros, Lightlord", "Tirion Fordring", "Acidic Swamp Ooze", "Doomsayer", "Doomsayer", "Loot Hoarder", "Wild Pyromancer", "Wild Pyromancer", "Infested Tauren", "Infested Tauren", "Stampeding Kodo", "Stampeding Kodo", "Cairne Bloodhoof", "Sylvanas Windrunner", "Soggoth the Slitherer", "N\u2019Zoth, The Corruptor"]] | |
["HCT Europe Summer Prelims 2016", ["Mortal Coil", "Possessed Villager", "Power Overwhelming", "Dark Peddler", "Demonwrath", "Imp Gang Boss", "Shadow Bolt", "Hellfire", "Shadowflame", "Siphon Soul", "Twisting Nether", "Lord Jaraxxus", "Acidic Swamp Ooze", "Doomsayer", "Sunfury Protector", "Earthen Ring Farseer", "Defender of Argus", "Infested Tauren", "Refreshment Vendor", "Sen\u2019jin Shieldmasta", "Spellbreaker", "Twilight Drake", "Stampeding Kodo", "Cairne Bloodhoof", "Emperor Thaurissan", "Reno Jackson", "Sylvanas Windrunner", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor", "Mountain Giant"]] | |
["HCT Europe Summer Prelims 2016", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Revenge", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Brawl", "Brawl", "Grommash Hellscream", "Doomsayer", "Acolyte of Pain", "Tinkmaster Overspark", "Elise Starseeker", "Infested Tauren", "Infested Tauren", "Cairne Bloodhoof", "Justicar Trueheart", "Sylvanas Windrunner", "Chillmaw", "Alexstrasza", "N\u2019Zoth, The Corruptor"]] | |
["HCT Europe Summer Prelims 2016", ["Arcane Blast", "Arcane Blast", "Arcane Missiles", "Arcane Missiles", "Mana Wyrm", "Mana Wyrm", "Mirror Image", "Mirror Image", "Cult Sorcerer", "Frostbolt", "Frostbolt", "Sorcerer\u2019s Apprentice", "Sorcerer\u2019s Apprentice", "Arcane Intellect", "Arcane Intellect", "Flamewaker", "Flamewaker", "Forgotten Torch", "Fireball", "Fireball", "Water Elemental", "Water Elemental", "Cabalist\u2019s Tome", "Faceless Summoner", "Flamestrike", "Bloodmage Thalnos", "Azure Drake", "Azure Drake", "Ragnaros the Firelord", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Europe Summer Prelims 2016", ["Blood To Ichor", "Blood To Ichor", "Armorsmith", "Armorsmith", "Battle Rage", "Battle Rage", "Cruel Taskmaster", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Fierce Monkey", "Fierce Monkey", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Arathi Weaponsmith", "Bloodhoof Brave", "Bloodhoof Brave", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Malkorok", "Grommash Hellscream", "Sir Finley Mrrgglton", "Acolyte of Pain", "Cairne Bloodhoof", "Ragnaros the Firelord"]] | |
["HCT Europe Summer Prelims 2016", ["Mortal Coil", "Mortal Coil", "Dark Peddler", "Shadow Bolt", "Shadow Bolt", "Hellfire", "Hellfire", "Shadowflame", "Lord Jaraxxus", "Doomsayer", "Doomsayer", "Sunfury Protector", "Sunfury Protector", "Brann Bronzebeard", "Earthen Ring Farseer", "Earthen Ring Farseer", "Defender of Argus", "Defender of Argus", "Faceless Shambler", "Faceless Shambler", "Refreshment Vendor", "Refreshment Vendor", "Twilight Drake", "Twilight Drake", "Big Game Hunter", "Emperor Thaurissan", "Sylvanas Windrunner", "Alexstrasza", "Mountain Giant", "Mountain Giant"]] | |
["HCT Europe Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Druid of the Saber", "Druid of the Saber", "Mark of Y\u2019Shaarj", "Mark of Y\u2019Shaarj", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Fandral Staghelm", "Savage Combatant", "Savage Combatant", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Nourish", "Ancient of War", "Violet Teacher", "Violet Teacher", "Azure Drake", "Onyxia", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Europe Summer Prelims 2016", ["Forbidden Ritual", "Forbidden Ritual", "Flame Imp", "Flame Imp", "Possessed Villager", "Possessed Villager", "Power Overwhelming", "Power Overwhelming", "Voidwalker", "Voidwalker", "Dark Peddler", "Dark Peddler", "Darkshire Councilman", "Darkshire Councilman", "Imp Gang Boss", "Imp Gang Boss", "Doomguard", "Doomguard", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Dire Wolf Alpha", "Dire Wolf Alpha", "Knife Juggler", "Knife Juggler", "Dark Iron Dwarf", "Defender of Argus", "Defender of Argus", "Sea Giant"]] | |
["HCT Europe Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Mulch", "Fandral Staghelm", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Ancient of War", "Ancient of War", "Bloodmage Thalnos", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Onyxia", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Europe Summer Prelims 2016", ["Blood To Ichor", "Blood To Ichor", "N\u2019Zoth\u2019s First Mate", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Malkorok", "Grommash Hellscream", "Sir Finley Mrrgglton", "Faerie Dragon", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "Ragnaros the Firelord"]] | |
["HCT Europe Summer Prelims 2016", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Argent Horserider", "Argent Horserider"]] | |
["HCT Europe Summer Prelims 2016", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Raven Idol", "Raven Idol", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Feral Rage", "Mulch", "Mulch", "Fandral Staghelm", "Mire Keeper", "Mire Keeper", "Swipe", "Swipe", "Nourish", "Nourish", "Ancient of War", "Cenarius", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Emperor Thaurissan", "Yogg-Saron, Hope\u2019s End"]] | |
["HCT Europe Summer Prelims 2016", ["Tunnel Trogg", "Tunnel Trogg", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Stormcrack", "Totem Golem", "Totem Golem", "Feral Spirit", "Hex", "Hex", "Lightning Storm", "Lightning Storm", "Mana Tide Totem", "Mana Tide Totem", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Thunder Bluff Valiant", "Thunder Bluff Valiant", "Fire Elemental", "Fire Elemental", "Thing from Below", "Thing from Below", "Al\u2019Akir the Windlord", "Argent Squire", "Flame Juggler", "Azure Drake"]] | |
["HCT Europe Summer Prelims 2016", ["Blood To Ichor", "Blood To Ichor", "N\u2019Zoth\u2019s First Mate", "Alexstrasza\u2019s Champion", "Alexstrasza\u2019s Champion", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Malkorok", "Grommash Hellscream", "Sir Finley Mrrgglton", "Faerie Dragon", "Faerie Dragon", "Twilight Guardian", "Twilight Guardian", "Azure Drake", "Azure Drake", "Blackwing Corruptor", "Blackwing Corruptor", "Drakonid Crusher", "Drakonid Crusher", "Ragnaros the Firelord"]] | |
["HCT Europe Summer Prelims 2016", ["Backstab", "Backstab", "Preparation", "Preparation", "Cold Blood", "Cold Blood", "Eviscerate", "Eviscerate", "Sap", "Sap", "Edwin VanCleef", "Fan of Knives", "Fan of Knives", "SI:7 Agent", "SI:7 Agent", "Shadow Strike", "Tomb Pillager", "Tomb Pillager", "Dark Iron Skulker", "Sprint", "Sprint", "Argent Squire", "Bloodmage Thalnos", "Earthen Ring Farseer", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Argent Commander", "Argent Commander"]] | |
["Aggro Shaman", ["Lightning Bolt", "Lightning Bolt", "Tunnel Trogg", "Tunnel Trogg", "Ancestral Knowledge", "Flametongue Totem", "Flametongue Totem", "Rockbiter Weapon", "Rockbiter Weapon", "Totem Golem", "Totem Golem", "Feral Spirit", "Feral Spirit", "Lava Burst", "Lava Burst", "Lightning Storm", "Tuskarr Totemic", "Tuskarr Totemic", "Flamewreathed Faceless", "Flamewreathed Faceless", "Doomhammer", "Doomhammer", "Thing from Below", "Thing from Below", "Abusive Sergeant", "Abusive Sergeant", "Argent Squire", "Argent Squire", "Sir Finley Mrrgglton", "Argent Horserider"]] | |
["Pirate Warrior", ["N\u2019Zoth\u2019s First Mate", "N\u2019Zoth\u2019s First Mate", "Upgrade!", "Upgrade!", "Fiery War Axe", "Fiery War Axe", "Heroic Strike", "Heroic Strike", "Bloodsail Cultist", "Bloodsail Cultist", "Frothing Berserker", "Frothing Berserker", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Mortal Strike", "Mortal Strike", "Arcanite Reaper", "Arcanite Reaper", "Sir Finley Mrrgglton", "Southsea Deckhand", "Southsea Deckhand", "Bloodsail Raider", "Bloodsail Raider", "Flame Juggler", "Flame Juggler", "Argent Horserider", "Argent Horserider", "Dread Corsair", "Dread Corsair", "Leeroy Jenkins"]] | |
["N'Zoth Warrior", ["Shield Slam", "Shield Slam", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Revenge", "Slam", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Brawl", "Brawl", "Gorehowl", "Grommash Hellscream", "Acolyte of Pain", "Acolyte of Pain", "Elise Starseeker", "Infested Tauren", "Infested Tauren", "Harrison Jones", "Cairne Bloodhoof", "Justicar Trueheart", "Sylvanas Windrunner", "N\u2019Zoth, The Corruptor"]] | |
["Control Warrior", ["Shield Slam", "Shield Slam", "Cruel Taskmaster", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Revenge", "Revenge", "Slam", "Slam", "Bash", "Bash", "Ravaging Ghoul", "Ravaging Ghoul", "Shield Block", "Shield Block", "Bloodhoof Brave", "Bloodhoof Brave", "Brawl", "Brawl", "Gorehowl", "Grommash Hellscream", "Acolyte of Pain", "Acolyte of Pain", "Tinkmaster Overspark", "Elise Starseeker", "Big Game Hunter", "Harrison Jones", "Justicar Trueheart"]] | |
["N'Zoth Hunter", ["Fiery Bat", "Fiery Bat", "King\u2019s Elekk", "King\u2019s Elekk", "Quick Shot", "Quick Shot", "Snipe", "Snipe", "Animal Companion", "Animal Companion", "Deadly Shot", "Deadly Shot", "Powershot", "Powershot", "Infested Wolf", "Infested Wolf", "Multi-Shot", "Multi-Shot", "Princess Huhuran", "Savannah Highmane", "Savannah Highmane", "Call of the Wild", "Call of the Wild", "Bloodmage Thalnos", "Doomsayer", "Doomsayer", "Azure Drake", "Azure Drake", "Sylvanas Windrunner", "N\u2019Zoth, The Corruptor"]] | |
["Beast Druid", ["Innervate", "Innervate", "Living Roots", "Living Roots", "Druid of the Saber", "Druid of the Saber", "Mark of Y\u2019Shaarj", "Mark of Y\u2019Shaarj", "Power of the Wild", "Power of the Wild", "Wild Growth", "Wild Growth", "Wrath", "Wrath", "Savage Roar", "Fandral Staghelm", "Savage Combatant", "Savage Combatant", "Swipe", "Swipe", "Druid of the Claw", "Druid of the Claw", "Nourish", "Ancient of War", "Ancient of War", "Violet Teacher", "Violet Teacher", "Azure Drake", "Azure Drake", "Onyxia"]] | |
["UNKNOWN", ["Inner Rage", "Inner Rage", "Blood To Ichor", "Blood To Ichor", "Whirlwind", "Whirlwind", "Armorsmith", "Armorsmith", "Battle Rage", "Battle Rage", "Execute", "Execute", "Fiery War Axe", "Fiery War Axe", "Slam", "Slam", "Frothing Berserker", "Frothing Berserker", "Ravaging Ghoul", "Ravaging Ghoul", "Kor\u2019kron Elite", "Grommash Hellscream", "Acolyte of Pain", "Acolyte of Pain", "Grim Patron", "Grim Patron", "Cairne Bloodhoof", "Sylvanas Windrunner", "Ragnaros the Firelord", "N\u2019Zoth, The Corruptor"]] | |
["Handlock", ["Mortal Coil", "Mortal Coil", "Soulfire", "Dark Peddler", "Dark Peddler", "Hellfire", "Hellfire", "Shadowflame", "Lord Jaraxxus", "Doomsayer", "Doomsayer", "Sunfury Protector", "Sunfury Protector", "Brann Bronzebeard", "Earthen Ring Farseer", "Earthen Ring Farseer", "Defender of Argus", "Defender of Argus", "Faceless Shambler", "Faceless Shambler", "Refreshment Vendor", "Refreshment Vendor", "Twilight Drake", "Twilight Drake", "Emperor Thaurissan", "Sylvanas Windrunner", "Alexstrasza", "Mountain Giant", "Mountain Giant", "Molten Giant"]] | |
["Pirate Warrior", ["N\u2019Zoth\u2019s First Mate", "N\u2019Zoth\u2019s First Mate", "Upgrade!", "Upgrade!", "Fiery War Axe", "Fiery War Axe", "Heroic Strike", "Heroic Strike", "Bloodsail Cultist", "Bloodsail Cultist", "Frothing Berserker", "Frothing Berserker", "Kor\u2019kron Elite", "Kor\u2019kron Elite", "Mortal Strike", "Mortal Strike", "Arcanite Reaper", "Arcanite Reaper", "Sir Finley Mrrgglton", "Southsea Deckhand", "Southsea Deckhand", "Bloodsail Raider", "Bloodsail Raider", "Flame Juggler", "Flame Juggler", "Mad Bomber", "Dread Corsair", "Dread Corsair", "Captain Greenskin", "Leeroy Jenkins"]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment