Created
February 16, 2024 06:24
-
-
Save jpalermo/d15aad93d1a82282a6cb00ba78f78374 to your computer and use it in GitHub Desktop.
This or That ordered Cards
This file has been truncated, but you can view the full file.
This file contains 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
# Pick the card with the lower index of the two | |
# Some cards appear in here twice, so you will need to match the symbol with the "set" for those | |
# If two cards are from the same set, pick the one with the correct stats/text | |
[ | |
{ | |
"index": 0, | |
"name": "Goldshire Footman", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1, | |
"name": "Fen Creeper", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 2, | |
"name": "Holy Nova", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemies. Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 3, | |
"name": "Mind Control", | |
"set": "VANILLA", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Take control of an enemy minion." | |
}, | |
{ | |
"index": 4, | |
"name": "Inner Fire", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change a minion's Attack to be equal to its Health." | |
}, | |
{ | |
"index": 5, | |
"name": "Holy Smite", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage." | |
}, | |
{ | |
"index": 6, | |
"name": "Mind Vision", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a copy of a random card in your opponent's hand into your hand." | |
}, | |
{ | |
"index": 7, | |
"name": "Power Word: Shield", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2 Health.\nDraw a card." | |
}, | |
{ | |
"index": 8, | |
"name": "Claw", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. Gain 2 Armor." | |
}, | |
{ | |
"index": 9, | |
"name": "Healing Touch", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health." | |
}, | |
{ | |
"index": 10, | |
"name": "Moonfire", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage." | |
}, | |
{ | |
"index": 11, | |
"name": "Mark of the Wild", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Taunt</b> and +2/+2.<i>\n(+2 Attack/+2 Health)</i>" | |
}, | |
{ | |
"index": 12, | |
"name": "Savage Roar", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your characters +2 Attack this turn." | |
}, | |
{ | |
"index": 13, | |
"name": "Swipe", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to an enemy and $1 damage to all other enemies." | |
}, | |
{ | |
"index": 14, | |
"name": "Wild Growth", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain an empty Mana Crystal." | |
}, | |
{ | |
"index": 15, | |
"name": "Polymorph", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion\ninto a 1/1 Sheep." | |
}, | |
{ | |
"index": 16, | |
"name": "Arcane Intellect", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards." | |
}, | |
{ | |
"index": 17, | |
"name": "Frostbolt", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a character and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 18, | |
"name": "Arcane Explosion", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemy minions." | |
}, | |
{ | |
"index": 19, | |
"name": "Frost Nova", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> all enemy minions." | |
}, | |
{ | |
"index": 20, | |
"name": "Mirror Image", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 0/2 minions with <b>Taunt</b>." | |
}, | |
{ | |
"index": 21, | |
"name": "Blizzard", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemy minions and <b>Freeze</b> them." | |
}, | |
{ | |
"index": 22, | |
"name": "Fireball", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $6 damage." | |
}, | |
{ | |
"index": 23, | |
"name": "Ice Lance", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a character. If it was already <b>Frozen</b>, deal $4 damage instead." | |
}, | |
{ | |
"index": 24, | |
"name": "Flamestrike", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to all enemy minions." | |
}, | |
{ | |
"index": 25, | |
"name": "Water Elemental", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Freeze</b> any character damaged by this minion." | |
}, | |
{ | |
"index": 26, | |
"name": "Frost Shock", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to an enemy character and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 27, | |
"name": "Ancestral Spirit", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. When that minion is destroyed, return it to the battlefield." | |
}, | |
{ | |
"index": 28, | |
"name": "Windfury", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Windfury</b>." | |
}, | |
{ | |
"index": 29, | |
"name": "Ancestral Healing", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore a minion\nto full Health and\ngive it <b>Taunt</b>." | |
}, | |
{ | |
"index": 30, | |
"name": "Fire Elemental", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Deal 3 damage." | |
}, | |
{ | |
"index": 31, | |
"name": "Rockbiter Weapon", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly character +3 Attack this turn." | |
}, | |
{ | |
"index": 32, | |
"name": "Bloodlust", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +3 Attack this turn." | |
}, | |
{ | |
"index": 33, | |
"name": "Far Sight", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. That card costs (3) less." | |
}, | |
{ | |
"index": 34, | |
"name": "Shadow Bolt", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage\nto a minion." | |
}, | |
{ | |
"index": 35, | |
"name": "Blood Imp", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 1, | |
"text": "[x] <b>Stealth</b>. At the end of your \nturn, give another random\n friendly minion +1 Health." | |
}, | |
{ | |
"index": 36, | |
"name": "Drain Life", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. Restore #2 Health to your hero." | |
}, | |
{ | |
"index": 37, | |
"name": "Hellfire", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to ALL characters." | |
}, | |
{ | |
"index": 38, | |
"name": "Corruption", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose an enemy minion. At the start of your turn, destroy it." | |
}, | |
{ | |
"index": 39, | |
"name": "Dread Infernal", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 1 damage to ALL other characters." | |
}, | |
{ | |
"index": 40, | |
"name": "Voidwalker", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 41, | |
"name": "Backstab", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to an undamaged minion." | |
}, | |
{ | |
"index": 42, | |
"name": "Cold Blood", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2 Attack. <b>Combo:</b> +4 Attack instead." | |
}, | |
{ | |
"index": 43, | |
"name": "Deadly Poison", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your weapon +2 Attack." | |
}, | |
{ | |
"index": 44, | |
"name": "Sinister Strike", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to the enemy hero." | |
}, | |
{ | |
"index": 45, | |
"name": "Assassinate", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy an enemy minion." | |
}, | |
{ | |
"index": 46, | |
"name": "Sprint", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 4 cards." | |
}, | |
{ | |
"index": 47, | |
"name": "Assassin's Blade", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 48, | |
"name": "Hunter's Mark", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change a minion's Health to 1." | |
}, | |
{ | |
"index": 49, | |
"name": "Blessing of Might", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +3 Attack." | |
}, | |
{ | |
"index": 50, | |
"name": "Guardian of Kings", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Restore #6 Health to your hero." | |
}, | |
{ | |
"index": 51, | |
"name": "Holy Light", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #6 Health." | |
}, | |
{ | |
"index": 52, | |
"name": "Light's Justice", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 53, | |
"name": "Blessing of Kings", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +4/+4. <i>(+4 Attack/+4 Health)</i>" | |
}, | |
{ | |
"index": 54, | |
"name": "Consecration", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemies." | |
}, | |
{ | |
"index": 55, | |
"name": "Hammer of Wrath", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nDraw a card." | |
}, | |
{ | |
"index": 56, | |
"name": "Truesilver Champion", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "Whenever your hero attacks, restore #2 Health to it." | |
}, | |
{ | |
"index": 57, | |
"name": "Charge", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly minion +2 Attack and <b>Charge</b>." | |
}, | |
{ | |
"index": 58, | |
"name": "Rampage", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a damaged minion +3/+3." | |
}, | |
{ | |
"index": 59, | |
"name": "Heroic Strike", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +4 Attack this turn." | |
}, | |
{ | |
"index": 60, | |
"name": "Fiery War Axe", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 61, | |
"name": "Execute", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a damaged enemy minion." | |
}, | |
{ | |
"index": 62, | |
"name": "Arcanite Reaper", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 63, | |
"name": "Cleave", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to\ntwo random enemy\nminions." | |
}, | |
{ | |
"index": 64, | |
"name": "Earthen Ring Farseer", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Restore #3 Health." | |
}, | |
{ | |
"index": 65, | |
"name": "Magma Rager", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 66, | |
"name": "Oasis Snapjaw", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": null | |
}, | |
{ | |
"index": 67, | |
"name": "River Crocolisk", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": null | |
}, | |
{ | |
"index": 68, | |
"name": "Frostwolf Grunt", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 69, | |
"name": "Raid Leader", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Your other minions have +1 Attack." | |
}, | |
{ | |
"index": 70, | |
"name": "Wolfrider", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 71, | |
"name": "Ironfur Grizzly", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 72, | |
"name": "Silverback Patriarch", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 73, | |
"name": "Stormwind Knight", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 74, | |
"name": "Ironforge Rifleman", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 75, | |
"name": "Kobold Geomancer", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 76, | |
"name": "Southsea Deckhand", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Has <b>Charge</b> while you have a weapon equipped." | |
}, | |
{ | |
"index": 77, | |
"name": "Gnomish Inventor", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 78, | |
"name": "Stormpike Commando", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 2 damage." | |
}, | |
{ | |
"index": 79, | |
"name": "Silver Hand Knight", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a 2/2 Squire." | |
}, | |
{ | |
"index": 80, | |
"name": "Archmage", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 81, | |
"name": "Ravenholdt Assassin", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 82, | |
"name": "Lord of the Arena", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 83, | |
"name": "Murloc Raider", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 84, | |
"name": "Young Dragonhawk", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 85, | |
"name": "Stonetusk Boar", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 86, | |
"name": "Bloodfen Raptor", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 87, | |
"name": "Bluegill Warrior", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 88, | |
"name": "Sen'jin Shieldmasta", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 89, | |
"name": "Injured Blademaster", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Deal 4 damage to HIMSELF." | |
}, | |
{ | |
"index": 90, | |
"name": "Chillwind Yeti", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 91, | |
"name": "War Golem", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": null | |
}, | |
{ | |
"index": 92, | |
"name": "Booty Bay Bodyguard", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 93, | |
"name": "Abusive Sergeant", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give a minion +2 Attack this turn." | |
}, | |
{ | |
"index": 94, | |
"name": "Elven Archer", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 95, | |
"name": "Razorfen Hunter", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Boar." | |
}, | |
{ | |
"index": 96, | |
"name": "Ogre Magi", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 97, | |
"name": "Boulderfist Ogre", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": null | |
}, | |
{ | |
"index": 98, | |
"name": "Core Hound", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 9, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 99, | |
"name": "Ironbeak Owl", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> <b>Silence</b> a minion." | |
}, | |
{ | |
"index": 100, | |
"name": "Reckless Rocketeer", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 101, | |
"name": "Spiteful Smith", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Enrage:</b> Your weapon has +2 Attack." | |
}, | |
{ | |
"index": 102, | |
"name": "Stormwind Champion", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Your other minions have +1/+1." | |
}, | |
{ | |
"index": 103, | |
"name": "Frostwolf Warlord", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Gain +1/+1 for each other friendly minion on the battlefield." | |
}, | |
{ | |
"index": 104, | |
"name": "Venture Co. Mercenary", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "Your minions cost (3) more." | |
}, | |
{ | |
"index": 105, | |
"name": "Wisp", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 106, | |
"name": "Ironbark Protector", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 107, | |
"name": "Blade Flurry", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy your weapon and deal its damage to all enemies." | |
}, | |
{ | |
"index": 108, | |
"name": "Shadow Word: Pain", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion with 3 or less Attack." | |
}, | |
{ | |
"index": 109, | |
"name": "Northshire Cleric", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever a minion is healed, draw a card." | |
}, | |
{ | |
"index": 110, | |
"name": "Divine Spirit", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Double a minion's Health." | |
}, | |
{ | |
"index": 111, | |
"name": "Starving Buzzard", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Whenever you summon a Beast, draw a card." | |
}, | |
{ | |
"index": 112, | |
"name": "Darkscale Healer", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 113, | |
"name": "Houndmaster", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly Beast +2/+2 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 114, | |
"name": "Timber Wolf", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Your other Beasts have +1 Attack." | |
}, | |
{ | |
"index": 115, | |
"name": "Tundra Rhino", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Your Beasts have <b>Charge</b>." | |
}, | |
{ | |
"index": 116, | |
"name": "Multi-Shot", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to two random enemy minions." | |
}, | |
{ | |
"index": 117, | |
"name": "Tracking", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Look at the top 3 cards of your deck. Draw one and discard the others." | |
}, | |
{ | |
"index": 118, | |
"name": "Arcane Shot", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage." | |
}, | |
{ | |
"index": 119, | |
"name": "Gladiator's Longbow", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "Your hero is <b>Immune</b> while attacking." | |
}, | |
{ | |
"index": 120, | |
"name": "Mind Blast", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to the enemy hero." | |
}, | |
{ | |
"index": 121, | |
"name": "Lightwarden", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Whenever a character is healed, gain +2 Attack." | |
}, | |
{ | |
"index": 122, | |
"name": "The Black Knight", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Destroy an enemy minion with <b>Taunt</b>." | |
}, | |
{ | |
"index": 123, | |
"name": "Young Priestess", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "At the end of your turn, give another random friendly minion +1 Health." | |
}, | |
{ | |
"index": 124, | |
"name": "Big Game Hunter", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy a minion with 7 or more Attack." | |
}, | |
{ | |
"index": 125, | |
"name": "Alarm-o-Bot", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]At the start of your turn,\nswap this minion with a\n random one in your hand." | |
}, | |
{ | |
"index": 126, | |
"name": "Acolyte of Pain", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever this minion takes damage, draw a card." | |
}, | |
{ | |
"index": 127, | |
"name": "Argent Squire", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 128, | |
"name": "Angry Chicken", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Enrage:</b> +5 Attack." | |
}, | |
{ | |
"index": 129, | |
"name": "Worgen Infiltrator", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 130, | |
"name": "Voodoo Doctor", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Restore #2 Health." | |
}, | |
{ | |
"index": 131, | |
"name": "Bloodmage Thalnos", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Spell Damage +1</b>\n<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 132, | |
"name": "King Mukla", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give your opponent 2 Bananas." | |
}, | |
{ | |
"index": 133, | |
"name": "Novice Engineer", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 134, | |
"name": "Sylvanas Windrunner", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Take\ncontrol of a random\nenemy minion." | |
}, | |
{ | |
"index": 135, | |
"name": "Jungle Panther", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 136, | |
"name": "Shattered Sun Cleric", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion +1/+1." | |
}, | |
{ | |
"index": 137, | |
"name": "Scarlet Crusader", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 138, | |
"name": "Thrallmar Farseer", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 139, | |
"name": "Silvermoon Guardian", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 140, | |
"name": "Dragonling Mechanic", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a 2/1 Mechanical Dragonling." | |
}, | |
{ | |
"index": 141, | |
"name": "Stranglethorn Tiger", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 142, | |
"name": "Leper Gnome", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 143, | |
"name": "Sunwalker", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 144, | |
"name": "Windfury Harpy", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 145, | |
"name": "Twilight Drake", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Gain +1 Health for each card in your hand." | |
}, | |
{ | |
"index": 146, | |
"name": "Questing Adventurer", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Whenever you play a card, gain +1/+1." | |
}, | |
{ | |
"index": 147, | |
"name": "Ancient Watcher", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "Can't attack." | |
}, | |
{ | |
"index": 148, | |
"name": "Dark Iron Dwarf", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a minion +2 Attack this turn." | |
}, | |
{ | |
"index": 149, | |
"name": "Spellbreaker", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Silence</b> a minion." | |
}, | |
{ | |
"index": 150, | |
"name": "Youthful Brewmaster", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Return a friendly minion from the battlefield to your hand." | |
}, | |
{ | |
"index": 151, | |
"name": "Coldlight Oracle", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Each player draws 2 cards." | |
}, | |
{ | |
"index": 152, | |
"name": "Mana Addict", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, gain +2 Attack this turn." | |
}, | |
{ | |
"index": 153, | |
"name": "Ancient Brewmaster", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Return a friendly minion from the battlefield to your hand." | |
}, | |
{ | |
"index": 154, | |
"name": "Sunfury Protector", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give adjacent minions <b>Taunt</b>." | |
}, | |
{ | |
"index": 155, | |
"name": "Crazed Alchemist", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Swap the Attack and Health of a minion." | |
}, | |
{ | |
"index": 156, | |
"name": "Old Murk-Eye", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Charge</b>. Has +1 Attack for each other Murloc on the battlefield." | |
}, | |
{ | |
"index": 157, | |
"name": "Acidic Swamp Ooze", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy your opponent's weapon." | |
}, | |
{ | |
"index": 158, | |
"name": "Argent Commander", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Charge</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 159, | |
"name": "Pint-Sized Summoner", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "The first minion you play each turn costs (1) less." | |
}, | |
{ | |
"index": 160, | |
"name": "Secretkeeper", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Whenever a <b>Secret</b> is played, gain +1/+1." | |
}, | |
{ | |
"index": 161, | |
"name": "Mad Bomber", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 3 damage randomly split between all other characters." | |
}, | |
{ | |
"index": 162, | |
"name": "Tinkmaster Overspark", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Transform\nanother random minion\ninto a 5/5 Devilsaur\n or a 1/1 Squirrel." | |
}, | |
{ | |
"index": 163, | |
"name": "Warsong Commander", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever you summon a minion with 3 or less Attack, give it <b>Charge</b>." | |
}, | |
{ | |
"index": 164, | |
"name": "Mind Control Tech", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If your opponent\nhas 4 or more minions, take\n control of one at random." | |
}, | |
{ | |
"index": 165, | |
"name": "Arcane Golem", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Charge</b>. <b>Battlecry:</b> Give your opponent a Mana Crystal." | |
}, | |
{ | |
"index": 166, | |
"name": "Cabal Shadow Priest", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Take control of an enemy minion that has 2 or less Attack." | |
}, | |
{ | |
"index": 167, | |
"name": "Defender of Argus", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give adjacent minions +1/+1 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 168, | |
"name": "Gadgetzan Auctioneer", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever you cast a spell, draw a card." | |
}, | |
{ | |
"index": 169, | |
"name": "Loot Hoarder", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 170, | |
"name": "Abomination", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>. <b>Deathrattle:</b> Deal 2\ndamage to ALL characters." | |
}, | |
{ | |
"index": 171, | |
"name": "Lorewalker Cho", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "Whenever a player casts a spell, put a copy into the other player’s hand." | |
}, | |
{ | |
"index": 172, | |
"name": "Demolisher", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "At the start of your turn, deal 2 damage to a random enemy." | |
}, | |
{ | |
"index": 173, | |
"name": "Coldlight Seer", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give ALL other Murlocs +2 Health." | |
}, | |
{ | |
"index": 174, | |
"name": "Mountain Giant", | |
"set": "VANILLA", | |
"cost": 12, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each other card in your hand." | |
}, | |
{ | |
"index": 175, | |
"name": "Cairne Bloodhoof", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon a 4/5 Baine Bloodhoof." | |
}, | |
{ | |
"index": 176, | |
"name": "Gelbin Mekkatorque", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Summon an AWESOME invention." | |
}, | |
{ | |
"index": 177, | |
"name": "Leeroy Jenkins", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 2, | |
"text": "<b>Charge</b>. <b>Battlecry:</b> Summon two 1/1 Whelps for your opponent." | |
}, | |
{ | |
"index": 178, | |
"name": "Eviscerate", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. <b>Combo:</b> Deal $4 damage instead." | |
}, | |
{ | |
"index": 179, | |
"name": "Betrayal", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Force an enemy minion to deal its damage to the minions next to it." | |
}, | |
{ | |
"index": 180, | |
"name": "Conceal", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions <b>Stealth</b> until your next turn." | |
}, | |
{ | |
"index": 181, | |
"name": "Fan of Knives", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemy minions. Draw a card." | |
}, | |
{ | |
"index": 182, | |
"name": "Noble Sacrifice", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy attacks, summon a 2/1 Defender as the new target." | |
}, | |
{ | |
"index": 183, | |
"name": "Defias Ringleader", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> Summon a 2/1 Defias Bandit." | |
}, | |
{ | |
"index": 184, | |
"name": "Eye for an Eye", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your hero takes damage, deal that much damage to the enemy hero." | |
}, | |
{ | |
"index": 185, | |
"name": "Perdition's Blade", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 1 damage. <b>Combo:</b> Deal 2 instead." | |
}, | |
{ | |
"index": 186, | |
"name": "SI:7 Agent", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Deal 2 damage." | |
}, | |
{ | |
"index": 187, | |
"name": "Redemption", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, return it to life with 1 Health." | |
}, | |
{ | |
"index": 188, | |
"name": "Headcrack", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to the enemy hero. <b>Combo:</b> Return this to your hand next turn." | |
}, | |
{ | |
"index": 189, | |
"name": "Shadowstep", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return a friendly minion to your hand. It costs (2) less." | |
}, | |
{ | |
"index": 190, | |
"name": "Preparation", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next spell you cast this turn costs (3) less." | |
}, | |
{ | |
"index": 191, | |
"name": "Wrath", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b>\nDeal $3 damage to a minion; or $1 damage\nand draw a card." | |
}, | |
{ | |
"index": 192, | |
"name": "Mark of Nature", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Give a minion +4 Attack; or +4 Health and <b>Taunt</b>." | |
}, | |
{ | |
"index": 193, | |
"name": "Soul of the Forest", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Summon a 2/2 Treant.\"" | |
}, | |
{ | |
"index": 194, | |
"name": "Power of the Wild", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Give your minions +1/+1; or Summon a 3/2 Panther." | |
}, | |
{ | |
"index": 195, | |
"name": "Naturalize", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion.\nYour opponent draws 2 cards." | |
}, | |
{ | |
"index": 196, | |
"name": "Dire Wolf Alpha", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Adjacent minions have +1 Attack." | |
}, | |
{ | |
"index": 197, | |
"name": "Nourish", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Gain 2 Mana Crystals; or Draw 3 cards." | |
}, | |
{ | |
"index": 198, | |
"name": "Druid of the Claw", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Choose One -</b> <b>Charge</b>; or +2 Health and <b>Taunt</b>." | |
}, | |
{ | |
"index": 199, | |
"name": "Keeper of the Grove", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Choose One -</b> Deal 2 damage; or <b>Silence</b> a minion." | |
}, | |
{ | |
"index": 200, | |
"name": "Innervate", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 2 Mana Crystals this turn only." | |
}, | |
{ | |
"index": 201, | |
"name": "Emperor Cobra", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Destroy any minion damaged by this minion." | |
}, | |
{ | |
"index": 202, | |
"name": "Starfire", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage.\nDraw a card." | |
}, | |
{ | |
"index": 203, | |
"name": "Ancient of War", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Choose One -</b>\n+5 Attack; or +5 Health and <b>Taunt</b>." | |
}, | |
{ | |
"index": 204, | |
"name": "Lightning Bolt", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 205, | |
"name": "Lava Burst", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 206, | |
"name": "Dust Devil", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Windfury</b>. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 207, | |
"name": "Totemic Might", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your Totems +2 Health." | |
}, | |
{ | |
"index": 208, | |
"name": "Earth Shock", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> a minion, then deal $1 damage to it." | |
}, | |
{ | |
"index": 209, | |
"name": "Hex", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion into a 0/1 Frog with <b>Taunt</b>." | |
}, | |
{ | |
"index": 210, | |
"name": "Stormforged Axe", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 211, | |
"name": "Feral Spirit", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/3 Spirit Wolves with <b>Taunt</b>. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 212, | |
"name": "Baron Geddon", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "At the end of your turn, deal 2 damage to ALL other characters." | |
}, | |
{ | |
"index": 213, | |
"name": "Earth Elemental", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>. <b><b>Overload</b>:</b> (3)" | |
}, | |
{ | |
"index": 214, | |
"name": "Forked Lightning", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to 2 random enemy minions. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 215, | |
"name": "Unbound Elemental", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Whenever you play a card with <b>Overload</b>, gain +1/+1." | |
}, | |
{ | |
"index": 216, | |
"name": "Lightning Storm", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2-$3 damage to all enemy minions. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 217, | |
"name": "Ethereal Arcanist", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "If you control a <b>Secret</b> at the end of your turn, gain +2/+2." | |
}, | |
{ | |
"index": 218, | |
"name": "Cone of Cold", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a minion and the minions next to it, and deal $1 damage to them." | |
}, | |
{ | |
"index": 219, | |
"name": "Arcane Missiles", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage randomly split among all enemy characters." | |
}, | |
{ | |
"index": 220, | |
"name": "Shiv", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage.\nDraw a card." | |
}, | |
{ | |
"index": 221, | |
"name": "Pyroblast", | |
"set": "VANILLA", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $10 damage." | |
}, | |
{ | |
"index": 222, | |
"name": "Frost Elemental", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> <b>Freeze</b> a character." | |
}, | |
{ | |
"index": 223, | |
"name": "Azure Drake", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>\n<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 224, | |
"name": "Counterspell", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent casts a spell, <b>Counter</b> it." | |
}, | |
{ | |
"index": 225, | |
"name": "Ice Barrier", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> As soon as your\nhero is attacked, gain\n8 Armor." | |
}, | |
{ | |
"index": 226, | |
"name": "Mirror Entity", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> When\nyour opponent plays a\nminion, summon a copy\nof it." | |
}, | |
{ | |
"index": 227, | |
"name": "Ice Block", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your hero takes fatal damage, prevent it and become <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 228, | |
"name": "Ragnaros the Firelord", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Can't attack. At the end of your turn, deal 8 damage to a random enemy." | |
}, | |
{ | |
"index": 229, | |
"name": "Felguard", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Destroy one of your Mana Crystals." | |
}, | |
{ | |
"index": 230, | |
"name": "Mortal Coil", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion. If that kills it, draw a card." | |
}, | |
{ | |
"index": 231, | |
"name": "Shadowflame", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a friendly minion and deal its Attack damage to all enemy minions." | |
}, | |
{ | |
"index": 232, | |
"name": "Void Terror", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Destroy both\nadjacent minions and gain\n their Attack and Health." | |
}, | |
{ | |
"index": 233, | |
"name": "Felstalker", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Discard a random card." | |
}, | |
{ | |
"index": 234, | |
"name": "Soulfire", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage.\nDiscard a random card." | |
}, | |
{ | |
"index": 235, | |
"name": "Siphon Soul", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. Restore #3 Health to your hero." | |
}, | |
{ | |
"index": 236, | |
"name": "Doomguard", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Charge</b>. <b>Battlecry:</b> Discard two random cards." | |
}, | |
{ | |
"index": 237, | |
"name": "Twisting Nether", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions." | |
}, | |
{ | |
"index": 238, | |
"name": "Pit Lord", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 5 damage to your hero." | |
}, | |
{ | |
"index": 239, | |
"name": "Summoning Portal", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "Your minions cost (2) less, but not less than (1)." | |
}, | |
{ | |
"index": 240, | |
"name": "Power Overwhelming", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly minion +4/+4 until end of turn. Then, it dies. Horribly." | |
}, | |
{ | |
"index": 241, | |
"name": "Sense Demons", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 Demons\nfrom your deck." | |
}, | |
{ | |
"index": 242, | |
"name": "Flame Imp", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 3 damage to your hero." | |
}, | |
{ | |
"index": 243, | |
"name": "Bane of Doom", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a character. If that kills it, summon a random Demon." | |
}, | |
{ | |
"index": 244, | |
"name": "Lord Jaraxxus", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 3, | |
"health_or_durability": 15, | |
"text": "<b>Battlecry:</b> Destroy your hero and replace it with Lord Jaraxxus." | |
}, | |
{ | |
"index": 245, | |
"name": "Silence", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> a minion." | |
}, | |
{ | |
"index": 246, | |
"name": "Shadow Madness", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain control of an enemy minion with 3 or less Attack until end of turn." | |
}, | |
{ | |
"index": 247, | |
"name": "Lightspawn", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 0, | |
"health_or_durability": 5, | |
"text": "This minion's Attack is always equal to its Health." | |
}, | |
{ | |
"index": 248, | |
"name": "Thoughtsteal", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Copy 2 cards in your opponent's deck and add them to your hand." | |
}, | |
{ | |
"index": 249, | |
"name": "Lightwell", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 5, | |
"text": "At the start of your turn, restore #3 Health to a damaged friendly character." | |
}, | |
{ | |
"index": 250, | |
"name": "Mindgames", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a copy of\na random minion from\nyour opponent's deck into the battlefield." | |
}, | |
{ | |
"index": 251, | |
"name": "Divine Favor", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw cards until you have as many in hand as your opponent." | |
}, | |
{ | |
"index": 252, | |
"name": "Prophet Velen", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "Double the damage and healing of your spells and Hero Power." | |
}, | |
{ | |
"index": 253, | |
"name": "Lay on Hands", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health. Draw 3 cards." | |
}, | |
{ | |
"index": 254, | |
"name": "Blessed Champion", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Double a minion's Attack." | |
}, | |
{ | |
"index": 255, | |
"name": "Humility", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change a minion's Attack to 1." | |
}, | |
{ | |
"index": 256, | |
"name": "Argent Protector", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 257, | |
"name": "Blessing of Wisdom", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Whenever it attacks, draw a card." | |
}, | |
{ | |
"index": 258, | |
"name": "Holy Wrath", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card and deal damage equal to its Cost." | |
}, | |
{ | |
"index": 259, | |
"name": "Sword of Justice", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "After you summon a minion, give it +1/+1 and this loses 1 Durability." | |
}, | |
{ | |
"index": 260, | |
"name": "Hand of Protection", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 261, | |
"name": "Repentance", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, reduce its Health to 1." | |
}, | |
{ | |
"index": 262, | |
"name": "Aldor Peacekeeper", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Change an enemy minion's Attack to 1." | |
}, | |
{ | |
"index": 263, | |
"name": "Tirion Fordring", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b><b>Divine Shield</b>,</b> <b>Taunt</b> <b>Deathrattle:</b> Equip a 5/3 Ashbringer." | |
}, | |
{ | |
"index": 264, | |
"name": "Avenging Wrath", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $8 damage randomly split among all enemy characters." | |
}, | |
{ | |
"index": 265, | |
"name": "Tauren Warrior", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>. <b>Enrage:</b> +3 Attack" | |
}, | |
{ | |
"index": 266, | |
"name": "Slam", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If it survives, draw a card." | |
}, | |
{ | |
"index": 267, | |
"name": "Battle Rage", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card for each damaged friendly character." | |
}, | |
{ | |
"index": 268, | |
"name": "Amani Berserker", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Enrage:</b> +3 Attack" | |
}, | |
{ | |
"index": 269, | |
"name": "Mogu'shan Warden", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 270, | |
"name": "Arathi Weaponsmith", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Equip a 2/2 weapon." | |
}, | |
{ | |
"index": 271, | |
"name": "Gurubashi Berserker", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "Whenever this minion takes damage, gain +3 Attack." | |
}, | |
{ | |
"index": 272, | |
"name": "Whirlwind", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to ALL minions." | |
}, | |
{ | |
"index": 273, | |
"name": "Armorsmith", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "Whenever a friendly minion takes damage, gain 1 Armor." | |
}, | |
{ | |
"index": 274, | |
"name": "Shieldbearer", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 275, | |
"name": "Brawl", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions except one. <i>(chosen randomly)</i>" | |
}, | |
{ | |
"index": 276, | |
"name": "Mortal Strike", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage. If you have 12 or less Health, deal $6 instead." | |
}, | |
{ | |
"index": 277, | |
"name": "Upgrade!", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "If you have a weapon, give it +1/+1. Otherwise equip a 1/3 weapon." | |
}, | |
{ | |
"index": 278, | |
"name": "Shield Slam", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal 1 damage to a minion for each Armor you have." | |
}, | |
{ | |
"index": 279, | |
"name": "Gorehowl", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 1, | |
"text": "Attacking a minion costs 1 Attack instead of 1 Durability." | |
}, | |
{ | |
"index": 280, | |
"name": "Raging Worgen", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Enrage:</b> <b>Windfury</b> and +1 Attack" | |
}, | |
{ | |
"index": 281, | |
"name": "Grommash Hellscream", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "<b>Charge</b>\n<b>Enrage:</b> +6 Attack" | |
}, | |
{ | |
"index": 282, | |
"name": "Murloc Tidehunter", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Murloc Scout." | |
}, | |
{ | |
"index": 283, | |
"name": "Murloc Warleader", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "ALL other murlocs have +2/+1." | |
}, | |
{ | |
"index": 284, | |
"name": "Grimscale Oracle", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "ALL other Murlocs have +1 Attack." | |
}, | |
{ | |
"index": 285, | |
"name": "Murloc Tidecaller", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Whenever a Murloc is summoned, gain +1 Attack." | |
}, | |
{ | |
"index": 286, | |
"name": "Patient Assassin", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>. Destroy any minion damaged by this minion." | |
}, | |
{ | |
"index": 287, | |
"name": "Scavenging Hyena", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Whenever a friendly Beast dies, gain +2/+1." | |
}, | |
{ | |
"index": 288, | |
"name": "Misdirection", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy attacks your hero, instead it attacks another random character." | |
}, | |
{ | |
"index": 289, | |
"name": "Savannah Highmane", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon two 2/2 Hyenas." | |
}, | |
{ | |
"index": 290, | |
"name": "Eaglehorn Bow", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Whenever a <b>Secret</b> is revealed, gain +1 Durability." | |
}, | |
{ | |
"index": 291, | |
"name": "Explosive Shot", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to a minion and $2 damage to adjacent ones." | |
}, | |
{ | |
"index": 292, | |
"name": "Unleash the Hounds", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "For each enemy minion, summon a 1/1 Hound with <b>Charge</b>." | |
}, | |
{ | |
"index": 293, | |
"name": "Kill Command", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. If you control a Beast, deal\n$5 damage instead." | |
}, | |
{ | |
"index": 294, | |
"name": "King Krush", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 295, | |
"name": "Flare", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "All minions lose <b>Stealth</b>. Destroy all enemy <b>Secrets</b>. Draw a card." | |
}, | |
{ | |
"index": 296, | |
"name": "Bestial Wrath", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a Beast +2 Attack and <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 297, | |
"name": "Snake Trap", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When one of your minions is attacked, summon three 1/1 Snakes." | |
}, | |
{ | |
"index": 298, | |
"name": "Harvest Golem", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a 2/1 Damaged Golem." | |
}, | |
{ | |
"index": 299, | |
"name": "Nat Pagle", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "At the start of your turn, you have a 50% chance to draw an extra card." | |
}, | |
{ | |
"index": 300, | |
"name": "Harrison Jones", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy your opponent's weapon and draw cards equal to its Durability." | |
}, | |
{ | |
"index": 301, | |
"name": "Archmage Antonidas", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "Whenever you cast a spell, add a 'Fireball' spell to your hand." | |
}, | |
{ | |
"index": 302, | |
"name": "Nozdormu", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Players only have 15 seconds to take their turns." | |
}, | |
{ | |
"index": 303, | |
"name": "Alexstrasza", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Set a hero's remaining Health to 15." | |
}, | |
{ | |
"index": 304, | |
"name": "Onyxia", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Summon 1/1 Whelps until your side of the battlefield is full." | |
}, | |
{ | |
"index": 305, | |
"name": "Malygos", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "<b>Spell Damage +5</b>" | |
}, | |
{ | |
"index": 306, | |
"name": "Faceless Manipulator", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose a minion and become a copy of it." | |
}, | |
{ | |
"index": 307, | |
"name": "Flametongue Totem", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "Adjacent minions have +2 Attack." | |
}, | |
{ | |
"index": 308, | |
"name": "Doomhammer", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "<b>Windfury, Overload:</b> (2)" | |
}, | |
{ | |
"index": 309, | |
"name": "Bite", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +4 Attack this turn. Gain 4 Armor." | |
}, | |
{ | |
"index": 310, | |
"name": "Force of Nature", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 2/2 Treants with\n<b>Charge</b> that die at the end of the turn." | |
}, | |
{ | |
"index": 311, | |
"name": "Ysera", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "At the end of your turn, add a Dream Card to your hand." | |
}, | |
{ | |
"index": 312, | |
"name": "Cenarius", | |
"set": "VANILLA", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "<b>Choose One -</b> Give your other minions +2/+2; or Summon two 2/2 Treants with <b>Taunt</b>." | |
}, | |
{ | |
"index": 313, | |
"name": "Mana Tide Totem", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, draw a card." | |
}, | |
{ | |
"index": 314, | |
"name": "The Beast", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "[x]<b>Deathrattle:</b> Summon a\n3/3 Pip Quickwit for\nyour opponent." | |
}, | |
{ | |
"index": 315, | |
"name": "Savagery", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal damage equal to your hero's Attack to a minion." | |
}, | |
{ | |
"index": 316, | |
"name": "Sap", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return an enemy minion to your opponent's hand." | |
}, | |
{ | |
"index": 317, | |
"name": "Dalaran Mage", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 318, | |
"name": "Priestess of Elune", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Restore #4 Health to your hero." | |
}, | |
{ | |
"index": 319, | |
"name": "Ancient Mage", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give adjacent minions <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 320, | |
"name": "Sea Giant", | |
"set": "VANILLA", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each other minion on the battlefield." | |
}, | |
{ | |
"index": 321, | |
"name": "Windspeaker", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Windfury</b>." | |
}, | |
{ | |
"index": 322, | |
"name": "Blood Knight", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> All minions lose <b>Divine Shield</b>. Gain +3/+3 for each Shield lost." | |
}, | |
{ | |
"index": 323, | |
"name": "Auchenai Soulpriest", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Your cards and powers that restore Health now deal damage instead." | |
}, | |
{ | |
"index": 324, | |
"name": "Nightblade", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry: </b>Deal 3 damage to the enemy hero." | |
}, | |
{ | |
"index": 325, | |
"name": "Vaporize", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a minion attacks your hero, destroy it." | |
}, | |
{ | |
"index": 326, | |
"name": "Cult Master", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "After a friendly minion dies, draw a card." | |
}, | |
{ | |
"index": 327, | |
"name": "Demonfire", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If it’s a friendly Demon, give it +2/+2 instead." | |
}, | |
{ | |
"index": 328, | |
"name": "Imp Master", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "[x]At the end of your turn, deal\n1 damage to this minion\n and summon a 1/1 Imp." | |
}, | |
{ | |
"index": 329, | |
"name": "Cruel Taskmaster", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 1 damage to a minion and give it +2 Attack." | |
}, | |
{ | |
"index": 330, | |
"name": "Frothing Berserker", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Whenever a minion takes damage, gain +1 Attack." | |
}, | |
{ | |
"index": 331, | |
"name": "Shield Block", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 5 Armor.\nDraw a card." | |
}, | |
{ | |
"index": 332, | |
"name": "Inner Rage", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion and give it +2 Attack." | |
}, | |
{ | |
"index": 333, | |
"name": "Sorcerer's Apprentice", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Your spells cost (1) less." | |
}, | |
{ | |
"index": 334, | |
"name": "Snipe", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, deal $4 damage to it." | |
}, | |
{ | |
"index": 335, | |
"name": "Explosive Trap", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your hero is attacked, deal $2 damage to all enemies." | |
}, | |
{ | |
"index": 336, | |
"name": "Freezing Trap", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy minion attacks, return it to its owner's hand. It costs (2) more." | |
}, | |
{ | |
"index": 337, | |
"name": "Kirin Tor Mage", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> The next <b>Secret</b>\nyou play this turn costs (0)." | |
}, | |
{ | |
"index": 338, | |
"name": "Edwin VanCleef", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> Gain +2/+2 for each card played earlier this turn." | |
}, | |
{ | |
"index": 339, | |
"name": "Illidan Stormrage", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "Whenever you play a card, summon a 2/1 Flame of Azzinoth." | |
}, | |
{ | |
"index": 340, | |
"name": "Mana Wraith", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "ALL minions cost (1) more." | |
}, | |
{ | |
"index": 341, | |
"name": "Deadly Shot", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a random enemy minion." | |
}, | |
{ | |
"index": 342, | |
"name": "Equality", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change the Health of ALL minions to 1." | |
}, | |
{ | |
"index": 343, | |
"name": "Molten Giant", | |
"set": "VANILLA", | |
"cost": 20, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each damage your hero has taken." | |
}, | |
{ | |
"index": 344, | |
"name": "Circle of Healing", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #4 Health to ALL minions." | |
}, | |
{ | |
"index": 345, | |
"name": "Shadow Word: Death", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion with 5 or more Attack." | |
}, | |
{ | |
"index": 346, | |
"name": "Temple Enforcer", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Give a friendly minion +3 Health." | |
}, | |
{ | |
"index": 347, | |
"name": "Holy Fire", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage. Restore #5 Health to your hero." | |
}, | |
{ | |
"index": 348, | |
"name": "Shadowform", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your Hero Power becomes 'Deal 2 damage.' If already in Shadowform: 3 damage." | |
}, | |
{ | |
"index": 349, | |
"name": "Mass Dispel", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> all enemy minions. Draw a card." | |
}, | |
{ | |
"index": 350, | |
"name": "Sacrificial Pact", | |
"set": "VANILLA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a Demon. Restore #5 Health to your hero." | |
}, | |
{ | |
"index": 351, | |
"name": "Vanish", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return all minions to their owner's hand." | |
}, | |
{ | |
"index": 352, | |
"name": "Kidnapper", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Return a minion to its owner's hand." | |
}, | |
{ | |
"index": 353, | |
"name": "Starfall", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b>\nDeal $5 damage to a minion; or $2 damage to all enemy minions." | |
}, | |
{ | |
"index": 354, | |
"name": "Ancient of Lore", | |
"set": "VANILLA", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Choose One -</b> Draw 2 cards; or Restore #5 Health." | |
}, | |
{ | |
"index": 355, | |
"name": "Al'Akir the Windlord", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Charge, Divine Shield, Taunt, Windfury</b>" | |
}, | |
{ | |
"index": 356, | |
"name": "Kor'kron Elite", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 357, | |
"name": "Mana Wyrm", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, gain +1 Attack." | |
}, | |
{ | |
"index": 358, | |
"name": "Master of Disguise", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Stealth</b>." | |
}, | |
{ | |
"index": 359, | |
"name": "Captain's Parrot", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a Pirate from your deck." | |
}, | |
{ | |
"index": 360, | |
"name": "Hungry Crab", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy a Murloc and gain +2/+2." | |
}, | |
{ | |
"index": 361, | |
"name": "Bloodsail Raider", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain Attack equal to the Attack\nof your weapon." | |
}, | |
{ | |
"index": 362, | |
"name": "Knife Juggler", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]After you summon a\nminion, deal 1 damage\nto a random enemy." | |
}, | |
{ | |
"index": 363, | |
"name": "Wild Pyromancer", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After you cast a spell, deal 1 damage to ALL minions." | |
}, | |
{ | |
"index": 364, | |
"name": "Doomsayer", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 7, | |
"text": "At the start of your turn, destroy ALL minions." | |
}, | |
{ | |
"index": 365, | |
"name": "Dread Corsair", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\nCosts (1) less per Attack of your weapon." | |
}, | |
{ | |
"index": 366, | |
"name": "Faerie Dragon", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 367, | |
"name": "Captain Greenskin", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give your weapon +1/+1." | |
}, | |
{ | |
"index": 368, | |
"name": "Bloodsail Corsair", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Remove\n1 Durability from your\nopponent's weapon." | |
}, | |
{ | |
"index": 369, | |
"name": "Violet Teacher", | |
"set": "VANILLA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever you cast a spell, summon a 1/1 Violet Apprentice." | |
}, | |
{ | |
"index": 370, | |
"name": "Southsea Captain", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Your other Pirates have +1/+1." | |
}, | |
{ | |
"index": 371, | |
"name": "Millhouse Manastorm", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Enemy spells cost (0) next turn." | |
}, | |
{ | |
"index": 372, | |
"name": "Deathwing", | |
"set": "VANILLA", | |
"cost": 10, | |
"attack": 12, | |
"health_or_durability": 12, | |
"text": "<b>Battlecry:</b> Destroy all other minions and discard your hand." | |
}, | |
{ | |
"index": 373, | |
"name": "Animal Companion", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random Beast Companion." | |
}, | |
{ | |
"index": 374, | |
"name": "Commanding Shout", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your minions can't be reduced below 1 Health this turn. Draw a card." | |
}, | |
{ | |
"index": 375, | |
"name": "Master Swordsmith", | |
"set": "VANILLA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, give another random friendly minion +1 Attack." | |
}, | |
{ | |
"index": 376, | |
"name": "Gruul", | |
"set": "VANILLA", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "At the end of each turn, gain +1/+1 ." | |
}, | |
{ | |
"index": 377, | |
"name": "Hogger", | |
"set": "VANILLA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, summon a 2/2 Gnoll with <b>Taunt</b>." | |
}, | |
{ | |
"index": 378, | |
"name": "Stampeding Kodo", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Destroy a random enemy minion with 2 or less Attack." | |
}, | |
{ | |
"index": 379, | |
"name": "Elite Tauren Chieftain", | |
"set": "VANILLA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give both players the power to ROCK! (with a Power Chord card)" | |
}, | |
{ | |
"index": 380, | |
"name": "Flesheating Ghoul", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever a minion dies, gain +1 Attack." | |
}, | |
{ | |
"index": 381, | |
"name": "Spellbender", | |
"set": "VANILLA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy casts a spell on a minion, summon a 1/3 as the new target." | |
}, | |
{ | |
"index": 382, | |
"name": "Chaos Strike", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. Draw a card." | |
}, | |
{ | |
"index": 383, | |
"name": "Coordinated Strike", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/1 Illidari with <b>Rush</b>." | |
}, | |
{ | |
"index": 384, | |
"name": "Shadowhoof Slayer", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give your hero +1 Attack this turn." | |
}, | |
{ | |
"index": 385, | |
"name": "Chaos Nova", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to all minions." | |
}, | |
{ | |
"index": 386, | |
"name": "Sightless Watcher", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Look at 3 cards in your deck. Choose one to put on top." | |
}, | |
{ | |
"index": 387, | |
"name": "Satyr Overseer", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, summon a 2/2 Satyr." | |
}, | |
{ | |
"index": 388, | |
"name": "Glaivebound Adept", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your hero attacked this turn,\ndeal 4 damage." | |
}, | |
{ | |
"index": 389, | |
"name": "Inner Demon", | |
"set": "LEGACY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +8 Attack this turn." | |
}, | |
{ | |
"index": 390, | |
"name": "Soul Cleave", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $2 damage to two random enemy minions." | |
}, | |
{ | |
"index": 391, | |
"name": "Aldrachi Warblades", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 392, | |
"name": "Goldshire Footman", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 393, | |
"name": "Holy Nova", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemy minions. Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 394, | |
"name": "Mind Control", | |
"set": "LEGACY", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Take control of an enemy minion." | |
}, | |
{ | |
"index": 395, | |
"name": "Holy Smite", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage\nto a minion." | |
}, | |
{ | |
"index": 396, | |
"name": "Mind Vision", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a copy of a random card in your opponent's hand into your hand." | |
}, | |
{ | |
"index": 397, | |
"name": "Power Word: Shield", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2 Health.\nDraw a card." | |
}, | |
{ | |
"index": 398, | |
"name": "Claw", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. Gain 2 Armor." | |
}, | |
{ | |
"index": 399, | |
"name": "Healing Touch", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health." | |
}, | |
{ | |
"index": 400, | |
"name": "Moonfire", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage." | |
}, | |
{ | |
"index": 401, | |
"name": "Mark of the Wild", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Taunt</b> and +2/+3.<i>\n(+2 Attack/+3 Health)</i>" | |
}, | |
{ | |
"index": 402, | |
"name": "Savage Roar", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your characters +2 Attack this turn." | |
}, | |
{ | |
"index": 403, | |
"name": "Swipe", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to an enemy and $1 damage to all other enemies." | |
}, | |
{ | |
"index": 404, | |
"name": "Wild Growth", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain an empty Mana Crystal." | |
}, | |
{ | |
"index": 405, | |
"name": "Polymorph", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion\ninto a 1/1 Sheep." | |
}, | |
{ | |
"index": 406, | |
"name": "Arcane Intellect", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards." | |
}, | |
{ | |
"index": 407, | |
"name": "Frostbolt", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a character and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 408, | |
"name": "Arcane Explosion", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemy minions." | |
}, | |
{ | |
"index": 409, | |
"name": "Frost Nova", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> all enemy minions." | |
}, | |
{ | |
"index": 410, | |
"name": "Mirror Image", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 0/2 minions with <b>Taunt</b>." | |
}, | |
{ | |
"index": 411, | |
"name": "Fireball", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $6 damage." | |
}, | |
{ | |
"index": 412, | |
"name": "Flamestrike", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to all enemy minions." | |
}, | |
{ | |
"index": 413, | |
"name": "Water Elemental", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Freeze</b> any character damaged by this minion." | |
}, | |
{ | |
"index": 414, | |
"name": "Frost Shock", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to an enemy character and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 415, | |
"name": "Windfury", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Windfury</b>." | |
}, | |
{ | |
"index": 416, | |
"name": "Ancestral Healing", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore a minion\nto full Health and\ngive it <b>Taunt</b>." | |
}, | |
{ | |
"index": 417, | |
"name": "Fire Elemental", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Deal 4 damage." | |
}, | |
{ | |
"index": 418, | |
"name": "Rockbiter Weapon", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly character +3 Attack this turn." | |
}, | |
{ | |
"index": 419, | |
"name": "Bloodlust", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +3 Attack this turn." | |
}, | |
{ | |
"index": 420, | |
"name": "Shadow Bolt", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage\nto a minion." | |
}, | |
{ | |
"index": 421, | |
"name": "Drain Life", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. Restore #2 Health to your hero." | |
}, | |
{ | |
"index": 422, | |
"name": "Hellfire", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to ALL characters." | |
}, | |
{ | |
"index": 423, | |
"name": "Corruption", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose an enemy minion. At the start of your turn, destroy it." | |
}, | |
{ | |
"index": 424, | |
"name": "Dread Infernal", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 1 damage to ALL other characters." | |
}, | |
{ | |
"index": 425, | |
"name": "Voidwalker", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 426, | |
"name": "Backstab", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to an undamaged minion." | |
}, | |
{ | |
"index": 427, | |
"name": "Deadly Poison", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your weapon +2 Attack." | |
}, | |
{ | |
"index": 428, | |
"name": "Sinister Strike", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to the enemy hero." | |
}, | |
{ | |
"index": 429, | |
"name": "Assassinate", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy an enemy minion." | |
}, | |
{ | |
"index": 430, | |
"name": "Sprint", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 4 cards." | |
}, | |
{ | |
"index": 431, | |
"name": "Assassin's Blade", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 432, | |
"name": "Hunter's Mark", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change a minion's Health to 1." | |
}, | |
{ | |
"index": 433, | |
"name": "Blessing of Might", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +3 Attack." | |
}, | |
{ | |
"index": 434, | |
"name": "Guardian of Kings", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Restore #6 Health to your hero." | |
}, | |
{ | |
"index": 435, | |
"name": "Holy Light", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health to your hero." | |
}, | |
{ | |
"index": 436, | |
"name": "Light's Justice", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 437, | |
"name": "Blessing of Kings", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +4/+4. <i>(+4 Attack/+4 Health)</i>" | |
}, | |
{ | |
"index": 438, | |
"name": "Consecration", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemies." | |
}, | |
{ | |
"index": 439, | |
"name": "Hammer of Wrath", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nDraw a card." | |
}, | |
{ | |
"index": 440, | |
"name": "Truesilver Champion", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "Whenever your hero attacks, restore #3 Health to it." | |
}, | |
{ | |
"index": 441, | |
"name": "Charge", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly minion +2 Attack and <b>Charge</b>." | |
}, | |
{ | |
"index": 442, | |
"name": "Heroic Strike", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +4 Attack this turn." | |
}, | |
{ | |
"index": 443, | |
"name": "Fiery War Axe", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 444, | |
"name": "Execute", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a damaged enemy minion." | |
}, | |
{ | |
"index": 445, | |
"name": "Arcanite Reaper", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 446, | |
"name": "Cleave", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to\ntwo random enemy\nminions." | |
}, | |
{ | |
"index": 447, | |
"name": "Magma Rager", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 448, | |
"name": "Oasis Snapjaw", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": null | |
}, | |
{ | |
"index": 449, | |
"name": "River Crocolisk", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": null | |
}, | |
{ | |
"index": 450, | |
"name": "Frostwolf Grunt", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 451, | |
"name": "Raid Leader", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Your other minions have +1 Attack." | |
}, | |
{ | |
"index": 452, | |
"name": "Wolfrider", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 453, | |
"name": "Ironfur Grizzly", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 454, | |
"name": "Silverback Patriarch", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 455, | |
"name": "Stormwind Knight", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 456, | |
"name": "Ironforge Rifleman", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 457, | |
"name": "Kobold Geomancer", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 458, | |
"name": "Gnomish Inventor", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 459, | |
"name": "Stormpike Commando", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 2 damage." | |
}, | |
{ | |
"index": 460, | |
"name": "Archmage", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 461, | |
"name": "Lord of the Arena", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 462, | |
"name": "Murloc Raider", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 463, | |
"name": "Stonetusk Boar", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 464, | |
"name": "Bloodfen Raptor", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 465, | |
"name": "Bluegill Warrior", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 466, | |
"name": "Sen'jin Shieldmasta", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 467, | |
"name": "Chillwind Yeti", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 468, | |
"name": "War Golem", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": null | |
}, | |
{ | |
"index": 469, | |
"name": "Booty Bay Bodyguard", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 470, | |
"name": "Elven Archer", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 471, | |
"name": "Razorfen Hunter", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Boar." | |
}, | |
{ | |
"index": 472, | |
"name": "Ogre Magi", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 473, | |
"name": "Boulderfist Ogre", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": null | |
}, | |
{ | |
"index": 474, | |
"name": "Core Hound", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 9, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 475, | |
"name": "Reckless Rocketeer", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 476, | |
"name": "Stormwind Champion", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "Your other minions have +1/+1." | |
}, | |
{ | |
"index": 477, | |
"name": "Frostwolf Warlord", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Gain +1/+1 for each other friendly minion on the battlefield." | |
}, | |
{ | |
"index": 478, | |
"name": "Ironbark Protector", | |
"set": "LEGACY", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 479, | |
"name": "Shadow Word: Pain", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion with 3 or less Attack." | |
}, | |
{ | |
"index": 480, | |
"name": "Northshire Cleric", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever a minion is healed, draw a card." | |
}, | |
{ | |
"index": 481, | |
"name": "Divine Spirit", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Double a minion's Health." | |
}, | |
{ | |
"index": 482, | |
"name": "Starving Buzzard", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Whenever you summon a Beast, draw a card." | |
}, | |
{ | |
"index": 483, | |
"name": "Ritual of Doom", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a friendly minion. If you had 5 or more, summon a\n5/5 Demon." | |
}, | |
{ | |
"index": 484, | |
"name": "Felsoul Jailer", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Your opponent\ndiscards a minion.\n<b>Deathrattle:</b> Return it." | |
}, | |
{ | |
"index": 485, | |
"name": "Vanessa VanCleef", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Add a copy of the last card your opponent played to your hand." | |
}, | |
{ | |
"index": 486, | |
"name": "Bloodsail Deckhand", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> The next\nweapon you play costs\n(1) less." | |
}, | |
{ | |
"index": 487, | |
"name": "War Cache", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random Warrior minion, spell, and weapon to your hand." | |
}, | |
{ | |
"index": 488, | |
"name": "Nordrassil Druid", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> The next spell you cast this turn costs (3) less." | |
}, | |
{ | |
"index": 489, | |
"name": "Crimson Clergy", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Overheal:</b> Draw a card." | |
}, | |
{ | |
"index": 490, | |
"name": "Reckoning", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After an enemy minion deals 3 or more damage, destroy it." | |
}, | |
{ | |
"index": 491, | |
"name": "Kor'vas Bloodthorn", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Charge</b>, <b>Lifesteal</b>\nAfter you play a card with\n<b>Outcast</b>, return this to\nyour hand." | |
}, | |
{ | |
"index": 492, | |
"name": "Enslaved Fel Lord", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 10, | |
"text": "<b>Taunt</b>. Also damages the minions next to whomever this attacks." | |
}, | |
{ | |
"index": 493, | |
"name": "Focused Will", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> a minion, then give it +3 Health." | |
}, | |
{ | |
"index": 494, | |
"name": "Pursuit of Justice", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give +1 Attack to Silver Hand Recruits you summon this game." | |
}, | |
{ | |
"index": 495, | |
"name": "Warsong Outrider", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>" | |
}, | |
{ | |
"index": 496, | |
"name": "Darkscale Healer", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 497, | |
"name": "Houndmaster", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly Beast +2/+2 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 498, | |
"name": "Timber Wolf", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Your other Beasts have +1 Attack." | |
}, | |
{ | |
"index": 499, | |
"name": "Tundra Rhino", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Your Beasts have <b>Charge</b>." | |
}, | |
{ | |
"index": 500, | |
"name": "Multi-Shot", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to two random enemy minions." | |
}, | |
{ | |
"index": 501, | |
"name": "Tracking", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a card from your deck." | |
}, | |
{ | |
"index": 502, | |
"name": "Arcane Shot", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage." | |
}, | |
{ | |
"index": 503, | |
"name": "Mind Blast", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to the enemy hero." | |
}, | |
{ | |
"index": 504, | |
"name": "Voodoo Doctor", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Restore #2 Health." | |
}, | |
{ | |
"index": 505, | |
"name": "Novice Engineer", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 506, | |
"name": "Shattered Sun Cleric", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion +1/+1." | |
}, | |
{ | |
"index": 507, | |
"name": "Dragonling Mechanic", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a 2/1 Mechanical Dragonling." | |
}, | |
{ | |
"index": 508, | |
"name": "Old Murk-Eye", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Charge</b>. Has +1 Attack for each other Murloc on the battlefield." | |
}, | |
{ | |
"index": 509, | |
"name": "Acidic Swamp Ooze", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy your opponent's weapon." | |
}, | |
{ | |
"index": 510, | |
"name": "Warsong Commander", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever you summon a minion with 3 or less Attack, give it <b>Charge</b>." | |
}, | |
{ | |
"index": 511, | |
"name": "Gelbin Mekkatorque", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Summon an AWESOME invention." | |
}, | |
{ | |
"index": 512, | |
"name": "Fan of Knives", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemy minions. Draw a card." | |
}, | |
{ | |
"index": 513, | |
"name": "Innervate", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 1 Mana Crystal this turn only." | |
}, | |
{ | |
"index": 514, | |
"name": "Starfire", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage.\nDraw a card." | |
}, | |
{ | |
"index": 515, | |
"name": "Icicle", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If it's <b>Frozen</b>, draw a card." | |
}, | |
{ | |
"index": 516, | |
"name": "Tome of Intellect", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random Mage spell to your hand." | |
}, | |
{ | |
"index": 517, | |
"name": "Call of the Void", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random Demon to your hand." | |
}, | |
{ | |
"index": 518, | |
"name": "Pilfer", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random card from another class to your hand." | |
}, | |
{ | |
"index": 519, | |
"name": "Gift of the Wild", | |
"set": "LEGACY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +2/+2 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 520, | |
"name": "Righteousness", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 521, | |
"name": "Siegebreaker", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\nYour other Demons have +1 Attack." | |
}, | |
{ | |
"index": 522, | |
"name": "SI:7 Infiltrator", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy a random enemy <b>Secret</b>." | |
}, | |
{ | |
"index": 523, | |
"name": "Arcane Devourer", | |
"set": "LEGACY", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "Whenever you cast a spell, gain +2/+2." | |
}, | |
{ | |
"index": 524, | |
"name": "Barrens Stablehand", | |
"set": "LEGACY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon a random Beast." | |
}, | |
{ | |
"index": 525, | |
"name": "Brightwing", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random <b>Legendary</b> minion to your hand." | |
}, | |
{ | |
"index": 526, | |
"name": "High Inquisitor Whitemane", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Summon all friendly minions that died this turn." | |
}, | |
{ | |
"index": 527, | |
"name": "Plaguebringer", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Poisonous</b>." | |
}, | |
{ | |
"index": 528, | |
"name": "Radiance", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #5 Health to your hero." | |
}, | |
{ | |
"index": 529, | |
"name": "Psychic Conjurer", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Copy a card in your opponent’s deck and add it to your hand." | |
}, | |
{ | |
"index": 530, | |
"name": "Power Infusion", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+6." | |
}, | |
{ | |
"index": 531, | |
"name": "Kul Tiran Chaplain", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly minion +2 Health." | |
}, | |
{ | |
"index": 532, | |
"name": "Scarlet Subjugator", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give an enemy minion -2 Attack until your next turn." | |
}, | |
{ | |
"index": 533, | |
"name": "Shadow Word: Ruin", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions with 5 or more Attack." | |
}, | |
{ | |
"index": 534, | |
"name": "Natalie Seline", | |
"set": "LEGACY", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Destroy a minion and gain its Health." | |
}, | |
{ | |
"index": 535, | |
"name": "Totemic Might", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your Totems +2 Health." | |
}, | |
{ | |
"index": 536, | |
"name": "Hex", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion into a 0/1 Frog with <b>Taunt</b>." | |
}, | |
{ | |
"index": 537, | |
"name": "Arcane Missiles", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 538, | |
"name": "Shiv", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage.\nDraw a card." | |
}, | |
{ | |
"index": 539, | |
"name": "Mortal Coil", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion. If that kills it, draw a card." | |
}, | |
{ | |
"index": 540, | |
"name": "Felstalker", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Discard a random card." | |
}, | |
{ | |
"index": 541, | |
"name": "Soulfire", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage.\nDiscard a random card." | |
}, | |
{ | |
"index": 542, | |
"name": "Humility", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change a minion's Attack to 1." | |
}, | |
{ | |
"index": 543, | |
"name": "Hand of Protection", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 544, | |
"name": "Gurubashi Berserker", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "Whenever this minion takes damage, gain +3 Attack." | |
}, | |
{ | |
"index": 545, | |
"name": "Whirlwind", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to ALL minions." | |
}, | |
{ | |
"index": 546, | |
"name": "Murloc Tidehunter", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Murloc Scout." | |
}, | |
{ | |
"index": 547, | |
"name": "Grimscale Oracle", | |
"set": "LEGACY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Your other Murlocs have +1 Attack." | |
}, | |
{ | |
"index": 548, | |
"name": "Kill Command", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. If you control a Beast, deal\n$5 damage instead." | |
}, | |
{ | |
"index": 549, | |
"name": "Flametongue Totem", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "Adjacent minions have +2 Attack." | |
}, | |
{ | |
"index": 550, | |
"name": "Sap", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return an enemy minion to your opponent's hand." | |
}, | |
{ | |
"index": 551, | |
"name": "Dalaran Mage", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 552, | |
"name": "Windspeaker", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Windfury</b>." | |
}, | |
{ | |
"index": 553, | |
"name": "Nightblade", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry: </b>Deal 3 damage to the enemy hero." | |
}, | |
{ | |
"index": 554, | |
"name": "Shield Block", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 5 Armor.\nDraw a card." | |
}, | |
{ | |
"index": 555, | |
"name": "Shadow Word: Death", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion with 5 or more Attack." | |
}, | |
{ | |
"index": 556, | |
"name": "Sacrificial Pact", | |
"set": "LEGACY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a friendly Demon. Restore #5 Health to your hero." | |
}, | |
{ | |
"index": 557, | |
"name": "Vanish", | |
"set": "LEGACY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return all minions to their owner's hand." | |
}, | |
{ | |
"index": 558, | |
"name": "Kor'kron Elite", | |
"set": "LEGACY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 559, | |
"name": "Captain's Parrot", | |
"set": "LEGACY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a Pirate from your deck." | |
}, | |
{ | |
"index": 560, | |
"name": "Animal Companion", | |
"set": "LEGACY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random Beast Companion." | |
}, | |
{ | |
"index": 561, | |
"name": "Elite Tauren Chieftain", | |
"set": "LEGACY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give both players the power to ROCK! (with a Power Chord card)" | |
}, | |
{ | |
"index": 562, | |
"name": "Zombie Chow", | |
"set": "NAXX", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Restore #5 Health to the enemy hero." | |
}, | |
{ | |
"index": 563, | |
"name": "Haunted Creeper", | |
"set": "NAXX", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon two 1/1 Spectral Spiders." | |
}, | |
{ | |
"index": 564, | |
"name": "Echoing Ooze", | |
"set": "NAXX", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon an exact copy of this minion at the end of the turn." | |
}, | |
{ | |
"index": 565, | |
"name": "Mad Scientist", | |
"set": "NAXX", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Put a <b>Secret</b> from your deck into the battlefield." | |
}, | |
{ | |
"index": 566, | |
"name": "Shade of Naxxramas", | |
"set": "NAXX", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b><b>Stealth</b>.</b> At the start of your turn, gain +1/+1." | |
}, | |
{ | |
"index": 567, | |
"name": "Nerubian Egg", | |
"set": "NAXX", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 4/4 Nerubian." | |
}, | |
{ | |
"index": 568, | |
"name": "Spectral Knight", | |
"set": "NAXX", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "Can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 569, | |
"name": "Deathlord", | |
"set": "NAXX", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "<b>Taunt. Deathrattle:</b> Your opponent puts a minion from their deck into the battlefield." | |
}, | |
{ | |
"index": 570, | |
"name": "Maexxna", | |
"set": "NAXX", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "<b>Poisonous</b>" | |
}, | |
{ | |
"index": 571, | |
"name": "Webspinner", | |
"set": "NAXX", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Get a\nrandom Beast." | |
}, | |
{ | |
"index": 572, | |
"name": "Sludge Belcher", | |
"set": "NAXX", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a\n1/2 Slime with <b>Taunt</b>." | |
}, | |
{ | |
"index": 573, | |
"name": "Kel'Thuzad", | |
"set": "NAXX", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "At the end of each turn, summon all friendly minions that died this turn." | |
}, | |
{ | |
"index": 574, | |
"name": "Stalagg", | |
"set": "NAXX", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> If Feugen also died this game, summon Thaddius." | |
}, | |
{ | |
"index": 575, | |
"name": "Feugen", | |
"set": "NAXX", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> If Stalagg also died this game, summon Thaddius." | |
}, | |
{ | |
"index": 576, | |
"name": "Wailing Soul", | |
"set": "NAXX", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry: Silence</b> your other minions." | |
}, | |
{ | |
"index": 577, | |
"name": "Nerub'ar Weblord", | |
"set": "NAXX", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "Minions with <b>Battlecry</b> cost (2) more." | |
}, | |
{ | |
"index": 578, | |
"name": "Duplicate", | |
"set": "NAXX", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, put 2 copies of it into your hand." | |
}, | |
{ | |
"index": 579, | |
"name": "Poison Seeds", | |
"set": "NAXX", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions and summon 2/2 Treants to replace them." | |
}, | |
{ | |
"index": 580, | |
"name": "Avenge", | |
"set": "NAXX", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When one of your minions dies, give a random friendly minion +3/+2." | |
}, | |
{ | |
"index": 581, | |
"name": "Death's Bite", | |
"set": "NAXX", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Deal 1 damage to all minions." | |
}, | |
{ | |
"index": 582, | |
"name": "Voidcaller", | |
"set": "NAXX", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Put a random Demon from your hand into the battlefield." | |
}, | |
{ | |
"index": 583, | |
"name": "Dark Cultist", | |
"set": "NAXX", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Give a random friendly minion +3 Health." | |
}, | |
{ | |
"index": 584, | |
"name": "Unstable Ghoul", | |
"set": "NAXX", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>. <b>Deathrattle:</b> Deal 1 damage to all minions." | |
}, | |
{ | |
"index": 585, | |
"name": "Reincarnate", | |
"set": "NAXX", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion,\nthen return it to life with full Health." | |
}, | |
{ | |
"index": 586, | |
"name": "Anub'ar Ambusher", | |
"set": "NAXX", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Return a random friendly minion to your hand." | |
}, | |
{ | |
"index": 587, | |
"name": "Stoneskin Gargoyle", | |
"set": "NAXX", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "At the start of your turn, restore this minion to full Health." | |
}, | |
{ | |
"index": 588, | |
"name": "Undertaker", | |
"set": "NAXX", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Whenever you summon a minion with <b>Deathrattle</b>, gain +1/+1." | |
}, | |
{ | |
"index": 589, | |
"name": "Dancing Swords", | |
"set": "NAXX", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Your opponent draws a card." | |
}, | |
{ | |
"index": 590, | |
"name": "Loatheb", | |
"set": "NAXX", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Enemy spells cost (5) more next turn." | |
}, | |
{ | |
"index": 591, | |
"name": "Baron Rivendare", | |
"set": "NAXX", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 7, | |
"text": "Your minions trigger their <b>Deathrattles</b> twice." | |
}, | |
{ | |
"index": 592, | |
"name": "Flamecannon", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a random enemy minion." | |
}, | |
{ | |
"index": 593, | |
"name": "Snowchugger", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Freeze</b> any character damaged by this minion." | |
}, | |
{ | |
"index": 594, | |
"name": "Unstable Portal", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random minion to your hand. It costs (3) less." | |
}, | |
{ | |
"index": 595, | |
"name": "Goblin Blastmage", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you control\na Mech, deal 6 damage\nrandomly split among\nall enemies." | |
}, | |
{ | |
"index": 596, | |
"name": "Echo of Medivh", | |
"set": "GVG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a copy of each friendly minion into your hand." | |
}, | |
{ | |
"index": 597, | |
"name": "Mechwarper", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Your Mechs cost (1) less." | |
}, | |
{ | |
"index": 598, | |
"name": "Flame Leviathan", | |
"set": "GVG", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Rush</b>\nWhen you draw this, deal\n2 damage to all characters\nexcept Mechs." | |
}, | |
{ | |
"index": 599, | |
"name": "Lightbomb", | |
"set": "GVG", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal damage to each minion equal to its Attack." | |
}, | |
{ | |
"index": 600, | |
"name": "Shadowbomber", | |
"set": "GVG", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 3 damage to each hero." | |
}, | |
{ | |
"index": 601, | |
"name": "Velen's Chosen", | |
"set": "GVG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+4 and <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 602, | |
"name": "Shrinkmeister", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a minion -3 Attack this turn." | |
}, | |
{ | |
"index": 603, | |
"name": "Light of the Naaru", | |
"set": "GVG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #3 Health. If the target is still damaged, summon a Lightwarden." | |
}, | |
{ | |
"index": 604, | |
"name": "Cogmaster", | |
"set": "GVG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Has +2 Attack while you have a Mech." | |
}, | |
{ | |
"index": 605, | |
"name": "Vol'jin", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Swap Health with another minion." | |
}, | |
{ | |
"index": 606, | |
"name": "Darkbomb", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a character. If it dies, draw a Shadow spell." | |
}, | |
{ | |
"index": 607, | |
"name": "Fel Reaver", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Whenever your opponent plays a card, remove the top 3 cards of your deck." | |
}, | |
{ | |
"index": 608, | |
"name": "Call Pet", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card.\nIf it's a Beast, it costs (4) less." | |
}, | |
{ | |
"index": 609, | |
"name": "Queen of Pain", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 610, | |
"name": "Demonheart", | |
"set": "GVG", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to a minion. If it's a friendly Demon, give it +5/+5 instead." | |
}, | |
{ | |
"index": 611, | |
"name": "Fel Cannon", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "At the end of your turn, deal 2 damage to a non-Mech minion." | |
}, | |
{ | |
"index": 612, | |
"name": "Mal'Ganis", | |
"set": "GVG", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "Your hero is <b>Immune</b>.\nYour other Demons\nhave +2/+2." | |
}, | |
{ | |
"index": 613, | |
"name": "Tinker's Sharpsword Oil", | |
"set": "GVG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your weapon +3 Attack. <b>Combo:</b> Give a random friendly minion +3 Attack." | |
}, | |
{ | |
"index": 614, | |
"name": "Goblin Auto-Barber", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give your weapon +1 Attack." | |
}, | |
{ | |
"index": 615, | |
"name": "Cogmaster's Wrench", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Has +2 Attack while you have a Mech." | |
}, | |
{ | |
"index": 616, | |
"name": "One-eyed Cheat", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "Whenever you summon a Pirate, gain <b>Stealth</b>." | |
}, | |
{ | |
"index": 617, | |
"name": "Feign Death", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Trigger all <b>Deathrattles</b> on your minions." | |
}, | |
{ | |
"index": 618, | |
"name": "Iron Sensei", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "At the end of your turn, give another friendly Mech +2/+2." | |
}, | |
{ | |
"index": 619, | |
"name": "Trade Prince Gallywix", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "Whenever your opponent casts a spell, gain a copy of it and give them a Coin." | |
}, | |
{ | |
"index": 620, | |
"name": "Ancestor's Call", | |
"set": "GVG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a random minion from each player's hand into the battlefield." | |
}, | |
{ | |
"index": 621, | |
"name": "Anodized Robo Cub", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>. <b>Choose One -</b>\n+1 Attack; or +1 Health." | |
}, | |
{ | |
"index": 622, | |
"name": "Recycle", | |
"set": "GVG", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle an enemy minion into your opponent's deck." | |
}, | |
{ | |
"index": 623, | |
"name": "Grove Tender", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Choose One -</b> Give each player a Mana Crystal; or Each player draws a card." | |
}, | |
{ | |
"index": 624, | |
"name": "Tree of Life", | |
"set": "GVG", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore all characters to full Health." | |
}, | |
{ | |
"index": 625, | |
"name": "Mech-Bear-Cat", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "Whenever this minion takes damage, add a <b>Spare Part</b> card to your hand." | |
}, | |
{ | |
"index": 626, | |
"name": "Malorne", | |
"set": "GVG", | |
"cost": 7, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Go <b>Dormant</b>. Revive after 2 friendly Beasts die." | |
}, | |
{ | |
"index": 627, | |
"name": "Powermace", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give a random friendly Mech +2/+2." | |
}, | |
{ | |
"index": 628, | |
"name": "Whirling Zap-o-matic", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 629, | |
"name": "Crackle", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3-$6 damage. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 630, | |
"name": "Vitality Totem", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, restore #4 Health to your hero." | |
}, | |
{ | |
"index": 631, | |
"name": "Siltfin Spiritwalker", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Whenever another friendly Murloc dies, draw a card. <b><b>Overload</b>:</b> (1)" | |
}, | |
{ | |
"index": 632, | |
"name": "Dark Wispers", | |
"set": "GVG", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Summon 5 Wisps; or Give a minion +5/+5 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 633, | |
"name": "Neptulon", | |
"set": "GVG", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Add 4 random Murlocs to your hand. <b>Overload:</b> (3)" | |
}, | |
{ | |
"index": 634, | |
"name": "Glaivezooka", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a random friendly minion +1 Attack." | |
}, | |
{ | |
"index": 635, | |
"name": "Spider Tank", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 636, | |
"name": "Imp-losion", | |
"set": "GVG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2-$4 damage to a minion. Summon a 1/1 Imp for each damage dealt." | |
}, | |
{ | |
"index": 637, | |
"name": "King of Beasts", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\nHas +1 Attack for each\nother Beast you control." | |
}, | |
{ | |
"index": 638, | |
"name": "Sabotage", | |
"set": "GVG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a random enemy minion. <b>Combo:</b> And your opponent's weapon." | |
}, | |
{ | |
"index": 639, | |
"name": "Metaltooth Leaper", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give your other Mechs +2 Attack." | |
}, | |
{ | |
"index": 640, | |
"name": "Gahz'rilla", | |
"set": "GVG", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 9, | |
"text": "Whenever this minion takes damage, double its Attack." | |
}, | |
{ | |
"index": 641, | |
"name": "Bouncing Blade", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a random minion. Repeat until a minion dies." | |
}, | |
{ | |
"index": 642, | |
"name": "Warbot", | |
"set": "GVG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Has +1 Attack while damaged." | |
}, | |
{ | |
"index": 643, | |
"name": "Crush", | |
"set": "GVG", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. If you have a damaged minion, this costs (4) less." | |
}, | |
{ | |
"index": 644, | |
"name": "Shieldmaiden", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Gain 5 Armor." | |
}, | |
{ | |
"index": 645, | |
"name": "Ogre Warmaul", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "50% chance to attack the wrong enemy." | |
}, | |
{ | |
"index": 646, | |
"name": "Screwjank Clunker", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give a friendly Mech +2/+2." | |
}, | |
{ | |
"index": 647, | |
"name": "Iron Juggernaut", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry and Deathrattle:</b>\nShuffle a Mine into your\nopponent's deck. When drawn,\nexplode for 10 damage!" | |
}, | |
{ | |
"index": 648, | |
"name": "Seal of Light", | |
"set": "GVG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #4 Health to your hero and gain +2 Attack this turn." | |
}, | |
{ | |
"index": 649, | |
"name": "Shielded Minibot", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 650, | |
"name": "Coghammer", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a random friendly minion <b>Divine Shield</b> and <b>Taunt</b>." | |
}, | |
{ | |
"index": 651, | |
"name": "Quartermaster", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give your Silver Hand Recruits +2/+2." | |
}, | |
{ | |
"index": 652, | |
"name": "Muster for Battle", | |
"set": "GVG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/1 Silver Hand Recruits. Equip a 1/4 Weapon." | |
}, | |
{ | |
"index": 653, | |
"name": "Cobalt Guardian", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "Whenever you summon a Mech, gain <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 654, | |
"name": "Bolvar Fordragon", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 7, | |
"text": "Whenever a friendly minion dies while this is in your hand, gain +1 Attack." | |
}, | |
{ | |
"index": 655, | |
"name": "Puddlestomper", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 656, | |
"name": "Ogre Brute", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "50% chance to attack the wrong enemy." | |
}, | |
{ | |
"index": 657, | |
"name": "Dunemaul Shaman", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Windfury, Overload:</b> (1)\n50% chance to attack the wrong enemy." | |
}, | |
{ | |
"index": 658, | |
"name": "Stonesplinter Trogg", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever your opponent casts a spell, gain +1 Attack." | |
}, | |
{ | |
"index": 659, | |
"name": "Burly Rockjaw Trogg", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever your opponent casts a spell, gain +2 Attack." | |
}, | |
{ | |
"index": 660, | |
"name": "Antique Healbot", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Restore #8 Health to your hero." | |
}, | |
{ | |
"index": 661, | |
"name": "Salty Dog", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 662, | |
"name": "Lost Tallstrider", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 663, | |
"name": "Shadowboxer", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever a minion is healed, deal 1 damage to a random enemy." | |
}, | |
{ | |
"index": 664, | |
"name": "Cobra Shot", | |
"set": "GVG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to\na minion and the\nenemy hero." | |
}, | |
{ | |
"index": 665, | |
"name": "Kezan Mystic", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Take control of a random enemy <b>Secret</b>." | |
}, | |
{ | |
"index": 666, | |
"name": "Ship's Cannon", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After you summon a\nPirate, deal 2 damage\nto a random enemy." | |
}, | |
{ | |
"index": 667, | |
"name": "Explosive Sheep", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 2 damage to all minions." | |
}, | |
{ | |
"index": 668, | |
"name": "Anima Golem", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "At the end of each turn, destroy this minion if it's your only one." | |
}, | |
{ | |
"index": 669, | |
"name": "Mechanical Yeti", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Give each player a <b>Spare Part.</b>" | |
}, | |
{ | |
"index": 670, | |
"name": "Force-Tank MAX", | |
"set": "GVG", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 671, | |
"name": "Druid of the Fang", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you have a Beast, transform this minion into a 7/7." | |
}, | |
{ | |
"index": 672, | |
"name": "Gilblin Stalker", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 673, | |
"name": "Clockwork Gnome", | |
"set": "GVG", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add a <b>Spare Part</b> card to your hand." | |
}, | |
{ | |
"index": 674, | |
"name": "Upgraded Repair Bot", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give a friendly Mech +4 Health." | |
}, | |
{ | |
"index": 675, | |
"name": "Flying Machine", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 676, | |
"name": "Annoy-o-Tron", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 677, | |
"name": "Siege Engine", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Whenever you gain Armor, give this minion +1 Attack." | |
}, | |
{ | |
"index": 678, | |
"name": "Steamwheedle Sniper", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Your Hero Power can target minions." | |
}, | |
{ | |
"index": 679, | |
"name": "Ogre Ninja", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Stealth</b>\n50% chance to attack the wrong enemy." | |
}, | |
{ | |
"index": 680, | |
"name": "Illuminator", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "If you control a <b>Secret</b> at the end of your turn, restore #4 Health to your hero." | |
}, | |
{ | |
"index": 681, | |
"name": "Madder Bomber", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal 6 damage randomly split between all other characters." | |
}, | |
{ | |
"index": 682, | |
"name": "Arcane Nullifier X-21", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 683, | |
"name": "Gnomish Experimenter", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Draw a card. If it's a minion, transform it into a Chicken." | |
}, | |
{ | |
"index": 684, | |
"name": "Target Dummy", | |
"set": "GVG", | |
"cost": 0, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 685, | |
"name": "Jeeves", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "At the end of each player's turn, that player draws until they have 3 cards." | |
}, | |
{ | |
"index": 686, | |
"name": "Goblin Sapper", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Has +4 Attack while your opponent has 6 or more cards in hand." | |
}, | |
{ | |
"index": 687, | |
"name": "Piloted Shredder", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a random 2-Cost minion." | |
}, | |
{ | |
"index": 688, | |
"name": "Lil' Exorcist", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Gain +1/+1 for each enemy <b>Deathrattle</b> minion." | |
}, | |
{ | |
"index": 689, | |
"name": "Gnomeregan Infantry", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Charge</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 690, | |
"name": "Bomb Lobber", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 4 damage to a random enemy minion." | |
}, | |
{ | |
"index": 691, | |
"name": "Floating Watcher", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever your hero takes damage on your turn, gain +2/+2." | |
}, | |
{ | |
"index": 692, | |
"name": "Scarlet Purifier", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 2 damage to all minions with <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 693, | |
"name": "Tinkertown Technician", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you have a Mech, gain +1/+1 and add a <b>Spare Part</b> to your hand." | |
}, | |
{ | |
"index": 694, | |
"name": "Micro Machine", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "At the start of each turn, gain +1 Attack." | |
}, | |
{ | |
"index": 695, | |
"name": "Hobgoblin", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever you play a 1-Attack minion, give it +2/+2." | |
}, | |
{ | |
"index": 696, | |
"name": "Piloted Sky Golem", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Summon a random 4-Cost minion." | |
}, | |
{ | |
"index": 697, | |
"name": "Junkbot", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "Whenever a friendly Mech dies, gain +2/+2." | |
}, | |
{ | |
"index": 698, | |
"name": "Enhance-o Mechano", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give your other minions <b>Windfury</b>, <b>Taunt</b>, or <b>Divine Shield</b>\n<i>(at random)</i>." | |
}, | |
{ | |
"index": 699, | |
"name": "Recombobulator", | |
"set": "GVG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Transform a friendly minion into a random minion with the same Cost." | |
}, | |
{ | |
"index": 700, | |
"name": "Mini-Mage", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>\n<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 701, | |
"name": "Dr. Boom", | |
"set": "GVG", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Boom Bots. <i>WARNING: Bots may explode.</i>" | |
}, | |
{ | |
"index": 702, | |
"name": "Mimiron's Head", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "At the start of your turn, if you have at least 3 Mechs, destroy them all and form V-07-TR-0N." | |
}, | |
{ | |
"index": 703, | |
"name": "Mogor the Ogre", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "All minions have a 50% chance to attack the wrong enemy." | |
}, | |
{ | |
"index": 704, | |
"name": "Foe Reaper 4000", | |
"set": "GVG", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 9, | |
"text": "Also damages the minions next to whomever it attacks." | |
}, | |
{ | |
"index": 705, | |
"name": "Sneed's Old Shredder", | |
"set": "GVG", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Summon a random <b>Legendary</b> minion." | |
}, | |
{ | |
"index": 706, | |
"name": "Toshley", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry and Deathrattle:</b> Add a <b>Spare Part</b> card to your hand." | |
}, | |
{ | |
"index": 707, | |
"name": "Mekgineer Thermaplugg", | |
"set": "GVG", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "Whenever an enemy minion dies, summon a Leper Gnome." | |
}, | |
{ | |
"index": 708, | |
"name": "Gazlowe", | |
"set": "GVG", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Whenever you cast a 1-Cost spell, add a random Mech to your hand." | |
}, | |
{ | |
"index": 709, | |
"name": "Troggzor the Earthinator", | |
"set": "GVG", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Whenever your opponent casts a spell, summon a Burly Rockjaw Trogg." | |
}, | |
{ | |
"index": 710, | |
"name": "Blingtron 3000", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Equip a random weapon for each player." | |
}, | |
{ | |
"index": 711, | |
"name": "Hemet Nesingwary", | |
"set": "GVG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a Beast." | |
}, | |
{ | |
"index": 712, | |
"name": "Clockwork Giant", | |
"set": "GVG", | |
"cost": 12, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each card in your opponent's hand." | |
}, | |
{ | |
"index": 713, | |
"name": "Wee Spellstopper", | |
"set": "GVG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Adjacent minions can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 714, | |
"name": "Soot Spewer", | |
"set": "GVG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>\n<b>Battlecry:</b> If you control\nanother Mech, get a random Fire spell." | |
}, | |
{ | |
"index": 715, | |
"name": "Solemn Vigil", | |
"set": "BRM", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards. Costs (1) less for each minion that died this turn." | |
}, | |
{ | |
"index": 716, | |
"name": "Flamewaker", | |
"set": "BRM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you cast a spell, deal 2 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 717, | |
"name": "Dragon's Breath", | |
"set": "BRM", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage. Costs (1) less for each minion that died this turn." | |
}, | |
{ | |
"index": 718, | |
"name": "Twilight Whelp", | |
"set": "BRM", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +2 Health." | |
}, | |
{ | |
"index": 719, | |
"name": "Demonwrath", | |
"set": "BRM", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to all\nminions except Demons." | |
}, | |
{ | |
"index": 720, | |
"name": "Imp Gang Boss", | |
"set": "BRM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Whenever this minion takes damage, summon a 1/1 Imp." | |
}, | |
{ | |
"index": 721, | |
"name": "Gang Up", | |
"set": "BRM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Shuffle 3 copies of it into your deck." | |
}, | |
{ | |
"index": 722, | |
"name": "Dark Iron Skulker", | |
"set": "BRM", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 2 damage to all undamaged\nenemy minions." | |
}, | |
{ | |
"index": 723, | |
"name": "Volcanic Lumberer", | |
"set": "BRM", | |
"cost": 9, | |
"attack": 7, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\nCosts (1) less for each minion that died this turn." | |
}, | |
{ | |
"index": 724, | |
"name": "Druid of the Flame", | |
"set": "BRM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Choose One -</b> Transform into a 5/2 minion; or a 2/5 minion." | |
}, | |
{ | |
"index": 725, | |
"name": "Lava Shock", | |
"set": "BRM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage.\nUnlock your <b>Overloaded</b> Mana Crystals." | |
}, | |
{ | |
"index": 726, | |
"name": "Fireguard Destroyer", | |
"set": "BRM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Gain 1-4 Attack. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 727, | |
"name": "Quick Shot", | |
"set": "BRM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nIf your hand is empty, draw a card." | |
}, | |
{ | |
"index": 728, | |
"name": "Core Rager", | |
"set": "BRM", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your hand is empty, gain +3/+3." | |
}, | |
{ | |
"index": 729, | |
"name": "Revenge", | |
"set": "BRM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions. If you have 12 or less Health, deal $3 damage instead." | |
}, | |
{ | |
"index": 730, | |
"name": "Axe Flinger", | |
"set": "BRM", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "Whenever this minion takes damage, deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 731, | |
"name": "Resurrect", | |
"set": "BRM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random friendly minion that died this game." | |
}, | |
{ | |
"index": 732, | |
"name": "Dragon Consort", | |
"set": "BRM", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> The next Dragon you play costs (2) less." | |
}, | |
{ | |
"index": 733, | |
"name": "Grim Patron", | |
"set": "BRM", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After this minion survives damage, summon another Grim Patron." | |
}, | |
{ | |
"index": 734, | |
"name": "Dragonkin Sorcerer", | |
"set": "BRM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever <b>you</b> target this minion with a spell, gain +1/+1." | |
}, | |
{ | |
"index": 735, | |
"name": "Dragon Egg", | |
"set": "BRM", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "Whenever this minion takes damage, summon a 2/1 Whelp." | |
}, | |
{ | |
"index": 736, | |
"name": "Drakonid Crusher", | |
"set": "BRM", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your opponent has 15 or less Health, gain +3/+3." | |
}, | |
{ | |
"index": 737, | |
"name": "Volcanic Drake", | |
"set": "BRM", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "Costs (1) less for each minion that died this turn." | |
}, | |
{ | |
"index": 738, | |
"name": "Hungry Dragon", | |
"set": "BRM", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Summon a random 1-Cost minion for your opponent." | |
}, | |
{ | |
"index": 739, | |
"name": "Majordomo Executus", | |
"set": "BRM", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Replace your hero with Ragnaros the Firelord." | |
}, | |
{ | |
"index": 740, | |
"name": "Emperor Thaurissan", | |
"set": "BRM", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, reduce the Cost of cards\nin your hand by (1)." | |
}, | |
{ | |
"index": 741, | |
"name": "Rend Blackhand", | |
"set": "BRM", | |
"cost": 7, | |
"attack": 8, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, destroy a <b>Legendary</b> minion." | |
}, | |
{ | |
"index": 742, | |
"name": "Nefarian", | |
"set": "BRM", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Add 2 random spells to your hand <i>(from your opponent's class)</i>." | |
}, | |
{ | |
"index": 743, | |
"name": "Chromaggus", | |
"set": "BRM", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "Whenever you draw a card, put another copy into your hand." | |
}, | |
{ | |
"index": 744, | |
"name": "Blackwing Technician", | |
"set": "BRM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1/+1." | |
}, | |
{ | |
"index": 745, | |
"name": "Blackwing Corruptor", | |
"set": "BRM", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, deal 5 damage." | |
}, | |
{ | |
"index": 746, | |
"name": "Flame Lance", | |
"set": "TGT", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $25 damage\nto a minion." | |
}, | |
{ | |
"index": 747, | |
"name": "Effigy", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, summon a random minion with the same Cost." | |
}, | |
{ | |
"index": 748, | |
"name": "Fallen Hero", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Your Hero Power deals 1 extra damage." | |
}, | |
{ | |
"index": 749, | |
"name": "Arcane Blast", | |
"set": "TGT", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. This spell gets double bonus from <b>Spell Damage</b>." | |
}, | |
{ | |
"index": 750, | |
"name": "Polymorph: Boar", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion into a 4/2 Boar with <b>Charge</b>." | |
}, | |
{ | |
"index": 751, | |
"name": "Dalaran Aspirant", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Spell Damage +1</b>\n<b>Inspire:</b> Gain <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 752, | |
"name": "Spellslinger", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Both players\nget a random spell.\nYours costs (2) less." | |
}, | |
{ | |
"index": 753, | |
"name": "Coldarra Drake", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "You can use your Hero Power any number of times." | |
}, | |
{ | |
"index": 754, | |
"name": "Rhonin", | |
"set": "TGT", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Add 3 copies of Arcane Missiles to your hand." | |
}, | |
{ | |
"index": 755, | |
"name": "Ram Wrangler", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you have a Beast, summon a\nrandom Beast." | |
}, | |
{ | |
"index": 756, | |
"name": "Holy Champion", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Overheal:</b> Gain +2 Attack." | |
}, | |
{ | |
"index": 757, | |
"name": "Spawn of Shadows", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry and Inspire:</b>\nDeal 4 damage to\neach hero." | |
}, | |
{ | |
"index": 758, | |
"name": "Power Word: Glory", | |
"set": "TGT", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Whenever it attacks, restore 4 Health to\nyour hero." | |
}, | |
{ | |
"index": 759, | |
"name": "Shadowfiend", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever you draw a card, reduce its Cost by (1)." | |
}, | |
{ | |
"index": 760, | |
"name": "Convert", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a copy of an enemy minion into your hand. It costs (1)." | |
}, | |
{ | |
"index": 761, | |
"name": "Confuse", | |
"set": "TGT", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Swap the Attack and Health of all minions." | |
}, | |
{ | |
"index": 762, | |
"name": "Twilight Guardian", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1 Attack and <b>Taunt</b>." | |
}, | |
{ | |
"index": 763, | |
"name": "Confessor Paletress", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry and Inspire:</b> Summon a random <b>Legendary</b> minion." | |
}, | |
{ | |
"index": 764, | |
"name": "Dreadsteed", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> At the end\n of the turn, summon a Dreadsteed." | |
}, | |
{ | |
"index": 765, | |
"name": "Fearsome Doomguard", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": null | |
}, | |
{ | |
"index": 766, | |
"name": "Tiny Knight of Evil", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Whenever you discard a card, gain +2/+1." | |
}, | |
{ | |
"index": 767, | |
"name": "Fist of Jaraxxus", | |
"set": "TGT", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "When you play or discard this, deal $4 damage to a random enemy." | |
}, | |
{ | |
"index": 768, | |
"name": "Void Crusher", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Inspire:</b> Destroy a random minion for each player." | |
}, | |
{ | |
"index": 769, | |
"name": "Demonfuse", | |
"set": "TGT", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a Demon +3/+3." | |
}, | |
{ | |
"index": 770, | |
"name": "Dark Bargain", | |
"set": "TGT", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy 2 random enemy minions. Discard 2 random cards." | |
}, | |
{ | |
"index": 771, | |
"name": "Wrathguard", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "Whenever this minion takes damage, also deal that amount to your hero." | |
}, | |
{ | |
"index": 772, | |
"name": "Wilfred Fizzlebang", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Cards you draw from your Hero Power cost (0)." | |
}, | |
{ | |
"index": 773, | |
"name": "Shado-Pan Rider", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Combo:</b> Gain +4 Attack." | |
}, | |
{ | |
"index": 774, | |
"name": "Buccaneer", | |
"set": "TGT", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Whenever you equip a weapon, give it +1 Attack." | |
}, | |
{ | |
"index": 775, | |
"name": "Undercity Valiant", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 776, | |
"name": "Cutpurse", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Whenever this minion attacks a hero, add the Coin to your hand." | |
}, | |
{ | |
"index": 777, | |
"name": "Shady Dealer", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you have a Pirate, gain +1/+1." | |
}, | |
{ | |
"index": 778, | |
"name": "Burgle", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Get 3 random\ncards <i>(from your\nopponent's class)</i>." | |
}, | |
{ | |
"index": 779, | |
"name": "Poisoned Blade", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Your Hero Power gives this +1 Attack instead\nof replacing it." | |
}, | |
{ | |
"index": 780, | |
"name": "Beneath the Grounds", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle 3 Ambushes into your opponent's deck. When drawn, you summon a 4/4 Nerubian." | |
}, | |
{ | |
"index": 781, | |
"name": "Anub'arak", | |
"set": "TGT", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Summon a 4/4 Nerubian with \"<b>Deathrattle:</b> \nSummon Anub'arak.\"" | |
}, | |
{ | |
"index": 782, | |
"name": "Living Roots", | |
"set": "TGT", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Deal $2 damage; or Summon two 1/1 Saplings." | |
}, | |
{ | |
"index": 783, | |
"name": "Darnassus Aspirant", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain an empty Mana Crystal.\n<b>Deathrattle:</b> Lose a Mana Crystal." | |
}, | |
{ | |
"index": 784, | |
"name": "Savage Combatant", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Inspire:</b> Give your hero +2 Attack this turn." | |
}, | |
{ | |
"index": 785, | |
"name": "Wildwalker", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly Beast +3 Health." | |
}, | |
{ | |
"index": 786, | |
"name": "Knight of the Wild", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Costs (1) less for each Beast you've summoned this game." | |
}, | |
{ | |
"index": 787, | |
"name": "Druid of the Saber", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Choose One -</b> Transform\ninto a 2/1 with <b>Charge</b>;\nor a 3/2 with <b>Stealth</b>." | |
}, | |
{ | |
"index": 788, | |
"name": "Astral Communion", | |
"set": "TGT", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 10 Mana Crystals. Discard your hand." | |
}, | |
{ | |
"index": 789, | |
"name": "Mulch", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion.\nAdd a random minion to your opponent's hand." | |
}, | |
{ | |
"index": 790, | |
"name": "Aviana", | |
"set": "TGT", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Your minions cost (1)." | |
}, | |
{ | |
"index": 791, | |
"name": "Tuskarr Totemic", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a random basic Totem." | |
}, | |
{ | |
"index": 792, | |
"name": "Draenei Totemcarver", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Gain +1/+1 for each friendly Totem." | |
}, | |
{ | |
"index": 793, | |
"name": "Healing Wave", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health. Reveal a minion in each deck. If yours costs more, restore #16 instead." | |
}, | |
{ | |
"index": 794, | |
"name": "Thunder Bluff Valiant", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry and Inspire:</b>\nGive your Totems\n+2 Attack." | |
}, | |
{ | |
"index": 795, | |
"name": "Charged Hammer", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Your Hero Power becomes 'Deal 2 damage.'" | |
}, | |
{ | |
"index": 796, | |
"name": "Elemental Destruction", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4-$5 damage to all minions. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 797, | |
"name": "Totem Golem", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 798, | |
"name": "Ancestral Knowledge", | |
"set": "TGT", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 799, | |
"name": "The Mistcaller", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give all minions in your hand and deck +1/+1." | |
}, | |
{ | |
"index": 800, | |
"name": "Flash Heal", | |
"set": "TGT", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #5 Health." | |
}, | |
{ | |
"index": 801, | |
"name": "Powershot", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion and the minions next to it." | |
}, | |
{ | |
"index": 802, | |
"name": "Stablemaster", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly Beast <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 803, | |
"name": "King's Elekk", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Reveal a minion in each deck. If yours costs more, draw it." | |
}, | |
{ | |
"index": 804, | |
"name": "Brave Archer", | |
"set": "TGT", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Inspire:</b> If your hand is empty, deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 805, | |
"name": "Bear Trap", | |
"set": "TGT", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your hero is attacked, summon a 3/3 Bear with <b>Taunt</b>." | |
}, | |
{ | |
"index": 806, | |
"name": "Lock and Load", | |
"set": "TGT", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each time you cast a spell this turn, get a random Hunter card." | |
}, | |
{ | |
"index": 807, | |
"name": "Ball of Spiders", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/1 Webspinners\nwith \"<b>Deathrattle:</b> Get\na random Beast.\"" | |
}, | |
{ | |
"index": 808, | |
"name": "Acidmaw", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "Whenever an enemy minion takes damage, destroy it." | |
}, | |
{ | |
"index": 809, | |
"name": "Dreadscale", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "At the end of your turn, deal 1 damage to all enemies." | |
}, | |
{ | |
"index": 810, | |
"name": "Bash", | |
"set": "TGT", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nGain 3 Armor." | |
}, | |
{ | |
"index": 811, | |
"name": "King's Defender", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you have a minion with <b>Taunt</b>, gain +1 Durability." | |
}, | |
{ | |
"index": 812, | |
"name": "Orgrimmar Aspirant", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Inspire:</b> Give your weapon +1 Attack." | |
}, | |
{ | |
"index": 813, | |
"name": "Magnataur Alpha", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "Also damages the minions next to whomever\nhe attacks." | |
}, | |
{ | |
"index": 814, | |
"name": "Bolster", | |
"set": "TGT", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your <b>Taunt</b> minions +2/+2." | |
}, | |
{ | |
"index": 815, | |
"name": "Sparring Partner", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Give a\nminion <b>Taunt</b>." | |
}, | |
{ | |
"index": 816, | |
"name": "Skycap'n Kragg", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Charrrrrge</b>\nCosts (1) less for each friendly Pirate." | |
}, | |
{ | |
"index": 817, | |
"name": "Alexstrasza's Champion", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1 Attack and <b>Charge</b>." | |
}, | |
{ | |
"index": 818, | |
"name": "Varian Wrynn", | |
"set": "TGT", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Draw 3 cards.\nPut any minions you drew directly into the battlefield." | |
}, | |
{ | |
"index": 819, | |
"name": "Competitive Spirit", | |
"set": "TGT", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your turn starts, give your minions +1/+1." | |
}, | |
{ | |
"index": 820, | |
"name": "Seal of Champions", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion\n+3 Attack and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 821, | |
"name": "Warhorse Trainer", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your Silver Hand Recruits have +2 Attack and <b>Taunt</b>." | |
}, | |
{ | |
"index": 822, | |
"name": "Murloc Knight", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Inspire:</b> Summon a random Murloc." | |
}, | |
{ | |
"index": 823, | |
"name": "Argent Lance", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Reveal a minion in each deck. If yours costs more, +1 Durability." | |
}, | |
{ | |
"index": 824, | |
"name": "Enter the Coliseum", | |
"set": "TGT", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions except each player's highest Attack minion." | |
}, | |
{ | |
"index": 825, | |
"name": "Mysterious Challenger", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Put one of each <b>Secret</b> from your deck into the battlefield." | |
}, | |
{ | |
"index": 826, | |
"name": "Garrison Commander", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "You can use your Hero Power twice a turn." | |
}, | |
{ | |
"index": 827, | |
"name": "Eadric the Pure", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Change all enemy minions'\nAttack to 1." | |
}, | |
{ | |
"index": 828, | |
"name": "Lowly Squire", | |
"set": "TGT", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Inspire:</b> Gain +1 Attack." | |
}, | |
{ | |
"index": 829, | |
"name": "Dragonhawk Rider", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Inspire:</b> Gain <b>Windfury</b>\nthis turn." | |
}, | |
{ | |
"index": 830, | |
"name": "Lance Carrier", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion +2 Attack." | |
}, | |
{ | |
"index": 831, | |
"name": "Maiden of the Lake", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "Your Hero Power costs (1)." | |
}, | |
{ | |
"index": 832, | |
"name": "Saboteur", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Your opponent's Hero Power costs (5) more next turn." | |
}, | |
{ | |
"index": 833, | |
"name": "Argent Horserider", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Charge</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 834, | |
"name": "Mogor's Champion", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 8, | |
"health_or_durability": 5, | |
"text": "50% chance to attack the wrong enemy." | |
}, | |
{ | |
"index": 835, | |
"name": "Boneguard Lieutenant", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Inspire:</b> Gain +1 Health." | |
}, | |
{ | |
"index": 836, | |
"name": "Mukla's Champion", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Inspire:</b> Give your other minions +1/+1." | |
}, | |
{ | |
"index": 837, | |
"name": "Tournament Medic", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 8, | |
"text": "<b>Inspire:</b> Restore #2 Health to your hero." | |
}, | |
{ | |
"index": 838, | |
"name": "Ice Rager", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 839, | |
"name": "Frigid Snobold", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 840, | |
"name": "Flame Juggler", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 1 damage to a random enemy." | |
}, | |
{ | |
"index": 841, | |
"name": "Silent Knight", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 842, | |
"name": "Clockwork Knight", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give a friendly Mech +1/+1." | |
}, | |
{ | |
"index": 843, | |
"name": "Tournament Attendee", | |
"set": "TGT", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 844, | |
"name": "Sideshow Spelleater", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Copy your opponent's Hero Power." | |
}, | |
{ | |
"index": 845, | |
"name": "Kodorider", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Inspire:</b> Summon a 3/5 War Kodo." | |
}, | |
{ | |
"index": 846, | |
"name": "Silver Hand Regent", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Inspire:</b> Summon a 1/1 Silver Hand Recruit." | |
}, | |
{ | |
"index": 847, | |
"name": "Pit Fighter", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": null | |
}, | |
{ | |
"index": 848, | |
"name": "Captured Jormungar", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 9, | |
"text": null | |
}, | |
{ | |
"index": 849, | |
"name": "North Sea Kraken", | |
"set": "TGT", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Deal 4 damage." | |
}, | |
{ | |
"index": 850, | |
"name": "Tuskarr Jouster", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Reveal a minion in each deck. If yours costs more, restore #7 Health to your hero." | |
}, | |
{ | |
"index": 851, | |
"name": "Injured Kvaldir", | |
"set": "TGT", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal 3 damage to this minion." | |
}, | |
{ | |
"index": 852, | |
"name": "Light's Champion", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Silence</b> a Demon." | |
}, | |
{ | |
"index": 853, | |
"name": "Armored Warhorse", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Reveal a minion in each deck. If yours costs more, gain <b>Charge</b>." | |
}, | |
{ | |
"index": 854, | |
"name": "Argent Watchman", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Can't attack.\n<b>Inspire:</b> Can attack as normal this turn." | |
}, | |
{ | |
"index": 855, | |
"name": "Coliseum Manager", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Inspire:</b> Return this minion to your hand." | |
}, | |
{ | |
"index": 856, | |
"name": "Refreshment Vendor", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Restore #4 Health to each hero." | |
}, | |
{ | |
"index": 857, | |
"name": "Master Jouster", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Reveal a minion in each deck. If yours costs more, gain <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 858, | |
"name": "Recruiter", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Inspire:</b> Add a 2/2 Squire to your hand." | |
}, | |
{ | |
"index": 859, | |
"name": "Evil Heckler", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 860, | |
"name": "Fencing Coach", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> The next time you use your Hero Power, it costs (2) less." | |
}, | |
{ | |
"index": 861, | |
"name": "Wyrmrest Agent", | |
"set": "TGT", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1 Attack and <b>Taunt</b>." | |
}, | |
{ | |
"index": 862, | |
"name": "Master of Ceremonies", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you have a minion with <b>Spell Damage</b>, gain +2/+2." | |
}, | |
{ | |
"index": 863, | |
"name": "Grand Crusader", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Add a random Paladin card to your hand." | |
}, | |
{ | |
"index": 864, | |
"name": "Kvaldir Raider", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Inspire:</b> Gain +2/+2." | |
}, | |
{ | |
"index": 865, | |
"name": "Frost Giant", | |
"set": "TGT", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each time you used your Hero Power this game." | |
}, | |
{ | |
"index": 866, | |
"name": "Crowd Favorite", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever you play a card with <b>Battlecry</b>, gain +1/+1." | |
}, | |
{ | |
"index": 867, | |
"name": "Gormok the Impaler", | |
"set": "TGT", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you have at least 4 other minions, deal 4 damage." | |
}, | |
{ | |
"index": 868, | |
"name": "Chillmaw", | |
"set": "TGT", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> If you're holding\na Dragon, deal 3 damage\nto all minions." | |
}, | |
{ | |
"index": 869, | |
"name": "Bolf Ramshield", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 9, | |
"text": "Whenever your hero takes damage, this minion takes it instead." | |
}, | |
{ | |
"index": 870, | |
"name": "Icehowl", | |
"set": "TGT", | |
"cost": 9, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "<b>Charge</b>\nCan't attack heroes." | |
}, | |
{ | |
"index": 871, | |
"name": "Nexus-Champion Saraad", | |
"set": "TGT", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Inspire:</b> Add a random spell to your hand." | |
}, | |
{ | |
"index": 872, | |
"name": "The Skeleton Knight", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Reveal a minion in each deck. If yours costs more, return this to your hand." | |
}, | |
{ | |
"index": 873, | |
"name": "Fjola Lightbane", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever <b>you</b> target this minion with a spell, gain <b><b>Divine Shield</b>.</b>" | |
}, | |
{ | |
"index": 874, | |
"name": "Sea Reaver", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "When you draw this, deal 1 damage to your minions." | |
}, | |
{ | |
"index": 875, | |
"name": "Eydis Darkbane", | |
"set": "TGT", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever <b>you</b> target this minion with a spell, deal 3 damage to a random enemy." | |
}, | |
{ | |
"index": 876, | |
"name": "Justicar Trueheart", | |
"set": "TGT", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Replace your starting Hero Power with a better one." | |
}, | |
{ | |
"index": 877, | |
"name": "Gadgetzan Jouster", | |
"set": "TGT", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Reveal a minion in each deck. If yours costs more, gain +1/+1." | |
}, | |
{ | |
"index": 878, | |
"name": "Forgotten Torch", | |
"set": "LOE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. Shuffle a 'Roaring Torch' into your deck that deals 6 damage." | |
}, | |
{ | |
"index": 879, | |
"name": "Ethereal Conjurer", | |
"set": "LOE", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry: Discover</b> a spell." | |
}, | |
{ | |
"index": 880, | |
"name": "Museum Curator", | |
"set": "LOE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry: Discover</b> a <b>Deathrattle</b> card.\nIt costs (1) less." | |
}, | |
{ | |
"index": 881, | |
"name": "Curse of Rafaam", | |
"set": "LOE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your opponent a 'Cursed!' card.\nWhile they hold it, they take 2 damage on their turn." | |
}, | |
{ | |
"index": 882, | |
"name": "Obsidian Destroyer", | |
"set": "LOE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "At the end of your turn, summon a 1/1 Scarab with <b>Taunt</b>." | |
}, | |
{ | |
"index": 883, | |
"name": "Pit Snake", | |
"set": "LOE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Poisonous</b>" | |
}, | |
{ | |
"index": 884, | |
"name": "Reno Jackson", | |
"set": "LOE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your deck has no duplicates, fully heal your hero." | |
}, | |
{ | |
"index": 885, | |
"name": "Tomb Pillager", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Get a Coin." | |
}, | |
{ | |
"index": 886, | |
"name": "Rumbling Elemental", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "After you play a <b>Battlecry</b> minion, deal 2 damage to a random enemy." | |
}, | |
{ | |
"index": 887, | |
"name": "Keeper of Uldaman", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Set a minion's Attack and Health to 3." | |
}, | |
{ | |
"index": 888, | |
"name": "Tunnel Trogg", | |
"set": "LOE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you <b>Overload</b>, gain +1 Attack per locked Mana Crystal." | |
}, | |
{ | |
"index": 889, | |
"name": "Unearthed Raptor", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Gain a copy of its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 890, | |
"name": "Desert Camel", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Put a 1-Cost minion from each deck into the battlefield." | |
}, | |
{ | |
"index": 891, | |
"name": "Dart Trap", | |
"set": "LOE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After an opposing Hero Power is used, deal $5 damage to a random enemy." | |
}, | |
{ | |
"index": 892, | |
"name": "Fierce Monkey", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 893, | |
"name": "Dark Peddler", | |
"set": "LOE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry: Discover</b> a\n1-Cost card." | |
}, | |
{ | |
"index": 894, | |
"name": "Anyfin Can Happen", | |
"set": "LOE", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 7 Murlocs that died this game." | |
}, | |
{ | |
"index": 895, | |
"name": "Sacred Trial", | |
"set": "LOE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent has at least 3 minions and plays another, destroy it." | |
}, | |
{ | |
"index": 896, | |
"name": "Jeweled Scarab", | |
"set": "LOE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry: Discover</b> a\n3-Cost card." | |
}, | |
{ | |
"index": 897, | |
"name": "Naga Sea Witch", | |
"set": "LOE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Your cards cost (5)." | |
}, | |
{ | |
"index": 898, | |
"name": "Gorillabot A-3", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control another Mech, <b>Discover</b> a Mech." | |
}, | |
{ | |
"index": 899, | |
"name": "Huge Toad", | |
"set": "LOE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Deal 1 damage to a random enemy." | |
}, | |
{ | |
"index": 900, | |
"name": "Tomb Spider", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry: Discover</b> a Beast." | |
}, | |
{ | |
"index": 901, | |
"name": "Mounted Raptor", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a random 1-Cost minion." | |
}, | |
{ | |
"index": 902, | |
"name": "Jungle Moonkin", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Both players have\n<b>Spell Damage +2</b>." | |
}, | |
{ | |
"index": 903, | |
"name": "Djinni of Zephyrs", | |
"set": "LOE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "After you cast a spell on another friendly minion, cast a copy of it on this one." | |
}, | |
{ | |
"index": 904, | |
"name": "Anubisath Sentinel", | |
"set": "LOE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Give a random friendly minion +3/+3." | |
}, | |
{ | |
"index": 905, | |
"name": "Fossilized Devilsaur", | |
"set": "LOE", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> If you control another Beast, gain <b>Taunt</b>." | |
}, | |
{ | |
"index": 906, | |
"name": "Sir Finley Mrrgglton", | |
"set": "LOE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b><b>Battlecry:</b> Discover</b> a new basic Hero Power." | |
}, | |
{ | |
"index": 907, | |
"name": "Brann Bronzebeard", | |
"set": "LOE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Your <b>Battlecries</b> trigger twice." | |
}, | |
{ | |
"index": 908, | |
"name": "Elise Starseeker", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Shuffle the 'Map to the Golden Monkey' into your deck." | |
}, | |
{ | |
"index": 909, | |
"name": "Summoning Stone", | |
"set": "LOE", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 6, | |
"text": "Whenever you cast a spell, summon a random minion of the same Cost." | |
}, | |
{ | |
"index": 910, | |
"name": "Wobbling Runts", | |
"set": "LOE", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Summon three 2/2 Runts." | |
}, | |
{ | |
"index": 911, | |
"name": "Arch-Thief Rafaam", | |
"set": "LOE", | |
"cost": 9, | |
"attack": 7, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry: Discover</b> a powerful Artifact." | |
}, | |
{ | |
"index": 912, | |
"name": "Entomb", | |
"set": "LOE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose an enemy minion.\nShuffle it into your deck." | |
}, | |
{ | |
"index": 913, | |
"name": "Explorer's Hat", | |
"set": "LOE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+1 and \"<b>Deathrattle:</b> Get an Explorer's Hat.\"" | |
}, | |
{ | |
"index": 914, | |
"name": "Eerie Statue", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "Can’t attack unless it’s the only minion on the battlefield." | |
}, | |
{ | |
"index": 915, | |
"name": "Ancient Shade", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 7, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Shuffle an 'Ancient Curse' into your deck that deals 7 damage to you when drawn." | |
}, | |
{ | |
"index": 916, | |
"name": "Excavated Evil", | |
"set": "LOE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to all minions.\nShuffle this card into your opponent's deck." | |
}, | |
{ | |
"index": 917, | |
"name": "Everyfin is Awesome", | |
"set": "LOE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +2/+2.\nCosts (1) less for each Murloc you control." | |
}, | |
{ | |
"index": 918, | |
"name": "Raven Idol", | |
"set": "LOE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b>\n<b>Discover</b> a minion; or <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 919, | |
"name": "Reliquary Seeker", | |
"set": "LOE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> If you have 6 other minions, gain +4/+4." | |
}, | |
{ | |
"index": 920, | |
"name": "Cursed Blade", | |
"set": "LOE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Double all damage dealt to your hero." | |
}, | |
{ | |
"index": 921, | |
"name": "Animated Armor", | |
"set": "LOE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Your hero can only take 1 damage at a time." | |
}, | |
{ | |
"index": 922, | |
"name": "Murloc Tinyfin", | |
"set": "LOE", | |
"cost": 0, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 923, | |
"name": "Vilefin Inquisitor", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Your Hero Power becomes 'Summon a 1/1 Murloc.'" | |
}, | |
{ | |
"index": 924, | |
"name": "Primal Fusion", | |
"set": "OG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+1 for each of your Totems." | |
}, | |
{ | |
"index": 925, | |
"name": "Flamewreathed Faceless", | |
"set": "OG", | |
"cost": 4, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 926, | |
"name": "Eternal Sentinel", | |
"set": "OG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Unlock your <b>Overloaded</b> Mana Crystals." | |
}, | |
{ | |
"index": 927, | |
"name": "Evolve", | |
"set": "OG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform your minions into random minions that cost (1) more." | |
}, | |
{ | |
"index": 928, | |
"name": "Thing from Below", | |
"set": "OG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\nCosts (1) less for each\nTotem you've summoned\nthis game." | |
}, | |
{ | |
"index": 929, | |
"name": "Hammer of Twilight", | |
"set": "OG", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 4/2 Elemental." | |
}, | |
{ | |
"index": 930, | |
"name": "Tentacles for Arms", | |
"set": "OG", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Return this to your hand." | |
}, | |
{ | |
"index": 931, | |
"name": "Silithid Swarmer", | |
"set": "OG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Can only attack if your hero attacked this turn." | |
}, | |
{ | |
"index": 932, | |
"name": "Y'Shaarj, Rage Unbound", | |
"set": "OG", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "At the end of your turn, put a minion from your deck into the battlefield." | |
}, | |
{ | |
"index": 933, | |
"name": "Fandral Staghelm", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Your <b>Choose One</b> cards and powers have both effects combined." | |
}, | |
{ | |
"index": 934, | |
"name": "Infest", | |
"set": "OG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Add a random Beast to your hand.\"" | |
}, | |
{ | |
"index": 935, | |
"name": "Feral Rage", | |
"set": "OG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Give your hero +4 Attack this turn; or Gain 8 Armor." | |
}, | |
{ | |
"index": 936, | |
"name": "Mark of Y'Shaarj", | |
"set": "OG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2.\nIf it's a Beast, draw\na card." | |
}, | |
{ | |
"index": 937, | |
"name": "Forbidden Ancient", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Spend all your Mana. Gain +1/+1 for each Mana spent." | |
}, | |
{ | |
"index": 938, | |
"name": "On the Hunt", | |
"set": "OG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage.\nSummon a 1/1 Mastiff." | |
}, | |
{ | |
"index": 939, | |
"name": "Bladed Cultist", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> Gain +1/+1." | |
}, | |
{ | |
"index": 940, | |
"name": "Journey Below", | |
"set": "OG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Deathrattle</b> card." | |
}, | |
{ | |
"index": 941, | |
"name": "Thistle Tea", | |
"set": "OG", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. Add 2 extra copies of it to your hand." | |
}, | |
{ | |
"index": 942, | |
"name": "Xaril, Poisoned Mind", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry and Deathrattle:</b> Add a random Toxin card to your hand." | |
}, | |
{ | |
"index": 943, | |
"name": "Shatter", | |
"set": "OG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a <b>Frozen</b> minion." | |
}, | |
{ | |
"index": 944, | |
"name": "Evolved Kobold", | |
"set": "OG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 945, | |
"name": "Twilight Flamecaller", | |
"set": "OG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 1 damage to all enemy minions." | |
}, | |
{ | |
"index": 946, | |
"name": "Demented Frostcaller", | |
"set": "OG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you cast a spell, <b>Freeze</b> a random enemy." | |
}, | |
{ | |
"index": 947, | |
"name": "Forbidden Flame", | |
"set": "OG", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Spend all your Mana. Deal that much damage to a minion." | |
}, | |
{ | |
"index": 948, | |
"name": "Servant of Yogg-Saron", | |
"set": "OG", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Cast a random\n spell that costs (5) or MORE \n <i>(targets chosen randomly)</i>." | |
}, | |
{ | |
"index": 949, | |
"name": "Cabalist's Tome", | |
"set": "OG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Get 3 random\nMage spells." | |
}, | |
{ | |
"index": 950, | |
"name": "Power Word: Tentacles", | |
"set": "OG", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+6." | |
}, | |
{ | |
"index": 951, | |
"name": "Twilight Darkmender", | |
"set": "OG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If your C'Thun has at least 10 Attack, restore #10 Health to your hero." | |
}, | |
{ | |
"index": 952, | |
"name": "Shadow Word: Horror", | |
"set": "OG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions with 2 or less Attack." | |
}, | |
{ | |
"index": 953, | |
"name": "Forbidden Shaping", | |
"set": "OG", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Spend all your Mana. Summon a random minion that costs that much." | |
}, | |
{ | |
"index": 954, | |
"name": "Darkspeaker", | |
"set": "OG", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Swap stats with a friendly minion." | |
}, | |
{ | |
"index": 955, | |
"name": "Embrace the Shadow", | |
"set": "OG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "This turn, your healing effects deal damage instead." | |
}, | |
{ | |
"index": 956, | |
"name": "Darkshire Librarian", | |
"set": "OG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b>\nDiscard a random card. <b>Deathrattle:</b>\nDraw a card." | |
}, | |
{ | |
"index": 957, | |
"name": "Darkshire Councilman", | |
"set": "OG", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "[x]After you summon a minion,\n gain +1 Attack." | |
}, | |
{ | |
"index": 958, | |
"name": "Forbidden Ritual", | |
"set": "OG", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Spend all your Mana. Summon that many 1/1 Tentacles." | |
}, | |
{ | |
"index": 959, | |
"name": "Spreading Madness", | |
"set": "OG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $13 damage randomly split among ALL characters." | |
}, | |
{ | |
"index": 960, | |
"name": "Renounce Darkness", | |
"set": "OG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replace your Hero Power and Warlock cards with another class's. The cards cost (1) less." | |
}, | |
{ | |
"index": 961, | |
"name": "Anomalus", | |
"set": "OG", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Deal 8 damage to all minions." | |
}, | |
{ | |
"index": 962, | |
"name": "Cho'gall", | |
"set": "OG", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Return all cards\nyou discarded this game to\nyour hand. They cost Health\ninstead of Mana." | |
}, | |
{ | |
"index": 963, | |
"name": "Mukla, Tyrant of the Vale", | |
"set": "OG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Add 2 Bananas to your hand." | |
}, | |
{ | |
"index": 964, | |
"name": "Shifter Zerus", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Each turn this is in your hand, transform it into a random minion." | |
}, | |
{ | |
"index": 965, | |
"name": "Twin Emperor Vek'lor", | |
"set": "OG", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "[x]<b><b>Taunt</b>\nBattlecry:</b> If your C'Thun has\nat least 10 Attack, summon\nanother Emperor." | |
}, | |
{ | |
"index": 966, | |
"name": "N'Zoth, the Corruptor", | |
"set": "OG", | |
"cost": 10, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Summon your <b>Deathrattle</b> minions that died this game." | |
}, | |
{ | |
"index": 967, | |
"name": "Yogg-Saron, Hope's End", | |
"set": "OG", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Cast a random\nspell for each spell you've\ncast this game <i>(targets\nchosen randomly)</i>." | |
}, | |
{ | |
"index": 968, | |
"name": "Nerubian Prophet", | |
"set": "OG", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the start of your turn, reduce this card's\nCost by (1)." | |
}, | |
{ | |
"index": 969, | |
"name": "Faceless Behemoth", | |
"set": "OG", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": null | |
}, | |
{ | |
"index": 970, | |
"name": "Eldritch Horror", | |
"set": "OG", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 10, | |
"text": null | |
}, | |
{ | |
"index": 971, | |
"name": "Psych-o-Tron", | |
"set": "OG", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 972, | |
"name": "Corrupted Healbot", | |
"set": "OG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Restore #8 Health to the enemy hero." | |
}, | |
{ | |
"index": 973, | |
"name": "Ravaging Ghoul", | |
"set": "OG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 1 damage to all other minions." | |
}, | |
{ | |
"index": 974, | |
"name": "Aberrant Berserker", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Has +2 Attack while damaged." | |
}, | |
{ | |
"index": 975, | |
"name": "Tentacle of N'Zoth", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 1 damage to all minions." | |
}, | |
{ | |
"index": 976, | |
"name": "Grotesque Dragonhawk", | |
"set": "OG", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 977, | |
"name": "Bog Creeper", | |
"set": "OG", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 978, | |
"name": "Bilefin Tidehunter", | |
"set": "OG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Ooze with <b>Taunt</b>." | |
}, | |
{ | |
"index": 979, | |
"name": "Zealous Initiate", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Give a random friendly minion +1/+1." | |
}, | |
{ | |
"index": 980, | |
"name": "Corrupted Seer", | |
"set": "OG", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 2 damage to all non-Murloc minions." | |
}, | |
{ | |
"index": 981, | |
"name": "Disciple of C'Thun", | |
"set": "OG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 2 damage. Give your C'Thun +2/+2 <i>(wherever it is)</i>." | |
}, | |
{ | |
"index": 982, | |
"name": "Blood of The Ancient One", | |
"set": "OG", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "If you control two of these\nat the end of your turn, merge them into 'The Ancient One'." | |
}, | |
{ | |
"index": 983, | |
"name": "Faceless Shambler", | |
"set": "OG", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Copy a friendly minion's Attack and Health." | |
}, | |
{ | |
"index": 984, | |
"name": "Shadow Strike", | |
"set": "OG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to an undamaged character." | |
}, | |
{ | |
"index": 985, | |
"name": "Fiery Bat", | |
"set": "OG", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 1 damage to a random enemy." | |
}, | |
{ | |
"index": 986, | |
"name": "Klaxxi Amber-Weaver", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If your C'Thun\nhas at least 10 Attack,\ngain +5 Health." | |
}, | |
{ | |
"index": 987, | |
"name": "Wisps of the Old Gods", | |
"set": "OG", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Summon seven 1/1 Wisps; or Give your minions +2/+2." | |
}, | |
{ | |
"index": 988, | |
"name": "Forbidden Healing", | |
"set": "OG", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Spend all your Mana. Restore twice that much Health." | |
}, | |
{ | |
"index": 989, | |
"name": "Validated Doomsayer", | |
"set": "OG", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 7, | |
"text": "At the start of your turn, set this minion's Attack to 7." | |
}, | |
{ | |
"index": 990, | |
"name": "Mire Keeper", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Choose One -</b> Summon a\n2/2 Slime; or Gain an\nempty Mana Crystal." | |
}, | |
{ | |
"index": 991, | |
"name": "Stormcrack", | |
"set": "OG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 992, | |
"name": "Faceless Summoner", | |
"set": "OG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon a random 3-Cost minion." | |
}, | |
{ | |
"index": 993, | |
"name": "Hallazeal the Ascended", | |
"set": "OG", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Spell Damage +1</b>\nYour spells have <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 994, | |
"name": "Call of the Wild", | |
"set": "OG", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon all three Animal Companions." | |
}, | |
{ | |
"index": 995, | |
"name": "Infested Wolf", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon two 1/1 Spiders." | |
}, | |
{ | |
"index": 996, | |
"name": "Bloodhoof Brave", | |
"set": "OG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\nHas +3 Attack while damaged." | |
}, | |
{ | |
"index": 997, | |
"name": "Malkorok", | |
"set": "OG", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Equip a random weapon." | |
}, | |
{ | |
"index": 998, | |
"name": "Selfless Hero", | |
"set": "OG", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Give a random friendly minion <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 999, | |
"name": "Rallying Blade", | |
"set": "OG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give +1/+1 to your minions with <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1000, | |
"name": "Divine Strength", | |
"set": "OG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+2." | |
}, | |
{ | |
"index": 1001, | |
"name": "Ragnaros, Lightlord", | |
"set": "OG", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "At the end of your turn, restore #8 Health to a damaged friendly character." | |
}, | |
{ | |
"index": 1002, | |
"name": "Darkshire Alchemist", | |
"set": "OG", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Restore\n#5 Health." | |
}, | |
{ | |
"index": 1003, | |
"name": "DOOM!", | |
"set": "OG", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions. Draw a card for each." | |
}, | |
{ | |
"index": 1004, | |
"name": "Possessed Villager", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 1/1 Shadowbeast." | |
}, | |
{ | |
"index": 1005, | |
"name": "Twisted Worgen", | |
"set": "OG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 1006, | |
"name": "Am'gam Rager", | |
"set": "OG", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 1007, | |
"name": "Infested Tauren", | |
"set": "OG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Summon a 2/2 Slime." | |
}, | |
{ | |
"index": 1008, | |
"name": "Eater of Secrets", | |
"set": "OG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy all enemy <b>Secrets</b>. Gain +1/+1 for each." | |
}, | |
{ | |
"index": 1009, | |
"name": "Doomcaller", | |
"set": "OG", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 9, | |
"text": "<b>Battlecry:</b> Give your C'Thun +2/+2 <i>(wherever it is).</i> If it's dead, shuffle it into your deck." | |
}, | |
{ | |
"index": 1010, | |
"name": "Spawn of N'Zoth", | |
"set": "OG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give your minions +1/+1." | |
}, | |
{ | |
"index": 1011, | |
"name": "Southsea Squidface", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Give your weapon +2 Attack." | |
}, | |
{ | |
"index": 1012, | |
"name": "Scaled Nightmare", | |
"set": "OG", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "At the start of your turn, double this minion's Attack." | |
}, | |
{ | |
"index": 1013, | |
"name": "Twilight Summoner", | |
"set": "OG", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 5/5 Faceless Destroyer." | |
}, | |
{ | |
"index": 1014, | |
"name": "Stand Against Darkness", | |
"set": "OG", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon five 1/1 Silver Hand Recruits." | |
}, | |
{ | |
"index": 1015, | |
"name": "Blood Warriors", | |
"set": "OG", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a copy of each damaged friendly minion to your hand." | |
}, | |
{ | |
"index": 1016, | |
"name": "C'Thun", | |
"set": "OG", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal damage\nequal to this minion's\nAttack randomly split among all enemies." | |
}, | |
{ | |
"index": 1017, | |
"name": "Beckoner of Evil", | |
"set": "OG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give your C'Thun +2/+2 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1018, | |
"name": "Blade of C'Thun", | |
"set": "OG", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy a minion. Add its Attack and Health to your C'Thun's <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1019, | |
"name": "C'Thun's Chosen", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Divine Shield</b>\n<b>Battlecry:</b> Give your C'Thun\n+3/+3 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1020, | |
"name": "Twilight Geomancer", | |
"set": "OG", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Give your\nC'Thun +1/+1 and <b>Taunt</b> <i>(wherever it is)</i>." | |
}, | |
{ | |
"index": 1021, | |
"name": "Twilight Elder", | |
"set": "OG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, give your C'Thun +1/+1 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1022, | |
"name": "Ancient Harbinger", | |
"set": "OG", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "At the start of your turn, put a 10-Cost minion from your deck into your hand." | |
}, | |
{ | |
"index": 1023, | |
"name": "Shadowcaster", | |
"set": "OG", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Add a 1/1 copy to your hand that costs (1)." | |
}, | |
{ | |
"index": 1024, | |
"name": "Forlorn Stalker", | |
"set": "OG", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give all <b>Deathrattle</b> minions in your hand +1/+1." | |
}, | |
{ | |
"index": 1025, | |
"name": "Dark Arakkoa", | |
"set": "OG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Give your C'Thun\n+4/+4 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1026, | |
"name": "Cult Apothecary", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> For each enemy minion, restore #2 Health to your hero." | |
}, | |
{ | |
"index": 1027, | |
"name": "The Boogeymonster", | |
"set": "OG", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "Whenever this attacks and kills a minion, gain +2/+2." | |
}, | |
{ | |
"index": 1028, | |
"name": "Ancient Shieldbearer", | |
"set": "OG", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your C'Thun has at least 10 Attack, gain 10 Armor." | |
}, | |
{ | |
"index": 1029, | |
"name": "Usher of Souls", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever a minion dies, give your C'Thun +1/+1\n<i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1030, | |
"name": "Cult Sorcerer", | |
"set": "OG", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b><b>Spell Damage</b> +1</b>\nAfter you cast a spell,\ngive your C'Thun +1/+1\n<i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1031, | |
"name": "Giant Sand Worm", | |
"set": "OG", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Whenever this attacks and kills a minion, it may attack again." | |
}, | |
{ | |
"index": 1032, | |
"name": "Princess Huhuran", | |
"set": "OG", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Trigger a friendly minion's <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 1033, | |
"name": "Steward of Darkshire", | |
"set": "OG", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "Whenever you summon a 1-Health minion, give it <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1034, | |
"name": "A Light in the Darkness", | |
"set": "OG", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Paladin minion. Give it +2/+2." | |
}, | |
{ | |
"index": 1035, | |
"name": "N'Zoth's First Mate", | |
"set": "OG", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Equip a 1/3 Rusty Hook." | |
}, | |
{ | |
"index": 1036, | |
"name": "Addled Grizzly", | |
"set": "OG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you summon a\nBeast, give it +1/+1." | |
}, | |
{ | |
"index": 1037, | |
"name": "Blood To Ichor", | |
"set": "OG", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion. If it survives, summon a 2/2 Slime." | |
}, | |
{ | |
"index": 1038, | |
"name": "Bloodsail Cultist", | |
"set": "OG", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control another Pirate, give your weapon +1/+1." | |
}, | |
{ | |
"index": 1039, | |
"name": "Herald Volazj", | |
"set": "OG", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon a 1/1 copy of each of your other minions." | |
}, | |
{ | |
"index": 1040, | |
"name": "Deathwing, Dragonlord", | |
"set": "OG", | |
"cost": 10, | |
"attack": 12, | |
"health_or_durability": 12, | |
"text": "<b>Deathrattle:</b> Put all Dragons from your hand into the battlefield." | |
}, | |
{ | |
"index": 1041, | |
"name": "Hogger, Doom of Elwynn", | |
"set": "OG", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Whenever this minion takes damage, summon a 2/2 Gnoll with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1042, | |
"name": "Midnight Drake", | |
"set": "OG", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Gain +1 Attack for each other card\nin your hand." | |
}, | |
{ | |
"index": 1043, | |
"name": "Crazed Worshipper", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nWhenever this minion takes\ndamage, give your C'Thun\n+1/+1 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1044, | |
"name": "Blackwater Pirate", | |
"set": "OG", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Your weapons cost (2) less." | |
}, | |
{ | |
"index": 1045, | |
"name": "Polluted Hoarder", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 1046, | |
"name": "Carrion Grub", | |
"set": "OG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 1047, | |
"name": "Duskboar", | |
"set": "OG", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 1048, | |
"name": "Squirming Tentacle", | |
"set": "OG", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1049, | |
"name": "Master of Evolution", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Transform a friendly minion into a random one that costs (1) more." | |
}, | |
{ | |
"index": 1050, | |
"name": "Undercity Huckster", | |
"set": "OG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Get a\nrandom card <i>(from your\nopponent's class)</i>." | |
}, | |
{ | |
"index": 1051, | |
"name": "Hooded Acolyte", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nWhenever a character is\nhealed, give your C'Thun\n+1/+1 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 1052, | |
"name": "Shifting Shade", | |
"set": "OG", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Copy a card\nfrom your opponent's deck\n and add it to your hand." | |
}, | |
{ | |
"index": 1053, | |
"name": "Cyclopian Horror", | |
"set": "OG", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> Gain +1 Health for each enemy minion." | |
}, | |
{ | |
"index": 1054, | |
"name": "Nat, the Darkfisher", | |
"set": "OG", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "At the start of your opponent's turn, they have a 50% chance to draw an extra card." | |
}, | |
{ | |
"index": 1055, | |
"name": "Skeram Cultist", | |
"set": "OG", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Give your C'Thun\n+2/+2 <i>(wherever it is)</i>." | |
}, | |
{ | |
"index": 1056, | |
"name": "Soggoth the Slitherer", | |
"set": "OG", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 9, | |
"text": "<b>Taunt</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 1057, | |
"name": "Cat Trick", | |
"set": "KARA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent casts a spell, summon a 4/2 Panther with <b>Stealth</b>." | |
}, | |
{ | |
"index": 1058, | |
"name": "Kindly Grandmother", | |
"set": "KARA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 3/2 Big Bad Wolf." | |
}, | |
{ | |
"index": 1059, | |
"name": "Cloaked Huntress", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your <b>Secrets</b> cost (0)." | |
}, | |
{ | |
"index": 1060, | |
"name": "Babbling Book", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random Mage spell to your hand." | |
}, | |
{ | |
"index": 1061, | |
"name": "Nightbane Templar", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, summon two 1/1 Whelps." | |
}, | |
{ | |
"index": 1062, | |
"name": "Pompous Thespian", | |
"set": "KARA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1063, | |
"name": "Purify", | |
"set": "KARA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> a friendly minion. Draw a card." | |
}, | |
{ | |
"index": 1064, | |
"name": "Wicked Witchdoctor", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever you cast a spell, summon a random basic Totem." | |
}, | |
{ | |
"index": 1065, | |
"name": "Kara Kazham!", | |
"set": "KARA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 1/1 Candle, 2/2 Broom, and 3/3 Teapot." | |
}, | |
{ | |
"index": 1066, | |
"name": "Protect the King!", | |
"set": "KARA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "For each enemy minion, summon a 1/1 Pawn with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1067, | |
"name": "Fool's Bane", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Unlimited attacks each turn. Can't attack heroes." | |
}, | |
{ | |
"index": 1068, | |
"name": "Runic Egg", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 1069, | |
"name": "Pantry Spider", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a\n1/3 Spider." | |
}, | |
{ | |
"index": 1070, | |
"name": "Book Wyrm", | |
"set": "KARA", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, destroy an enemy minion with 3 or less Attack." | |
}, | |
{ | |
"index": 1071, | |
"name": "Priest of the Feast", | |
"set": "KARA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Whenever you cast a spell, restore #3 Health to\nyour hero." | |
}, | |
{ | |
"index": 1072, | |
"name": "Arcane Anomaly", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "After you cast a spell, give this minion +1 Health." | |
}, | |
{ | |
"index": 1073, | |
"name": "Avian Watcher", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, gain +1/+1\nand <b>Taunt</b>." | |
}, | |
{ | |
"index": 1074, | |
"name": "Moat Lurker", | |
"set": "KARA", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a minion. <b>Deathrattle:</b> Resummon it." | |
}, | |
{ | |
"index": 1075, | |
"name": "Moroes", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>\nAt the end of your turn, summon a 1/1 Steward." | |
}, | |
{ | |
"index": 1076, | |
"name": "Ivory Knight", | |
"set": "KARA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a spell.\nRestore Health to your hero\nequal to its Cost." | |
}, | |
{ | |
"index": 1077, | |
"name": "The Curator", | |
"set": "KARA", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Draw a Beast, Dragon, and Murloc from your deck." | |
}, | |
{ | |
"index": 1078, | |
"name": "Netherspite Historian", | |
"set": "KARA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, <b>Discover</b>\na Dragon." | |
}, | |
{ | |
"index": 1079, | |
"name": "Spirit Claws", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]Has +2 Attack while you\nhave <b>Spell Damage</b>." | |
}, | |
{ | |
"index": 1080, | |
"name": "Menagerie Warden", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a friendly Beast. Summon a copy of it." | |
}, | |
{ | |
"index": 1081, | |
"name": "Swashburglar", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random card from another class to your hand." | |
}, | |
{ | |
"index": 1082, | |
"name": "Ethereal Peddler", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you're holding any cards from another class, reduce their Cost by (2)." | |
}, | |
{ | |
"index": 1083, | |
"name": "Maelstrom Portal", | |
"set": "KARA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemy minions. Summon a random\n1-Cost minion." | |
}, | |
{ | |
"index": 1084, | |
"name": "Moonglade Portal", | |
"set": "KARA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #6 Health. Summon a random\n6-Cost minion." | |
}, | |
{ | |
"index": 1085, | |
"name": "Firelands Portal", | |
"set": "KARA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $6 damage. Summon a random\n6-Cost minion." | |
}, | |
{ | |
"index": 1086, | |
"name": "Silvermoon Portal", | |
"set": "KARA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2. Summon a random\n2-Cost minion." | |
}, | |
{ | |
"index": 1087, | |
"name": "Malchezaar's Imp", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you discard a card, draw a card." | |
}, | |
{ | |
"index": 1088, | |
"name": "Ironforge Portal", | |
"set": "KARA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 4 Armor.\nSummon a random\n4-Cost minion." | |
}, | |
{ | |
"index": 1089, | |
"name": "Medivh's Valet", | |
"set": "KARA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, deal 3 damage." | |
}, | |
{ | |
"index": 1090, | |
"name": "Deadly Fork", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Add a 3/2 weapon to your hand." | |
}, | |
{ | |
"index": 1091, | |
"name": "Zoobot", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a random friendly Beast, Dragon, and Murloc +1/+1." | |
}, | |
{ | |
"index": 1092, | |
"name": "Prince Malchezaar", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Start of Game:</b>\nAdd 5 extra <b>Legendary</b>\nminions to your deck." | |
}, | |
{ | |
"index": 1093, | |
"name": "Medivh, the Guardian", | |
"set": "KARA", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Equip Atiesh, Greatstaff of the Guardian." | |
}, | |
{ | |
"index": 1094, | |
"name": "Barnes", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a 1/1 copy of a random minion in your deck." | |
}, | |
{ | |
"index": 1095, | |
"name": "Onyx Bishop", | |
"set": "KARA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a random friendly minion\nthat died this game." | |
}, | |
{ | |
"index": 1096, | |
"name": "Silverware Golem", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "If you discard this minion, summon it." | |
}, | |
{ | |
"index": 1097, | |
"name": "Enchanted Raven", | |
"set": "KARA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 1098, | |
"name": "Menagerie Magician", | |
"set": "KARA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a random friendly Beast, Dragon, and Murloc +2/+2." | |
}, | |
{ | |
"index": 1099, | |
"name": "Arcanosmith", | |
"set": "KARA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a 0/5 minion with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1100, | |
"name": "Arcane Giant", | |
"set": "KARA", | |
"cost": 12, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]Costs (1) less for each spell\nyou've cast this game." | |
}, | |
{ | |
"index": 1101, | |
"name": "Violet Illusionist", | |
"set": "KARA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "During your turn, your hero is <b>Immune</b>." | |
}, | |
{ | |
"index": 1102, | |
"name": "Raza the Chained", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x] <b>Battlecry:</b> If your deck has \nno duplicates, your Hero\n Power costs (0) this game." | |
}, | |
{ | |
"index": 1103, | |
"name": "Freezing Potion", | |
"set": "GANGS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> an enemy." | |
}, | |
{ | |
"index": 1104, | |
"name": "Wind-up Burglebot", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Whenever this attacks a minion and survives, draw a card." | |
}, | |
{ | |
"index": 1105, | |
"name": "Hidden Cache", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, give a random minion in your hand +2/+2." | |
}, | |
{ | |
"index": 1106, | |
"name": "Street Trickster", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 7, | |
"text": "<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 1107, | |
"name": "Red Mana Wyrm", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "Whenever you cast a spell, gain +2 Attack." | |
}, | |
{ | |
"index": 1108, | |
"name": "Jinyu Waterspeaker", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Restore #6 Health.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 1109, | |
"name": "Grimestreet Protector", | |
"set": "GANGS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Give adjacent\n minions <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1110, | |
"name": "Kooky Chemist", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Swap the Attack and Health of a minion." | |
}, | |
{ | |
"index": 1111, | |
"name": "Blubber Baron", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Whenever you summon a <b>Battlecry</b> minion while this is in your hand, gain +1/+1." | |
}, | |
{ | |
"index": 1112, | |
"name": "Volcanic Potion", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all minions." | |
}, | |
{ | |
"index": 1113, | |
"name": "Kabal Lackey", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> The next <b>Secret</b>\nyou play this turn costs (1)." | |
}, | |
{ | |
"index": 1114, | |
"name": "Hozen Healer", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry</b>: Restore a minion to full Health." | |
}, | |
{ | |
"index": 1115, | |
"name": "Felfire Potion", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to all characters." | |
}, | |
{ | |
"index": 1116, | |
"name": "Weasel Tunneler", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Shuffle this minion into your opponent's deck." | |
}, | |
{ | |
"index": 1117, | |
"name": "Mistress of Mixtures", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Restore #4 Health to each hero." | |
}, | |
{ | |
"index": 1118, | |
"name": "Public Defender", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1119, | |
"name": "Smuggler's Run", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 1120, | |
"name": "Kun the Forgotten King", | |
"set": "GANGS", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Choose One -</b> Gain 10 Armor; or Refresh your Mana Crystals." | |
}, | |
{ | |
"index": 1121, | |
"name": "Call in the Finishers", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon four\n1/1 Murlocs." | |
}, | |
{ | |
"index": 1122, | |
"name": "Jade Chieftain", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon a{1} {0} <b>Jade Golem</b>. Give it <b>Taunt</b>." | |
}, | |
{ | |
"index": 1123, | |
"name": "Finders Keepers", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a card with <b>Overload</b>. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 1124, | |
"name": "Alleycat", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Cat." | |
}, | |
{ | |
"index": 1125, | |
"name": "Rat Pack", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Summon a\nnumber of 1/1 Rats equal\n to this minion's Attack." | |
}, | |
{ | |
"index": 1126, | |
"name": "Grimestreet Informant", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b>\na Hunter, Paladin, or\nWarrior card." | |
}, | |
{ | |
"index": 1127, | |
"name": "White Eyes", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Shuffle\n'The Storm Guardian' into your deck." | |
}, | |
{ | |
"index": 1128, | |
"name": "Small-Time Buccaneer", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Has +2 Attack while you have a weapon equipped." | |
}, | |
{ | |
"index": 1129, | |
"name": "Fight Promoter", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you control\na minion with 6 or more\n Health, draw two cards." | |
}, | |
{ | |
"index": 1130, | |
"name": "Knuckles", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "After this attacks a\nminion, it also hits the enemy hero." | |
}, | |
{ | |
"index": 1131, | |
"name": "Smuggler's Crate", | |
"set": "GANGS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a random Beast in your hand +2/+2." | |
}, | |
{ | |
"index": 1132, | |
"name": "Dispatch Kodo", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal damage equal to this minion's Attack." | |
}, | |
{ | |
"index": 1133, | |
"name": "Shaky Zipgunner", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Give a random\nminion in your hand +2/+2." | |
}, | |
{ | |
"index": 1134, | |
"name": "Piranha Launcher", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]After your hero attacks,\nsummon a 1/1 Piranha." | |
}, | |
{ | |
"index": 1135, | |
"name": "Trogg Beastrager", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a random Beast in your hand +1/+1." | |
}, | |
{ | |
"index": 1136, | |
"name": "Sergeant Sally", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal damage equal to this minion's Attack to all enemy minions." | |
}, | |
{ | |
"index": 1137, | |
"name": "Luckydo Buccaneer", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If your weapon has at least 3 Attack, gain +4/+4." | |
}, | |
{ | |
"index": 1138, | |
"name": "Jade Behemoth", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Summon a{1}\n{0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 1139, | |
"name": "Finja, the Flying Star", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Stealth</b>\n Whenever this attacks and \nkills a minion, summon 2\n Murlocs from your deck." | |
}, | |
{ | |
"index": 1140, | |
"name": "Jade Idol", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Summon a{1} {0} <b>Jade Golem</b>; or Shuffle 3 copies of this card into your deck." | |
}, | |
{ | |
"index": 1141, | |
"name": "Potion of Madness", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain control of an enemy minion with 2 or less Attack until end of turn." | |
}, | |
{ | |
"index": 1142, | |
"name": "Greater Healing Potion", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #12 Health to a friendly character." | |
}, | |
{ | |
"index": 1143, | |
"name": "Drakonid Operative", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, <b>Discover</b> a\ncopy of a card in your\nopponent's deck." | |
}, | |
{ | |
"index": 1144, | |
"name": "Mana Geode", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Overheal:</b> Summon a\n2/2 Crystal." | |
}, | |
{ | |
"index": 1145, | |
"name": "Blastcrystal Potion", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion and one of your Mana Crystals." | |
}, | |
{ | |
"index": 1146, | |
"name": "Fel Orc Soulfiend", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "At the start of your turn, deal 2 damage to this minion." | |
}, | |
{ | |
"index": 1147, | |
"name": "Crystalweaver", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give your Demons +1/+1." | |
}, | |
{ | |
"index": 1148, | |
"name": "Bloodfury Potion", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +3 Attack.\nIf it's a Demon, also\ngive it +3 Health." | |
}, | |
{ | |
"index": 1149, | |
"name": "Mark of the Lotus", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +1/+1." | |
}, | |
{ | |
"index": 1150, | |
"name": "Pilfered Power", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain an empty Mana Crystal for each friendly minion." | |
}, | |
{ | |
"index": 1151, | |
"name": "Celestial Dreamer", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you control a\nminion with 5 or more\nAttack, gain +2/+2." | |
}, | |
{ | |
"index": 1152, | |
"name": "Kabal Chemist", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Add a random Potion to your hand." | |
}, | |
{ | |
"index": 1153, | |
"name": "Potion of Polymorph", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, transform it into a\n1/1 Sheep." | |
}, | |
{ | |
"index": 1154, | |
"name": "Kazakus", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If your deck\nhas no duplicates,\n create a custom spell." | |
}, | |
{ | |
"index": 1155, | |
"name": "Greater Arcane Missiles", | |
"set": "GANGS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shoot three missiles at random enemies that deal $3 damage each." | |
}, | |
{ | |
"index": 1156, | |
"name": "Kabal Talonpriest", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly minion +3 Health." | |
}, | |
{ | |
"index": 1157, | |
"name": "Counterfeit Coin", | |
"set": "GANGS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 1 Mana Crystal this turn only." | |
}, | |
{ | |
"index": 1158, | |
"name": "Brass Knuckles", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After your hero attacks,\ngive a random minion in\nyour hand +1/+1." | |
}, | |
{ | |
"index": 1159, | |
"name": "Lotus Assassin", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Stealth</b>. Whenever this attacks and kills a minion, gain <b>Stealth</b>." | |
}, | |
{ | |
"index": 1160, | |
"name": "Shadow Rager", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 1161, | |
"name": "Patches the Pirate", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]After you play a Pirate,\nsummon this minion\nfrom your deck." | |
}, | |
{ | |
"index": 1162, | |
"name": "Grimestreet Enforcer", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 1163, | |
"name": "Hobart Grapplehammer", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you have a\nweapon equipped, give\nall minions in your hand\nand deck +2/+2." | |
}, | |
{ | |
"index": 1164, | |
"name": "Backstreet Leper", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "[x]<b>Deathrattle:</b> Deal 2 damage\nto the enemy hero." | |
}, | |
{ | |
"index": 1165, | |
"name": "Blowgill Sniper", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 1166, | |
"name": "Big-Time Racketeer", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 6/6 Ogre." | |
}, | |
{ | |
"index": 1167, | |
"name": "Kabal Courier", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b>\na Mage, Priest, or\nWarlock card." | |
}, | |
{ | |
"index": 1168, | |
"name": "Grimscale Chum", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Give a random\nMurloc in your hand +1/+1." | |
}, | |
{ | |
"index": 1169, | |
"name": "Naga Corsair", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give your weapon +1 Attack." | |
}, | |
{ | |
"index": 1170, | |
"name": "Second-Rate Bruiser", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\nCosts (2) less if your\nopponent has at least\nthree minions." | |
}, | |
{ | |
"index": 1171, | |
"name": "Hired Gun", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1172, | |
"name": "Friendly Bartender", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, restore #1 Health to your hero." | |
}, | |
{ | |
"index": 1173, | |
"name": "Toxic Sewer Ooze", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Remove 1 Durability from your opponent's weapon." | |
}, | |
{ | |
"index": 1174, | |
"name": "Streetwise Investigator", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Enemy minions lose <b>Stealth</b>." | |
}, | |
{ | |
"index": 1175, | |
"name": "Kabal Songstealer", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> <b>Silence</b> a minion." | |
}, | |
{ | |
"index": 1176, | |
"name": "Backroom Bouncer", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever a friendly minion dies, gain +1 Attack." | |
}, | |
{ | |
"index": 1177, | |
"name": "Gadgetzan Socialite", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Restore #2 Health." | |
}, | |
{ | |
"index": 1178, | |
"name": "Manic Soulcaster", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Shuffle a copy into your deck." | |
}, | |
{ | |
"index": 1179, | |
"name": "Pint-Size Potion", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give all enemy minions\n-3 Attack this turn only." | |
}, | |
{ | |
"index": 1180, | |
"name": "Dragonfire Potion", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $5 damage to all\nminions except Dragons." | |
}, | |
{ | |
"index": 1181, | |
"name": "Kabal Trafficker", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]At the end of your turn,\nadd a random Demon\nto your hand." | |
}, | |
{ | |
"index": 1182, | |
"name": "Worgen Greaser", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 1183, | |
"name": "Grook Fu Master", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 1184, | |
"name": "Bomb Squad", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Deal 5 damage\nto an enemy minion.\n<b>Deathrattle:</b> Deal 5 damage\nto your hero." | |
}, | |
{ | |
"index": 1185, | |
"name": "Doppelgangster", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon 2 copies of this minion." | |
}, | |
{ | |
"index": 1186, | |
"name": "Burgly Bully", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "Whenever your opponent casts a spell, add a Coin to your hand." | |
}, | |
{ | |
"index": 1187, | |
"name": "Mayor Noggenfogger", | |
"set": "GANGS", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "All targets are chosen randomly." | |
}, | |
{ | |
"index": 1188, | |
"name": "Cryomancer", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If an enemy is <b>Frozen</b>, gain +2/+2." | |
}, | |
{ | |
"index": 1189, | |
"name": "Madam Goya", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose a friendly\nminion. Summon any copies\nof it in your deck." | |
}, | |
{ | |
"index": 1190, | |
"name": "Don Han'Cho", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give a\nrandom minion in your hand +5/+5." | |
}, | |
{ | |
"index": 1191, | |
"name": "Inkmaster Solia", | |
"set": "GANGS", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno duplicates, the next\nspell you cast this turn\ncosts (0)." | |
}, | |
{ | |
"index": 1192, | |
"name": "Spiked Hogrider", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If an enemy minion has <b>Taunt</b>, gain <b>Charge</b>." | |
}, | |
{ | |
"index": 1193, | |
"name": "Jade Shuriken", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\n<b>Combo:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 1194, | |
"name": "Jade Swarmer", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>\n<b>Deathrattle:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 1195, | |
"name": "Gadgetzan Ferryman", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Return a friendly minion to your hand." | |
}, | |
{ | |
"index": 1196, | |
"name": "Shadow Sensei", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a <b>Stealthed</b> minion +2/+2." | |
}, | |
{ | |
"index": 1197, | |
"name": "Devolve", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform all enemy minions into random ones that cost (1) less." | |
}, | |
{ | |
"index": 1198, | |
"name": "Lotus Illusionist", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]After this minion attacks\na hero, transform it into a\n random 6-Cost minion." | |
}, | |
{ | |
"index": 1199, | |
"name": "Seadevil Stinger", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> The next Murloc\nyou play this turn costs\n Health instead of Mana." | |
}, | |
{ | |
"index": 1200, | |
"name": "Jade Lightning", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 1201, | |
"name": "Jade Blossom", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a{1} {0} <b>Jade Golem</b>. Gain an empty Mana Crystal." | |
}, | |
{ | |
"index": 1202, | |
"name": "Jade Spirit", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 1203, | |
"name": "Sleep with the Fishes", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to all damaged minions." | |
}, | |
{ | |
"index": 1204, | |
"name": "Jade Claws", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a{1} {0} <b>Jade Golem</b>.\n<b><b>Overload</b>:</b> (1)0<b>Battlecry:</b> Summon a <b>Jade Golem</b>.\n<b><b>Overload</b>:</b> (1)" | |
}, | |
{ | |
"index": 1205, | |
"name": "Krul the Unshackled", | |
"set": "GANGS", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno duplicates, summon all\n Demons from your hand. " | |
}, | |
{ | |
"index": 1206, | |
"name": "Abyssal Enforcer", | |
"set": "GANGS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 3 damage to all other characters." | |
}, | |
{ | |
"index": 1207, | |
"name": "Stolen Goods", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a <b>Taunt</b> minion.\nGive it +2/+2." | |
}, | |
{ | |
"index": 1208, | |
"name": "Grimestreet Outfitter", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 1209, | |
"name": "Grimy Gadgeteer", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, give a random minion in your hand +2/+2." | |
}, | |
{ | |
"index": 1210, | |
"name": "Grimestreet Pawnbroker", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a random weapon in your hand +1/+1." | |
}, | |
{ | |
"index": 1211, | |
"name": "Alley Armorsmith", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\nWhenever this minion\ndeals damage, gain\nthat much Armor." | |
}, | |
{ | |
"index": 1212, | |
"name": "Meanstreet Marshal", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> If this minion has 2 or more Attack, draw a card." | |
}, | |
{ | |
"index": 1213, | |
"name": "Kabal Crystal Runner", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "Costs (2) less for each <b>Secret</b> you've played this game." | |
}, | |
{ | |
"index": 1214, | |
"name": "Shaku, the Collector", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b>. Whenever this\nattacks, add a random card\nto your hand <i>(from your\nopponent's class).</i>" | |
}, | |
{ | |
"index": 1215, | |
"name": "Dirty Rat", | |
"set": "GANGS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Your opponent\nsummons a random minion\nfrom their hand." | |
}, | |
{ | |
"index": 1216, | |
"name": "Getaway Kodo", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, return it to your hand." | |
}, | |
{ | |
"index": 1217, | |
"name": "Wrathion", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> Draw cards until you draw one that isn't a Dragon." | |
}, | |
{ | |
"index": 1218, | |
"name": "Auctionmaster Beardo", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After you cast a spell, refresh your Hero Power." | |
}, | |
{ | |
"index": 1219, | |
"name": "Genzo, the Shark", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "Whenever this attacks, both players draw until they have 3 cards." | |
}, | |
{ | |
"index": 1220, | |
"name": "Tanaris Hogchopper", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If your opponent's\nhand is empty, gain <b>Charge</b>." | |
}, | |
{ | |
"index": 1221, | |
"name": "Leatherclad Hogleader", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your opponent has 6 or more cards in hand, gain <b>Charge</b>." | |
}, | |
{ | |
"index": 1222, | |
"name": "Lunar Visions", | |
"set": "GANGS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards. Minions drawn cost (2) less." | |
}, | |
{ | |
"index": 1223, | |
"name": "Wickerflame Burnbristle", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>\n<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1224, | |
"name": "Virmen Sensei", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly Beast +3/+3." | |
}, | |
{ | |
"index": 1225, | |
"name": "Daring Reporter", | |
"set": "GANGS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Whenever your opponent draws a card, gain +1/+1." | |
}, | |
{ | |
"index": 1226, | |
"name": "Lotus Agents", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Discover</b>\na Druid, Rogue, or\nShaman card." | |
}, | |
{ | |
"index": 1227, | |
"name": "Grimestreet Smuggler", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a random minion in your hand +1/+1." | |
}, | |
{ | |
"index": 1228, | |
"name": "Ancient of Blossoms", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1229, | |
"name": "Defias Cleaner", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> <b>Silence</b> a minion with <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 1230, | |
"name": "Unlicensed Apothecary", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "After you summon a minion, deal 5 damage to your hero." | |
}, | |
{ | |
"index": 1231, | |
"name": "Aya Blackpaw", | |
"set": "GANGS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry and Deathrattle:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 1232, | |
"name": "Small-Time Recruits", | |
"set": "GANGS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw three 1-Cost\nminions from your deck." | |
}, | |
{ | |
"index": 1233, | |
"name": "I Know a Guy", | |
"set": "GANGS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Taunt</b> minion. Give it +1/+2." | |
}, | |
{ | |
"index": 1234, | |
"name": "Pterrordax Hatchling", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b><b>Battlecry:</b> Adapt</b>." | |
}, | |
{ | |
"index": 1235, | |
"name": "Volcanosaur", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> <b>Adapt</b>, then <b>Adapt</b>." | |
}, | |
{ | |
"index": 1236, | |
"name": "Dinosize", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set a minion's stats to 7/14." | |
}, | |
{ | |
"index": 1237, | |
"name": "Ravasaur Runt", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you control at least 2 other minions, <b>Adapt.</b>" | |
}, | |
{ | |
"index": 1238, | |
"name": "Sated Threshadon", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Summon three 1/1 Murlocs." | |
}, | |
{ | |
"index": 1239, | |
"name": "Hydrologist", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b> and cast a <b>Secret</b>." | |
}, | |
{ | |
"index": 1240, | |
"name": "Sunkeeper Tarim", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Set all other minions' Attack and Health to 3." | |
}, | |
{ | |
"index": 1241, | |
"name": "Flame Geyser", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage.\nAdd a 1/2 Elemental to your hand." | |
}, | |
{ | |
"index": 1242, | |
"name": "Air Elemental", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 1243, | |
"name": "Arcanologist", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Draw a <b>Secret</b>." | |
}, | |
{ | |
"index": 1244, | |
"name": "Steam Surger", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you played\nan Elemental last turn,\nadd a 'Flame Geyser'\nto your hand." | |
}, | |
{ | |
"index": 1245, | |
"name": "Mirage Caller", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose a minion. Summon a 1/1 copy of it." | |
}, | |
{ | |
"index": 1246, | |
"name": "Mana Bind", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent casts a spell, add a copy to your hand that costs (0)." | |
}, | |
{ | |
"index": 1247, | |
"name": "Volcano", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $15 damage randomly split among all minions.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 1248, | |
"name": "Pyros", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Return this to your hand as a 6/6 that costs (4)." | |
}, | |
{ | |
"index": 1249, | |
"name": "Open the Waygate", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Cast 8 spells that\ndidn't start in your deck.\n<b>Reward:</b> Time Warp." | |
}, | |
{ | |
"index": 1250, | |
"name": "Shadow Visions", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a copy of a spell in your deck." | |
}, | |
{ | |
"index": 1251, | |
"name": "Binding Heal", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #5 Health to a minion and your hero." | |
}, | |
{ | |
"index": 1252, | |
"name": "Crystalline Oracle", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Copy a card\nfrom your opponent's deck\n and add it to your hand." | |
}, | |
{ | |
"index": 1253, | |
"name": "Radiant Elemental", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Your spells cost (1) less." | |
}, | |
{ | |
"index": 1254, | |
"name": "Curious Glimmerroot", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Look at 3 cards.\nGuess which one started\nin your opponent's deck\nto get a copy of it." | |
}, | |
{ | |
"index": 1255, | |
"name": "Tortollan Shellraiser", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Give a random\n friendly minion +1/+1." | |
}, | |
{ | |
"index": 1256, | |
"name": "Ravenous Pterrordax", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a friendly minion to <b>Adapt</b> twice." | |
}, | |
{ | |
"index": 1257, | |
"name": "Tar Lurker", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\nHas +3 Attack during your opponent's turn." | |
}, | |
{ | |
"index": 1258, | |
"name": "Razorpetal Volley", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add two Razorpetals to your hand that deal 2 damage." | |
}, | |
{ | |
"index": 1259, | |
"name": "Razorpetal Lasher", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Add a\nRazorpetal to your hand\nthat deals 2 damage." | |
}, | |
{ | |
"index": 1260, | |
"name": "Mimic Pod", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card, then add a copy of it to your hand." | |
}, | |
{ | |
"index": 1261, | |
"name": "Obsidian Shard", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Costs (1) less for each non-Rogue Class card added to your hand this game." | |
}, | |
{ | |
"index": 1262, | |
"name": "Biteweed", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> Gain +1/+1 for each other card you've played this turn." | |
}, | |
{ | |
"index": 1263, | |
"name": "Vilespine Slayer", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Combo:</b> Destroy a minion." | |
}, | |
{ | |
"index": 1264, | |
"name": "Sherazin, Corpse Flower", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Go <b>Dormant</b>. Play 4 cards in a turn to revive this minion." | |
}, | |
{ | |
"index": 1265, | |
"name": "The Caverns Below", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Play four minions\nwith the same name.\n<b>Reward:</b> Crystal Core." | |
}, | |
{ | |
"index": 1266, | |
"name": "Tol'vir Stoneshaper", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you played an\nElemental last turn, gain\n <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1267, | |
"name": "Giant Mastodon", | |
"set": "UNGORO", | |
"cost": 9, | |
"attack": 6, | |
"health_or_durability": 12, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1268, | |
"name": "Stonehill Defender", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> <b>Discover</b> a <b>Taunt</b> minion." | |
}, | |
{ | |
"index": 1269, | |
"name": "Rockpool Hunter", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly Murloc +1/+1." | |
}, | |
{ | |
"index": 1270, | |
"name": "Vicious Fledgling", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After this minion attacks a hero, <b>Adapt</b>." | |
}, | |
{ | |
"index": 1271, | |
"name": "Eggnapper", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon two 1/1 Raptors." | |
}, | |
{ | |
"index": 1272, | |
"name": "Tortollan Forager", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random minion with 5 or more Attack to your hand." | |
}, | |
{ | |
"index": 1273, | |
"name": "Frozen Crusher", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "After this minion attacks, <b>Freeze</b> it." | |
}, | |
{ | |
"index": 1274, | |
"name": "Thunder Lizard", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry</b>: If you played an Elemental last turn, <b>Adapt</b>." | |
}, | |
{ | |
"index": 1275, | |
"name": "Devilsaur Egg", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a 5/5 Devilsaur." | |
}, | |
{ | |
"index": 1276, | |
"name": "Fire Plume Phoenix", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 3 damage." | |
}, | |
{ | |
"index": 1277, | |
"name": "Emerald Hive Queen", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Your minions cost (2) more." | |
}, | |
{ | |
"index": 1278, | |
"name": "Giant Anaconda", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Summon\na minion from your hand with 5 or more Attack." | |
}, | |
{ | |
"index": 1279, | |
"name": "Bittertide Hydra", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Whenever this minion takes damage, deal 3 damage to your hero." | |
}, | |
{ | |
"index": 1280, | |
"name": "Tortollan Primalist", | |
"set": "UNGORO", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a spell and cast it with random targets." | |
}, | |
{ | |
"index": 1281, | |
"name": "Gentle Megasaur", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Adapt</b> your Murlocs." | |
}, | |
{ | |
"index": 1282, | |
"name": "Charged Devilsaur", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Charge</b>\n<b>Battlecry:</b> Can't attack heroes this turn." | |
}, | |
{ | |
"index": 1283, | |
"name": "Verdant Longneck", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> <b>Adapt</b>." | |
}, | |
{ | |
"index": 1284, | |
"name": "Shellshifter", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Choose One - </b>Transform\ninto a 5/3 with <b>Stealth</b>;\nor a 3/5 with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1285, | |
"name": "Evolving Spores", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Adapt</b> your minions." | |
}, | |
{ | |
"index": 1286, | |
"name": "Earthen Scales", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly minion +1/+1, then gain Armor equal to its Attack." | |
}, | |
{ | |
"index": 1287, | |
"name": "Elder Longneck", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> If you're holding a minion with 5 or more Attack, <b>Adapt</b>." | |
}, | |
{ | |
"index": 1288, | |
"name": "Living Mana", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform your Mana Crystals into 2/2 Treants. Recover the mana when they die." | |
}, | |
{ | |
"index": 1289, | |
"name": "Bright-Eyed Scout", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw a card. Change its Cost to (5)." | |
}, | |
{ | |
"index": 1290, | |
"name": "Jungle Giants", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Summon\n4 minions with\n5 or more Attack.\n<b>Reward:</b> Barnabus." | |
}, | |
{ | |
"index": 1291, | |
"name": "Primalfin Totem", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, summon a 1/1 Murloc." | |
}, | |
{ | |
"index": 1292, | |
"name": "Fire Plume Harbinger", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Reduce the Cost of Elementals in your hand by (1)." | |
}, | |
{ | |
"index": 1293, | |
"name": "Glacial Shard", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> <b>Freeze</b> an enemy." | |
}, | |
{ | |
"index": 1294, | |
"name": "Stone Sentinel", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you played an Elemental last turn, summon two 2/3 Elementals with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1295, | |
"name": "Kalimos, Primal Lord", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> If you played an\nElemental last turn, cast an\nElemental Invocation." | |
}, | |
{ | |
"index": 1296, | |
"name": "Terrorscale Stalker", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Trigger a friendly minion's <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 1297, | |
"name": "Nesting Roc", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> If you control at least 2 other minions, gain <b>Taunt</b>." | |
}, | |
{ | |
"index": 1298, | |
"name": "Emerald Reaver", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage to each hero." | |
}, | |
{ | |
"index": 1299, | |
"name": "Ultrasaur", | |
"set": "UNGORO", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 14, | |
"text": null | |
}, | |
{ | |
"index": 1300, | |
"name": "Golakka Crawler", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a Pirate and gain +1/+1." | |
}, | |
{ | |
"index": 1301, | |
"name": "Stubborn Gastropod", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n <b>Poisonous</b>" | |
}, | |
{ | |
"index": 1302, | |
"name": "Fire Fly", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry</b>: Add a 1/2 Elemental to your hand." | |
}, | |
{ | |
"index": 1303, | |
"name": "Stegodon", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1304, | |
"name": "Sabretooth Stalker", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 8, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 1305, | |
"name": "Stormwatcher", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 1306, | |
"name": "Giant Wasp", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>\n <b>Poisonous</b>" | |
}, | |
{ | |
"index": 1307, | |
"name": "Servant of Kalimos", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you played\nan Elemental last turn,\n <b>Discover</b> an Elemental." | |
}, | |
{ | |
"index": 1308, | |
"name": "Tidal Surge", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $5 damage to a minion." | |
}, | |
{ | |
"index": 1309, | |
"name": "Volatile Elemental", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 3 damage to a random enemy minion." | |
}, | |
{ | |
"index": 1310, | |
"name": "Envenom Weapon", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your weapon <b>Poisonous</b>." | |
}, | |
{ | |
"index": 1311, | |
"name": "Lakkari Sacrifice", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Discard 6 cards.\n<b>Reward:</b> Nether Portal." | |
}, | |
{ | |
"index": 1312, | |
"name": "Cruel Dinomancer", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Deathrattle:</b> Summon a\nrandom minion you\ndiscarded this game." | |
}, | |
{ | |
"index": 1313, | |
"name": "Corrupting Mist", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Curse all minions. Destroy them at the start of your next turn." | |
}, | |
{ | |
"index": 1314, | |
"name": "Bloodbloom", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next spell you cast this turn costs Health instead of Mana." | |
}, | |
{ | |
"index": 1315, | |
"name": "Lakkari Felhound", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Discard your two lowest-Cost cards." | |
}, | |
{ | |
"index": 1316, | |
"name": "Feeding Time", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. Summon three 1/1 Pterrordaxes and <b>Adapt</b> them." | |
}, | |
{ | |
"index": 1317, | |
"name": "Chittering Tunneler", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a spell.\nDeal damage to your hero\nequal to its Cost." | |
}, | |
{ | |
"index": 1318, | |
"name": "Clutchmother Zavas", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Whenever you discard this, give it +2/+2 and return it to your hand." | |
}, | |
{ | |
"index": 1319, | |
"name": "Tar Lord", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 1, | |
"health_or_durability": 11, | |
"text": "<b>Taunt</b>\nHas +4 Attack during your opponent’s turn." | |
}, | |
{ | |
"index": 1320, | |
"name": "Hemet, Jungle Hunter", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Destroy all cards in your deck that cost (3) or less." | |
}, | |
{ | |
"index": 1321, | |
"name": "The Voraxx", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]After you cast a spell on\nthis minion, summon a\n1/1 Plant and cast\nanother copy on it." | |
}, | |
{ | |
"index": 1322, | |
"name": "Humongous Razorleaf", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "Can't attack." | |
}, | |
{ | |
"index": 1323, | |
"name": "Igneous Elemental", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Add two 1/2 Flame Elementals to your hand." | |
}, | |
{ | |
"index": 1324, | |
"name": "Shimmering Tempest", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random Mage spell to your hand." | |
}, | |
{ | |
"index": 1325, | |
"name": "Blazecaller", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you played an Elemental last turn, deal 5 damage." | |
}, | |
{ | |
"index": 1326, | |
"name": "Primordial Drake", | |
"set": "UNGORO", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Deal 2 damage\nto all other minions." | |
}, | |
{ | |
"index": 1327, | |
"name": "Elise the Trailblazer", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Shuffle a sealed\n<b>Un'Goro</b> pack into your deck.\nIf your deck has no\nduplicates, draw it." | |
}, | |
{ | |
"index": 1328, | |
"name": "Tyrantus", | |
"set": "UNGORO", | |
"cost": 10, | |
"attack": 14, | |
"health_or_durability": 14, | |
"text": "<b>Taunt</b>\nCan't be targeted by\nspells or Hero Powers." | |
}, | |
{ | |
"index": 1329, | |
"name": "Free From Amber", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a minion that costs (8) or more. Summon it." | |
}, | |
{ | |
"index": 1330, | |
"name": "Hallucination", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a card from your opponent's class." | |
}, | |
{ | |
"index": 1331, | |
"name": "Spiritsinger Umbra", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After you summon a minion, trigger its <b>Deathrattle</b> effect." | |
}, | |
{ | |
"index": 1332, | |
"name": "Ozruk", | |
"set": "UNGORO", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Gain +5 Health\nfor each Elemental you\nplayed last turn." | |
}, | |
{ | |
"index": 1333, | |
"name": "Grievous Bite", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion and $1 damage to adjacent ones." | |
}, | |
{ | |
"index": 1334, | |
"name": "Jeweled Macaw", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random Beast to your hand." | |
}, | |
{ | |
"index": 1335, | |
"name": "Tol'vir Warden", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw two 1-Cost minions from your deck." | |
}, | |
{ | |
"index": 1336, | |
"name": "Raptor Hatchling", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Shuffle a 4/5 Raptor into your deck." | |
}, | |
{ | |
"index": 1337, | |
"name": "Crackling Razormaw", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Adapt</b> a friendly Beast." | |
}, | |
{ | |
"index": 1338, | |
"name": "Stampede", | |
"set": "UNGORO", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each time you play a Beast this turn, add a random Beast to your hand." | |
}, | |
{ | |
"index": 1339, | |
"name": "Dinomancy", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replace your Hero Power with 'Give a Beast +3/+3.'" | |
}, | |
{ | |
"index": 1340, | |
"name": "Swamp King Dred", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "After your opponent plays a minion, attack it." | |
}, | |
{ | |
"index": 1341, | |
"name": "The Marsh Queen", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Play seven\n1-Cost minions.\n<b>Reward:</b> Queen Carnassa." | |
}, | |
{ | |
"index": 1342, | |
"name": "Explore Un'Goro", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replace your deck with copies of \"<b>Discover</b> a card.\"" | |
}, | |
{ | |
"index": 1343, | |
"name": "Iron Hide", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 5 Armor." | |
}, | |
{ | |
"index": 1344, | |
"name": "Ornery Direhorn", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> <b>Adapt</b>." | |
}, | |
{ | |
"index": 1345, | |
"name": "Cornered Sentry", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> Summon three 1/1 Raptors for your opponent." | |
}, | |
{ | |
"index": 1346, | |
"name": "Sudden Genesis", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon copies of your damaged minions." | |
}, | |
{ | |
"index": 1347, | |
"name": "Tar Creeper", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\nHas +2 Attack during your opponent's turn." | |
}, | |
{ | |
"index": 1348, | |
"name": "Molten Blade", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Transforms into a new weapon when in hand that changes each turn." | |
}, | |
{ | |
"index": 1349, | |
"name": "King Mosh", | |
"set": "UNGORO", | |
"cost": 7, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Destroy all damaged minions." | |
}, | |
{ | |
"index": 1350, | |
"name": "Fire Plume's Heart", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Play\n7 <b>Taunt</b> minions.\n<b>Reward:</b> Sulfuras." | |
}, | |
{ | |
"index": 1351, | |
"name": "Primalfin Lookout", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you control another Murloc, <b>Discover</b> a Murloc." | |
}, | |
{ | |
"index": 1352, | |
"name": "Hot Spring Guardian", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Restore #3 Health." | |
}, | |
{ | |
"index": 1353, | |
"name": "Awaken the Makers", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Quest:</b> Summon\n6 <b>Deathrattle</b> minions.<b>\nReward:</b> Amara, Warden of Hope." | |
}, | |
{ | |
"index": 1354, | |
"name": "Primordial Glyph", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a spell. Reduce its Cost by (2)." | |
}, | |
{ | |
"index": 1355, | |
"name": "Unite the Murlocs", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Summon\n8 Murlocs.\n<b>Reward:</b> Megafin." | |
}, | |
{ | |
"index": 1356, | |
"name": "Gluttonous Ooze", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy your opponent's weapon and gain Armor equal to its Attack." | |
}, | |
{ | |
"index": 1357, | |
"name": "Molten Reflection", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a friendly minion. Summon a copy of it." | |
}, | |
{ | |
"index": 1358, | |
"name": "Vinecleaver", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]After your hero attacks,\nsummon two 1/1 Silver\nHand Recruits." | |
}, | |
{ | |
"index": 1359, | |
"name": "Spikeridged Steed", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+6 and <b>Taunt</b>. When it dies, summon a Stegodon." | |
}, | |
{ | |
"index": 1360, | |
"name": "Primalfin Champion", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Return any\nspells you cast on this\nminion to your hand." | |
}, | |
{ | |
"index": 1361, | |
"name": "The Last Kaleidosaur", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Quest:</b> Cast 5 spells\non your minions.\n<b>Reward:</b> Galvadon." | |
}, | |
{ | |
"index": 1362, | |
"name": "Meteor", | |
"set": "UNGORO", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $15 damage to a minion and $4 damage to adjacent ones." | |
}, | |
{ | |
"index": 1363, | |
"name": "Spirit Echo", | |
"set": "UNGORO", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Return this to your hand.\"" | |
}, | |
{ | |
"index": 1364, | |
"name": "Direhorn Hatchling", | |
"set": "UNGORO", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Shuffle an 8/12 Direhorn with <b>Taunt</b> into your deck." | |
}, | |
{ | |
"index": 1365, | |
"name": "Lost in the Jungle", | |
"set": "UNGORO", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 1/1 Silver Hand Recruits." | |
}, | |
{ | |
"index": 1366, | |
"name": "Adaptation", | |
"set": "UNGORO", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Adapt</b> a friendly minion." | |
}, | |
{ | |
"index": 1367, | |
"name": "Lightfused Stegodon", | |
"set": "UNGORO", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Adapt</b> your Silver Hand Recruits." | |
}, | |
{ | |
"index": 1368, | |
"name": "Lyra the Sunshard", | |
"set": "UNGORO", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever you cast a spell, add a random Priest spell to your hand." | |
}, | |
{ | |
"index": 1369, | |
"name": "Phantom Freebooter", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain stats equal to your weapon's." | |
}, | |
{ | |
"index": 1370, | |
"name": "Skelemancer", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> If it's your opponent's turn, summon an 8/8 Skeleton." | |
}, | |
{ | |
"index": 1371, | |
"name": "Exploding Bloatbat", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b>\nDeal 2 damage to all enemy minions." | |
}, | |
{ | |
"index": 1372, | |
"name": "Snowflipper Penguin", | |
"set": "ICECROWN", | |
"cost": 0, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 1373, | |
"name": "Rattling Rascal", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Summon a\n5/5 Skeleton.\n<b>Deathrattle:</b> Summon one\nfor your opponent." | |
}, | |
{ | |
"index": 1374, | |
"name": "Grim Necromancer", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Skeletons." | |
}, | |
{ | |
"index": 1375, | |
"name": "Bone Drake", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Add a random Dragon to your hand." | |
}, | |
{ | |
"index": 1376, | |
"name": "Sunborne Val'kyr", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give adjacent minions +2 Health." | |
}, | |
{ | |
"index": 1377, | |
"name": "Cobalt Scalebane", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "At the end of your turn, give another random friendly minion +3 Attack." | |
}, | |
{ | |
"index": 1378, | |
"name": "Night Howler", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever this minion takes\ndamage, gain +2 Attack." | |
}, | |
{ | |
"index": 1379, | |
"name": "Venomancer", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Poisonous</b>" | |
}, | |
{ | |
"index": 1380, | |
"name": "Arrogant Crusader", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> If it's your opponent's turn, summon a 2/2 Ghoul." | |
}, | |
{ | |
"index": 1381, | |
"name": "Righteous Protector", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 1382, | |
"name": "Dark Conviction", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set a minion's Attack and Health to 3." | |
}, | |
{ | |
"index": 1383, | |
"name": "Defile", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions. If any die, cast this again." | |
}, | |
{ | |
"index": 1384, | |
"name": "Fatespinner", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Choose a Deathrattle (Secretly) -</b> Deal 3 damage to all minions; or Give them +2/+2." | |
}, | |
{ | |
"index": 1385, | |
"name": "Toxic Arrow", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If it survives, give it <b>Poisonous</b>." | |
}, | |
{ | |
"index": 1386, | |
"name": "Webweave", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 1/2 <b>Poisonous</b> Spiders." | |
}, | |
{ | |
"index": 1387, | |
"name": "Druid of the Swarm", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Choose One -</b> Transform into a 1/2 with <b>Poisonous</b>; or a 1/5 with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1388, | |
"name": "Play Dead", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Trigger a friendly minion's <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 1389, | |
"name": "Spreading Plague", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 1/5 Scarab with <b>Taunt</b>. If your opponent has more minions, cast this again." | |
}, | |
{ | |
"index": 1390, | |
"name": "Drain Soul", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $3 damage\nto a minion." | |
}, | |
{ | |
"index": 1391, | |
"name": "Cryostasis", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +3/+3 and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 1392, | |
"name": "Brrrloc", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Freeze</b> an enemy." | |
}, | |
{ | |
"index": 1393, | |
"name": "Mountainfire Armor", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> If it's your opponent's turn,\ngain 6 Armor." | |
}, | |
{ | |
"index": 1394, | |
"name": "Blood Razor", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry and Deathrattle:</b>\nDeal 1 damage to all minions." | |
}, | |
{ | |
"index": 1395, | |
"name": "Bone Baron", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Add two 1/1 Skeletons to your hand." | |
}, | |
{ | |
"index": 1396, | |
"name": "Vryghoul", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "[x]<b>Deathrattle:</b> If it's your\nopponent's turn,\nsummon a 2/2 Ghoul." | |
}, | |
{ | |
"index": 1397, | |
"name": "Ice Walker", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Your Hero Power also <b><b>Freeze</b>s</b> the target." | |
}, | |
{ | |
"index": 1398, | |
"name": "Ghastly Conjurer", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Add a 'Mirror Image' spell to your hand." | |
}, | |
{ | |
"index": 1399, | |
"name": "Light's Sorrow", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After a friendly minion loses <b>Divine Shield</b>, gain +1 Attack." | |
}, | |
{ | |
"index": 1400, | |
"name": "Despicable Dreadlord", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "At the end of your turn, deal 1 damage to all enemy minions." | |
}, | |
{ | |
"index": 1401, | |
"name": "Avalanche", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a minion and deal $3 damage to adjacent ones." | |
}, | |
{ | |
"index": 1402, | |
"name": "Gnash", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +3 Attack this turn. Gain 3 Armor." | |
}, | |
{ | |
"index": 1403, | |
"name": "Drakkari Defender", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Overload:</b> (3)" | |
}, | |
{ | |
"index": 1404, | |
"name": "Frozen Clone", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, add two copies of it to your hand." | |
}, | |
{ | |
"index": 1405, | |
"name": "Doomed Apprentice", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Your opponent's spells cost (1) more." | |
}, | |
{ | |
"index": 1406, | |
"name": "Ultimate Infestation", | |
"set": "ICECROWN", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $5 damage. Draw\n5 cards. Gain 5 Armor.\nSummon a 5/5 Ghoul." | |
}, | |
{ | |
"index": 1407, | |
"name": "Glacial Mysteries", | |
"set": "ICECROWN", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put one of each <b>Secret</b> from your deck into\nthe battlefield." | |
}, | |
{ | |
"index": 1408, | |
"name": "Voodoo Hexxer", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\n<b>Freeze</b> any character damaged by this minion." | |
}, | |
{ | |
"index": 1409, | |
"name": "Ice Fishing", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 Murlocs from your deck." | |
}, | |
{ | |
"index": 1410, | |
"name": "Snowfury Giant", | |
"set": "ICECROWN", | |
"cost": 11, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each Mana Crystal you've <b><b>Overload</b>ed</b> this game." | |
}, | |
{ | |
"index": 1411, | |
"name": "Dead Man's Hand", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle a copy of your hand into your deck." | |
}, | |
{ | |
"index": 1412, | |
"name": "Acherus Veteran", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give a friendly minion +1 Attack." | |
}, | |
{ | |
"index": 1413, | |
"name": "Tuskarr Fisherman", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 1414, | |
"name": "Fallen Sun Cleric", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give a friendly minion +1/+1." | |
}, | |
{ | |
"index": 1415, | |
"name": "Furnacefire Colossus", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Discard all weapons from your hand and gain their stats." | |
}, | |
{ | |
"index": 1416, | |
"name": "Grave Shambler", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever your weapon is destroyed, gain +1/+1." | |
}, | |
{ | |
"index": 1417, | |
"name": "Tomb Lurker", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Add a random\n<b>Deathrattle</b> minion that died\nthis game to your hand." | |
}, | |
{ | |
"index": 1418, | |
"name": "Ticking Abomination", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Deal 5 damage to your minions." | |
}, | |
{ | |
"index": 1419, | |
"name": "Venomstrike Trap", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When one of your minions is attacked, summon a 2/3 <b>Poisonous</b> Cobra." | |
}, | |
{ | |
"index": 1420, | |
"name": "Roll the Bones", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card.\nIf it has <b>Deathrattle</b>, cast this again." | |
}, | |
{ | |
"index": 1421, | |
"name": "Professor Putricide", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "After you play a <b>Secret</b>,\nput a random Hunter <b>Secret</b> into the battlefield." | |
}, | |
{ | |
"index": 1422, | |
"name": "Treachery", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a friendly minion and give it to your opponent." | |
}, | |
{ | |
"index": 1423, | |
"name": "Devour Mind", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Copy 3 cards in your opponent's deck and add them to your hand." | |
}, | |
{ | |
"index": 1424, | |
"name": "Shadow Ascendant", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]At the end of your turn,\ngive another random\nfriendly minion +1/+1." | |
}, | |
{ | |
"index": 1425, | |
"name": "Acolyte of Agony", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1426, | |
"name": "Eternal Servitude", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a friendly minion that died this game. Summon it." | |
}, | |
{ | |
"index": 1427, | |
"name": "Obsidian Statue", | |
"set": "ICECROWN", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt, Lifesteal</b>\n<b>Deathrattle:</b> Destroy a\n random enemy minion." | |
}, | |
{ | |
"index": 1428, | |
"name": "Archbishop Benedictus", | |
"set": "ICECROWN", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Shuffle a copy of your opponent's deck into your deck." | |
}, | |
{ | |
"index": 1429, | |
"name": "Howlfiend", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Whenever this minion takes damage, discard a random card." | |
}, | |
{ | |
"index": 1430, | |
"name": "Deadscale Knight", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1431, | |
"name": "Leeching Poison", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your weapon <b>Lifesteal</b> this turn." | |
}, | |
{ | |
"index": 1432, | |
"name": "Doomerang", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Throw your weapon at a minion. It deals its damage, then returns to your hand." | |
}, | |
{ | |
"index": 1433, | |
"name": "Shadow Essence", | |
"set": "ICECROWN", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 5/5 copy of a random minion in your deck." | |
}, | |
{ | |
"index": 1434, | |
"name": "Ice Breaker", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Destroy any <b>Frozen</b> minion damaged by this." | |
}, | |
{ | |
"index": 1435, | |
"name": "Animated Berserker", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After you play a minion, deal 1 damage to it." | |
}, | |
{ | |
"index": 1436, | |
"name": "Runeforge Haunter", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "During your turn, your weapon doesn't lose Durability." | |
}, | |
{ | |
"index": 1437, | |
"name": "Corpse Widow", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "Your <b>Deathrattle</b> cards cost (2) less." | |
}, | |
{ | |
"index": 1438, | |
"name": "Desperate Stand", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion \"<b>Deathrattle:</b> Return this to life with 1 Health.\"" | |
}, | |
{ | |
"index": 1439, | |
"name": "Blackguard", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 9, | |
"text": "Whenever your hero is healed, deal that much damage to a random enemy minion." | |
}, | |
{ | |
"index": 1440, | |
"name": "Coldwraith", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If an enemy is <b>Frozen</b>, draw a card." | |
}, | |
{ | |
"index": 1441, | |
"name": "Corpse Raiser", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Give a friendly\nminion \"<b>Deathrattle:</b>\n Resummon this minion.\"" | |
}, | |
{ | |
"index": 1442, | |
"name": "Forge of Souls", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 weapons from your deck." | |
}, | |
{ | |
"index": 1443, | |
"name": "Moorabi", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever another minion is <b>Frozen</b>, add a copy of it to your hand." | |
}, | |
{ | |
"index": 1444, | |
"name": "The Lich King", | |
"set": "ICECROWN", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\nAt the end of your turn,\nadd a random <b>Lich King</b>\ncard to your hand." | |
}, | |
{ | |
"index": 1445, | |
"name": "Rotface", | |
"set": "ICECROWN", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]After this minion\nsurvives damage,\nsummon a random\n<b>Legendary</b> minion." | |
}, | |
{ | |
"index": 1446, | |
"name": "Gnomeferatu", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Remove\nthe top card of your opponent's deck." | |
}, | |
{ | |
"index": 1447, | |
"name": "Val'kyr Soulclaimer", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]After this minion\nsurvives damage,\nsummon a 2/2 Ghoul." | |
}, | |
{ | |
"index": 1448, | |
"name": "Stitched Tracker", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a copy of a minion in your deck." | |
}, | |
{ | |
"index": 1449, | |
"name": "Bearshark", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "Can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 1450, | |
"name": "Death Revenant", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain +1/+1 for each damaged minion." | |
}, | |
{ | |
"index": 1451, | |
"name": "Saronite Chain Gang", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Summon a\ncopy of this minion." | |
}, | |
{ | |
"index": 1452, | |
"name": "Deathspeaker", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 1453, | |
"name": "Wretched Tiller", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Whenever this minion attacks, deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 1454, | |
"name": "Unwilling Sacrifice", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a friendly minion. Destroy it and a random enemy minion." | |
}, | |
{ | |
"index": 1455, | |
"name": "Thrall, Deathseer", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Transform your minions into random ones that cost (2) more." | |
}, | |
{ | |
"index": 1456, | |
"name": "Happy Ghoul", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Costs (0) if your hero was healed this turn." | |
}, | |
{ | |
"index": 1457, | |
"name": "Skulking Geist", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Destroy all\n1-Cost spells in both hands and decks." | |
}, | |
{ | |
"index": 1458, | |
"name": "Shallow Gravedigger", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add a random <b>Deathrattle</b> minion to your hand." | |
}, | |
{ | |
"index": 1459, | |
"name": "Bonemare", | |
"set": "ICECROWN", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give a friendly minion +4/+4 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 1460, | |
"name": "Nerubian Unraveler", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Spells cost (2) more." | |
}, | |
{ | |
"index": 1461, | |
"name": "Howling Commander", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Draw a <b>Divine Shield</b> minion from your deck." | |
}, | |
{ | |
"index": 1462, | |
"name": "Spirit Lash", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $1 damage to all minions." | |
}, | |
{ | |
"index": 1463, | |
"name": "Strongshell Scavenger", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give your <b>Taunt</b> minions +2/+2." | |
}, | |
{ | |
"index": 1464, | |
"name": "Crypt Lord", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nAfter you summon a minion,\n gain +1 Health." | |
}, | |
{ | |
"index": 1465, | |
"name": "Plague Scientist", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Give a friendly minion <b>Poisonous</b>." | |
}, | |
{ | |
"index": 1466, | |
"name": "Deathaxe Punisher", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give a random <b>Lifesteal</b> minion in your hand +2/+2." | |
}, | |
{ | |
"index": 1467, | |
"name": "Lilian Voss", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Replace spells in your hand with random spells <i>(from your opponent's class).</i>" | |
}, | |
{ | |
"index": 1468, | |
"name": "Meat Wagon", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b>Deathrattle:</b> Summon a\nminion from your deck\nwith less Attack than\nthis minion." | |
}, | |
{ | |
"index": 1469, | |
"name": "Chillblade Champion", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Charge</b>\n<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1470, | |
"name": "Simulacrum", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Copy the lowest Cost minion in your hand." | |
}, | |
{ | |
"index": 1471, | |
"name": "Abominable Bowman", | |
"set": "ICECROWN", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "[x]<b>Deathrattle:</b> Summon\na random friendly Beast\nthat died this game." | |
}, | |
{ | |
"index": 1472, | |
"name": "Valeera the Hollow", | |
"set": "ICECROWN", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Gain <b>Stealth</b> until your next turn." | |
}, | |
{ | |
"index": 1473, | |
"name": "Deathstalker Rexxar", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Deal 2 damage\nto all enemy minions." | |
}, | |
{ | |
"index": 1474, | |
"name": "Uther of the Ebon Blade", | |
"set": "ICECROWN", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Equip a 5/3 <b>Lifesteal</b> weapon." | |
}, | |
{ | |
"index": 1475, | |
"name": "Shadowreaper Anduin", | |
"set": "ICECROWN", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Destroy all minions with 5 or more Attack." | |
}, | |
{ | |
"index": 1476, | |
"name": "Bloodreaver Gul'dan", | |
"set": "ICECROWN", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Summon all friendly Demons that died this game." | |
}, | |
{ | |
"index": 1477, | |
"name": "Malfurion the Pestilent", | |
"set": "ICECROWN", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Choose One -</b>\nSummon 2 <b>Poisonous</b>\nSpiders; or 2 Scarabs\nwith <b>Taunt</b>." | |
}, | |
{ | |
"index": 1478, | |
"name": "Frost Lich Jaina", | |
"set": "ICECROWN", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Summon a\n3/6 Water Elemental.\nYour Elementals have\n<b>Lifesteal</b> this game." | |
}, | |
{ | |
"index": 1479, | |
"name": "Scourgelord Garrosh", | |
"set": "ICECROWN", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry</b>: Equip a 4/3 Shadowmourne that also damages adjacent minions." | |
}, | |
{ | |
"index": 1480, | |
"name": "Hadronox", | |
"set": "ICECROWN", | |
"cost": 9, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Summon your <b>Taunt</b> minions that\ndied this game." | |
}, | |
{ | |
"index": 1481, | |
"name": "Breath of Sindragosa", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a random enemy minion and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 1482, | |
"name": "Bring It On!", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 10 Armor. Reduce the Cost of minions in your opponent's hand by (2)." | |
}, | |
{ | |
"index": 1483, | |
"name": "Sindragosa", | |
"set": "ICECROWN", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Summon two 0/1 Frozen Champions." | |
}, | |
{ | |
"index": 1484, | |
"name": "Blood-Queen Lana'thel", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "[x]<b>Lifesteal</b>\nHas +1 Attack for each\ncard you've discarded\nthis game." | |
}, | |
{ | |
"index": 1485, | |
"name": "Embrace Darkness", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose an enemy minion.\nAt the start of your turn,\ngain control of it." | |
}, | |
{ | |
"index": 1486, | |
"name": "Shadowblade", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Your hero is <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 1487, | |
"name": "Prince Keleseth", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If your deck has no 2-Cost cards, give all minions in your deck +1/+1." | |
}, | |
{ | |
"index": 1488, | |
"name": "Prince Taldaram", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If your deck has no 3-Cost cards, transform into a 3/3 copy of a minion." | |
}, | |
{ | |
"index": 1489, | |
"name": "Prince Valanar", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your deck has no 4-Cost cards, gain <b>Lifesteal</b> and <b>Taunt</b>." | |
}, | |
{ | |
"index": 1490, | |
"name": "Arfus", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Add a random\n<b>Lich King</b> card to your hand." | |
}, | |
{ | |
"index": 1491, | |
"name": "Hyldnir Frostrider", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Freeze</b> your other minions." | |
}, | |
{ | |
"index": 1492, | |
"name": "Spellweaver", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 1493, | |
"name": "Bolvar, Fireblood", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 7, | |
"text": "<b>Divine Shield</b>\nAfter a friendly minion loses <b>Divine Shield</b>, gain +2 Attack." | |
}, | |
{ | |
"index": 1494, | |
"name": "Necrotic Geist", | |
"set": "ICECROWN", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "Whenever one of your other minions dies, summon a 2/2 Ghoul." | |
}, | |
{ | |
"index": 1495, | |
"name": "Drakkari Enchanter", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "Your end of turn effects trigger twice." | |
}, | |
{ | |
"index": 1496, | |
"name": "Mindbreaker", | |
"set": "ICECROWN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Hero Powers are disabled." | |
}, | |
{ | |
"index": 1497, | |
"name": "Sanguine Reveler", | |
"set": "ICECROWN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Destroy a friendly minion and gain +2/+2." | |
}, | |
{ | |
"index": 1498, | |
"name": "Wicked Skeleton", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Gain +1/+1 for each minion that died this turn." | |
}, | |
{ | |
"index": 1499, | |
"name": "Bloodworm", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1500, | |
"name": "Spectral Pillager", | |
"set": "ICECROWN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Combo:</b> Deal 2 damage to\na minion for each other card\nyou've played this turn." | |
}, | |
{ | |
"index": 1501, | |
"name": "Keening Banshee", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Whenever you play a card, remove the top 3 cards of your deck." | |
}, | |
{ | |
"index": 1502, | |
"name": "Corpsetaker", | |
"set": "ICECROWN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Gain <b>Taunt</b> if your\ndeck has a <b>Taunt</b> minion.\nRepeat for <b>Divine Shield</b>,\n<b>Lifesteal</b>, <b>Windfury</b>." | |
}, | |
{ | |
"index": 1503, | |
"name": "Tainted Zealot", | |
"set": "ICECROWN", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Divine Shield</b>\n<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 1504, | |
"name": "Psychic Scream", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle all minions into your opponent's deck." | |
}, | |
{ | |
"index": 1505, | |
"name": "Vulgar Homunculus", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Deal 2 damage to your hero." | |
}, | |
{ | |
"index": 1506, | |
"name": "Kobold Librarian", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a card. Deal 2 damage to your hero." | |
}, | |
{ | |
"index": 1507, | |
"name": "Dark Pact", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a friendly minion. Restore #8 Health to your hero." | |
}, | |
{ | |
"index": 1508, | |
"name": "Hooked Reaver", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you have 15 or less Health, gain +3/+3 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 1509, | |
"name": "Fal'dorei Strider", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Shuffle 3\nAmbushes into your deck.\nWhen drawn, summon\na 4/4 Spider." | |
}, | |
{ | |
"index": 1510, | |
"name": "Cavern Shinyfinder", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a weapon from your deck." | |
}, | |
{ | |
"index": 1511, | |
"name": "Kobold Barbarian", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the start of your turn, attack a random enemy." | |
}, | |
{ | |
"index": 1512, | |
"name": "Lesser Amethyst Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal.</b> Deal $3 damage to a minion. <i>(Take damage from your cards to upgrade.)</i>" | |
}, | |
{ | |
"index": 1513, | |
"name": "Bladed Gauntlet", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "Has Attack equal to your Armor. Can't attack heroes." | |
}, | |
{ | |
"index": 1514, | |
"name": "Barkskin", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +3 Health. Gain 3 Armor." | |
}, | |
{ | |
"index": 1515, | |
"name": "Ironwood Golem", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\nCan only attack if you have 3 or more Armor." | |
}, | |
{ | |
"index": 1516, | |
"name": "Lesser Jasper Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. <i>(Gain 3 Armor to upgrade.)</i>" | |
}, | |
{ | |
"index": 1517, | |
"name": "Branching Paths", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Choose Twice -</b> Draw a\ncard; Give your minions \n+1 Attack; Gain 6 Armor." | |
}, | |
{ | |
"index": 1518, | |
"name": "Astral Tiger", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Shuffle a\n copy of this minion into your deck." | |
}, | |
{ | |
"index": 1519, | |
"name": "Crushing Hand", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $8 damage to a minion. <b><b>Overload</b>:</b> (3)" | |
}, | |
{ | |
"index": 1520, | |
"name": "Kobold Hermit", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Choose a basic Totem. Summon it." | |
}, | |
{ | |
"index": 1521, | |
"name": "Lesser Sapphire Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 1 copy of a friendly minion. <i>(<b>Overload</b> 3 Mana Crystals to upgrade.)</i>" | |
}, | |
{ | |
"index": 1522, | |
"name": "Sewer Crawler", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 2/3 Giant Rat." | |
}, | |
{ | |
"index": 1523, | |
"name": "Flanking Strike", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. Summon a 3/3 Wolf." | |
}, | |
{ | |
"index": 1524, | |
"name": "Cave Hydra", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Also damages the minions next to whomever\nthis attacks." | |
}, | |
{ | |
"index": 1525, | |
"name": "Wandering Monster", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy attacks your hero, summon a 3-Cost minion as the new target." | |
}, | |
{ | |
"index": 1526, | |
"name": "Lesser Emerald Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 3/3 Wolves. <i>(Play a <b>Secret</b> to upgrade.)</i>" | |
}, | |
{ | |
"index": 1527, | |
"name": "Rhok'delar", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If your deck has no minions, fill your hand with Hunter spells." | |
}, | |
{ | |
"index": 1528, | |
"name": "Potion of Heroism", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Divine Shield</b>.\nDraw a card." | |
}, | |
{ | |
"index": 1529, | |
"name": "Lesser Pearl Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 2/2 Spirit with <b>Taunt</b>. <i>(Restore 3 Health to upgrade.)</i>" | |
}, | |
{ | |
"index": 1530, | |
"name": "Call to Arms", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Recruit</b> 3 minions that\n cost (2) or less." | |
}, | |
{ | |
"index": 1531, | |
"name": "Explosive Runes", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, deal $6 damage to it and any excess to their hero." | |
}, | |
{ | |
"index": 1532, | |
"name": "Lesser Ruby Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 1 random Mage spell to your hand. <i>(Play 2 Elementals to upgrade.)</i>" | |
}, | |
{ | |
"index": 1533, | |
"name": "Shifting Scroll", | |
"set": "LOOTAPALOOZA", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each turn this is in your hand, transform it into a random Mage spell." | |
}, | |
{ | |
"index": 1534, | |
"name": "Deck of Wonders", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle 5 Scrolls into your deck. When drawn, cast a random spell." | |
}, | |
{ | |
"index": 1535, | |
"name": "Aluneth", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, draw 3 cards." | |
}, | |
{ | |
"index": 1536, | |
"name": "Scorp-o-matic", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy a minion with 1 or less Attack." | |
}, | |
{ | |
"index": 1537, | |
"name": "Wax Elemental", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 1538, | |
"name": "Ebon Dragonsmith", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Reduce the Cost of a random weapon in your hand by (2)." | |
}, | |
{ | |
"index": 1539, | |
"name": "Corrosive Sludge", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Destroy your opponent's weapon." | |
}, | |
{ | |
"index": 1540, | |
"name": "Lone Champion", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control no other minions, gain <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1541, | |
"name": "Stoneskin Basilisk", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Divine Shield</b>\n <b>Poisonous</b>" | |
}, | |
{ | |
"index": 1542, | |
"name": "Arcane Tyrant", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Costs (0) if you've cast a spell that costs (5) or more this turn." | |
}, | |
{ | |
"index": 1543, | |
"name": "Green Jelly", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, summon a 1/2 Ooze with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1544, | |
"name": "Dragonslayer", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 6 damage to a Dragon." | |
}, | |
{ | |
"index": 1545, | |
"name": "Toothy Chest", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "At the start of your turn, set this minion's Attack to 4." | |
}, | |
{ | |
"index": 1546, | |
"name": "Sneaky Devil", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>\nYour other minions have +1 Attack." | |
}, | |
{ | |
"index": 1547, | |
"name": "Sleepy Dragon", | |
"set": "LOOTAPALOOZA", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1548, | |
"name": "Hoarding Dragon", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Give your opponent two Coins." | |
}, | |
{ | |
"index": 1549, | |
"name": "Corridor Creeper", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Costs (1) less whenever a minion dies while this is in your hand." | |
}, | |
{ | |
"index": 1550, | |
"name": "Furbolg Mossbinder", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Transform a friendly minion into a 6/6 Elemental." | |
}, | |
{ | |
"index": 1551, | |
"name": "Boisterous Bard", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give your other minions +1 Health." | |
}, | |
{ | |
"index": 1552, | |
"name": "Violet Wurm", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Summon seven 1/1 Grubs." | |
}, | |
{ | |
"index": 1553, | |
"name": "Gravelsnout Knight", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a random 1-Cost minion for your opponent." | |
}, | |
{ | |
"index": 1554, | |
"name": "Carnivorous Cube", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Destroy\na friendly minion.\n<b>Deathrattle:</b> Summon 2 copies of it." | |
}, | |
{ | |
"index": 1555, | |
"name": "Sonya Shadowdancer", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After a friendly minion dies, add a 1/1 copy of it to your hand. It costs (1)." | |
}, | |
{ | |
"index": 1556, | |
"name": "Fungalmancer", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give adjacent minions +2/+2." | |
}, | |
{ | |
"index": 1557, | |
"name": "Raven Familiar", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Reveal a spell in each deck. If yours costs more, draw it." | |
}, | |
{ | |
"index": 1558, | |
"name": "Dragon's Fury", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Reveal a spell from your deck. Deal damage equal to its Cost to all minions." | |
}, | |
{ | |
"index": 1559, | |
"name": "Silver Vanguard", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> <b>Recruit</b> an\n8-Cost minion." | |
}, | |
{ | |
"index": 1560, | |
"name": "Twilight's Call", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 1/1 copies of 2 friendly <b>Deathrattle</b> minions\nthat died this game." | |
}, | |
{ | |
"index": 1561, | |
"name": "Shimmering Courser", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Only you can target\nthis with spells and\nHero Powers." | |
}, | |
{ | |
"index": 1562, | |
"name": "Lesser Mithril Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon one 5/5 Mithril Golem. <i>(Equip a weapon to upgrade.)</i>" | |
}, | |
{ | |
"index": 1563, | |
"name": "Cheat Death", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, return it to your hand.\nIt costs (2) less." | |
}, | |
{ | |
"index": 1564, | |
"name": "Dragon Soul", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "After you cast 3 spells in a turn, summon a 5/5 Dragon." | |
}, | |
{ | |
"index": 1565, | |
"name": "Sudden Betrayal", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a minion attacks your hero, instead it attacks one of its neighbors." | |
}, | |
{ | |
"index": 1566, | |
"name": "Elven Minstrel", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Draw 2 minions from your deck." | |
}, | |
{ | |
"index": 1567, | |
"name": "Evasion", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your hero takes damage, become <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 1568, | |
"name": "Lynessa Sunsorrow", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Cast each spell\nyou cast on your minions\n this game on this one." | |
}, | |
{ | |
"index": 1569, | |
"name": "To My Side!", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon an Animal\nCompanion, or 2 if your\ndeck has no minions." | |
}, | |
{ | |
"index": 1570, | |
"name": "Feral Gibberer", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "After this minion attacks a hero, add a copy of it to your hand." | |
}, | |
{ | |
"index": 1571, | |
"name": "Candleshot", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Your hero is <b>Immune</b> while attacking." | |
}, | |
{ | |
"index": 1572, | |
"name": "Arcane Artificer", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, gain Armor equal to its Cost." | |
}, | |
{ | |
"index": 1573, | |
"name": "Cursed Disciple", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 5/1 Revenant." | |
}, | |
{ | |
"index": 1574, | |
"name": "Dire Mole", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": null | |
}, | |
{ | |
"index": 1575, | |
"name": "Unidentified Elixir", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2. Gains a bonus effect in your hand." | |
}, | |
{ | |
"index": 1576, | |
"name": "Unidentified Shield", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 5 Armor.\nGains a bonus effect in your hand." | |
}, | |
{ | |
"index": 1577, | |
"name": "Unidentified Maul", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Gains a bonus effect in your hand." | |
}, | |
{ | |
"index": 1578, | |
"name": "Shroom Brewer", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Restore #4 Health." | |
}, | |
{ | |
"index": 1579, | |
"name": "Possessed Lackey", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> <b>Recruit</b> a Demon." | |
}, | |
{ | |
"index": 1580, | |
"name": "Oaken Summons", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 6 Armor.\n<b>Recruit</b> a minion that costs (4) or less." | |
}, | |
{ | |
"index": 1581, | |
"name": "Crystal Lion", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Divine Shield</b>\nCosts (1) less for each Silver\nHand Recruit you control." | |
}, | |
{ | |
"index": 1582, | |
"name": "Grizzled Guardian", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> <b>Recruit</b> 2 minions that cost (4) or less." | |
}, | |
{ | |
"index": 1583, | |
"name": "Trogg Gloomeater", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Poisonous</b>" | |
}, | |
{ | |
"index": 1584, | |
"name": "Ixlid, Fungal Lord", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you play a minion, summon a copy of it." | |
}, | |
{ | |
"index": 1585, | |
"name": "Level Up!", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your Silver Hand Recruits +2/+2 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 1586, | |
"name": "Primal Talismans", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Summon a random basic Totem.\"" | |
}, | |
{ | |
"index": 1587, | |
"name": "Kobold Apprentice", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 3 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 1588, | |
"name": "Greedy Sprite", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Gain an empty Mana Crystal." | |
}, | |
{ | |
"index": 1589, | |
"name": "Psionic Probe", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Copy a spell in your opponent's deck and add it to your hand." | |
}, | |
{ | |
"index": 1590, | |
"name": "Marin the Fox", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Summon a 0/8 Treasure Chest for your opponent. <i>(Break it for awesome loot!)</i>" | |
}, | |
{ | |
"index": 1591, | |
"name": "Grumble, Worldshaker", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Return your other minions to your hand. They cost (1)." | |
}, | |
{ | |
"index": 1592, | |
"name": "Drygulch Jailor", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add 3 Silver Hand Recruits to your hand." | |
}, | |
{ | |
"index": 1593, | |
"name": "Reckless Flurry", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Spend all your Armor. Deal that much damage to all minions." | |
}, | |
{ | |
"index": 1594, | |
"name": "Gemstudded Golem", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 9, | |
"text": "<b>Taunt</b>\nCan only attack if you have 5 or more Armor." | |
}, | |
{ | |
"index": 1595, | |
"name": "Drywhisker Armorer", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> For each enemy minion, gain 2 Armor." | |
}, | |
{ | |
"index": 1596, | |
"name": "Voidlord", | |
"set": "LOOTAPALOOZA", | |
"cost": 9, | |
"attack": 3, | |
"health_or_durability": 9, | |
"text": "[x]<b>Taunt</b>\n <b>Deathrattle:</b> Summon three\n1/3 Demons with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1597, | |
"name": "Gather Your Party", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Recruit</b> a minion." | |
}, | |
{ | |
"index": 1598, | |
"name": "Healing Rain", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #12 Health randomly split among all friendly characters." | |
}, | |
{ | |
"index": 1599, | |
"name": "Guild Recruiter", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Recruit</b> a minion that costs (4) or less." | |
}, | |
{ | |
"index": 1600, | |
"name": "Woecleaver", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, <b>Recruit</b> a minion." | |
}, | |
{ | |
"index": 1601, | |
"name": "Kobold Monk", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Your hero can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 1602, | |
"name": "Hungry Ettin", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 10, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Summon a random 2-Cost minion for your opponent." | |
}, | |
{ | |
"index": 1603, | |
"name": "Fungal Enchanter", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 1604, | |
"name": "Rummaging Kobold", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Return one of your destroyed weapons to your hand." | |
}, | |
{ | |
"index": 1605, | |
"name": "Twig of the World Tree", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Refresh your Mana Crystals." | |
}, | |
{ | |
"index": 1606, | |
"name": "Shrieking Shroom", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "At the end of your turn, summon a random\n1-Cost minion." | |
}, | |
{ | |
"index": 1607, | |
"name": "Benevolent Djinn", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, restore #3 Health to your hero." | |
}, | |
{ | |
"index": 1608, | |
"name": "Duskbreaker", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding\na Dragon, deal 3 damage to all other minions." | |
}, | |
{ | |
"index": 1609, | |
"name": "Kobold Illusionist", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a 1/1 copy of a minion from your hand." | |
}, | |
{ | |
"index": 1610, | |
"name": "Plated Beetle", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Gain 3 Armor." | |
}, | |
{ | |
"index": 1611, | |
"name": "Grand Archivist", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "At the end of your turn, cast a spell from your deck <i>(targets chosen randomly)</i>." | |
}, | |
{ | |
"index": 1612, | |
"name": "Rin, the First Disciple", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Add 'The First Seal' to your hand." | |
}, | |
{ | |
"index": 1613, | |
"name": "Cataclysm", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions. Discard 2 cards." | |
}, | |
{ | |
"index": 1614, | |
"name": "Skull of the Man'ari", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "At the start of your turn, summon a Demon from your hand." | |
}, | |
{ | |
"index": 1615, | |
"name": "Val'anyr", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give a minion in your hand +4/+2. When it dies, reequip this." | |
}, | |
{ | |
"index": 1616, | |
"name": "Lesser Onyx Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy 1 random enemy minion.\n<i>(Play 3 <b>Deathrattle</b> cards to upgrade.)</i>" | |
}, | |
{ | |
"index": 1617, | |
"name": "Unstable Evolution", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Echo</b>\nTransform a friendly minion into one that costs (1) more." | |
}, | |
{ | |
"index": 1618, | |
"name": "The Runespear", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, <b>Discover</b> a spell\nand cast it with random targets." | |
}, | |
{ | |
"index": 1619, | |
"name": "Lesser Diamond Spellstone", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Resurrect 2 different friendly minions. <i>(Cast 4 spells to upgrade.)</i>" | |
}, | |
{ | |
"index": 1620, | |
"name": "Kathrena Winterwisp", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry and Deathrattle:</b> <b>Recruit</b> a Beast." | |
}, | |
{ | |
"index": 1621, | |
"name": "Zola the Gorgon", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Add a Golden copy of it to your hand." | |
}, | |
{ | |
"index": 1622, | |
"name": "Murmuring Elemental", | |
"set": "LOOTAPALOOZA", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Your next <b>Battlecry</b> this turn triggers twice." | |
}, | |
{ | |
"index": 1623, | |
"name": "Windshear Stormcaller", | |
"set": "LOOTAPALOOZA", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you control all 4 basic Totems, summon Al'Akir the Windlord." | |
}, | |
{ | |
"index": 1624, | |
"name": "Geosculptor Yip", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "At the end of your turn, summon a random minion with Cost equal to your Armor <i>(up to 10)</i>." | |
}, | |
{ | |
"index": 1625, | |
"name": "Seeping Oozeling", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Gain the <b>Deathrattle</b> of a random minion in your deck." | |
}, | |
{ | |
"index": 1626, | |
"name": "Master Oakheart", | |
"set": "LOOTAPALOOZA", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> <b>Recruit</b> a 1, 2, and 3-Attack minion." | |
}, | |
{ | |
"index": 1627, | |
"name": "Crushing Walls", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy your opponent's left and right-most minions." | |
}, | |
{ | |
"index": 1628, | |
"name": "The Darkness", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 20, | |
"health_or_durability": 20, | |
"text": "[x]Starts <b>Dormant</b>.\n<b>Battlecry:</b> Shuffle 3 Candles\ninto the enemy deck. When\ndrawn, this awakens." | |
}, | |
{ | |
"index": 1629, | |
"name": "Twilight Acolyte", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding\na Dragon, swap this minion's Attack with another minion's." | |
}, | |
{ | |
"index": 1630, | |
"name": "Void Ripper", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Swap the\nAttack and Health of all other minions." | |
}, | |
{ | |
"index": 1631, | |
"name": "Gilded Gargoyle", | |
"set": "LOOTAPALOOZA", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Add a Coin to your hand." | |
}, | |
{ | |
"index": 1632, | |
"name": "Dragoncaller Alanna", | |
"set": "LOOTAPALOOZA", | |
"cost": 9, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a 5/5 Dragon for each spell you cast this game that costs (5) or more." | |
}, | |
{ | |
"index": 1633, | |
"name": "Leyline Manipulator", | |
"set": "LOOTAPALOOZA", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you're holding any cards that didn't start in your deck, reduce their Cost by (2)." | |
}, | |
{ | |
"index": 1634, | |
"name": "Temporus", | |
"set": "LOOTAPALOOZA", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Your opponent takes two turns. Then you take two turns." | |
}, | |
{ | |
"index": 1635, | |
"name": "Spiteful Summoner", | |
"set": "LOOTAPALOOZA", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Reveal a spell\nfrom your deck. Summon\n a random minion with\nthe same Cost." | |
}, | |
{ | |
"index": 1636, | |
"name": "Dragonhatcher", | |
"set": "LOOTAPALOOZA", | |
"cost": 9, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, <b>Recruit</b> a Dragon." | |
}, | |
{ | |
"index": 1637, | |
"name": "King Togwaggle", | |
"set": "LOOTAPALOOZA", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Swap decks\nwith your opponent.\nGive them a Ransom\nspell to swap back." | |
}, | |
{ | |
"index": 1638, | |
"name": "Kingsbane", | |
"set": "LOOTAPALOOZA", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]Always keeps\nenchantments.\n<b>Deathrattle:</b> Shuffle this\ninto your deck." | |
}, | |
{ | |
"index": 1639, | |
"name": "Rabid Worgen", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>" | |
}, | |
{ | |
"index": 1640, | |
"name": "Arcane Keysmith", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a <b>Secret</b>. Put it into the battlefield." | |
}, | |
{ | |
"index": 1641, | |
"name": "Worgen Abomination", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "At the end of your turn, deal 2 damage to all other damaged minions." | |
}, | |
{ | |
"index": 1642, | |
"name": "Deranged Doctor", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Deathrattle:</b> Restore #8 Health to your hero." | |
}, | |
{ | |
"index": 1643, | |
"name": "Cauldron Elemental", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "Your other Elementals have +2 Attack." | |
}, | |
{ | |
"index": 1644, | |
"name": "Furious Ettin", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 9, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1645, | |
"name": "Darkmire Moonkin", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 1646, | |
"name": "Mossy Horror", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Destroy all other minions with 2 or less Attack." | |
}, | |
{ | |
"index": 1647, | |
"name": "Mad Hatter", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Randomly toss\n3 hats to other minions.\nEach hat gives +1/+1." | |
}, | |
{ | |
"index": 1648, | |
"name": "Emeriss", | |
"set": "GILNEAS", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Double the Attack and Health of all minions in your hand." | |
}, | |
{ | |
"index": 1649, | |
"name": "Gloom Stag", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> If your deck has only odd-Cost cards, gain +2/+2." | |
}, | |
{ | |
"index": 1650, | |
"name": "Holy Water", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. If that kills it, add a copy of it to your hand." | |
}, | |
{ | |
"index": 1651, | |
"name": "Chameleos", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Each turn this is in your hand, transform it into a card your opponent is holding." | |
}, | |
{ | |
"index": 1652, | |
"name": "Vicious Scalehide", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Lifesteal</b>\n<b>Rush</b>" | |
}, | |
{ | |
"index": 1653, | |
"name": "Sound the Bells!", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Echo</b>\nGive a minion +1/+2." | |
}, | |
{ | |
"index": 1654, | |
"name": "Cinderstorm", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 1655, | |
"name": "Blackhowl Gunspire", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "[x]Can't attack. Whenever\nthis minion takes damage,\ndeal 3 damage to a\nrandom enemy." | |
}, | |
{ | |
"index": 1656, | |
"name": "Redband Wasp", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>\nHas +3 Attack while damaged." | |
}, | |
{ | |
"index": 1657, | |
"name": "Quartz Elemental", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "Can't attack while damaged." | |
}, | |
{ | |
"index": 1658, | |
"name": "Druid of the Scythe", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Choose One -</b> Transform\ninto a 4/2 with <b>Rush</b>;\nor a 2/4 with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1659, | |
"name": "Nightscale Matriarch", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "Whenever a friendly minion is healed, summon a 3/3 Whelp." | |
}, | |
{ | |
"index": 1660, | |
"name": "Fiendish Circle", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon four 1/1 Imps." | |
}, | |
{ | |
"index": 1661, | |
"name": "Azalina Soulthief", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Replace your hand with a copy of your opponent's." | |
}, | |
{ | |
"index": 1662, | |
"name": "Duskhaven Hunter", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]<b>Stealth</b>\nEach turn this is in your hand,\nswap its Attack and Health." | |
}, | |
{ | |
"index": 1663, | |
"name": "Pumpkin Peasant", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Lifesteal</b>\nEach turn this is in your hand,\nswap its Attack and Health." | |
}, | |
{ | |
"index": 1664, | |
"name": "Gilnean Royal Guard", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "[x]<b>Divine Shield</b>, <b>Rush</b>\nEach turn this is in your hand,\nswap its Attack and Health." | |
}, | |
{ | |
"index": 1665, | |
"name": "Rebuke", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Enemy spells cost (5) more next turn." | |
}, | |
{ | |
"index": 1666, | |
"name": "Phantom Militia", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Echo</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 1667, | |
"name": "Ravencaller", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Add two\nrandom 1-Cost minions\nto your hand." | |
}, | |
{ | |
"index": 1668, | |
"name": "Tanglefur Mystic", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Add a random\n2-Cost minion to each player's hand." | |
}, | |
{ | |
"index": 1669, | |
"name": "Hagatha the Witch", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Deal 3 damage to all minions." | |
}, | |
{ | |
"index": 1670, | |
"name": "Cheap Shot", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Echo</b>\n Deal $2 damage to a minion." | |
}, | |
{ | |
"index": 1671, | |
"name": "Bewitched Guardian", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Gain +1 Health\n for each card in your hand. " | |
}, | |
{ | |
"index": 1672, | |
"name": "Duskbat", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your hero took damage this turn, summon two 1/1 Bats." | |
}, | |
{ | |
"index": 1673, | |
"name": "Mistwraith", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever you play an <b>Echo</b> card, gain +1/+1." | |
}, | |
{ | |
"index": 1674, | |
"name": "Lost Spirit", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Give your minions +1 Attack." | |
}, | |
{ | |
"index": 1675, | |
"name": "Ratcatcher", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Destroy a friendly minion and gain its Attack and Health." | |
}, | |
{ | |
"index": 1676, | |
"name": "Wing Blast", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. If a minion died this turn, this costs (1)." | |
}, | |
{ | |
"index": 1677, | |
"name": "Wyrmguard", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 11, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1 Attack and <b>Taunt</b>." | |
}, | |
{ | |
"index": 1678, | |
"name": "Felsoul Inquisitor", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "<b>Lifesteal</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 1679, | |
"name": "Swift Messenger", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Rush</b>\nEach turn this is in your hand,\nswap its Attack and Health." | |
}, | |
{ | |
"index": 1680, | |
"name": "Spellshifter", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b>Spell Damage +1</b>\nEach turn this is in your hand,\nswap its Attack and Health." | |
}, | |
{ | |
"index": 1681, | |
"name": "Murkspark Eel", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If your deck has only even-Cost cards, deal 2 damage." | |
}, | |
{ | |
"index": 1682, | |
"name": "Witch's Apprentice", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 1, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Add a random Shaman spell to your hand." | |
}, | |
{ | |
"index": 1683, | |
"name": "Hench-Clan Thug", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, give this minion +1/+1." | |
}, | |
{ | |
"index": 1684, | |
"name": "Deadly Arsenal", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Reveal a weapon from your deck. Deal its Attack to all minions." | |
}, | |
{ | |
"index": 1685, | |
"name": "Dark Possession", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a friendly character. <b>Discover</b> a Demon." | |
}, | |
{ | |
"index": 1686, | |
"name": "Ghostly Charger", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Divine Shield</b>\n<b>Rush</b>" | |
}, | |
{ | |
"index": 1687, | |
"name": "Darius Crowley", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Rush</b>\nAfter this attacks and kills\na minion, gain +2/+2." | |
}, | |
{ | |
"index": 1688, | |
"name": "Book of Specters", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 3 cards. Discard any spells drawn." | |
}, | |
{ | |
"index": 1689, | |
"name": "Toki, Time-Tinker", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Add a random\n<b>Legendary</b> minion from\nthe past to your hand." | |
}, | |
{ | |
"index": 1690, | |
"name": "Wispering Woods", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon a 1/1 Wisp for\neach card in your hand." | |
}, | |
{ | |
"index": 1691, | |
"name": "Cursed Castaway", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>\n<b>Deathrattle:</b> Draw a <b>Combo</b> card from your deck." | |
}, | |
{ | |
"index": 1692, | |
"name": "Swamp Leech", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1693, | |
"name": "Blackwald Pixie", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Refresh your Hero Power." | |
}, | |
{ | |
"index": 1694, | |
"name": "Vilebrood Skitterer", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Poisonous</b>\n<b>Rush</b>" | |
}, | |
{ | |
"index": 1695, | |
"name": "Deathweb Spider", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your hero\ntook damage this turn, gain <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 1696, | |
"name": "Witching Hour", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random friendly Beast that died this game." | |
}, | |
{ | |
"index": 1697, | |
"name": "Rat Trap", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent plays three\ncards in a turn, summon\na 6/6 Rat." | |
}, | |
{ | |
"index": 1698, | |
"name": "Countess Ashmore", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Draw a <b>Rush</b>,\n<b>Lifesteal</b>, and <b>Deathrattle</b>\ncard from your deck." | |
}, | |
{ | |
"index": 1699, | |
"name": "Town Crier", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Draw a <b>Rush</b> minion from your deck." | |
}, | |
{ | |
"index": 1700, | |
"name": "Sandbinder", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw an Elemental from your deck." | |
}, | |
{ | |
"index": 1701, | |
"name": "Totem Cruncher", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Destroy your Totems. Gain +2/+2 for each destroyed." | |
}, | |
{ | |
"index": 1702, | |
"name": "Witchwood Piper", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Draw the lowest\nCost minion from your deck." | |
}, | |
{ | |
"index": 1703, | |
"name": "Earthen Might", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +2/+2.\nIf it's an Elemental, add\na random Elemental\nto your hand." | |
}, | |
{ | |
"index": 1704, | |
"name": "Silver Sword", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After your hero attacks, give your minions +1/+1." | |
}, | |
{ | |
"index": 1705, | |
"name": "Tess Greymane", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Replay every card\nfrom another class you've\nplayed this game <i>(targets\nchosen randomly)</i>." | |
}, | |
{ | |
"index": 1706, | |
"name": "Zap!", | |
"set": "GILNEAS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 1707, | |
"name": "Scaleworm", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1 Attack and <b>Rush</b>." | |
}, | |
{ | |
"index": 1708, | |
"name": "Toxmonger", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]Whenever you play a 1-Cost\nminion, give it <b>Poisonous</b>." | |
}, | |
{ | |
"index": 1709, | |
"name": "Hunting Mastiff", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Echo</b>\n<b>Rush</b>" | |
}, | |
{ | |
"index": 1710, | |
"name": "Witchwood Imp", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Stealth</b>\n<b>Deathrattle:</b> Give a random\n friendly minion +2 Health." | |
}, | |
{ | |
"index": 1711, | |
"name": "Voodoo Doll", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Choose a minion. <b>Deathrattle:</b> Destroy the chosen minion." | |
}, | |
{ | |
"index": 1712, | |
"name": "Splitting Festeroot", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Summon two 2/2 Splitting Saplings." | |
}, | |
{ | |
"index": 1713, | |
"name": "Glinda Crowskin", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "Minions in your hand have <b>Echo</b>." | |
}, | |
{ | |
"index": 1714, | |
"name": "Dollmaster Dorian", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "Whenever you draw a minion, summon a 1/1 copy of it." | |
}, | |
{ | |
"index": 1715, | |
"name": "Lifedrinker", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage to\nthe enemy hero. Restore\n#3 Health to your hero." | |
}, | |
{ | |
"index": 1716, | |
"name": "Witchwood Grizzly", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 12, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Lose 1 Health\nfor each card in your\nopponent's hand." | |
}, | |
{ | |
"index": 1717, | |
"name": "Night Prowler", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If this is the only minion on the battlefield, gain +3/+3." | |
}, | |
{ | |
"index": 1718, | |
"name": "Bellringer Sentry", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry and Deathrattle:</b> Put a <b>Secret</b> from your deck into the battlefield." | |
}, | |
{ | |
"index": 1719, | |
"name": "Cathedral Gargoyle", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1720, | |
"name": "Ferocious Howl", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card.\nGain 1 Armor for each card in your hand." | |
}, | |
{ | |
"index": 1721, | |
"name": "Curio Collector", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Whenever you draw a card, gain +1/+1." | |
}, | |
{ | |
"index": 1722, | |
"name": "Bonfire Elemental", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you played an Elemental last turn, draw a card." | |
}, | |
{ | |
"index": 1723, | |
"name": "Clockwork Automaton", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Double the damage and healing of your Hero Power." | |
}, | |
{ | |
"index": 1724, | |
"name": "Chief Inspector", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Destroy all enemy <b>Secrets</b>." | |
}, | |
{ | |
"index": 1725, | |
"name": "Houndmaster Shaw", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Your other minions have\n<b>Rush</b>." | |
}, | |
{ | |
"index": 1726, | |
"name": "Woodcutter's Axe", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give +2/+1 to a random friendly minion." | |
}, | |
{ | |
"index": 1727, | |
"name": "Warpath", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Echo</b>\nDeal $1 damage to all minions." | |
}, | |
{ | |
"index": 1728, | |
"name": "Festeroot Hulk", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "After a friendly minion attacks, gain +1 Attack." | |
}, | |
{ | |
"index": 1729, | |
"name": "Splintergraft", | |
"set": "GILNEAS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Choose a friendly\nminion. Add a 10/10 copy to\nyour hand that costs (10)." | |
}, | |
{ | |
"index": 1730, | |
"name": "Divine Hymn", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #6 Health to all friendly characters." | |
}, | |
{ | |
"index": 1731, | |
"name": "Witchwood Apple", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add two 2/2 Treants to your hand." | |
}, | |
{ | |
"index": 1732, | |
"name": "Vex Crow", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, summon a random\n2-Cost minion." | |
}, | |
{ | |
"index": 1733, | |
"name": "Curse of Weakness", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Echo</b>\nGive all enemy minions -2 Attack until your next turn." | |
}, | |
{ | |
"index": 1734, | |
"name": "Rotten Applebaum", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Restore #6 Health to your hero." | |
}, | |
{ | |
"index": 1735, | |
"name": "Spectral Cutlass", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Lifesteal</b>\nWhenever you play a card\nfrom another class,\ngain +1 Durability." | |
}, | |
{ | |
"index": 1736, | |
"name": "Face Collector", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Echo</b>\n<b>Battlecry:</b> Add a random <b>Legendary</b> minion to your hand." | |
}, | |
{ | |
"index": 1737, | |
"name": "Ghost Light Angler", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Echo</b>" | |
}, | |
{ | |
"index": 1738, | |
"name": "Walnut Sprite", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Echo</b>" | |
}, | |
{ | |
"index": 1739, | |
"name": "Nightmare Amalgam", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<i>This has all minion types.</i>" | |
}, | |
{ | |
"index": 1740, | |
"name": "Muck Hunter", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Summon two 2/1 Mucklings for your opponent." | |
}, | |
{ | |
"index": 1741, | |
"name": "Marsh Drake", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a 2/1 <b>Poisonous</b> Drakeslayer for your opponent." | |
}, | |
{ | |
"index": 1742, | |
"name": "Paragon of Light", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "While this minion has 3 or more Attack, it has <b>Taunt</b> and <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 1743, | |
"name": "WANTED!", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. If that kills it, add a Coin to your hand." | |
}, | |
{ | |
"index": 1744, | |
"name": "Archmage Arugal", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Whenever you draw a minion, add a copy of it to your hand." | |
}, | |
{ | |
"index": 1745, | |
"name": "Genn Greymane", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Start of Game:</b>\nIf your deck has only even-\nCost cards, your starting\nHero Power costs (1)." | |
}, | |
{ | |
"index": 1746, | |
"name": "Blood Witch", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "At the start of your turn, deal 1 damage to your hero." | |
}, | |
{ | |
"index": 1747, | |
"name": "Prince Liam", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Transform all\n1-Cost cards in your deck\n into <b>Legendary</b> minions." | |
}, | |
{ | |
"index": 1748, | |
"name": "Pick Pocket", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Echo</b>\nAdd a random card to your hand <i>(from your opponent's class).</i>" | |
}, | |
{ | |
"index": 1749, | |
"name": "Duskfallen Aviana", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "On each player's turn, the first card played costs (0)." | |
}, | |
{ | |
"index": 1750, | |
"name": "Snap Freeze", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a minion.\nIf it's already <b>Frozen</b>, destroy it." | |
}, | |
{ | |
"index": 1751, | |
"name": "Militia Commander", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Gain +3 Attack this turn." | |
}, | |
{ | |
"index": 1752, | |
"name": "Coffin Crasher", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon a <b>Deathrattle</b> minion from your hand." | |
}, | |
{ | |
"index": 1753, | |
"name": "Bogshaper", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "Whenever you cast a spell, draw a minion from your deck." | |
}, | |
{ | |
"index": 1754, | |
"name": "Unpowered Steambot", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 0, | |
"health_or_durability": 9, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 1755, | |
"name": "Vivid Nightmare", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose a friendly minion.\nSummon a copy of it with\n1 Health remaining." | |
}, | |
{ | |
"index": 1756, | |
"name": "Baleful Banker", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Shuffle a copy into your deck." | |
}, | |
{ | |
"index": 1757, | |
"name": "Swamp Dragon Egg", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Add a random Dragon to your hand." | |
}, | |
{ | |
"index": 1758, | |
"name": "The Glass Knight", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Divine Shield</b>\nWhenever you restore Health,\ngain <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1759, | |
"name": "Witch's Cauldron", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "After a friendly minion dies, add a random Shaman spell to your hand." | |
}, | |
{ | |
"index": 1760, | |
"name": "Shudderwock", | |
"set": "GILNEAS", | |
"cost": 9, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Repeat all other\n<b>Battlecries</b> from cards you\nplayed this game <i>(targets\nchosen randomly)</i>." | |
}, | |
{ | |
"index": 1761, | |
"name": "Lord Godfrey", | |
"set": "GILNEAS", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Deal 2 damage to\nall other minions. If any die,\nrepeat this <b>Battlecry</b>." | |
}, | |
{ | |
"index": 1762, | |
"name": "Baku the Mooneater", | |
"set": "GILNEAS", | |
"cost": 9, | |
"attack": 7, | |
"health_or_durability": 8, | |
"text": "[x]<b>Start of Game:</b>\nIf your deck has only odd-\nCost cards, upgrade\nyour Hero Power." | |
}, | |
{ | |
"index": 1763, | |
"name": "Blink Fox", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Add a random card to your hand <i>(from your opponent's class).</i>" | |
}, | |
{ | |
"index": 1764, | |
"name": "Dire Frenzy", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a Beast +3/+3. Shuffle 3 copies into your deck with +3/+3." | |
}, | |
{ | |
"index": 1765, | |
"name": "Forest Guide", | |
"set": "GILNEAS", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "At the end of your turn, both players draw a card." | |
}, | |
{ | |
"index": 1766, | |
"name": "Squashling", | |
"set": "GILNEAS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Echo</b>\n<b>Battlecry:</b> Restore #2 Health." | |
}, | |
{ | |
"index": 1767, | |
"name": "Blazing Invocation", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Battlecry</b> minion." | |
}, | |
{ | |
"index": 1768, | |
"name": "Glitter Moth", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your deck has only odd-Cost cards, double the Health of your other minions." | |
}, | |
{ | |
"index": 1769, | |
"name": "Black Cat", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Spell Damage +1</b>\n <b>Battlecry:</b> If your deck has only odd-Cost cards, draw a card." | |
}, | |
{ | |
"index": 1770, | |
"name": "Lady in White", | |
"set": "GILNEAS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Cast 'Inner Fire'\n on every minion in your deck \n<i>(set Attack equal to Health).</i>" | |
}, | |
{ | |
"index": 1771, | |
"name": "Cutthroat Buccaneer", | |
"set": "GILNEAS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Combo:</b> Give your weapon +1 Attack." | |
}, | |
{ | |
"index": 1772, | |
"name": "Hidden Wisdom", | |
"set": "GILNEAS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent plays three\ncards in a turn, draw\n2 cards." | |
}, | |
{ | |
"index": 1773, | |
"name": "Carrion Drake", | |
"set": "GILNEAS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> If a minion died this turn, gain <b>Poisonous</b>." | |
}, | |
{ | |
"index": 1774, | |
"name": "Skaterbot", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Magnetic</b>\n<b>Rush</b>" | |
}, | |
{ | |
"index": 1775, | |
"name": "Bronze Gatekeeper", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Magnetic</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 1776, | |
"name": "Goblin Bomb", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Deal 2 damage\nto the enemy hero." | |
}, | |
{ | |
"index": 1777, | |
"name": "Bomb Toss", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. Summon a 0/2 Goblin Bomb." | |
}, | |
{ | |
"index": 1778, | |
"name": "Boommaster Flark", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon four 0/2 Goblin Bombs." | |
}, | |
{ | |
"index": 1779, | |
"name": "Venomizer", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Magnetic</b>\n<b>Poisonous</b>" | |
}, | |
{ | |
"index": 1780, | |
"name": "Fireworks Tech", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Give a friendly\nMech +1/+1. If it has\n<b>Deathrattle</b>, trigger it." | |
}, | |
{ | |
"index": 1781, | |
"name": "Necromechanic", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Your <b>Deathrattles</b> trigger twice." | |
}, | |
{ | |
"index": 1782, | |
"name": "Weapons Project", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each player equips a 2/3 weapon and\ngains 6 Armor." | |
}, | |
{ | |
"index": 1783, | |
"name": "Rusty Recycler", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 1784, | |
"name": "Biology Project", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each player gains 2 Mana Crystals." | |
}, | |
{ | |
"index": 1785, | |
"name": "Eternium Rover", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever this minion takes damage, gain 2 Armor." | |
}, | |
{ | |
"index": 1786, | |
"name": "Mechanical Whelp", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 7/7 Mechanical Dragon." | |
}, | |
{ | |
"index": 1787, | |
"name": "Rocket Boots", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Rush</b>. Draw a card." | |
}, | |
{ | |
"index": 1788, | |
"name": "The Boomship", | |
"set": "BOOMSDAY", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 3 random minions from your hand. Give them <b>Rush</b>." | |
}, | |
{ | |
"index": 1789, | |
"name": "Faithful Lumi", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give a friendly Mech +1/+1." | |
}, | |
{ | |
"index": 1790, | |
"name": "Toxicologist", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give your weapon +1 Attack." | |
}, | |
{ | |
"index": 1791, | |
"name": "Violet Haze", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 2 random <b>Deathrattle</b> cards to your hand." | |
}, | |
{ | |
"index": 1792, | |
"name": "Academic Espionage", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle 10 cards from your opponent's class into your deck. They cost (1)." | |
}, | |
{ | |
"index": 1793, | |
"name": "Elementary Reaction", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. Copy it if you played an Elemental last turn." | |
}, | |
{ | |
"index": 1794, | |
"name": "Unpowered Mauler", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Can only attack if you cast a spell this turn." | |
}, | |
{ | |
"index": 1795, | |
"name": "Eureka!", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a copy of a random minion from your hand." | |
}, | |
{ | |
"index": 1796, | |
"name": "Astral Rift", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 2 random minions to your hand." | |
}, | |
{ | |
"index": 1797, | |
"name": "Spark Drill", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>\n<b>Deathrattle:</b> Add two\n1/1 Sparks with <b>Rush</b> to your hand." | |
}, | |
{ | |
"index": 1798, | |
"name": "Stargazer Luna", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you play the\nright-most card in your hand, draw a card." | |
}, | |
{ | |
"index": 1799, | |
"name": "Dyn-o-matic", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal 5 damage randomly split among all minions except Mechs." | |
}, | |
{ | |
"index": 1800, | |
"name": "Missile Launcher", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Magnetic</b>\nAt the end of your turn,\ndeal 1 damage to all\nother characters." | |
}, | |
{ | |
"index": 1801, | |
"name": "Omega Medic", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you have 10 Mana Crystals, restore #10 Health to your hero." | |
}, | |
{ | |
"index": 1802, | |
"name": "Security Rover", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]Whenever this minion\ntakes damage, summon a\n2/3 Mech with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1803, | |
"name": "Extra Arms", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +2/+2.\nAdd 'More Arms!' to your\nhand that gives +2/+2." | |
}, | |
{ | |
"index": 1804, | |
"name": "Spirit Bomb", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion and your hero." | |
}, | |
{ | |
"index": 1805, | |
"name": "Doubling Imp", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a copy of this minion." | |
}, | |
{ | |
"index": 1806, | |
"name": "Nethersoul Buster", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Gain +1 Attack for each damage your hero has taken this turn." | |
}, | |
{ | |
"index": 1807, | |
"name": "Shrink Ray", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set the Attack and Health of all minions\nto 1." | |
}, | |
{ | |
"index": 1808, | |
"name": "Crystalsmith Kangor", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Divine Shield</b>, <b>Lifesteal</b>\nYour healing is doubled." | |
}, | |
{ | |
"index": 1809, | |
"name": "Beryllium Nullifier", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "<b>Magnetic</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 1810, | |
"name": "Dr. Boom, Mad Genius", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> For the rest of the game, your Mechs have <b>Rush</b>." | |
}, | |
{ | |
"index": 1811, | |
"name": "Myra's Unstable Element", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw the rest of\nyour deck." | |
}, | |
{ | |
"index": 1812, | |
"name": "Myra Rotspring", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\n<b>Deathrattle</b> minion. Also\ngain its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 1813, | |
"name": "The Storm Bringer", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform your minions into random <b>Legendary</b> minions." | |
}, | |
{ | |
"index": 1814, | |
"name": "Beakered Lightning", | |
"set": "BOOMSDAY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions. <b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 1815, | |
"name": "Spider Bomb", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Magnetic</b>\n<b>Deathrattle:</b> Destroy a random enemy minion." | |
}, | |
{ | |
"index": 1816, | |
"name": "Unexpected Results", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon two random\n$2-Cost minions <i>(improved\nby <b>Spell Damage</b>)</i>." | |
}, | |
{ | |
"index": 1817, | |
"name": "Astromancer", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Summon a\nrandom minion with Cost\nequal to your hand size." | |
}, | |
{ | |
"index": 1818, | |
"name": "Luna's Pocket Galaxy", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change the Cost of minions in your\ndeck to (1)." | |
}, | |
{ | |
"index": 1819, | |
"name": "Zerek, Master Cloner", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> If you've cast any spells on this minion, resummon it." | |
}, | |
{ | |
"index": 1820, | |
"name": "Soul Infusion", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give the\nleft-most minion in your hand +2/+2." | |
}, | |
{ | |
"index": 1821, | |
"name": "Piloted Reaper", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a random minion from\nyour hand that costs (2) or less." | |
}, | |
{ | |
"index": 1822, | |
"name": "Giggling Inventor", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon two 1/2 Mechs with <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1823, | |
"name": "Holomancer", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your opponent plays a minion, summon a 1/1 copy of it." | |
}, | |
{ | |
"index": 1824, | |
"name": "Pogo-Hopper", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Gain +2/+2 for\neach other Pogo-Hopper\nyou played this game." | |
}, | |
{ | |
"index": 1825, | |
"name": "Necrium Blade", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Trigger the <b>Deathrattle</b> of a random friendly minion." | |
}, | |
{ | |
"index": 1826, | |
"name": "Lab Recruiter", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Shuffle 3 copies of a friendly minion into your deck." | |
}, | |
{ | |
"index": 1827, | |
"name": "Storm Chaser", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw a spell from your deck that costs (5) or more." | |
}, | |
{ | |
"index": 1828, | |
"name": "Omega Defender", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If you have\n10 Mana Crystals,\ngain +10 Attack." | |
}, | |
{ | |
"index": 1829, | |
"name": "Omega Assembly", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Discover</b> a Mech. If you\nhave 10 Mana Crystals,\nkeep all 3 cards." | |
}, | |
{ | |
"index": 1830, | |
"name": "Spring Rocket", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 2 damage." | |
}, | |
{ | |
"index": 1831, | |
"name": "Upgradeable Framebot", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 1832, | |
"name": "Replicating Menace", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Magnetic</b>\n<b>Deathrattle:</b> Summon three 1/1 Microbots." | |
}, | |
{ | |
"index": 1833, | |
"name": "Weaponized Piñata", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Add a random <b>Legendary</b> minion to your hand." | |
}, | |
{ | |
"index": 1834, | |
"name": "Secret Plan", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Secret</b>." | |
}, | |
{ | |
"index": 1835, | |
"name": "Juicy Psychmelon", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a 7, 8, 9, and\n10-Cost minion\n from your deck." | |
}, | |
{ | |
"index": 1836, | |
"name": "Supercollider", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]After you attack a minion,\nforce it to attack one\nof its neighbors." | |
}, | |
{ | |
"index": 1837, | |
"name": "Thunderhead", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]After you play a card with\n<b>Overload</b>, summon two\n1/1 Sparks with <b>Rush</b>." | |
}, | |
{ | |
"index": 1838, | |
"name": "Electra Stormsurge", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Your next spell this turn casts twice." | |
}, | |
{ | |
"index": 1839, | |
"name": "Brainstormer", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Gain +1 Health\nfor each spell in your hand." | |
}, | |
{ | |
"index": 1840, | |
"name": "Cloakscale Chemist", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 1841, | |
"name": "Dendrologist", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you control a Treant, <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 1842, | |
"name": "Landscaping", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/2 Treants." | |
}, | |
{ | |
"index": 1843, | |
"name": "Tending Tauren", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Choose One -</b> Give your\nother minions +1/+1;\nor Summon two\n2/2 Treants." | |
}, | |
{ | |
"index": 1844, | |
"name": "Dreampetal Florist", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, reduce the Cost of a random minion in your hand by (7)." | |
}, | |
{ | |
"index": 1845, | |
"name": "Mecha'thun", | |
"set": "BOOMSDAY", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "[x]<b>Deathrattle:</b> If you have no\ncards in your deck, hand,\nand battlefield, destroy\nthe enemy hero." | |
}, | |
{ | |
"index": 1846, | |
"name": "Flark's Boom-Zooka", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon 3 minions from\nyour deck. They attack\nenemy minions, then die." | |
}, | |
{ | |
"index": 1847, | |
"name": "Whirliglider", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 0/2 Goblin Bomb." | |
}, | |
{ | |
"index": 1848, | |
"name": "Dr. Morrigan", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Swap this with a minion from your deck." | |
}, | |
{ | |
"index": 1849, | |
"name": "Flobbidinous Floop", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "While in your hand, this is a 3/4 copy of the last minion you played." | |
}, | |
{ | |
"index": 1850, | |
"name": "Cloning Device", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a copy of a minion in your opponent's deck." | |
}, | |
{ | |
"index": 1851, | |
"name": "Prismatic Lens", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a minion and a spell from your deck. Swap their Costs." | |
}, | |
{ | |
"index": 1852, | |
"name": "Goblin Prank", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly minion +3/+3 and <b>Rush</b>. It dies at end of turn." | |
}, | |
{ | |
"index": 1853, | |
"name": "Cybertech Chip", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Add a random Mech to your hand.\"" | |
}, | |
{ | |
"index": 1854, | |
"name": "Void Analyst", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give all Demons in your hand +1/+1." | |
}, | |
{ | |
"index": 1855, | |
"name": "Floop's Glorious Gloop", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Whenever a minion dies this turn, gain 1 Mana Crystal this turn only." | |
}, | |
{ | |
"index": 1856, | |
"name": "Mecharoo", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 1/1 Jo-E Bot." | |
}, | |
{ | |
"index": 1857, | |
"name": "Crystallizer", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Deal 5 damage\nto your hero. Gain 5 Armor." | |
}, | |
{ | |
"index": 1858, | |
"name": "Damaged Stegotron", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 12, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Deal 6 damage to this minion." | |
}, | |
{ | |
"index": 1859, | |
"name": "Voltaic Burst", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 1/1 Sparks with <b>Rush</b>. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 1860, | |
"name": "Shooting Star", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion and the minions next to it." | |
}, | |
{ | |
"index": 1861, | |
"name": "Gloop Sprayer", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a copy of each adjacent minion." | |
}, | |
{ | |
"index": 1862, | |
"name": "Necrium Vial", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Trigger a friendly minion's <b>Deathrattle</b> twice." | |
}, | |
{ | |
"index": 1863, | |
"name": "Dead Ringer", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Draw a <b>Deathrattle</b> minion from your deck." | |
}, | |
{ | |
"index": 1864, | |
"name": "Seaforium Bomber", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Shuffle a Bomb\ninto your opponent's deck.\nWhen drawn, it explodes\nfor 5 damage." | |
}, | |
{ | |
"index": 1865, | |
"name": "Topsy Turvy", | |
"set": "BOOMSDAY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Swap a minion's Attack and Health." | |
}, | |
{ | |
"index": 1866, | |
"name": "Ectomancy", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon copies of all Demons you control." | |
}, | |
{ | |
"index": 1867, | |
"name": "Mulchmuncher", | |
"set": "BOOMSDAY", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Rush</b>. Costs (1) less for each friendly Treant that died this game." | |
}, | |
{ | |
"index": 1868, | |
"name": "Power Word: Replicate", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a friendly minion. Summon a 5/5 copy of it." | |
}, | |
{ | |
"index": 1869, | |
"name": "Celestial Emissary", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Your next spell this turn has <b>Spell Damage +2</b>." | |
}, | |
{ | |
"index": 1870, | |
"name": "Explodinator", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon two 0/2 Goblin Bombs." | |
}, | |
{ | |
"index": 1871, | |
"name": "Menacing Nimbus", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Add a random Elemental to your hand." | |
}, | |
{ | |
"index": 1872, | |
"name": "Bull Dozer", | |
"set": "BOOMSDAY", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 1873, | |
"name": "Microtech Controller", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Microbots." | |
}, | |
{ | |
"index": 1874, | |
"name": "Omega Agent", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you have 10\nMana Crystals, summon\n 2 copies of this minion." | |
}, | |
{ | |
"index": 1875, | |
"name": "Mechano-Egg", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon an 8/8 Robosaur." | |
}, | |
{ | |
"index": 1876, | |
"name": "Spark Engine", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Add a \n1/1 Spark with <b>Rush</b> to your hand." | |
}, | |
{ | |
"index": 1877, | |
"name": "Arcane Dynamo", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a spell that costs (5) or more." | |
}, | |
{ | |
"index": 1878, | |
"name": "E.M.P. Operative", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a Mech." | |
}, | |
{ | |
"index": 1879, | |
"name": "Omega Mind", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you have 10\nMana Crystals, your spells\n have <b>Lifesteal</b> this turn." | |
}, | |
{ | |
"index": 1880, | |
"name": "Loose Specimen", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 6 damage randomly split among other friendly minions." | |
}, | |
{ | |
"index": 1881, | |
"name": "Zilliax", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Magnetic</b>\n<b><b>Divine Shield</b>, <b>Taunt</b>, Lifesteal, Rush</b>" | |
}, | |
{ | |
"index": 1882, | |
"name": "Electrowright", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a spell that costs (5) or more, gain +1/+1." | |
}, | |
{ | |
"index": 1883, | |
"name": "Star Aligner", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> If you control 3\nminions with 7 Health, deal\n7 damage to all enemies." | |
}, | |
{ | |
"index": 1884, | |
"name": "Harbinger Celestia", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Stealth</b>\nAfter your opponent plays\na minion, become a\ncopy of it." | |
}, | |
{ | |
"index": 1885, | |
"name": "Test Subject", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Shuffle any\nspells you cast on this\nminion into your deck." | |
}, | |
{ | |
"index": 1886, | |
"name": "Augmented Elekk", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever you shuffle a card into a deck, shuffle in an extra copy." | |
}, | |
{ | |
"index": 1887, | |
"name": "Coppertail Imposter", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Gain <b>Stealth</b> until your next turn." | |
}, | |
{ | |
"index": 1888, | |
"name": "Wargear", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Magnetic</b>" | |
}, | |
{ | |
"index": 1889, | |
"name": "Blightnozzle Crawler", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Summon a 1/1 Ooze with <b>Poisonous</b> and <b>Rush</b>." | |
}, | |
{ | |
"index": 1890, | |
"name": "Reckless Experimenter", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Deathrattle</b> minions you\nplay cost (3) less, but die\nat the end of the turn." | |
}, | |
{ | |
"index": 1891, | |
"name": "Zerek's Cloning Gallery", | |
"set": "BOOMSDAY", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 1/1 copy of each minion in your deck." | |
}, | |
{ | |
"index": 1892, | |
"name": "The Soularium", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 3 cards.\nAt the end of your turn, discard them." | |
}, | |
{ | |
"index": 1893, | |
"name": "Subject 9", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Draw 5 different <b>Secrets</b> from your deck." | |
}, | |
{ | |
"index": 1894, | |
"name": "Crazed Chemist", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Combo:</b> Give a friendly minion +4 Attack." | |
}, | |
{ | |
"index": 1895, | |
"name": "Research Project", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each player draws 2 cards." | |
}, | |
{ | |
"index": 1896, | |
"name": "Meteorologist", | |
"set": "BOOMSDAY", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> For each card in your hand, deal 1 damage to a random enemy." | |
}, | |
{ | |
"index": 1897, | |
"name": "Steel Rager", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>" | |
}, | |
{ | |
"index": 1898, | |
"name": "Cosmic Anomaly", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 1899, | |
"name": "Kaboom Bot", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Deal 4 damage to a random enemy minion." | |
}, | |
{ | |
"index": 1900, | |
"name": "SN1P-SN4P", | |
"set": "BOOMSDAY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Magnetic</b>, <b>Echo</b>\n<b>Deathrattle:</b> Summon two 1/1 Microbots." | |
}, | |
{ | |
"index": 1901, | |
"name": "Glow-Tron", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Magnetic</b>" | |
}, | |
{ | |
"index": 1902, | |
"name": "Galvanizer", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Reduce the\nCost of Mechs in your\nhand by (1)." | |
}, | |
{ | |
"index": 1903, | |
"name": "Autodefense Matrix", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When one of your minions is attacked, give it <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1904, | |
"name": "Crystology", | |
"set": "BOOMSDAY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw two 1-Attack\nminions from your deck." | |
}, | |
{ | |
"index": 1905, | |
"name": "Glowstone Technician", | |
"set": "BOOMSDAY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give all minions in your hand +2/+2." | |
}, | |
{ | |
"index": 1906, | |
"name": "Annoy-o-Module", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Magnetic</b>\n<b>Divine Shield</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 1907, | |
"name": "Kangor's Endless Army", | |
"set": "BOOMSDAY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Resurrect 3 friendly Mechs. They keep any <b>Magnetic</b> upgrades." | |
}, | |
{ | |
"index": 1908, | |
"name": "Demonic Project", | |
"set": "BOOMSDAY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each player transforms a random minion in their hand into a Demon." | |
}, | |
{ | |
"index": 1909, | |
"name": "Whizbang the Wonderful", | |
"set": "BOOMSDAY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "You start the game with one of Whizbang's Wonderful Decks!" | |
}, | |
{ | |
"index": 1910, | |
"name": "Half-Time Scavenger", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Stealth</b>\n<b>Overkill</b>: Gain 3 Armor." | |
}, | |
{ | |
"index": 1911, | |
"name": "Totemic Smash", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. <b>Overkill</b>: Summon a basic Totem." | |
}, | |
{ | |
"index": 1912, | |
"name": "Ticket Scalper", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Overkill</b>: Draw 2 cards." | |
}, | |
{ | |
"index": 1913, | |
"name": "Sightless Ranger", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>\n<b>Overkill</b>: Summon two 1/1 Bats." | |
}, | |
{ | |
"index": 1914, | |
"name": "Serpent Ward", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "At the end of your turn,\ndeal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 1915, | |
"name": "Haunting Visions", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next spell you cast this turn costs (3) less. <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 1916, | |
"name": "Bog Slosher", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Return a friendly minion to your hand and give it +2/+2." | |
}, | |
{ | |
"index": 1917, | |
"name": "Spirit of the Frog", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nWhenever you cast a spell,\ndraw a spell from your deck\nthat costs (1) more." | |
}, | |
{ | |
"index": 1918, | |
"name": "Zul'jin", | |
"set": "TROLL", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Cast all spells\nyou've played this game\n<i>(targets chosen randomly)</i>." | |
}, | |
{ | |
"index": 1919, | |
"name": "Bloodsail Howler", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Rush</b>\n<b>Battlecry:</b> Gain +1/+1\nfor each other Pirate\nyou control." | |
}, | |
{ | |
"index": 1920, | |
"name": "Serrated Tooth", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Give your minions <b>Rush</b>." | |
}, | |
{ | |
"index": 1921, | |
"name": "Gurubashi Hypemon", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a 1/1 copy of a <b>Battlecry</b> minion. It costs (1)." | |
}, | |
{ | |
"index": 1922, | |
"name": "Big Bad Voodoo", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly minion \"<b>Deathrattle:</b> Summon a random minion that costs (1) more.\"" | |
}, | |
{ | |
"index": 1923, | |
"name": "Zentimo", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]Whenever you target a\nminion with a spell, cast it\nagain on its neighbors." | |
}, | |
{ | |
"index": 1924, | |
"name": "Spirit of the Shark", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nYour minions' <b>Battlecries</b>\n and <b>Combos</b> trigger twice. " | |
}, | |
{ | |
"index": 1925, | |
"name": "Griftah", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> two\ncards. Give one to your\nopponent at random." | |
}, | |
{ | |
"index": 1926, | |
"name": "Seance", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Add a copy of it to your hand." | |
}, | |
{ | |
"index": 1927, | |
"name": "Headhunter's Hatchet", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you\ncontrol a Beast, gain\n+1 Durability." | |
}, | |
{ | |
"index": 1928, | |
"name": "The Beast Within", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly Beast +1/+1, then it attacks a random enemy minion." | |
}, | |
{ | |
"index": 1929, | |
"name": "Raiding Party", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 Pirates from your deck.\n<b>Combo:</b> And a weapon." | |
}, | |
{ | |
"index": 1930, | |
"name": "Captain Hooktusk", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon 3 Pirates from your deck. Give them <b>Rush</b>." | |
}, | |
{ | |
"index": 1931, | |
"name": "Cannon Barrage", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $3 damage to a\nrandom enemy. Repeat\nfor each of your Pirates." | |
}, | |
{ | |
"index": 1932, | |
"name": "Regenerate", | |
"set": "TROLL", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #3 Health." | |
}, | |
{ | |
"index": 1933, | |
"name": "Sand Drudge", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, summon a 1/1 Zombie with <b>Taunt</b>." | |
}, | |
{ | |
"index": 1934, | |
"name": "Former Champ", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 5/5 Hotshot." | |
}, | |
{ | |
"index": 1935, | |
"name": "Stolen Steel", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a weapon <i>(from another class)</i>." | |
}, | |
{ | |
"index": 1936, | |
"name": "Walk the Plank", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy an undamaged minion." | |
}, | |
{ | |
"index": 1937, | |
"name": "Spirit of the Raptor", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nAfter your hero attacks and\n kills a minion, draw a card. " | |
}, | |
{ | |
"index": 1938, | |
"name": "Ironhide Direhorn", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Overkill:</b> Summon a 5/5 Ironhide Runt." | |
}, | |
{ | |
"index": 1939, | |
"name": "Savage Striker", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal damage to an enemy minion equal to your hero's Attack." | |
}, | |
{ | |
"index": 1940, | |
"name": "Gonk, the Raptor", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "After your hero attacks and kills a minion, it may attack again." | |
}, | |
{ | |
"index": 1941, | |
"name": "Pounce", | |
"set": "TROLL", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn." | |
}, | |
{ | |
"index": 1942, | |
"name": "Predatory Instincts", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw a Beast from your\ndeck. Double its Health." | |
}, | |
{ | |
"index": 1943, | |
"name": "Shriek", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Discard your lowest Cost card. Deal $2 damage to all minions." | |
}, | |
{ | |
"index": 1944, | |
"name": "Void Contract", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy half of each player's deck." | |
}, | |
{ | |
"index": 1945, | |
"name": "Soulwarden", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Add 3 random cards you discarded this game to your hand." | |
}, | |
{ | |
"index": 1946, | |
"name": "Grim Rally", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a friendly minion. Give your minions +1/+1." | |
}, | |
{ | |
"index": 1947, | |
"name": "Spirit of the Bat", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "<b>Stealth</b> for 1 turn.\nAfter a friendly minion dies, give a minion in your hand +1/+1." | |
}, | |
{ | |
"index": 1948, | |
"name": "High Priestess Jeklik", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>, <b>Lifesteal</b>\nWhen you discard this,\nadd 2 copies of it to\nyour hand." | |
}, | |
{ | |
"index": 1949, | |
"name": "Hir'eek, the Bat", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Fill your board with copies of this minion." | |
}, | |
{ | |
"index": 1950, | |
"name": "Mark of the Loa", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One</b> -\nGive a minion +2/+4\nand <b>Taunt</b>; or Summon\ntwo 3/2 Raptors." | |
}, | |
{ | |
"index": 1951, | |
"name": "Stampeding Roar", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random Beast from your hand and give it <b>Rush</b>." | |
}, | |
{ | |
"index": 1952, | |
"name": "Blood Troll Sapper", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "After a friendly minion dies, deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 1953, | |
"name": "Mass Hysteria", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Force each minion to attack another random minion." | |
}, | |
{ | |
"index": 1954, | |
"name": "Princess Talanji", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon all minions from your hand that didn't start in your deck." | |
}, | |
{ | |
"index": 1955, | |
"name": "Bwonsamdi, the Dead", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> Draw 1-Cost\nminions from your deck\nuntil your hand is full." | |
}, | |
{ | |
"index": 1956, | |
"name": "Shirvallah, the Tiger", | |
"set": "TROLL", | |
"cost": 25, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "[x]<b>Divine Shield</b>, <b>Rush</b>, <b>Lifesteal</b>\n Costs (1) less for each Mana\nyou've spent on spells." | |
}, | |
{ | |
"index": 1957, | |
"name": "Time Out!", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your hero is <b>Immune</b> until your next turn." | |
}, | |
{ | |
"index": 1958, | |
"name": "Farraki Battleaxe", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Overkill:</b> Give a minion in your hand +2/+2." | |
}, | |
{ | |
"index": 1959, | |
"name": "A New Challenger...", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a 6-Cost minion. Summon it with <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 1960, | |
"name": "Immortal Prelate", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Shuffle this into your deck. It keeps any enchantments." | |
}, | |
{ | |
"index": 1961, | |
"name": "Flash of Light", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #4 Health.\nDraw a card." | |
}, | |
{ | |
"index": 1962, | |
"name": "High Priest Thekal", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Convert all but 1 of your Hero's Health into Armor." | |
}, | |
{ | |
"index": 1963, | |
"name": "Spirit of the Tiger", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nAfter you cast a spell,\nsummon a Tiger with stats\nequal to its Cost." | |
}, | |
{ | |
"index": 1964, | |
"name": "Elemental Evocation", | |
"set": "TROLL", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next Elemental you play this turn costs (2) less." | |
}, | |
{ | |
"index": 1965, | |
"name": "Arcanosaur", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you played an Elemental last turn, deal 3 damage to all other minions." | |
}, | |
{ | |
"index": 1966, | |
"name": "Spellzerker", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Has <b>Spell Damage +2</b> while damaged." | |
}, | |
{ | |
"index": 1967, | |
"name": "Scorch", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage to a\nminion. Costs (1) if you\nplayed an Elemental\nlast turn." | |
}, | |
{ | |
"index": 1968, | |
"name": "Pyromaniac", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever your Hero Power kills a minion, draw a card." | |
}, | |
{ | |
"index": 1969, | |
"name": "Jan'alai, the Dragonhawk", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If your Hero Power\ndealt 8 damage this game,\nsummon Ragnaros the\nFirelord.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 1970, | |
"name": "Blast Wave", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all minions.\n<b>Overkill</b>: Add a random Mage spell to your hand." | |
}, | |
{ | |
"index": 1971, | |
"name": "Hex Lord Malacrass", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry</b>: Add a copy of your opening hand to your hand <i>(except this card)</i>." | |
}, | |
{ | |
"index": 1972, | |
"name": "Spirit of the Dragonhawk", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nYour Hero Power also targets\n adjacent minions." | |
}, | |
{ | |
"index": 1973, | |
"name": "Devastate", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a damaged minion." | |
}, | |
{ | |
"index": 1974, | |
"name": "Emberscale Drake", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain 5 Armor." | |
}, | |
{ | |
"index": 1975, | |
"name": "Heavy Metal!", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon a random\nminion with Cost equal\nto your Armor <i>(up to 10).</i>" | |
}, | |
{ | |
"index": 1976, | |
"name": "Sul'thraze", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Overkill</b>: You may attack again." | |
}, | |
{ | |
"index": 1977, | |
"name": "Smolderthorn Lancer", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, destroy a damaged enemy minion." | |
}, | |
{ | |
"index": 1978, | |
"name": "Spirit of the Rhino", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "<b>Stealth</b> for 1 turn.\nYour <b>Rush</b> minions are <b>Immune</b> the turn they're summoned." | |
}, | |
{ | |
"index": 1979, | |
"name": "War Master Voone", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Copy all\nDragons in your hand." | |
}, | |
{ | |
"index": 1980, | |
"name": "Akali, the Rhino", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>\n<b>Overkill:</b> Draw a <b>Rush</b> minion from your deck. Give it +5/+5." | |
}, | |
{ | |
"index": 1981, | |
"name": "Master's Call", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a minion in your deck.\nIf all 3 are Beasts,\ndraw them all." | |
}, | |
{ | |
"index": 1982, | |
"name": "Treespeaker", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Transform your Treants into 5/5 Ancients." | |
}, | |
{ | |
"index": 1983, | |
"name": "Wardruid Loti", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Choose One - </b>Transform into one of Loti's four dinosaur forms." | |
}, | |
{ | |
"index": 1984, | |
"name": "Krag'wa, the Frog", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Return all spells you played last turn to your hand." | |
}, | |
{ | |
"index": 1985, | |
"name": "Baited Arrow", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. <b>Overkill:</b> Summon a 5/5 Devilsaur." | |
}, | |
{ | |
"index": 1986, | |
"name": "Springpaw", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Rush</b>\n<b>Battlecry:</b> Add a 1/1 Lynx\nwith <b>Rush</b> to your hand." | |
}, | |
{ | |
"index": 1987, | |
"name": "Bloodscalp Strategist", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you have a weapon equipped, <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 1988, | |
"name": "Rain of Toads", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 2/4 Toads with <b>Taunt</b>. <b>Overload:</b> (3)" | |
}, | |
{ | |
"index": 1989, | |
"name": "Likkim", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Has +2 Attack while you have <b>Overloaded</b> Mana Crystals." | |
}, | |
{ | |
"index": 1990, | |
"name": "Overlord's Whip", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you play a minion, deal 1 damage to it." | |
}, | |
{ | |
"index": 1991, | |
"name": "Dragon Roar", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 2 random Dragons to your hand." | |
}, | |
{ | |
"index": 1992, | |
"name": "Saronite Taskmaster", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a 0/3 Free Agent with <b>Taunt</b> for your opponent." | |
}, | |
{ | |
"index": 1993, | |
"name": "Daring Fire-Eater", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Your next Hero Power this turn deals 2 more damage." | |
}, | |
{ | |
"index": 1994, | |
"name": "Splitting Image", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When one of your minions is attacked, summon a copy of it." | |
}, | |
{ | |
"index": 1995, | |
"name": "Untamed Beastmaster", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever you draw a Beast, give it +2/+2." | |
}, | |
{ | |
"index": 1996, | |
"name": "Dozing Marksman", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "Has +4 Attack while damaged." | |
}, | |
{ | |
"index": 1997, | |
"name": "Waterboy", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Your next Hero Power this turn costs (0)." | |
}, | |
{ | |
"index": 1998, | |
"name": "Grave Horror", | |
"set": "TROLL", | |
"cost": 12, | |
"attack": 7, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\nCosts (1) less for each spell\nyou've cast this game." | |
}, | |
{ | |
"index": 1999, | |
"name": "Gral, the Shark", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Eat a minion in\nyour deck and gain its stats.\n<b>Deathrattle:</b> Add it to\nyour hand." | |
}, | |
{ | |
"index": 2000, | |
"name": "Surrender to Madness", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Destroy 3 of your Mana\nCrystals. Give all minions\nin your deck +2/+2." | |
}, | |
{ | |
"index": 2001, | |
"name": "Auchenai Phantasm", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> This turn, your healing effects deal damage instead." | |
}, | |
{ | |
"index": 2002, | |
"name": "Spirit of the Dead", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nAfter a friendly minion dies,\nshuffle a 1-Cost copy of it\ninto your deck." | |
}, | |
{ | |
"index": 2003, | |
"name": "Scarab Egg", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon three 1/1 Scarabs." | |
}, | |
{ | |
"index": 2004, | |
"name": "Booty Bay Bookie", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give your opponent a Coin." | |
}, | |
{ | |
"index": 2005, | |
"name": "Helpless Hatchling", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Reduce the Cost of a Beast in your hand by (1)." | |
}, | |
{ | |
"index": 2006, | |
"name": "Gurubashi Chicken", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Overkill:</b> Gain +5 Attack." | |
}, | |
{ | |
"index": 2007, | |
"name": "Sharkfin Fan", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, summon a 1/1 Pirate." | |
}, | |
{ | |
"index": 2008, | |
"name": "Regeneratin' Thug", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "At the start of your turn, restore #2 Health to this minion." | |
}, | |
{ | |
"index": 2009, | |
"name": "Banana Buffoon", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add 2 Bananas to your hand." | |
}, | |
{ | |
"index": 2010, | |
"name": "Cheaty Anklebiter", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Lifesteal</b>\n<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 2011, | |
"name": "Mosh'Ogg Enforcer", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 2, | |
"health_or_durability": 14, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 2012, | |
"name": "Belligerent Gnome", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If your opponent\nhas 2 or more minions,\ngain +1 Attack." | |
}, | |
{ | |
"index": 2013, | |
"name": "Rabble Bouncer", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\nCosts (1) less for each enemy minion." | |
}, | |
{ | |
"index": 2014, | |
"name": "Gurubashi Offering", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "At the start of your turn, destroy this and gain 8 Armor." | |
}, | |
{ | |
"index": 2015, | |
"name": "Arena Fanatic", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 2016, | |
"name": "Murloc Tastyfin", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Draw 2 Murlocs\nfrom your deck." | |
}, | |
{ | |
"index": 2017, | |
"name": "Arena Patron", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Overkill:</b> Summon another Arena Patron." | |
}, | |
{ | |
"index": 2018, | |
"name": "Wartbringer", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> If you played 2 spells this turn, deal 2 damage." | |
}, | |
{ | |
"index": 2019, | |
"name": "Firetree Witchdoctor", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2020, | |
"name": "Shieldbreaker", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> <b>Silence</b> an enemy minion with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2021, | |
"name": "Arena Treasure Chest", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Draw 2 cards." | |
}, | |
{ | |
"index": 2022, | |
"name": "Dragonmaw Scorcher", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 1 damage to all other minions." | |
}, | |
{ | |
"index": 2023, | |
"name": "Drakkari Trickster", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Give each player a\ncopy of a random card from\ntheir opponent's deck." | |
}, | |
{ | |
"index": 2024, | |
"name": "Linecracker", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 10, | |
"text": "<b>Overkill:</b> Double this minion's Attack." | |
}, | |
{ | |
"index": 2025, | |
"name": "Masked Contender", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, cast a <b>Secret</b> from your deck." | |
}, | |
{ | |
"index": 2026, | |
"name": "Rumbletusk Shaker", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 3/2 Rumbletusk Breaker." | |
}, | |
{ | |
"index": 2027, | |
"name": "Mosh'Ogg Announcer", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]Enemies attacking this\nhave a 50% chance to\nattack someone else." | |
}, | |
{ | |
"index": 2028, | |
"name": "Ice Cream Peddler", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you control a <b>Frozen</b> minion, gain 8 Armor." | |
}, | |
{ | |
"index": 2029, | |
"name": "Snapjaw Shellfighter", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "[x]Whenever an adjacent\nminion takes damage, this\n minion takes it instead." | |
}, | |
{ | |
"index": 2030, | |
"name": "Da Undatakah", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Gain the\n<b>Deathrattle</b> effects of\n3 friendly minions that\ndied this game." | |
}, | |
{ | |
"index": 2031, | |
"name": "Hakkar, the Soulflayer", | |
"set": "TROLL", | |
"cost": 10, | |
"attack": 9, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Shuffle a Corrupted Blood into each player's deck." | |
}, | |
{ | |
"index": 2032, | |
"name": "Oondasta", | |
"set": "TROLL", | |
"cost": 9, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Rush</b>\n<b>Overkill:</b> Summon a Beast from your hand." | |
}, | |
{ | |
"index": 2033, | |
"name": "Bloodclaw", | |
"set": "TROLL", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 5 damage to your hero." | |
}, | |
{ | |
"index": 2034, | |
"name": "Zandalari Templar", | |
"set": "TROLL", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you've restored\n10 Health this game, gain\n+4/+4 and <b>Taunt</b>.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 2035, | |
"name": "Ornery Tortoise", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Deal 5 damage to your hero." | |
}, | |
{ | |
"index": 2036, | |
"name": "Amani War Bear", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Rush</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 2037, | |
"name": "Reckless Diretroll", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Discard your lowest Cost card." | |
}, | |
{ | |
"index": 2038, | |
"name": "Demonbolt", | |
"set": "TROLL", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. Costs (1) less for each minion you control." | |
}, | |
{ | |
"index": 2039, | |
"name": "Mojomaster Zihi", | |
"set": "TROLL", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Set each player to 5 Mana Crystals." | |
}, | |
{ | |
"index": 2040, | |
"name": "Revenge of the Wild", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon your Beasts that died this turn." | |
}, | |
{ | |
"index": 2041, | |
"name": "Crowd Roaster", | |
"set": "TROLL", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, deal 7 damage\nto an enemy minion." | |
}, | |
{ | |
"index": 2042, | |
"name": "Soup Vendor", | |
"set": "TROLL", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "Whenever you restore 3 or more Health to your hero, draw a card." | |
}, | |
{ | |
"index": 2043, | |
"name": "Halazzi, the Lynx", | |
"set": "TROLL", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Fill your hand with 1/1 Lynxes that have <b>Rush</b>." | |
}, | |
{ | |
"index": 2044, | |
"name": "Spirit of the Lynx", | |
"set": "TROLL", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Stealth</b> for 1 turn.\nWhenever you summon a \nBeast, give it +1/+1." | |
}, | |
{ | |
"index": 2045, | |
"name": "Rafaam's Scheme", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 1 1/1 Imp. <i>(Upgrades each turn!)</i>" | |
}, | |
{ | |
"index": 2046, | |
"name": "Dr. Boom's Scheme", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 1 Armor.\n<i>(Upgrades each turn!)</i>" | |
}, | |
{ | |
"index": 2047, | |
"name": "Hagatha's Scheme", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage\nto all minions.\n<i>(Upgrades each turn!)</i>" | |
}, | |
{ | |
"index": 2048, | |
"name": "Togwaggle's Scheme", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Shuffle 1 copy of it into your deck.\n<i>(Upgrades each turn!)</i>" | |
}, | |
{ | |
"index": 2049, | |
"name": "Lazul's Scheme", | |
"set": "DALARAN", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Reduce the Attack of an enemy minion by\n1 until your next turn. <i>(Upgrades each turn!)</i>" | |
}, | |
{ | |
"index": 2050, | |
"name": "Shadowy Figure", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Transform into a 2/2 copy of a friendly <b>Deathrattle</b> minion." | |
}, | |
{ | |
"index": 2051, | |
"name": "Convincing Infiltrator", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b><b>Taunt</b></b>\n<b>Deathrattle:</b> Destroy a\n random enemy minion." | |
}, | |
{ | |
"index": 2052, | |
"name": "Hench-Clan Shadequill", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Restore 5 Health to the enemy hero." | |
}, | |
{ | |
"index": 2053, | |
"name": "Walking Fountain", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "<b>Lifesteal</b>, <b>Rush</b>, <b>Windfury</b>" | |
}, | |
{ | |
"index": 2054, | |
"name": "Underbelly Angler", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you play a Murloc, add a random Murloc to your hand." | |
}, | |
{ | |
"index": 2055, | |
"name": "Muckmorpher", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Transform into\na 4/4 copy of a different\nminion in your deck." | |
}, | |
{ | |
"index": 2056, | |
"name": "Hecklebot", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Your opponent summons a minion from their deck." | |
}, | |
{ | |
"index": 2057, | |
"name": "Dimensional Ripper", | |
"set": "DALARAN", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 2 copies of a minion in your deck." | |
}, | |
{ | |
"index": 2058, | |
"name": "Clockwork Goblin", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Shuffle a Bomb\ninto your opponent's deck.\nWhen drawn, it explodes\nfor 5 damage." | |
}, | |
{ | |
"index": 2059, | |
"name": "Sweeping Strikes", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion \"Also damages minions next to whomever this attacks.\"" | |
}, | |
{ | |
"index": 2060, | |
"name": "Wrenchcalibur", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, shuffle a Bomb into your [x]opponent's deck." | |
}, | |
{ | |
"index": 2061, | |
"name": "Blastmaster Boom", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> Summon two 1/1\nBoom Bots for each Bomb\nin your opponent's deck." | |
}, | |
{ | |
"index": 2062, | |
"name": "Unsleeping Soul", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> a friendly minion, then summon a copy of it." | |
}, | |
{ | |
"index": 2063, | |
"name": "The Boom Reaver", | |
"set": "DALARAN", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 9, | |
"text": "<b>Battlecry:</b> Summon a copy of a minion in your deck. Give it <b>Rush</b>." | |
}, | |
{ | |
"index": 2064, | |
"name": "Mutate", | |
"set": "DALARAN", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a friendly minion into a random one that costs (1) more." | |
}, | |
{ | |
"index": 2065, | |
"name": "Toxfin", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly Murloc <b>Poisonous</b>." | |
}, | |
{ | |
"index": 2066, | |
"name": "Traveling Healer", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Divine Shield</b>\n<b>Battlecry:</b> Restore #3 Health." | |
}, | |
{ | |
"index": 2067, | |
"name": "Spellward Jeweler", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Your hero can't\nbe targeted by spells or\nHero Powers until your\nnext turn." | |
}, | |
{ | |
"index": 2068, | |
"name": "Dalaran Crusader", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 2069, | |
"name": "Sunreaver Spy", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, gain +1/+1." | |
}, | |
{ | |
"index": 2070, | |
"name": "Hench-Clan Hag", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Amalgams with all minion types." | |
}, | |
{ | |
"index": 2071, | |
"name": "Safeguard", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a 0/5\nVault Safe with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2072, | |
"name": "Spellbook Binder", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you have <b>Spell Damage</b>, draw a card." | |
}, | |
{ | |
"index": 2073, | |
"name": "Hench-Clan Sneak", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 2074, | |
"name": "Arcane Servant", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": null | |
}, | |
{ | |
"index": 2075, | |
"name": "Violet Spellsword", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Gain +1 Attack\nfor each spell in your hand." | |
}, | |
{ | |
"index": 2076, | |
"name": "Violet Warden", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\n<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 2077, | |
"name": "Desperate Measures", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nCast a random Paladin <b>Secret</b>." | |
}, | |
{ | |
"index": 2078, | |
"name": "Bronze Herald", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Add two 4/4 Dragons to your hand." | |
}, | |
{ | |
"index": 2079, | |
"name": "Dragon Speaker", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give all Dragons in your hand +3/+3." | |
}, | |
{ | |
"index": 2080, | |
"name": "Messenger Raven", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a\nMage minion." | |
}, | |
{ | |
"index": 2081, | |
"name": "Darkest Hour", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all friendly minions. For each one, summon a random minion from your deck." | |
}, | |
{ | |
"index": 2082, | |
"name": "Conjurer's Calling", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nDestroy a minion. Summon 2 minions of the same Cost to replace it." | |
}, | |
{ | |
"index": 2083, | |
"name": "Magic Dart Frog", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After you cast a spell, deal 1 damage to a random enemy minion." | |
}, | |
{ | |
"index": 2084, | |
"name": "Aranasi Broodmother", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nWhen you draw this, restore\n#4 Health to your hero." | |
}, | |
{ | |
"index": 2085, | |
"name": "The Forest's Aid", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nSummon five 2/2 Treants." | |
}, | |
{ | |
"index": 2086, | |
"name": "Crystal Power", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Deal $2 damage to a minion; or Restore #5 Health." | |
}, | |
{ | |
"index": 2087, | |
"name": "Blessing of the Ancients", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nGive your minions +1/+1." | |
}, | |
{ | |
"index": 2088, | |
"name": "Crystalsong Portal", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Druid minion. If your hand has no minions, keep all 3." | |
}, | |
{ | |
"index": 2089, | |
"name": "Acornbearer", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add two 1/1 Squirrels to your hand." | |
}, | |
{ | |
"index": 2090, | |
"name": "Lifeweaver", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Whenever you restore Health, add a random Druid spell to your hand." | |
}, | |
{ | |
"index": 2091, | |
"name": "Lucentbark", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Go <b>Dormant</b>. Restore 5 Health to awaken this minion." | |
}, | |
{ | |
"index": 2092, | |
"name": "Unidentified Contract", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. Gains a bonus effect in your hand." | |
}, | |
{ | |
"index": 2093, | |
"name": "Marked Shot", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2094, | |
"name": "Arcane Fletcher", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]Whenever you play a\n1-Cost minion, draw a\nspell from your deck." | |
}, | |
{ | |
"index": 2095, | |
"name": "Rapid Fire", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nDeal $2 damage." | |
}, | |
{ | |
"index": 2096, | |
"name": "Oblivitron", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Deathrattle:</b> Summon a\nMech from your hand and\ntrigger its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 2097, | |
"name": "Nine Lives", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a friendly <b>Deathrattle</b> minion that died this game. Also trigger its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 2098, | |
"name": "Unleash the Beast", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nSummon a 5/5 Wyvern with <b>Rush</b>." | |
}, | |
{ | |
"index": 2099, | |
"name": "Vereesa Windrunner", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Equip Thori'dal, the Stars' Fury." | |
}, | |
{ | |
"index": 2100, | |
"name": "EVIL Cable Rat", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Add a <b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2101, | |
"name": "EVIL Conscripter", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Add a <b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2102, | |
"name": "EVIL Miscreant", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Combo:</b> Add two random <b>Lackeys</b> to your hand." | |
}, | |
{ | |
"index": 2103, | |
"name": "Hench-Clan Burglar", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a spell from another class." | |
}, | |
{ | |
"index": 2104, | |
"name": "Heistbaron Togwaggle", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you control a <b>Lackey</b>, choose a fantastic treasure." | |
}, | |
{ | |
"index": 2105, | |
"name": "Arch-Villain Rafaam", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 8, | |
"text": "<b><b>Taunt</b>\nBattlecry:</b> Replace your hand and deck with <b>Legendary</b> minions." | |
}, | |
{ | |
"index": 2106, | |
"name": "Swampqueen Hagatha", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Add a 5/5\nHorror to your hand. Teach\nit two Shaman spells." | |
}, | |
{ | |
"index": 2107, | |
"name": "Witch's Brew", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #4 Health. Repeatable this turn." | |
}, | |
{ | |
"index": 2108, | |
"name": "Sludge Slurper", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Add a <b>Lackey</b> to your hand. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 2109, | |
"name": "Arcane Watcher", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "Can't attack unless you have <b>Spell Damage</b>." | |
}, | |
{ | |
"index": 2110, | |
"name": "Unseen Saboteur", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Your opponent casts a random spell from their hand <i>(targets chosen randomly)</i>." | |
}, | |
{ | |
"index": 2111, | |
"name": "Sunreaver Warmage", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a spell that costs (5) or more, deal 4 damage." | |
}, | |
{ | |
"index": 2112, | |
"name": "Potion Vendor", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 2113, | |
"name": "Barista Lynchen", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Add a copy of each of your other <b>Battlecry</b> minions to your hand." | |
}, | |
{ | |
"index": 2114, | |
"name": "Azerite Elemental", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "At the start of your turn, gain <b>Spell Damage +2</b>." | |
}, | |
{ | |
"index": 2115, | |
"name": "Underbelly Ooze", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "After this minion survives damage, summon a copy of it." | |
}, | |
{ | |
"index": 2116, | |
"name": "Proud Defender", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\nHas +2 Attack while you [x]have no other minions." | |
}, | |
{ | |
"index": 2117, | |
"name": "Big Bad Archmage", | |
"set": "DALARAN", | |
"cost": 10, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "At the end of your turn, summon a random\n6-Cost minion." | |
}, | |
{ | |
"index": 2118, | |
"name": "Chef Nomi", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your deck is empty, summon six 6/6 Greasefire Elementals." | |
}, | |
{ | |
"index": 2119, | |
"name": "Archmage Vargoth", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]At the end of your turn, cast\na spell you've cast this turn\n<i>(targets are random)</i>." | |
}, | |
{ | |
"index": 2120, | |
"name": "Heroic Innkeeper", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Taunt.</b> <b>Battlecry:</b> Gain +2/+2 for each other friendly minion." | |
}, | |
{ | |
"index": 2121, | |
"name": "Jumbo Imp", | |
"set": "DALARAN", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less whenever a friendly Demon dies while this is in your hand." | |
}, | |
{ | |
"index": 2122, | |
"name": "Eager Underling", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give two random friendly minions +2/+2." | |
}, | |
{ | |
"index": 2123, | |
"name": "Portal Overfiend", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Shuffle 3 Portals\ninto your deck. When drawn,\nsummon a 2/2 Demon\nwith <b>Rush</b>." | |
}, | |
{ | |
"index": 2124, | |
"name": "Eccentric Scribe", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Summon\nfour 1/1 Vengeful Scrolls." | |
}, | |
{ | |
"index": 2125, | |
"name": "Lightforged Blessing", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nGive a friendly minion <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2126, | |
"name": "Never Surrender!", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent casts a spell, give your minions +2 Health." | |
}, | |
{ | |
"index": 2127, | |
"name": "Mysterious Blade", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you control a\n<b>Secret</b>, gain +1 Attack." | |
}, | |
{ | |
"index": 2128, | |
"name": "Commander Rhyssa", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "Your <b>Secrets</b> trigger twice." | |
}, | |
{ | |
"index": 2129, | |
"name": "Khadgar", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Your cards that summon minions summon twice as many." | |
}, | |
{ | |
"index": 2130, | |
"name": "Kirin Tor Tricaster", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Spell Damage +3</b>\nYour spells cost (1) more." | |
}, | |
{ | |
"index": 2131, | |
"name": "Ray of Frost", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\n<b>Freeze</b> a minion.\nIf it's already <b>Frozen</b>,\ndeal $2 damage to it." | |
}, | |
{ | |
"index": 2132, | |
"name": "Power of Creation", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a 6-Cost minion. Summon two copies of it." | |
}, | |
{ | |
"index": 2133, | |
"name": "Nozari", | |
"set": "DALARAN", | |
"cost": 10, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "<b>Battlecry:</b> Restore both heroes to full Health." | |
}, | |
{ | |
"index": 2134, | |
"name": "Portal Keeper", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Shuffle 3 Portals\ninto your deck. When drawn,\nsummon a 2/2 Demon\nwith <b>Rush</b>." | |
}, | |
{ | |
"index": 2135, | |
"name": "Shimmerfly", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add a random Hunter spell to your hand." | |
}, | |
{ | |
"index": 2136, | |
"name": "Hunting Party", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Copy all Beasts in your hand." | |
}, | |
{ | |
"index": 2137, | |
"name": "Batterhead", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 12, | |
"text": "<b>Rush</b>. After this attacks and kills a minion, it may attack again." | |
}, | |
{ | |
"index": 2138, | |
"name": "Plot Twist", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Shuffle your hand\ninto your deck.\nDraw that many cards." | |
}, | |
{ | |
"index": 2139, | |
"name": "Mana Cyclone", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> For each spell\nyou've cast this turn, add\na random Mage spell\nto your hand." | |
}, | |
{ | |
"index": 2140, | |
"name": "Ursatron", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Draw a Mech from your deck." | |
}, | |
{ | |
"index": 2141, | |
"name": "Impferno", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your Demons +1 Attack. Deal $1 damage to all enemy minions." | |
}, | |
{ | |
"index": 2142, | |
"name": "EVIL Genius", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy a friendly minion to add 2 random <b>Lackeys</b> to your hand." | |
}, | |
{ | |
"index": 2143, | |
"name": "Fel Lord Betrug", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "[x]Whenever you draw a\nminion, summon a copy\n with <b>Rush</b> that dies at\nend of turn." | |
}, | |
{ | |
"index": 2144, | |
"name": "Magic Trick", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a spell that costs (3) or less." | |
}, | |
{ | |
"index": 2145, | |
"name": "Kalecgos", | |
"set": "DALARAN", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "Your first spell each\nturn costs (0).\n<b>Battlecry:</b> <b>Discover</b>\na spell." | |
}, | |
{ | |
"index": 2146, | |
"name": "Soul of the Murloc", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Summon a 1/1 Murloc.\"" | |
}, | |
{ | |
"index": 2147, | |
"name": "Underbelly Fence", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na card from another class,\n gain +1/+1 and <b><b>Rush</b>.</b>" | |
}, | |
{ | |
"index": 2148, | |
"name": "Vendetta", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. Costs (0) if you're holding a card from another class." | |
}, | |
{ | |
"index": 2149, | |
"name": "Tak Nozwhisker", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]Whenever you shuffle a\ncard into your deck, add\na copy to your hand." | |
}, | |
{ | |
"index": 2150, | |
"name": "Waggle Pick", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Return\na random friendly\nminion to your hand.\nIt costs (2) less." | |
}, | |
{ | |
"index": 2151, | |
"name": "Catrina Muerte", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "At the end of your turn, resurrect another friendly Undead minion." | |
}, | |
{ | |
"index": 2152, | |
"name": "Forbidden Words", | |
"set": "DALARAN", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Spend all your Mana.\nDestroy a minion with that\nmuch Attack or less." | |
}, | |
{ | |
"index": 2153, | |
"name": "Mass Resurrection", | |
"set": "DALARAN", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 3 friendly minions that died\nthis game." | |
}, | |
{ | |
"index": 2154, | |
"name": "Scargil", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "Your Murlocs cost (1)." | |
}, | |
{ | |
"index": 2155, | |
"name": "Call to Adventure", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw the lowest Cost minion from your deck. Give it +2/+2." | |
}, | |
{ | |
"index": 2156, | |
"name": "Daring Escape", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return all friendly minions to your hand." | |
}, | |
{ | |
"index": 2157, | |
"name": "Madame Lazul", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\ncopy of a card in your\nopponent's hand." | |
}, | |
{ | |
"index": 2158, | |
"name": "Duel!", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a minion from each player's deck.\nThey fight!" | |
}, | |
{ | |
"index": 2159, | |
"name": "Keeper Stalladris", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you cast a <b>Choose One</b> spell, add copies of both choices to your hand." | |
}, | |
{ | |
"index": 2160, | |
"name": "Dreamway Guardians", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 1/2 Dryads with <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2161, | |
"name": "Dalaran Librarian", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Silence</b>\nadjacent minions." | |
}, | |
{ | |
"index": 2162, | |
"name": "Archivist Elysiana", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> <b>Discover</b> 5 cards. Replace your deck with 2 copies of each." | |
}, | |
{ | |
"index": 2163, | |
"name": "Whirlwind Tempest", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Your minions with <b>Windfury</b> have <b>Mega-Windfury</b>." | |
}, | |
{ | |
"index": 2164, | |
"name": "Hench-Clan Hogsteed", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>\n<b>Deathrattle:</b> Summon a 1/1 Murloc." | |
}, | |
{ | |
"index": 2165, | |
"name": "Faceless Rager", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Copy a friendly minion's Health." | |
}, | |
{ | |
"index": 2166, | |
"name": "Flight Master", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a 2/2 Gryphon for each player." | |
}, | |
{ | |
"index": 2167, | |
"name": "Mana Reservoir", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 6, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 2168, | |
"name": "Recurring Villain", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> If this minion has 4 or more Attack, resummon it." | |
}, | |
{ | |
"index": 2169, | |
"name": "Mad Summoner", | |
"set": "DALARAN", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Fill each player's\nboard with 1/1 Imps." | |
}, | |
{ | |
"index": 2170, | |
"name": "Jepetto Joybuzz", | |
"set": "DALARAN", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Draw 2 minions from your deck. Set their Attack, Health, and Cost to 1." | |
}, | |
{ | |
"index": 2171, | |
"name": "Vicious Scraphound", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Whenever this minion\ndeals damage, gain that much Armor." | |
}, | |
{ | |
"index": 2172, | |
"name": "Burly Shovelfist", | |
"set": "DALARAN", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "<b>Rush</b>" | |
}, | |
{ | |
"index": 2173, | |
"name": "Improve Morale", | |
"set": "DALARAN", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage\nto a minion.\nIf it survives, add a\n<b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2174, | |
"name": "Omega Devastator", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you have 10\nMana Crystals, deal 10\ndamage to a minion." | |
}, | |
{ | |
"index": 2175, | |
"name": "Soldier of Fortune", | |
"set": "DALARAN", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "Whenever this minion attacks, give your opponent a Coin." | |
}, | |
{ | |
"index": 2176, | |
"name": "Magic Carpet", | |
"set": "DALARAN", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "After you play a 1-Cost minion, give it +1 Attack and <b>Rush</b>." | |
}, | |
{ | |
"index": 2177, | |
"name": "Exotic Mountseller", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "Whenever you cast a spell, summon a random\n3-Cost Beast." | |
}, | |
{ | |
"index": 2178, | |
"name": "Tunnel Blaster", | |
"set": "DALARAN", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Deal 3 damage\nto all minions." | |
}, | |
{ | |
"index": 2179, | |
"name": "Crystal Stag", | |
"set": "DALARAN", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>. <b>Battlecry:</b> If you've restored 5 Health this game, summon a copy of this.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 2180, | |
"name": "Zayle, Shadow Cloak", | |
"set": "DALARAN", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "You start the game with one of Zayle's EVIL Decks!" | |
}, | |
{ | |
"index": 2181, | |
"name": "Zephrys the Great", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If your deck has no duplicates, wish for the perfect card." | |
}, | |
{ | |
"index": 2182, | |
"name": "Untapped Potential", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> End 4 turns\nwith any unspent Mana.\n<b>Reward:</b> Ossirian Tear." | |
}, | |
{ | |
"index": 2183, | |
"name": "Crystal Merchant", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "If you have any unspent Mana at the end of your turn, draw a card." | |
}, | |
{ | |
"index": 2184, | |
"name": "BEEEES!!!", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose a minion.\nSummon four 1/1 Bees\nthat attack it." | |
}, | |
{ | |
"index": 2185, | |
"name": "Hidden Oasis", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One</b> - Summon a 6/6 Ancient with <b>Taunt</b>; or Restore #12 Health." | |
}, | |
{ | |
"index": 2186, | |
"name": "Worthy Expedition", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Choose One</b> card." | |
}, | |
{ | |
"index": 2187, | |
"name": "Garden Gnome", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na spell that costs (5) or more,\nsummon two 2/2 Treants." | |
}, | |
{ | |
"index": 2188, | |
"name": "Anubisath Defender", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>. Costs (0) if you've cast a spell that costs (5) or more this turn." | |
}, | |
{ | |
"index": 2189, | |
"name": "Elise the Enlightened", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If your deck has no duplicates, duplicate your hand." | |
}, | |
{ | |
"index": 2190, | |
"name": "Supreme Archaeology", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Quest:</b> Draw 20 cards.\n<b>Reward:</b> Tome of Origination." | |
}, | |
{ | |
"index": 2191, | |
"name": "Pharaoh's Blessing", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +4/+4, <b>Divine Shield</b>, and <b>Taunt</b>." | |
}, | |
{ | |
"index": 2192, | |
"name": "Brazen Zealot", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Whenever you summon a minion, gain +1 Attack." | |
}, | |
{ | |
"index": 2193, | |
"name": "Ramkahen Wildtamer", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Copy a random Beast in your hand." | |
}, | |
{ | |
"index": 2194, | |
"name": "Pressure Plate", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent casts a spell, destroy a random enemy minion." | |
}, | |
{ | |
"index": 2195, | |
"name": "Hyena Alpha", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you control\na <b>Secret</b>, summon two\n2/2 Hyenas." | |
}, | |
{ | |
"index": 2196, | |
"name": "Unseal the Vault", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Quest:</b> Summon 20 minions.\n<b>Reward:</b> Pharaoh's Warmask." | |
}, | |
{ | |
"index": 2197, | |
"name": "Dinotamer Brann", | |
"set": "ULDUM", | |
"cost": 7, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your deck has no duplicates, summon King Krush." | |
}, | |
{ | |
"index": 2198, | |
"name": "Questing Explorer", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you control a <b>Quest</b>, draw a card." | |
}, | |
{ | |
"index": 2199, | |
"name": "Sandstorm Elemental", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 1 damage to all enemy minions. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 2200, | |
"name": "Sinister Deal", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Lackey</b>." | |
}, | |
{ | |
"index": 2201, | |
"name": "Neferset Thrasher", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "Whenever this attacks, deal 3 damage to your hero." | |
}, | |
{ | |
"index": 2202, | |
"name": "EVIL Recruiter", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a friendly <b>Lackey</b> to summon a 5/5 Demon." | |
}, | |
{ | |
"index": 2203, | |
"name": "Expired Merchant", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Discard your\nhighest Cost card.\n<b>Deathrattle:</b> Add 2 copies\nof it to your hand." | |
}, | |
{ | |
"index": 2204, | |
"name": "Riftcleaver", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Destroy a minion. Your hero takes damage equal to its Health." | |
}, | |
{ | |
"index": 2205, | |
"name": "Diseased Vulture", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever your hero takes damage on your turn, summon a random\n3-Cost minion." | |
}, | |
{ | |
"index": 2206, | |
"name": "Dark Pharaoh Tekahn", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> For the rest of the game, your <b>Lackeys</b> are 4/4." | |
}, | |
{ | |
"index": 2207, | |
"name": "Mogu Fleshshaper", | |
"set": "ULDUM", | |
"cost": 9, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>. Costs (1) less for each\nminion on the battlefield." | |
}, | |
{ | |
"index": 2208, | |
"name": "Weaponized Wasp", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you control\na <b>Lackey</b>, deal 3 damage." | |
}, | |
{ | |
"index": 2209, | |
"name": "Totemic Surge", | |
"set": "ULDUM", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your Totems +2 Attack." | |
}, | |
{ | |
"index": 2210, | |
"name": "Plague of Murlocs", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform all minions into random Murlocs." | |
}, | |
{ | |
"index": 2211, | |
"name": "Vessina", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "While you're <b>Overloaded</b>, your other minions have +2 Attack." | |
}, | |
{ | |
"index": 2212, | |
"name": "Serpent Egg", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a 3/4 Sea Serpent." | |
}, | |
{ | |
"index": 2213, | |
"name": "Octosari", | |
"set": "ULDUM", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Deathrattle:</b> Draw 8 cards." | |
}, | |
{ | |
"index": 2214, | |
"name": "Siamat", | |
"set": "ULDUM", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Gain 2 of <b>Rush</b>,\n<b>Taunt</b>, <b>Divine Shield</b>, or\n<b>Windfury</b> <i>(your choice).</i>" | |
}, | |
{ | |
"index": 2215, | |
"name": "Phalanx Commander", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "Your <b>Taunt</b> minions\nhave +2 Attack." | |
}, | |
{ | |
"index": 2216, | |
"name": "Sunstruck Henchman", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "At the start of your turn, this has a 50% chance to fall asleep." | |
}, | |
{ | |
"index": 2217, | |
"name": "Earthquake", | |
"set": "ULDUM", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage to all minions, then deal $2 damage to all minions." | |
}, | |
{ | |
"index": 2218, | |
"name": "Spitting Camel", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]At the end of your turn,\n deal 1 damage to another \nrandom friendly minion." | |
}, | |
{ | |
"index": 2219, | |
"name": "Anubisath Warbringer", | |
"set": "ULDUM", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Give all minions in your hand +3/+3." | |
}, | |
{ | |
"index": 2220, | |
"name": "Kobold Sandtrooper", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 3 damage to the enemy hero." | |
}, | |
{ | |
"index": 2221, | |
"name": "Temple Berserker", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Reborn</b>\nHas +2 Attack while damaged." | |
}, | |
{ | |
"index": 2222, | |
"name": "Pharaoh Cat", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random <b>Reborn</b> minion to your hand." | |
}, | |
{ | |
"index": 2223, | |
"name": "Golden Scarab", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b><b>Battlecry:</b> Discover</b> a\n4-Cost card." | |
}, | |
{ | |
"index": 2224, | |
"name": "Faceless Lurker", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Double this minion's Health." | |
}, | |
{ | |
"index": 2225, | |
"name": "Pit Crocolisk", | |
"set": "ULDUM", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 5 damage." | |
}, | |
{ | |
"index": 2226, | |
"name": "Beaming Sidekick", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion +2 Health." | |
}, | |
{ | |
"index": 2227, | |
"name": "Living Monument", | |
"set": "ULDUM", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 2228, | |
"name": "Wasteland Scorpid", | |
"set": "ULDUM", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 9, | |
"text": "<b>Poisonous</b>" | |
}, | |
{ | |
"index": 2229, | |
"name": "Frightened Flunky", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> <b>Discover</b> a <b>Taunt</b> minion." | |
}, | |
{ | |
"index": 2230, | |
"name": "Neferset Ritualist", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Restore adjacent minions to full Health." | |
}, | |
{ | |
"index": 2231, | |
"name": "Quicksand Elemental", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give all enemy minions -2 Attack this turn." | |
}, | |
{ | |
"index": 2232, | |
"name": "Conjured Mirage", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 10, | |
"text": "<b>Taunt</b>\nAt the start of your turn, shuffle this minion into your deck." | |
}, | |
{ | |
"index": 2233, | |
"name": "Candletaker", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Reborn</b>" | |
}, | |
{ | |
"index": 2234, | |
"name": "Restless Mummy", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Rush</b>\n<b>Reborn</b>" | |
}, | |
{ | |
"index": 2235, | |
"name": "Ancestral Guardian", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Lifesteal</b>\n<b>Reborn</b>" | |
}, | |
{ | |
"index": 2236, | |
"name": "Khartut Defender", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>, <b>Reborn</b>\n<b>Deathrattle:</b> Restore #3\nHealth to your hero." | |
}, | |
{ | |
"index": 2237, | |
"name": "Vulpera Scoundrel", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry</b>: <b>Discover</b> a spell or pick a mystery choice." | |
}, | |
{ | |
"index": 2238, | |
"name": "Wild Bloodstinger", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 9, | |
"text": "<b>Battlecry:</b> Summon a minion from your opponent's hand. Attack it." | |
}, | |
{ | |
"index": 2239, | |
"name": "Generous Mummy", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Reborn</b>\nYour opponent's cards cost (1) less." | |
}, | |
{ | |
"index": 2240, | |
"name": "Wrapped Golem", | |
"set": "ULDUM", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "[x]<b>Reborn</b>\nAt the end of your turn,\nsummon a 1/1 Scarab\nwith <b>Taunt</b>." | |
}, | |
{ | |
"index": 2241, | |
"name": "Puzzle Box of Yogg-Saron", | |
"set": "ULDUM", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Cast 10 random spells <i>(targets chosen randomly).</i>" | |
}, | |
{ | |
"index": 2242, | |
"name": "Micro Mummy", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Reborn</b>\nAt the end of your turn, give\nanother random friendly\nminion +1 Attack." | |
}, | |
{ | |
"index": 2243, | |
"name": "Mischief Maker", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Swap the top card of your deck with your opponent's." | |
}, | |
{ | |
"index": 2244, | |
"name": "Whirlkick Master", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Whenever you play a <b>Combo</b> card, add a random <b>Combo</b> card to your hand." | |
}, | |
{ | |
"index": 2245, | |
"name": "Tortollan Pilgrim", | |
"set": "ULDUM", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry</b>: <b>Discover</b> a spell\nin your deck and cast it\nwith random targets." | |
}, | |
{ | |
"index": 2246, | |
"name": "Reno the Relicologist", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your deck has no duplicates, deal 10 damage randomly split among all enemy minions." | |
}, | |
{ | |
"index": 2247, | |
"name": "Flame Ward", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After a minion attacks your hero, deal $3 damage to all enemy minions." | |
}, | |
{ | |
"index": 2248, | |
"name": "Arcane Flakmage", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After you play a <b>Secret</b>, deal 2 damage to all enemy minions." | |
}, | |
{ | |
"index": 2249, | |
"name": "Infested Goblin", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Add two 1/1 Scarabs with <b>Taunt</b> to your hand." | |
}, | |
{ | |
"index": 2250, | |
"name": "Tomb Warden", | |
"set": "ULDUM", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Summon a copy of this minion." | |
}, | |
{ | |
"index": 2251, | |
"name": "Into the Fray", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give all <b>Taunt</b> minions in your hand +2/+2." | |
}, | |
{ | |
"index": 2252, | |
"name": "Armagedillo", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\nAt the end of your turn,\ngive all <b>Taunt</b> minions\nin your hand +2/+2." | |
}, | |
{ | |
"index": 2253, | |
"name": "High Priest Amet", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 7, | |
"text": "[x]Whenever you summon a\nminion, set its Health equal\nto this minion's." | |
}, | |
{ | |
"index": 2254, | |
"name": "Embalming Ritual", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Reborn</b>." | |
}, | |
{ | |
"index": 2255, | |
"name": "Grandmummy", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Reborn</b>\n <b>Deathrattle:</b> Give a random\nfriendly minion +1/+1." | |
}, | |
{ | |
"index": 2256, | |
"name": "Psychopomp", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Summon a\nrandom friendly minion\nthat died this game.\nGive it <b>Reborn</b>." | |
}, | |
{ | |
"index": 2257, | |
"name": "Wretched Reclaimer", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Destroy a friendly\nminion, then return it to life\nwith full Health." | |
}, | |
{ | |
"index": 2258, | |
"name": "Sandhoof Waterbearer", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "At the end of your turn, restore #5 Health to a damaged friendly character." | |
}, | |
{ | |
"index": 2259, | |
"name": "Injured Tol'vir", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Deal 3 damage to this minion." | |
}, | |
{ | |
"index": 2260, | |
"name": "Holy Ripple", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemies. Restore #1 Health to all friendly characters." | |
}, | |
{ | |
"index": 2261, | |
"name": "Overflow", | |
"set": "ULDUM", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #5 Health\nto all characters.\nDraw 5 cards." | |
}, | |
{ | |
"index": 2262, | |
"name": "Wasteland Assassin", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>\n<b>Reborn</b>" | |
}, | |
{ | |
"index": 2263, | |
"name": "Bone Wraith", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Reborn</b>" | |
}, | |
{ | |
"index": 2264, | |
"name": "EVIL Totem", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "At the end of your turn,\nadd a <b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2265, | |
"name": "Sahket Sapper", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Return a random enemy minion to your opponent's hand." | |
}, | |
{ | |
"index": 2266, | |
"name": "Jar Dealer", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Deathrattle:</b> Add a random\n1-Cost minion to your hand." | |
}, | |
{ | |
"index": 2267, | |
"name": "Hooked Scimitar", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Combo:</b> Gain +2 Attack." | |
}, | |
{ | |
"index": 2268, | |
"name": "Shadow of Death", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Shuffle 3 'Shadows' into your deck that summon a copy when drawn." | |
}, | |
{ | |
"index": 2269, | |
"name": "Anka, the Buried", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Change each <b>Deathrattle</b> minion in your hand into a 1/1 that costs (1)." | |
}, | |
{ | |
"index": 2270, | |
"name": "Fishflinger", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a\nrandom Murloc to each player's hand." | |
}, | |
{ | |
"index": 2271, | |
"name": "History Buff", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever you play a minion, give a random minion in your hand +1/+1." | |
}, | |
{ | |
"index": 2272, | |
"name": "Corrupt the Waters", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Play 6 <b>Battlecry</b>\ncards.\n<b>Reward:</b> Heart of Vir'naal." | |
}, | |
{ | |
"index": 2273, | |
"name": "Oasis Surger", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>\n<b>Choose One -</b> Gain +2/+2; or Summon a copy of this minion." | |
}, | |
{ | |
"index": 2274, | |
"name": "Cloud Prince", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, deal 6 damage." | |
}, | |
{ | |
"index": 2275, | |
"name": "King Phaoris", | |
"set": "ULDUM", | |
"cost": 10, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> For each spell\nin your hand, summon a\nrandom minion of the\nsame Cost." | |
}, | |
{ | |
"index": 2276, | |
"name": "Dwarven Archaeologist", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry</b>: <b>Discover</b> a card. Reduce its Cost by (1)." | |
}, | |
{ | |
"index": 2277, | |
"name": "Impbalming", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. Shuffle 3 Worthless Imps into your deck." | |
}, | |
{ | |
"index": 2278, | |
"name": "Bazaar Burglary", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Add 4 cards from\nother classes to your hand.\n<b>Reward: </b>Ancient Blades." | |
}, | |
{ | |
"index": 2279, | |
"name": "Bazaar Mugger", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Add a random minion from another class to your hand." | |
}, | |
{ | |
"index": 2280, | |
"name": "Clever Disguise", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 2 random spells from another class to your hand." | |
}, | |
{ | |
"index": 2281, | |
"name": "Dune Sculptor", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]After you cast a spell,\nadd a random Mage\nminion to your hand." | |
}, | |
{ | |
"index": 2282, | |
"name": "Scarlet Webweaver", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Reduce the Cost of a random Beast in your hand by (5)." | |
}, | |
{ | |
"index": 2283, | |
"name": "Splitting Axe", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon copies of your Totems." | |
}, | |
{ | |
"index": 2284, | |
"name": "Hunter's Pack", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random Hunter Beast, <b>Secret</b>, and weapon to your hand." | |
}, | |
{ | |
"index": 2285, | |
"name": "Desert Spear", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, summon a 1/1 Locust with <b>Rush</b>." | |
}, | |
{ | |
"index": 2286, | |
"name": "Making Mummies", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Play 5 <b>Reborn</b>\nminions.\n<b>Reward:</b> Emperor Wraps." | |
}, | |
{ | |
"index": 2287, | |
"name": "Raid the Sky Temple", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Quest:</b> Cast 10 spells.\n<b>Reward: </b>Ascendant Scroll." | |
}, | |
{ | |
"index": 2288, | |
"name": "Naga Sand Witch", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Change the Cost\nof spells in your hand to (5)." | |
}, | |
{ | |
"index": 2289, | |
"name": "Salhet's Pride", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Draw two\n1-Health minions from your deck." | |
}, | |
{ | |
"index": 2290, | |
"name": "Sandwasp Queen", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Add two 2/1 Sandwasps to your hand." | |
}, | |
{ | |
"index": 2291, | |
"name": "Vilefiend", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 2292, | |
"name": "Sir Finley of the Sands", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno duplicates, <b>Discover</b> an\nupgraded Hero Power." | |
}, | |
{ | |
"index": 2293, | |
"name": "Mortuary Machine", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "After your opponent plays a minion, give it <b>Reborn</b>." | |
}, | |
{ | |
"index": 2294, | |
"name": "Desert Obelisk", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 5, | |
"text": "[x]If you control 3 of these\nat the end of your turn,\ndeal 5 damage to a\nrandom enemy." | |
}, | |
{ | |
"index": 2295, | |
"name": "Mogu Cultist", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> If your board is full of Mogu Cultists, sacrifice them all and summon Highkeeper Ra." | |
}, | |
{ | |
"index": 2296, | |
"name": "Blatant Decoy", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Deathrattle:</b> Each player\nsummons the lowest Cost\nminion from their hand." | |
}, | |
{ | |
"index": 2297, | |
"name": "Plague of Wrath", | |
"set": "ULDUM", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all damaged minions." | |
}, | |
{ | |
"index": 2298, | |
"name": "Livewire Lance", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, add a <b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2299, | |
"name": "Armored Goon", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "Whenever your hero attacks, gain 5 Armor." | |
}, | |
{ | |
"index": 2300, | |
"name": "Hack the System", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Quest:</b> Attack 5 times\nwith your hero.\n<b>Reward:</b> Anraphet's Core." | |
}, | |
{ | |
"index": 2301, | |
"name": "Bug Collector", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Locust with <b>Rush</b>." | |
}, | |
{ | |
"index": 2302, | |
"name": "Swarm of Locusts", | |
"set": "ULDUM", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon seven 1/1 Locusts with <b>Rush</b>." | |
}, | |
{ | |
"index": 2303, | |
"name": "Penance", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $3 damage to a minion." | |
}, | |
{ | |
"index": 2304, | |
"name": "Plague of Madness", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each player equips\na 2/2 Knife with <b>Poisonous</b>." | |
}, | |
{ | |
"index": 2305, | |
"name": "Tip the Scales", | |
"set": "ULDUM", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 7 Murlocs from your deck." | |
}, | |
{ | |
"index": 2306, | |
"name": "Plague of Flames", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Destroy all your minions.\nFor each one, destroy a\nrandom enemy minion." | |
}, | |
{ | |
"index": 2307, | |
"name": "Plague of Death", | |
"set": "ULDUM", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> and destroy all minions." | |
}, | |
{ | |
"index": 2308, | |
"name": "Desert Hare", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Desert Hares." | |
}, | |
{ | |
"index": 2309, | |
"name": "Bloodsworn Mercenary", | |
"set": "ULDUM", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry</b>: Choose a\ndamaged friendly minion.\nSummon a copy of it." | |
}, | |
{ | |
"index": 2310, | |
"name": "Colossus of the Moon", | |
"set": "ULDUM", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "<b>Divine Shield</b>\n<b>Reborn</b>" | |
}, | |
{ | |
"index": 2311, | |
"name": "Murmy", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Reborn</b>" | |
}, | |
{ | |
"index": 2312, | |
"name": "Activate the Obelisk", | |
"set": "ULDUM", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Quest:</b> Restore 15 Health.\n<b>Reward:</b> Obelisk's Eye." | |
}, | |
{ | |
"index": 2313, | |
"name": "Ancient Mysteries", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a <b>Secret</b> from your deck. It costs (0)." | |
}, | |
{ | |
"index": 2314, | |
"name": "Body Wrapper", | |
"set": "ULDUM", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a friendly minion that died this game. Shuffle it into your deck." | |
}, | |
{ | |
"index": 2315, | |
"name": "Subdue", | |
"set": "ULDUM", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set a minion's Attack and Health to 1." | |
}, | |
{ | |
"index": 2316, | |
"name": "Corrosive Breath", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $3 damage to a\nminion. If you're holding\na Dragon, it also hits\nthe enemy hero." | |
}, | |
{ | |
"index": 2317, | |
"name": "Stormhammer", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Doesn't lose Durability while you control a Dragon." | |
}, | |
{ | |
"index": 2318, | |
"name": "Righteous Cause", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Sidequest:</b> Summon 5 minions.\n<b>Reward:</b> Give your minions +1/+1." | |
}, | |
{ | |
"index": 2319, | |
"name": "Diving Gryphon", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Draw a <b>Rush</b> minion from your deck." | |
}, | |
{ | |
"index": 2320, | |
"name": "Scion of Ruin", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Rush</b>. <b>Battlecry:</b> If you've <b>Invoked</b> twice, summon 2 copies of this." | |
}, | |
{ | |
"index": 2321, | |
"name": "EVIL Quartermaster", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Add a <b>Lackey</b> to your hand. Gain 3 Armor." | |
}, | |
{ | |
"index": 2322, | |
"name": "Ritual Chopper", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2323, | |
"name": "Ramming Speed", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Force a minion to attack one of its neighbors." | |
}, | |
{ | |
"index": 2324, | |
"name": "Skybarge", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]After you summon a\nPirate, deal 2 damage\nto a random enemy." | |
}, | |
{ | |
"index": 2325, | |
"name": "Sky Raider", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random Pirate to your hand." | |
}, | |
{ | |
"index": 2326, | |
"name": "Ancharrr", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, draw a Pirate from your deck." | |
}, | |
{ | |
"index": 2327, | |
"name": "Deathwing, Mad Aspect", | |
"set": "DRAGONS", | |
"cost": 8, | |
"attack": 12, | |
"health_or_durability": 12, | |
"text": "<b>Battlecry:</b> Attack ALL\nother minions." | |
}, | |
{ | |
"index": 2328, | |
"name": "Umbral Skulker", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you've <b>Invoked</b>\ntwice, add 3 Coins to\nyour hand." | |
}, | |
{ | |
"index": 2329, | |
"name": "Dragon's Hoard", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Legendary</b> minion from another class." | |
}, | |
{ | |
"index": 2330, | |
"name": "Praise Galakrond!", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +1 Attack.\n<b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2331, | |
"name": "Necrium Apothecary", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Combo:</b> Draw a <b>Deathrattle</b> minion from your deck and gain its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 2332, | |
"name": "Candle Breath", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 3 cards. Costs (3) less while you're holding a Dragon." | |
}, | |
{ | |
"index": 2333, | |
"name": "Stowaway", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If there are cards\nin your deck that didn't start\nthere, draw 2 of them." | |
}, | |
{ | |
"index": 2334, | |
"name": "Bloodsail Flybooter", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Add two 1/1 Pirates to your hand." | |
}, | |
{ | |
"index": 2335, | |
"name": "Waxadred", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "[x]<b>Deathrattle:</b> Shuffle a\nCandle into your deck that\nresummons Waxadred\nwhen drawn." | |
}, | |
{ | |
"index": 2336, | |
"name": "Flik Skyshiv", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Destroy a\nminion and all copies of it\n<i>(wherever they are)</i>." | |
}, | |
{ | |
"index": 2337, | |
"name": "Tasty Flyfish", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give a Dragon in your hand +2/+2." | |
}, | |
{ | |
"index": 2338, | |
"name": "Devoted Maniac", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> <b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2339, | |
"name": "Strength in Numbers", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Sidequest:</b> Spend 10 Mana on minions.\n<b>Reward:</b> Summon a minion from your deck." | |
}, | |
{ | |
"index": 2340, | |
"name": "Big Ol' Whelp", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 2341, | |
"name": "Hoard Pillager", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Equip one of your destroyed weapons." | |
}, | |
{ | |
"index": 2342, | |
"name": "Parachute Brigand", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]After you play a Pirate,\nsummon this minion\nfrom your hand." | |
}, | |
{ | |
"index": 2343, | |
"name": "Hot Air Balloon", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "At the start of your turn, gain +1 Health." | |
}, | |
{ | |
"index": 2344, | |
"name": "Wing Commander", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Has +2 Attack for each Dragon in your hand." | |
}, | |
{ | |
"index": 2345, | |
"name": "Goboglide Tech", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you control a Mech, gain +1/+1 and <b>Rush</b>." | |
}, | |
{ | |
"index": 2346, | |
"name": "Fire Hawk", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain +1 Attack for each card in your opponent's hand." | |
}, | |
{ | |
"index": 2347, | |
"name": "Gyrocopter", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>\n<b>Windfury</b>" | |
}, | |
{ | |
"index": 2348, | |
"name": "Wyrmrest Purifier", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Transform all\nNeutral cards in your deck\ninto random cards from\nyour class." | |
}, | |
{ | |
"index": 2349, | |
"name": "Dragonmaw Poacher", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your opponent controls a Dragon, gain +4/+4 and <b>Rush</b>." | |
}, | |
{ | |
"index": 2350, | |
"name": "Zul'Drak Ritualist", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 9, | |
"text": "[x]<b>Taunt</b>\n <b>Battlecry:</b> Summon three\nrandom 1-Cost minions\nfor your opponent." | |
}, | |
{ | |
"index": 2351, | |
"name": "Hippogryph", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Rush</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 2352, | |
"name": "Evasive Chimaera", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Poisonous</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 2353, | |
"name": "Troll Batrider", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 3 damage to a random enemy minion." | |
}, | |
{ | |
"index": 2354, | |
"name": "Living Dragonbreath", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your minions can't be <b>Frozen</b>." | |
}, | |
{ | |
"index": 2355, | |
"name": "Platebreaker", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Destroy your opponent's Armor." | |
}, | |
{ | |
"index": 2356, | |
"name": "Dragon Breeder", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose a friendly Dragon. Add a copy of it to your hand." | |
}, | |
{ | |
"index": 2357, | |
"name": "Bad Luck Albatross", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Shuffle two 1/1 Albatross into your opponent's deck." | |
}, | |
{ | |
"index": 2358, | |
"name": "Skyfin", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, summon 2 random Murlocs." | |
}, | |
{ | |
"index": 2359, | |
"name": "Evasive Feywing", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "Can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 2360, | |
"name": "Camouflaged Dirigible", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Give your other Mechs <b>Stealth</b> until your next turn." | |
}, | |
{ | |
"index": 2361, | |
"name": "Cobalt Spellkin", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Add two 1-Cost spells from your class to your hand." | |
}, | |
{ | |
"index": 2362, | |
"name": "Faceless Corruptor", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>. <b>Battlecry:</b> Transform\none of your minions into\na copy of this." | |
}, | |
{ | |
"index": 2363, | |
"name": "Utgarde Grapplesniper", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Both players draw a card. If it's a Dragon, summon it." | |
}, | |
{ | |
"index": 2364, | |
"name": "Depth Charge", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 5, | |
"text": "At the start of your turn, deal 5 damage to ALL minions." | |
}, | |
{ | |
"index": 2365, | |
"name": "Evasive Wyrm", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Divine Shield</b>, <b>Rush</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 2366, | |
"name": "Scalerider", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, deal 2 damage." | |
}, | |
{ | |
"index": 2367, | |
"name": "Kobold Stickyfinger", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Steal your opponent's weapon." | |
}, | |
{ | |
"index": 2368, | |
"name": "Tentacled Menace", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Each player draws a card. Swap their Costs." | |
}, | |
{ | |
"index": 2369, | |
"name": "Chromatic Egg", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Secretly <b>Discover</b>\na Dragon to hatch into.\n<b>Deathrattle:</b> Hatch!" | |
}, | |
{ | |
"index": 2370, | |
"name": "Dread Raven", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Has +3 Attack for each other Dread Raven you control." | |
}, | |
{ | |
"index": 2371, | |
"name": "Dragonqueen Alexstrasza", | |
"set": "DRAGONS", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno duplicates, add 2 other\nrandom Dragons to your\nhand. They cost (0)." | |
}, | |
{ | |
"index": 2372, | |
"name": "Murozond the Infinite", | |
"set": "DRAGONS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Play all cards your opponent played last turn." | |
}, | |
{ | |
"index": 2373, | |
"name": "Shu'ma", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": 1, | |
"health_or_durability": 7, | |
"text": "At the end of your turn,\nfill your board with 1/1 Tentacles." | |
}, | |
{ | |
"index": 2374, | |
"name": "Transmogrifier", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever you draw a card, transform it into a random <b>Legendary</b> minion." | |
}, | |
{ | |
"index": 2375, | |
"name": "Veranus", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Change the Health of all enemy minions to 1." | |
}, | |
{ | |
"index": 2376, | |
"name": "Bandersmosh", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]Each turn this is in your\nhand, transform it into a\n5/5 copy of a random\n<b>Legendary</b> minion." | |
}, | |
{ | |
"index": 2377, | |
"name": "Kronx Dragonhoof", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Draw Galakrond.\nIf you're already Galakrond,\nunleash a Devastation." | |
}, | |
{ | |
"index": 2378, | |
"name": "Azure Explorer", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Spell Damage +2</b>\n<b>Battlecry:</b> <b>Discover</b> a Dragon." | |
}, | |
{ | |
"index": 2379, | |
"name": "Chenvaala", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "After you cast three spells in a turn, summon a 5/5 Elemental." | |
}, | |
{ | |
"index": 2380, | |
"name": "Arcane Breath", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If you're holding a Dragon, <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2381, | |
"name": "Violet Spellwing", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add an 'Arcane Missiles' spell to your hand." | |
}, | |
{ | |
"index": 2382, | |
"name": "Mana Giant", | |
"set": "DRAGONS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]Costs (1) less for each\ncard you've played this\ngame that didn't start\nin your deck." | |
}, | |
{ | |
"index": 2383, | |
"name": "Crazed Netherwing", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you're holding\na Dragon, deal 3 damage to all other characters." | |
}, | |
{ | |
"index": 2384, | |
"name": "Dragonblight Cultist", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> <b>Invoke</b> Galakrond.\nGain +1 Attack for each\nother friendly minion." | |
}, | |
{ | |
"index": 2385, | |
"name": "Veiled Worshipper", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you've <b>Invoked</b>\ntwice, draw 3 cards." | |
}, | |
{ | |
"index": 2386, | |
"name": "Dark Skies", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage to a\nrandom minion. Repeat\nfor each card in your hand." | |
}, | |
{ | |
"index": 2387, | |
"name": "Nether Breath", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage.\nIf you're holding a Dragon, deal $4 damage with <b>Lifesteal</b> instead." | |
}, | |
{ | |
"index": 2388, | |
"name": "Rain of Fire", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all characters." | |
}, | |
{ | |
"index": 2389, | |
"name": "Abyssal Summoner", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Summon a\nDemon with <b>Taunt</b> and stats\nequal to your hand size." | |
}, | |
{ | |
"index": 2390, | |
"name": "Valdris Felgorge", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Increase your maximum hand size to 12. Draw 4 cards." | |
}, | |
{ | |
"index": 2391, | |
"name": "Zzeraku the Warped", | |
"set": "DRAGONS", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "[x]Whenever your hero\ntakes damage, summon\na 6/6 Nether Drake." | |
}, | |
{ | |
"index": 2392, | |
"name": "Squallhunter", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Spell Damage +2</b>\n<b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 2393, | |
"name": "Twin Tyrant", | |
"set": "DRAGONS", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 10, | |
"text": "<b>Battlecry:</b> Deal 4 damage to two random enemy minions." | |
}, | |
{ | |
"index": 2394, | |
"name": "Storm's Wrath", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +1/+1.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 2395, | |
"name": "Surging Tempest", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Has +1 Attack while you have <b>Overloaded</b> Mana Crystals." | |
}, | |
{ | |
"index": 2396, | |
"name": "Dragon's Pack", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/3 Spirit Wolves with <b>Taunt</b>. If you've <b>Invoked</b> twice, give them +3/+3." | |
}, | |
{ | |
"index": 2397, | |
"name": "Corrupt Elementalist", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Invoke</b> Galakrond twice." | |
}, | |
{ | |
"index": 2398, | |
"name": "Lightning Breath", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage to a\nminion. If you're holding\na Dragon, also damage\nits neighbors." | |
}, | |
{ | |
"index": 2399, | |
"name": "Cumulo-Maximus", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you have <b>Overloaded</b> Mana Crystals, deal 5 damage." | |
}, | |
{ | |
"index": 2400, | |
"name": "Nithogg", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Summon two\n0/3 Eggs. Next turn they\nhatch into 4/4 Drakes\nwith <b>Rush</b>." | |
}, | |
{ | |
"index": 2401, | |
"name": "Sky Claw", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Your other Mechs\nhave +1 Attack.\n<b>Battlecry:</b> Summon two 1/1 Microcopters." | |
}, | |
{ | |
"index": 2402, | |
"name": "Amber Watcher", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Restore #8 Health." | |
}, | |
{ | |
"index": 2403, | |
"name": "Bronze Explorer", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Lifesteal</b>\n<b>Battlecry:</b> <b>Discover</b> a Dragon." | |
}, | |
{ | |
"index": 2404, | |
"name": "Lightforged Crusader", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno Neutral cards, add 5\nrandom Paladin cards\nto your hand." | |
}, | |
{ | |
"index": 2405, | |
"name": "Lightforged Zealot", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If your deck has no Neutral cards, equip a 4/2 Truesilver Champion. " | |
}, | |
{ | |
"index": 2406, | |
"name": "Sand Breath", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +1/+2.\nGive it <b>Divine Shield</b> if\nyou're holding a Dragon." | |
}, | |
{ | |
"index": 2407, | |
"name": "Dragonrider Talritha", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Give a Dragon in your hand +3/+3 and this <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 2408, | |
"name": "Blazing Battlemage", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": null | |
}, | |
{ | |
"index": 2409, | |
"name": "Shield of Galakrond", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> <b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2410, | |
"name": "Time Rip", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion.\n<b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2411, | |
"name": "Seal Fate", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to an undamaged character. <b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2412, | |
"name": "Invocation of Frost", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> an enemy. \n<b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2413, | |
"name": "Awaken!", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Invoke</b> Galakrond. Deal $1 damage to all minions." | |
}, | |
{ | |
"index": 2414, | |
"name": "Fiendish Rites", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Invoke</b> Galakrond.\nGive your minions +1 Attack." | |
}, | |
{ | |
"index": 2415, | |
"name": "Clear the Way", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Sidequest:</b> Summon\n3 <b>Rush</b> minions.\n<b>Reward:</b> Summon a\n4/4 Gryphon with <b>Rush</b>." | |
}, | |
{ | |
"index": 2416, | |
"name": "Phase Stalker", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After you use your Hero\nPower, cast a <b>Secret</b>\nfrom your deck." | |
}, | |
{ | |
"index": 2417, | |
"name": "Dwarven Sharpshooter", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Your Hero Power can target minions." | |
}, | |
{ | |
"index": 2418, | |
"name": "Primordial Explorer", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Poisonous</b>\n<b>Battlecry:</b> <b>Discover</b> a Dragon." | |
}, | |
{ | |
"index": 2419, | |
"name": "Toxic Reinforcements", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Sidequest:</b> Use your Hero\nPower three times.\n<b>Reward:</b> Summon three\n2/1 Leper Gnomes." | |
}, | |
{ | |
"index": 2420, | |
"name": "Dragonbane", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "After you use your Hero Power, deal 5 damage to a random enemy." | |
}, | |
{ | |
"index": 2421, | |
"name": "Frizz Kindleroost", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Reduce the Cost of Dragons in your deck by (2)." | |
}, | |
{ | |
"index": 2422, | |
"name": "Sanctuary", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Sidequest:</b> Take no\ndamage for a turn.\n<b>Reward:</b> Summon a 3/6\nminion with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2423, | |
"name": "Malygos, Aspect of Magic", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, <b>Discover</b> an\n upgraded Mage spell." | |
}, | |
{ | |
"index": 2424, | |
"name": "Fate Weaver", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you've <b>Invoked</b>\ntwice, reduce the Cost of\ncards in your hand by (1)." | |
}, | |
{ | |
"index": 2425, | |
"name": "Whispers of EVIL", | |
"set": "DRAGONS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a <b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2426, | |
"name": "Grave Rune", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion \"<b>Deathrattle:</b> Summon 2 copies of this.\"" | |
}, | |
{ | |
"index": 2427, | |
"name": "Disciple of Galakrond", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Invoke</b> Galakrond." | |
}, | |
{ | |
"index": 2428, | |
"name": "Chronobreaker", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Deathrattle:</b> If you're holding\na Dragon, deal 3 damage\nto all enemy minions." | |
}, | |
{ | |
"index": 2429, | |
"name": "Envoy of Lazul", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Look at 3 cards.\nGuess which one is in\nyour opponent's hand\nto get a copy of it." | |
}, | |
{ | |
"index": 2430, | |
"name": "Breath of the Infinite", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all minions. If you're holding a Dragon, only damage enemies." | |
}, | |
{ | |
"index": 2431, | |
"name": "Mindflayer Kaahrj", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose an\nenemy minion.\n<b>Deathrattle:</b> Summon a new copy of it." | |
}, | |
{ | |
"index": 2432, | |
"name": "Nozdormu the Timeless", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Set each player to 10 Mana Crystals." | |
}, | |
{ | |
"index": 2433, | |
"name": "Evasive Drakonid", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 2434, | |
"name": "Treenforcements", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Choose One -</b> Give a\nminion +2 Health and\n<b>Taunt</b>; or Summon a\n2/2 Treant." | |
}, | |
{ | |
"index": 2435, | |
"name": "Shrubadier", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 2/2 Treant." | |
}, | |
{ | |
"index": 2436, | |
"name": "Emerald Explorer", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> <b>Discover</b> a Dragon." | |
}, | |
{ | |
"index": 2437, | |
"name": "Aeroponics", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards.\nCosts (2) less for each Treant you control." | |
}, | |
{ | |
"index": 2438, | |
"name": "Embiggen", | |
"set": "DRAGONS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give all minions in your deck +2/+2. They cost (1) more <i>(up to 10)</i>." | |
}, | |
{ | |
"index": 2439, | |
"name": "Secure the Deck", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Sidequest:</b> Attack twice with your hero. <b>Reward:</b> Add 3 'Claw' spells to your hand." | |
}, | |
{ | |
"index": 2440, | |
"name": "Breath of Dreams", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. If you're holding a Dragon, gain an empty Mana Crystal." | |
}, | |
{ | |
"index": 2441, | |
"name": "Goru the Mightree", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 10, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> For the rest of\nthe game, your Treants\nhave +1/+1." | |
}, | |
{ | |
"index": 2442, | |
"name": "Ysera, Unleashed", | |
"set": "DRAGONS", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "[x]<b>Battlecry:</b> Shuffle 7 Dream\nPortals into your deck.\nWhen drawn, summon\na random Dragon." | |
}, | |
{ | |
"index": 2443, | |
"name": "Rolling Fireball", | |
"set": "DRAGONS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $8 damage to a minion. Any excess damage continues to\nthe left or right." | |
}, | |
{ | |
"index": 2444, | |
"name": "Dragoncaster", | |
"set": "DRAGONS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, your next spell this turn costs (0)." | |
}, | |
{ | |
"index": 2445, | |
"name": "Learn Draconic", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Sidequest:</b> Spend\n8 Mana on spells.\n<b>Reward:</b> Summon a\n6/6 Dragon." | |
}, | |
{ | |
"index": 2446, | |
"name": "Elemental Allies", | |
"set": "DRAGONS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Sidequest:</b> Play an\nElemental 2 turns in a row.\n<b>Reward:</b> Draw 3 spells\nfrom your deck." | |
}, | |
{ | |
"index": 2447, | |
"name": "Grizzled Wizard", | |
"set": "DRAGONS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Swap Hero Powers with your opponent until your next turn." | |
}, | |
{ | |
"index": 2448, | |
"name": "Sathrovarr", | |
"set": "DRAGONS", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Add a copy of it to your hand, deck, and battlefield." | |
}, | |
{ | |
"index": 2449, | |
"name": "Blowtorch Saboteur", | |
"set": "DRAGONS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Your opponent's next Hero Power costs (3)." | |
}, | |
{ | |
"index": 2450, | |
"name": "Molten Breath", | |
"set": "DRAGONS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $5 damage to a\nminion. If you're holding\na Dragon, gain 5 Armor." | |
}, | |
{ | |
"index": 2451, | |
"name": "Galakrond, the Wretched", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Summon\n1 random Demon." | |
}, | |
{ | |
"index": 2452, | |
"name": "Galakrond, the Nightmare", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Draw 1 card.\nIt costs (0)." | |
}, | |
{ | |
"index": 2453, | |
"name": "Galakrond, the Tempest", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Summon two\n2/2 Storms with <b>Rush</b>." | |
}, | |
{ | |
"index": 2454, | |
"name": "Galakrond, the Unbreakable", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Draw 1 minion.\nGive it +4/+4." | |
}, | |
{ | |
"index": 2455, | |
"name": "Galakrond, the Unspeakable", | |
"set": "DRAGONS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Destroy 1\nrandom enemy minion." | |
}, | |
{ | |
"index": 2456, | |
"name": "Rising Winds", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\n<b>Choose One -</b> Draw a card; or Summon a 3/2 Eagle." | |
}, | |
{ | |
"index": 2457, | |
"name": "Winged Guardian", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "<b><b>Taunt</b>,</b> <b>Reborn</b>\nCan't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 2458, | |
"name": "Chopshop Copter", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After a friendly Mech dies, add a random Mech to your hand." | |
}, | |
{ | |
"index": 2459, | |
"name": "Fresh Scent", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nGive a Beast +2/+2." | |
}, | |
{ | |
"index": 2460, | |
"name": "Escaped Manasaber", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Stealth</b>\nWhenever this attacks,\ngain 1 Mana Crystal\nthis turn only." | |
}, | |
{ | |
"index": 2461, | |
"name": "Animated Avalanche", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you played\nan Elemental last turn,\nsummon a copy of this." | |
}, | |
{ | |
"index": 2462, | |
"name": "Arcane Amplifier", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Your Hero Power deals 2 extra damage." | |
}, | |
{ | |
"index": 2463, | |
"name": "The Amazing Reno", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Make all minions disappear. <i>*Poof!*</i>" | |
}, | |
{ | |
"index": 2464, | |
"name": "Shotbot", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Reborn</b>" | |
}, | |
{ | |
"index": 2465, | |
"name": "Air Raid", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Twinspell</b>\nSummon two 1/1 Silver Hand Recruits with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2466, | |
"name": "Cleric of Scales", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, <b>Discover</b> a spell from your deck." | |
}, | |
{ | |
"index": 2467, | |
"name": "Aeon Reaver", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal damage to a minion equal to its Attack." | |
}, | |
{ | |
"index": 2468, | |
"name": "Dark Prophecy", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a 2-Cost minion. Summon it and give it +3 Health." | |
}, | |
{ | |
"index": 2469, | |
"name": "Skyvateer", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Stealth</b>\n<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 2470, | |
"name": "Shadow Sculptor", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> Draw a card for each card you've played this turn." | |
}, | |
{ | |
"index": 2471, | |
"name": "Waxmancy", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Battlecry</b> minion. Reduce its Cost by (2)." | |
}, | |
{ | |
"index": 2472, | |
"name": "Explosive Evolution", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion into a random one that costs (3) more." | |
}, | |
{ | |
"index": 2473, | |
"name": "Risky Skipper", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After you play a minion, deal 1 damage to all minions." | |
}, | |
{ | |
"index": 2474, | |
"name": "Boom Squad", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Lackey</b>, Mech, or Dragon." | |
}, | |
{ | |
"index": 2475, | |
"name": "Bomb Wrangler", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever this minion takes damage, summon a 1/1 Boom Bot." | |
}, | |
{ | |
"index": 2476, | |
"name": "Twisted Knowledge", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> 2 Warlock cards." | |
}, | |
{ | |
"index": 2477, | |
"name": "Fiendish Servant", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Deathrattle:</b> Give this\nminion's Attack to a random\nfriendly minion." | |
}, | |
{ | |
"index": 2478, | |
"name": "Chaos Gazer", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Curse a\nplayable card in your\nopponent's hand. They\nhave 1 turn to play it!" | |
}, | |
{ | |
"index": 2479, | |
"name": "Skydiving Instructor", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Summon a\n1-Cost minion from\nyour deck." | |
}, | |
{ | |
"index": 2480, | |
"name": "Hailbringer", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon two 1/1\nIce Shards that <b>Freeze</b>." | |
}, | |
{ | |
"index": 2481, | |
"name": "Licensed Adventurer", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you control\na <b>Quest</b>, add a Coin\nto your hand." | |
}, | |
{ | |
"index": 2482, | |
"name": "Frenzied Felwing", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Costs (1) less for each damage dealt to your opponent this turn." | |
}, | |
{ | |
"index": 2483, | |
"name": "Boompistol Bully", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Enemy <b>Battlecry</b> cards cost (5) more next turn." | |
}, | |
{ | |
"index": 2484, | |
"name": "Grand Lackey Erkh", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you play a <b>Lackey</b>, add a <b>Lackey</b> to your hand." | |
}, | |
{ | |
"index": 2485, | |
"name": "Rotnest Drake", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, destroy a random\nenemy minion." | |
}, | |
{ | |
"index": 2486, | |
"name": "Sky Gen'ral Kragg", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If you've played a\n<b>Quest</b> this game, summon a\n4/2 Parrot with <b>Rush</b>." | |
}, | |
{ | |
"index": 2487, | |
"name": "Steel Beetle", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a spell that costs (5) or more, gain 5 Armor." | |
}, | |
{ | |
"index": 2488, | |
"name": "Eye of the Storm", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 5/6 Elementals with <b>Taunt</b>. <b>Overload:</b> (3)" | |
}, | |
{ | |
"index": 2489, | |
"name": "The Fist of Ra-den", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]After you cast a spell,\nsummon a <b>Legendary</b>\nminion of that Cost.\nLose 1 Durability." | |
}, | |
{ | |
"index": 2490, | |
"name": "Scalelord", | |
"set": "YEAR_OF_THE_DRAGON", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Give your Murlocs <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2491, | |
"name": "Command the Illidari", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon six 1/1 Illidari with <b>Rush</b>." | |
}, | |
{ | |
"index": 2492, | |
"name": "Twin Slice", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. Add 'Second Slice' to your hand." | |
}, | |
{ | |
"index": 2493, | |
"name": "Flamereaper", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "Also damages the minions next to whomever your hero attacks." | |
}, | |
{ | |
"index": 2494, | |
"name": "Battlefiend", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, gain +1 Attack." | |
}, | |
{ | |
"index": 2495, | |
"name": "Blade Dance", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal damage equal to your hero's Attack to 3 random enemy minions." | |
}, | |
{ | |
"index": 2496, | |
"name": "Wrathscale Naga", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After a friendly minion dies, deal 3 damage to a random enemy." | |
}, | |
{ | |
"index": 2497, | |
"name": "Ur'zul Horror", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Add a 2/1 Lost Soul to your hand." | |
}, | |
{ | |
"index": 2498, | |
"name": "Raging Felscreamer", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> The next Demon you play costs (2) less." | |
}, | |
{ | |
"index": 2499, | |
"name": "Feast of Souls", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card for each friendly minion that died this turn.@ <i>(@)</i>" | |
}, | |
{ | |
"index": 2500, | |
"name": "Nethrandamus", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Summon two\nrandom 0-Cost minions.\n<i>(Upgrades each time a\nfriendly minion dies!)</i>" | |
}, | |
{ | |
"index": 2501, | |
"name": "Hulking Overfiend", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 10, | |
"text": "<b>Rush</b>. After this attacks and kills a minion, it may attack again." | |
}, | |
{ | |
"index": 2502, | |
"name": "Soul Split", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a friendly Demon. Summon a copy of it." | |
}, | |
{ | |
"index": 2503, | |
"name": "Consume Magic", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> an enemy minion.\n<b>Outcast:</b> Draw a card." | |
}, | |
{ | |
"index": 2504, | |
"name": "Wrathspike Brute", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nAfter this is attacked,\ndeal 1 damage to\nall enemies." | |
}, | |
{ | |
"index": 2505, | |
"name": "Blur", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your hero can't take damage this turn." | |
}, | |
{ | |
"index": 2506, | |
"name": "Mana Burn", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your opponent has 2 fewer Mana Crystals next turn." | |
}, | |
{ | |
"index": 2507, | |
"name": "Eye Beam", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>. Deal $3 damage to a minion.\n<b>Outcast:</b> This costs (1)." | |
}, | |
{ | |
"index": 2508, | |
"name": "Illidari Felblade", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>\n<b>Outcast:</b> Gain <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 2509, | |
"name": "Umberwing", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Felwings." | |
}, | |
{ | |
"index": 2510, | |
"name": "Altruis the Outcast", | |
"set": "DEMON_HUNTER_INITIATE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]After you play the left-\nor right-most card in your\nhand, deal 1 damage\nto all enemies." | |
}, | |
{ | |
"index": 2511, | |
"name": "Incanter's Flow", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Reduce the Cost of spells in your deck by (1)." | |
}, | |
{ | |
"index": 2512, | |
"name": "Netherwind Portal", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent casts a spell, summon a random\n4-Cost minion." | |
}, | |
{ | |
"index": 2513, | |
"name": "Imprisoned Observer", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Dormant</b> for 2 turns.\nWhen this awakens,\ndeal 2 damage to all\nenemy minions." | |
}, | |
{ | |
"index": 2514, | |
"name": "Evocation", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Fill your hand with random Mage spells.\nAt the end of your turn, discard them." | |
}, | |
{ | |
"index": 2515, | |
"name": "Rustsworn Initiate", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 1/1 Impcaster with\n<b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 2516, | |
"name": "Imprisoned Sungill", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Dormant</b> for 2 turns.\nWhen this awakens, summon two 1/1\nMurlocs." | |
}, | |
{ | |
"index": 2517, | |
"name": "Felfin Navigator", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give your other Murlocs +1/+1." | |
}, | |
{ | |
"index": 2518, | |
"name": "Libram of Justice", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Equip a 1/4 weapon. Change the Health of all enemy minions to 1." | |
}, | |
{ | |
"index": 2519, | |
"name": "Starscryer", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Draw a spell." | |
}, | |
{ | |
"index": 2520, | |
"name": "Underlight Angling Rod", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After your Hero attacks, add a random Murloc to your hand." | |
}, | |
{ | |
"index": 2521, | |
"name": "Murgur Murgurgle", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Divine Shield</b>\n<b>Deathrattle:</b> Shuffle\n'Murgurgle Prime'\ninto your deck." | |
}, | |
{ | |
"index": 2522, | |
"name": "Aldor Attendant", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Reduce the Cost of your Librams by (1) this game." | |
}, | |
{ | |
"index": 2523, | |
"name": "Font of Power", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Mage minion. If your deck has no minions, keep all 3." | |
}, | |
{ | |
"index": 2524, | |
"name": "Apexis Smuggler", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you play a <b>Secret</b>, <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2525, | |
"name": "Libram of Hope", | |
"set": "BLACK_TEMPLE", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore 8 Health. Summon an 8/8 Guardian with <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2526, | |
"name": "Libram of Wisdom", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +1/+1\nand \"<b>Deathrattle:</b> Add\na 'Libram of Wisdom'\nspell to your hand.\"" | |
}, | |
{ | |
"index": 2527, | |
"name": "Aldor Truthseeker", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> Reduce the Cost of your Librams by (2) this game." | |
}, | |
{ | |
"index": 2528, | |
"name": "Astromancer Solarian", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Spell Damage +1</b>\n<b>Deathrattle:</b> Shuffle\n'Solarian Prime'\ninto your deck." | |
}, | |
{ | |
"index": 2529, | |
"name": "Bamboozle", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> When one of\nyour minions is attacked,\ntransform it into a random\none that costs (3) more." | |
}, | |
{ | |
"index": 2530, | |
"name": "Deep Freeze", | |
"set": "BLACK_TEMPLE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> an enemy. Summon two 3/6 Water Elementals." | |
}, | |
{ | |
"index": 2531, | |
"name": "Serpentshrine Portal", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nSummon a random\n3-Cost minion.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 2532, | |
"name": "Vivid Spores", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Resummon this minion.\"" | |
}, | |
{ | |
"index": 2533, | |
"name": "Boggspine Knuckles", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, transform your minions into random ones that cost (1) more." | |
}, | |
{ | |
"index": 2534, | |
"name": "Bogstrok Clacker", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Transform adjacent minions into random minions that cost (1) more." | |
}, | |
{ | |
"index": 2535, | |
"name": "Lady Vashj", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Spell Damage +1</b>\n<b>Deathrattle:</b> Shuffle 'Vashj\nPrime' into your deck." | |
}, | |
{ | |
"index": 2536, | |
"name": "Torrent", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $8 damage to a\nminion. Costs (3) less if\nyou cast a spell last turn." | |
}, | |
{ | |
"index": 2537, | |
"name": "Totemic Reflection", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2.\nIf it's a Totem, summon a copy of it." | |
}, | |
{ | |
"index": 2538, | |
"name": "Shattered Rumbler", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you cast a spell last turn, deal 2 damage to all other minions." | |
}, | |
{ | |
"index": 2539, | |
"name": "Marshspawn", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you cast\na spell last turn,\n<b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2540, | |
"name": "Bladestorm", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions. Repeat until one dies." | |
}, | |
{ | |
"index": 2541, | |
"name": "Warmaul Challenger", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 10, | |
"text": "<b>Battlecry:</b> Choose\nan enemy minion.\nBattle it to the death!" | |
}, | |
{ | |
"index": 2542, | |
"name": "Imprisoned Gan'arg", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Dormant</b> for 2 turns.\nWhen this awakens,\nequip a 3/2 Axe." | |
}, | |
{ | |
"index": 2543, | |
"name": "Kargath Bladefist", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Shuffle\n'Kargath Prime'\ninto your deck." | |
}, | |
{ | |
"index": 2544, | |
"name": "Corsair Cache", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a weapon.\nGive it +1/+1." | |
}, | |
{ | |
"index": 2545, | |
"name": "Teron Gorefiend", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Destroy all\nother friendly minions.\n<b>Deathrattle:</b> Resummon\nthem with +1/+1." | |
}, | |
{ | |
"index": 2546, | |
"name": "Imprisoned Satyr", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Dormant</b> for 2 turns.\nWhen this awakens, reduce\nthe Cost of a random minion\nin your hand by (5)." | |
}, | |
{ | |
"index": 2547, | |
"name": "Fungal Fortunes", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 3 cards. Discard any minions drawn." | |
}, | |
{ | |
"index": 2548, | |
"name": "Germination", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a copy of a friendly minion.\nGive the copy <b>Taunt</b>." | |
}, | |
{ | |
"index": 2549, | |
"name": "Overgrowth", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain two empty Mana Crystals." | |
}, | |
{ | |
"index": 2550, | |
"name": "Ysiel Windsinger", | |
"set": "BLACK_TEMPLE", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Your spells cost (1)." | |
}, | |
{ | |
"index": 2551, | |
"name": "Ironbark", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+3 and <b>Taunt</b>.\nCosts (0) if you have at least 7 Mana Crystals." | |
}, | |
{ | |
"index": 2552, | |
"name": "Marsh Hydra", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Rush</b>\nAfter this attacks, add a\nrandom 8-Cost minion\nto your hand." | |
}, | |
{ | |
"index": 2553, | |
"name": "Bogbeam", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion.\nCosts (0) if you have at least 7 Mana Crystals." | |
}, | |
{ | |
"index": 2554, | |
"name": "Glowfly Swarm", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 2/2 Glowfly for each spell in your hand." | |
}, | |
{ | |
"index": 2555, | |
"name": "Archspore Msshi'fn", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Shuffle\n'Msshi'fn Prime'\ninto your deck." | |
}, | |
{ | |
"index": 2556, | |
"name": "Bloodboil Brute", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "<b>Rush</b>\nCosts (1) less for each damaged minion." | |
}, | |
{ | |
"index": 2557, | |
"name": "Bonechewer Raider", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If there is a damaged minion, gain +1/+1 and <b>Rush</b>." | |
}, | |
{ | |
"index": 2558, | |
"name": "Scrapyard Colossus", | |
"set": "BLACK_TEMPLE", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a \n7/7 Felcracked Colossus\nwith <b>Taunt</b>." | |
}, | |
{ | |
"index": 2559, | |
"name": "Imprisoned Vilefiend", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Dormant</b> for 2 turns.\n<b>Rush</b>" | |
}, | |
{ | |
"index": 2560, | |
"name": "Terrorguard Escapee", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Summon three 1/1 Huntresses for your opponent." | |
}, | |
{ | |
"index": 2561, | |
"name": "Rustsworn Cultist", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Give your\nother minions \"<b>Deathrattle:</b>\nSummon a 1/1 Demon.\"" | |
}, | |
{ | |
"index": 2562, | |
"name": "Nagrand Slam", | |
"set": "BLACK_TEMPLE", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon four 3/5 Clefthoofs that attack random enemies." | |
}, | |
{ | |
"index": 2563, | |
"name": "Kayn Sunfury", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Charge</b>\nAll friendly attacks ignore <b>Taunt</b>." | |
}, | |
{ | |
"index": 2564, | |
"name": "Shadowjeweler Hanar", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]After you play a <b>Secret</b>,\n<b>Discover</b> a <b>Secret</b> from\na different class." | |
}, | |
{ | |
"index": 2565, | |
"name": "Replicat-o-tron", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, transform a neighbor into a copy of this." | |
}, | |
{ | |
"index": 2566, | |
"name": "Keli'dan the Breaker", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Destroy a minion.\nIf drawn this turn, instead\ndestroy all minions\nexcept this one." | |
}, | |
{ | |
"index": 2567, | |
"name": "Reliquary of Souls", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Lifesteal</b>\n<b>Deathrattle:</b> Shuffle\n'Reliquary Prime'\ninto your deck." | |
}, | |
{ | |
"index": 2568, | |
"name": "Soul Mirror", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon copies of enemy minions. They attack their copies." | |
}, | |
{ | |
"index": 2569, | |
"name": "Unstable Felbolt", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to an enemy minion and a random friendly one." | |
}, | |
{ | |
"index": 2570, | |
"name": "Augmented Porcupine", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Deathrattle</b>: Deal this\nminion's Attack damage\nrandomly split among\nall enemies." | |
}, | |
{ | |
"index": 2571, | |
"name": "Helboar", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Give a random Beast in your hand +1/+1." | |
}, | |
{ | |
"index": 2572, | |
"name": "Pack Tactics", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion is attacked, summon a 3/3 copy." | |
}, | |
{ | |
"index": 2573, | |
"name": "Scrap Shot", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nGive a random Beast in your hand +3/+3." | |
}, | |
{ | |
"index": 2574, | |
"name": "Zixor, Apex Predator", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Shuffle 'Zixor\nPrime' into your deck." | |
}, | |
{ | |
"index": 2575, | |
"name": "Imprisoned Felmaw", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Dormant</b> for 2 turns.\nWhen this awakens,\n attack a random enemy." | |
}, | |
{ | |
"index": 2576, | |
"name": "Mok'Nathal Lion", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "<b>Rush</b>. <b>Battlecry:</b> Choose a friendly minion. Gain a copy of its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 2577, | |
"name": "Scavenger's Ingenuity", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a Beast.\nGive it +3/+3." | |
}, | |
{ | |
"index": 2578, | |
"name": "Beastmaster Leoroxx", | |
"set": "BLACK_TEMPLE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon 3 Beasts from your hand." | |
}, | |
{ | |
"index": 2579, | |
"name": "The Lurker Below", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage\nto an enemy minion. If it\ndies, repeat on one of\nits neighbors." | |
}, | |
{ | |
"index": 2580, | |
"name": "Sword and Board", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. Gain 2 Armor." | |
}, | |
{ | |
"index": 2581, | |
"name": "Scrap Golem", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>. <b>Deathrattle</b>: Gain Armor equal to this minion's Attack." | |
}, | |
{ | |
"index": 2582, | |
"name": "Renew", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #3 Health. <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2583, | |
"name": "Psyche Split", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+2. Summon a copy of it." | |
}, | |
{ | |
"index": 2584, | |
"name": "Sethekk Veilweaver", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After you cast a spell on\na minion, add a Priest\nspell to your hand." | |
}, | |
{ | |
"index": 2585, | |
"name": "Kael'thas Sunstrider", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "Every third spell you cast each turn costs (1)." | |
}, | |
{ | |
"index": 2586, | |
"name": "Dragonmaw Overseer", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "At the end of your turn, give another friendly minion +2/+2." | |
}, | |
{ | |
"index": 2587, | |
"name": "Apotheosis", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+3 and <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2588, | |
"name": "Imprisoned Homunculus", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Dormant</b> for 2 turns.\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 2589, | |
"name": "Dragonmaw Sentinel", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, gain +1 Attack and <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2590, | |
"name": "Apexis Blast", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage.\nIf your deck has no minions, summon a random 5-Cost minion." | |
}, | |
{ | |
"index": 2591, | |
"name": "Hand of A'dal", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+1.\nDraw a card." | |
}, | |
{ | |
"index": 2592, | |
"name": "Hand of Gul'dan", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "When you play\nor discard this,\ndraw 3 cards." | |
}, | |
{ | |
"index": 2593, | |
"name": "Nightshade Matron", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Discard your highest Cost card." | |
}, | |
{ | |
"index": 2594, | |
"name": "The Dark Portal", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a minion. If you have at least 8 cards in hand, it costs (5) less." | |
}, | |
{ | |
"index": 2595, | |
"name": "Enhanced Dreadlord", | |
"set": "BLACK_TEMPLE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a 5/5\nDreadlord with <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2596, | |
"name": "Imprisoned Scrap Imp", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Dormant</b> for 2 turns.\nWhen this awakens,\ngive all minions in your hand +2/+2." | |
}, | |
{ | |
"index": 2597, | |
"name": "Shadow Council", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replace your hand\nwith random Demons.\nGive them +2/+2." | |
}, | |
{ | |
"index": 2598, | |
"name": "Darkglare", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After your hero takes damage, refresh a Mana Crystal." | |
}, | |
{ | |
"index": 2599, | |
"name": "Kanrethad Ebonlocke", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]Your Demons cost (1) less.\n<b>Deathrattle:</b> Shuffle\n'Kanrethad Prime'\ninto your deck." | |
}, | |
{ | |
"index": 2600, | |
"name": "Netherwalker", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a Demon." | |
}, | |
{ | |
"index": 2601, | |
"name": "Lady Liadrin", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Add a copy of\neach spell you cast on\nfriendly characters this\ngame to your hand." | |
}, | |
{ | |
"index": 2602, | |
"name": "Skeletal Dragon", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "[x]<b>Taunt</b>\nAt the end of your turn, add\na Dragon to your hand." | |
}, | |
{ | |
"index": 2603, | |
"name": "Ashtongue Battlelord", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 2604, | |
"name": "Metamorphosis", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Swap your Hero Power to \"Deal 4 damage.\" After 2 uses, swap it back." | |
}, | |
{ | |
"index": 2605, | |
"name": "Warglaives of Azzinoth", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After attacking a minion, your hero may attack again." | |
}, | |
{ | |
"index": 2606, | |
"name": "Crimson Sigil Runner", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Outcast:</b> Draw a card." | |
}, | |
{ | |
"index": 2607, | |
"name": "Pit Commander", | |
"set": "BLACK_TEMPLE", | |
"cost": 9, | |
"attack": 7, | |
"health_or_durability": 9, | |
"text": "<b>Taunt</b>\nAt the end of your turn, summon a Demon from your deck." | |
}, | |
{ | |
"index": 2608, | |
"name": "Spectral Sight", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw a card.\n<b>Outcast:</b> Draw another." | |
}, | |
{ | |
"index": 2609, | |
"name": "Priestess of Fury", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "At the end of your turn, deal 6 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 2610, | |
"name": "Furious Felfin", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If your hero\nattacked this turn, gain\n+1 Attack and <b>Rush</b>." | |
}, | |
{ | |
"index": 2611, | |
"name": "Fel Summoner", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": 8, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a random Demon from your hand." | |
}, | |
{ | |
"index": 2612, | |
"name": "Immolation Aura", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions twice." | |
}, | |
{ | |
"index": 2613, | |
"name": "Skull of Gul'dan", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 3 cards.\n<b>Outcast:</b> Reduce their Cost by (3)." | |
}, | |
{ | |
"index": 2614, | |
"name": "Spymistress", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 2615, | |
"name": "Ashtongue Slayer", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a <b><b>Stealth</b>ed</b> minion +3 Attack and <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 2616, | |
"name": "Cursed Vagrant", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon a 7/5 Shadow with <b>Stealth</b>." | |
}, | |
{ | |
"index": 2617, | |
"name": "Ambush", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent plays a minion,\nsummon a 2/3 Ambusher\nwith <b>Poisonous</b>." | |
}, | |
{ | |
"index": 2618, | |
"name": "Dirty Tricks", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent casts a spell,\ndraw 2 cards." | |
}, | |
{ | |
"index": 2619, | |
"name": "Greyheart Sage", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you control\na <b><b>Stealth</b>ed</b> minion,\ndraw 2 cards." | |
}, | |
{ | |
"index": 2620, | |
"name": "Blackjack Stunner", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you control a\n<b>Secret</b>, return a minion\nto its owner's hand.\nIt costs (2) more." | |
}, | |
{ | |
"index": 2621, | |
"name": "Akama", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Stealth</b>\n<b>Deathrattle:</b> Shuffle 'Akama\nPrime' into your deck." | |
}, | |
{ | |
"index": 2622, | |
"name": "Frozen Shadoweaver", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Freeze</b> an enemy." | |
}, | |
{ | |
"index": 2623, | |
"name": "Bonechewer Brawler", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Taunt</b>\nWhenever this minion takes\n damage, gain +2 Attack." | |
}, | |
{ | |
"index": 2624, | |
"name": "Bonechewer Vanguard", | |
"set": "BLACK_TEMPLE", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 10, | |
"text": "[x]<b>Taunt</b>\nWhenever this minion takes\ndamage, gain +2 Attack." | |
}, | |
{ | |
"index": 2625, | |
"name": "Burrowing Scorpid", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Deal 2 damage.\nIf that kills the target,\ngain <b>Stealth</b>." | |
}, | |
{ | |
"index": 2626, | |
"name": "Ruststeed Raider", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>, <b>Rush</b>\n<b>Battlecry:</b> Gain +4 Attack this turn." | |
}, | |
{ | |
"index": 2627, | |
"name": "Blistering Rot", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]At the end of your turn,\nsummon a Rot with stats\nequal to this minion's." | |
}, | |
{ | |
"index": 2628, | |
"name": "Guardian Augmerchant", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage to a minion and give it <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2629, | |
"name": "Rocket Augmerchant", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage to a minion and give it <b>Rush</b>." | |
}, | |
{ | |
"index": 2630, | |
"name": "Ethereal Augmerchant", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage to a minion and give it <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 2631, | |
"name": "Dragonmaw Sky Stalker", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Deathrattle:</b> Summon a 3/4 Dragonrider." | |
}, | |
{ | |
"index": 2632, | |
"name": "Soulbound Ashtongue", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "Whenever this minion takes damage, also deal that amount to your hero." | |
}, | |
{ | |
"index": 2633, | |
"name": "Disguised Wanderer", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a 9/1 Inquisitor." | |
}, | |
{ | |
"index": 2634, | |
"name": "Waste Warden", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage to\na minion and all others of\nthe same minion type." | |
}, | |
{ | |
"index": 2635, | |
"name": "Overconfident Orc", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\nWhile at full Health,\nthis has +2 Attack." | |
}, | |
{ | |
"index": 2636, | |
"name": "Infectious Sporeling", | |
"set": "BLACK_TEMPLE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "After this damages a minion, turn it into an Infectious Sporeling." | |
}, | |
{ | |
"index": 2637, | |
"name": "Scavenging Shivarra", | |
"set": "BLACK_TEMPLE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 6 damage randomly split among all other minions." | |
}, | |
{ | |
"index": 2638, | |
"name": "Mo'arg Artificer", | |
"set": "BLACK_TEMPLE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "All minions take double damage from spells." | |
}, | |
{ | |
"index": 2639, | |
"name": "Supreme Abyssal", | |
"set": "BLACK_TEMPLE", | |
"cost": 8, | |
"attack": 12, | |
"health_or_durability": 12, | |
"text": "Can't attack heroes." | |
}, | |
{ | |
"index": 2640, | |
"name": "Al'ar", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle</b>: Summon a\n 0/3 Ashes of Al'ar that resurrects this minion on your next turn." | |
}, | |
{ | |
"index": 2641, | |
"name": "Maiev Shadowsong", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose a minion.\nIt goes <b>Dormant</b> for 2 turns." | |
}, | |
{ | |
"index": 2642, | |
"name": "Coilfang Warlord", | |
"set": "BLACK_TEMPLE", | |
"cost": 8, | |
"attack": 9, | |
"health_or_durability": 5, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Summon a\n 5/9 Warlord with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2643, | |
"name": "Bulwark of Azzinoth", | |
"set": "BLACK_TEMPLE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]Whenever your hero would\ntake damage, this loses\n 1 Durability instead." | |
}, | |
{ | |
"index": 2644, | |
"name": "Magtheridon", | |
"set": "BLACK_TEMPLE", | |
"cost": 4, | |
"attack": 12, | |
"health_or_durability": 12, | |
"text": "[x]<b>Dormant</b>. <b>Battlecry:</b> Summon\nthree 1/3 enemy Warders.\nWhen they die, destroy all\nminions and awaken." | |
}, | |
{ | |
"index": 2645, | |
"name": "Imprisoned Antaen", | |
"set": "BLACK_TEMPLE", | |
"cost": 5, | |
"attack": 10, | |
"health_or_durability": 6, | |
"text": "[x]<b>Dormant</b> for 2 turns.\nWhen this awakens, deal\n10 damage randomly split\namong all enemies." | |
}, | |
{ | |
"index": 2646, | |
"name": "Cabal Acolyte", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Spellburst:</b> Gain control\nof a random enemy minion\nwith 2 or less Attack." | |
}, | |
{ | |
"index": 2647, | |
"name": "Disciplinarian Gandling", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]After you play a minion,\ndestroy it and summon a\n4/4 Failed Student." | |
}, | |
{ | |
"index": 2648, | |
"name": "Wolpertinger", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a copy of this." | |
}, | |
{ | |
"index": 2649, | |
"name": "Turalyon, the Tenured", | |
"set": "SCHOLOMANCE", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 12, | |
"text": "[x]<b>Rush</b>. Whenever this attacks\na minion, set the defender's\nAttack and Health to 3." | |
}, | |
{ | |
"index": 2650, | |
"name": "Power Word: Feast", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2. Restore it to full Health at the end of this turn." | |
}, | |
{ | |
"index": 2651, | |
"name": "Frazzled Freshman", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": null | |
}, | |
{ | |
"index": 2652, | |
"name": "Blessing of Authority", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +8/+8. It can't attack heroes this turn." | |
}, | |
{ | |
"index": 2653, | |
"name": "Devout Pupil", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Divine Shield, Taunt</b>\nCosts (1) less for each spell\nyou've cast on friendly\ncharacters this game." | |
}, | |
{ | |
"index": 2654, | |
"name": "Flesh Giant", | |
"set": "SCHOLOMANCE", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each time your hero's Health changed during your turns." | |
}, | |
{ | |
"index": 2655, | |
"name": "High Abbess Alura", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b><b>Spellburst</b>:</b> Cast a spell from your deck <i>(targets this if possible)</i>." | |
}, | |
{ | |
"index": 2656, | |
"name": "Voracious Reader", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, draw until you have 3 cards." | |
}, | |
{ | |
"index": 2657, | |
"name": "Divine Rager", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 2658, | |
"name": "Desk Imp", | |
"set": "SCHOLOMANCE", | |
"cost": 0, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 2659, | |
"name": "Robes of Protection", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Your minions have \"Can't be targeted by spells or Hero Powers.\"" | |
}, | |
{ | |
"index": 2660, | |
"name": "Boneweb Egg", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Summon\ntwo 2/1 Spiders. If you\ndiscard this, trigger its\n<b>Deathrattle</b>." | |
}, | |
{ | |
"index": 2661, | |
"name": "Argent Braggart", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Set this minion's\nAttack and Health to the\nhighest in the battlefield." | |
}, | |
{ | |
"index": 2662, | |
"name": "Enchanted Cauldron", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "<b><b>Spellburst</b>:</b> Cast a random spell of the same Cost." | |
}, | |
{ | |
"index": 2663, | |
"name": "Demonic Studies", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Demon. Your next one costs (1) less." | |
}, | |
{ | |
"index": 2664, | |
"name": "Mindrender Illucia", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Replace\nyour hand with a copy of\nyour opponent's until\nend of turn." | |
}, | |
{ | |
"index": 2665, | |
"name": "Wandmaker", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a 1-Cost spell from your class to your hand." | |
}, | |
{ | |
"index": 2666, | |
"name": "Vectus", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon two\n1/1 Whelps. Each gains a\n<b>Deathrattle</b> from your minions\nthat died this game." | |
}, | |
{ | |
"index": 2667, | |
"name": "Archwitch Willow", | |
"set": "SCHOLOMANCE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon a random Demon from your hand and deck." | |
}, | |
{ | |
"index": 2668, | |
"name": "Speaker Gidra", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b><b>Rush</b>, Windfury</b>\n<b><b>Spellburst</b>:</b> Gain Attack\nand Health equal to\nthe spell's Cost." | |
}, | |
{ | |
"index": 2669, | |
"name": "Transfer Student", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "This has different effects based on which game board you're on." | |
}, | |
{ | |
"index": 2670, | |
"name": "Headmaster Kel'Thuzad", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b><b>Spellburst</b>:</b> If the spell destroys any minions, summon them." | |
}, | |
{ | |
"index": 2671, | |
"name": "Onyx Magescribe", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "<b>Spellburst:</b> Add 2 random spells from your class to your hand." | |
}, | |
{ | |
"index": 2672, | |
"name": "Intrepid Initiate", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Spellburst:</b> Gain +2 Attack." | |
}, | |
{ | |
"index": 2673, | |
"name": "Crimson Hothead", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Spellburst:</b> Gain +1 Attack and <b>Taunt</b>." | |
}, | |
{ | |
"index": 2674, | |
"name": "Draconic Studies", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Discover</b> a Dragon. Your\nnext one costs (1) less." | |
}, | |
{ | |
"index": 2675, | |
"name": "Shifty Sophomore", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Stealth</b>\n<b>Spellburst:</b> Add a <b>Combo</b> card to your hand." | |
}, | |
{ | |
"index": 2676, | |
"name": "Devolving Missiles", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Shoot three missiles\nat random enemy minions\nthat transform them into\nones that cost (1) less." | |
}, | |
{ | |
"index": 2677, | |
"name": "Diligent Notetaker", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Spellburst:</b> Return the spell to your hand." | |
}, | |
{ | |
"index": 2678, | |
"name": "Athletic Studies", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Rush</b> minion. Your next one costs (1) less." | |
}, | |
{ | |
"index": 2679, | |
"name": "Reaper's Scythe", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Spellburst</b>: Also\ndamages adjacent\nminions this turn." | |
}, | |
{ | |
"index": 2680, | |
"name": "Krolusk Barkstripper", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Spellburst:</b> Destroy a random enemy minion." | |
}, | |
{ | |
"index": 2681, | |
"name": "Firebrand", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b><b>Spellburst</b>:</b> Deal 4 damage randomly split among all enemy minions." | |
}, | |
{ | |
"index": 2682, | |
"name": "Gibberling", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Spellburst:</b> Summon a Gibberling." | |
}, | |
{ | |
"index": 2683, | |
"name": "Wyrm Weaver", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b><b>Spellburst</b>:</b> Summon two 1/3 Mana Wyrms." | |
}, | |
{ | |
"index": 2684, | |
"name": "Teacher's Pet", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a\nrandom 3-Cost Beast." | |
}, | |
{ | |
"index": 2685, | |
"name": "Steward of Scrolls", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>\n<b>Battlecry:</b> <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2686, | |
"name": "First Day of School", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 2 random 1-Cost minions to your hand." | |
}, | |
{ | |
"index": 2687, | |
"name": "Pen Flinger", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Deal 1 damage\nto a minion.\n <b><b>Spellburst</b>:</b> Return this\nto your hand." | |
}, | |
{ | |
"index": 2688, | |
"name": "Wave of Apathy", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set the Attack of all enemy minions to 1 until your next turn." | |
}, | |
{ | |
"index": 2689, | |
"name": "Marrowslicer", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Shuffle 2 Soul Fragments into your deck." | |
}, | |
{ | |
"index": 2690, | |
"name": "Cycle of Hatred", | |
"set": "SCHOLOMANCE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to all minions. Summon a 3/3 Spirit for every minion killed." | |
}, | |
{ | |
"index": 2691, | |
"name": "Sphere of Sapience", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "[x]At the start of your turn,\nlook at your top card. You\ncan put it on the bottom\n and lose 1 Durability." | |
}, | |
{ | |
"index": 2692, | |
"name": "Primordial Studies", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Spell Damage</b> minion. Your next one costs (1) less." | |
}, | |
{ | |
"index": 2693, | |
"name": "Molten Blast", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. Summon that many 1/1 Elementals." | |
}, | |
{ | |
"index": 2694, | |
"name": "Ras Frostwhisper", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "At the end of your turn,\ndeal $1 damage to all enemies <i>(improved by <b>Spell Damage</b>)</i>." | |
}, | |
{ | |
"index": 2695, | |
"name": "Magehunter", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>\nWhenever this attacks a minion, <b>Silence</b> it." | |
}, | |
{ | |
"index": 2696, | |
"name": "Trueaim Crescent", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After your Hero attacks a minion, your minions attack it too." | |
}, | |
{ | |
"index": 2697, | |
"name": "Manafeeder Panthara", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you've used your Hero Power this turn, draw a card." | |
}, | |
{ | |
"index": 2698, | |
"name": "Carrion Studies", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Deathrattle</b> minion. Your next one costs (1) less." | |
}, | |
{ | |
"index": 2699, | |
"name": "Rune Dagger", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, gain <b>Spell Damage +1</b> this turn." | |
}, | |
{ | |
"index": 2700, | |
"name": "Gift of Luminance", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Divine Shield</b>, then summon a 1/1 copy of it." | |
}, | |
{ | |
"index": 2701, | |
"name": "Secret Passage", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replace your hand with 4 cards from your deck. Swap back next turn." | |
}, | |
{ | |
"index": 2702, | |
"name": "School Spirits", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to all\nminions. Shuffle 2 Soul\nFragments into your deck." | |
}, | |
{ | |
"index": 2703, | |
"name": "Lab Partner", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 2704, | |
"name": "Animated Broomstick", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>\n<b>Battlecry:</b> Give your other minions <b>Rush</b>." | |
}, | |
{ | |
"index": 2705, | |
"name": "Tour Guide", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Your next Hero Power costs (0)." | |
}, | |
{ | |
"index": 2706, | |
"name": "Wretched Tutor", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Spellburst:</b> Deal 2 damage to all other minions." | |
}, | |
{ | |
"index": 2707, | |
"name": "Playmaker", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]After you play a <b>Rush</b>\nminion, summon a copy\n with 1 Health remaining." | |
}, | |
{ | |
"index": 2708, | |
"name": "Nature Studies", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a spell. Your next one costs (1) less." | |
}, | |
{ | |
"index": 2709, | |
"name": "Troublemaker", | |
"set": "SCHOLOMANCE", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "At the end of your turn, summon two 3/3 Ruffians that attack random enemies." | |
}, | |
{ | |
"index": 2710, | |
"name": "Bloated Python", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 4/4 Hapless Handler." | |
}, | |
{ | |
"index": 2711, | |
"name": "Void Drinker", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>. <b>Battlecry:</b> Destroy\na Soul Fragment in your\ndeck to gain +3/+3." | |
}, | |
{ | |
"index": 2712, | |
"name": "Combustion", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage to\na minion. Any excess\ndamages both neighbors." | |
}, | |
{ | |
"index": 2713, | |
"name": "Wand Thief", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Combo:</b> <b>Discover</b> a Mage spell." | |
}, | |
{ | |
"index": 2714, | |
"name": "Jandice Barov", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Summon two\nrandom 5-Cost minions.\nSecretly pick one that dies\n when it takes damage." | |
}, | |
{ | |
"index": 2715, | |
"name": "Potion of Illusion", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 1/1 copies of your minions to your hand. They cost (1)." | |
}, | |
{ | |
"index": 2716, | |
"name": "Cram Session", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw $1 cards <i>(improved by <b>Spell Damage</b>)</i>." | |
}, | |
{ | |
"index": 2717, | |
"name": "Ancient Void Hound", | |
"set": "SCHOLOMANCE", | |
"cost": 9, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "[x]At the end of your turn,\nsteal 1 Attack and Health\nfrom all enemy minions." | |
}, | |
{ | |
"index": 2718, | |
"name": "Shardshatter Mystic", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy a Soul Fragment in your deck to deal 3 damage to all other minions." | |
}, | |
{ | |
"index": 2719, | |
"name": "Glide", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Shuffle your hand into\nyour deck. Draw 4 cards.\n<b>Outcast:</b> Your opponent\ndoes the same." | |
}, | |
{ | |
"index": 2720, | |
"name": "Fel Guardians", | |
"set": "SCHOLOMANCE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/2 Demons with <b>Taunt</b>. Costs (1) less whenever a friendly minion dies." | |
}, | |
{ | |
"index": 2721, | |
"name": "Mozaki, Master Duelist", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "After you cast a spell, gain <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 2722, | |
"name": "Double Jump", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw an <b>Outcast</b> card from your deck." | |
}, | |
{ | |
"index": 2723, | |
"name": "Doctor Krastinov", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>\nWhenever this attacks, give your weapon +1/+1." | |
}, | |
{ | |
"index": 2724, | |
"name": "Infiltrator Lilian", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Stealth</b>\n<b>Deathrattle:</b> Summon a 4/2\nForsaken Lilian that attacks\na random enemy." | |
}, | |
{ | |
"index": 2725, | |
"name": "Lightning Bloom", | |
"set": "SCHOLOMANCE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Refresh 2 Mana Crystals.\n<b>Overload:</b> (2)" | |
}, | |
{ | |
"index": 2726, | |
"name": "Lorekeeper Polkelt", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Reorder your deck\nfrom the highest Cost card\nto the lowest Cost card." | |
}, | |
{ | |
"index": 2727, | |
"name": "Instructor Fireheart", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a spell\nthat costs (1) or more.\nIf you play it this turn,\nrepeat this effect." | |
}, | |
{ | |
"index": 2728, | |
"name": "Brain Freeze", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a minion. <b>Combo:</b> Also deal $3 damage to it." | |
}, | |
{ | |
"index": 2729, | |
"name": "Initiation", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. If that kills it, summon a new copy." | |
}, | |
{ | |
"index": 2730, | |
"name": "Brittlebone Destroyer", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If your hero's\nHealth changed this turn,\ndestroy a minion." | |
}, | |
{ | |
"index": 2731, | |
"name": "Raise Dead", | |
"set": "SCHOLOMANCE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to your hero. Return two friendly minions that died this game to your hand." | |
}, | |
{ | |
"index": 2732, | |
"name": "Shadowlight Scholar", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy a Soul Fragment in your deck to deal 3 damage." | |
}, | |
{ | |
"index": 2733, | |
"name": "Vulpera Toxinblade", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Your weapon has +2 Attack." | |
}, | |
{ | |
"index": 2734, | |
"name": "Coerce", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a damaged minion. <b>Combo:</b> Destroy any minion." | |
}, | |
{ | |
"index": 2735, | |
"name": "Steeldancer", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon a random\nminion with Cost equal to\nyour weapon's Attack." | |
}, | |
{ | |
"index": 2736, | |
"name": "Ceremonial Maul", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Spellburst</b>: Summon a Student with <b>Taunt</b> and stats equal to the spell's Cost." | |
}, | |
{ | |
"index": 2737, | |
"name": "Shield of Honor", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a damaged minion +3 Attack and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2738, | |
"name": "In Formation!", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add 2 random <b>Taunt</b> minions to your hand." | |
}, | |
{ | |
"index": 2739, | |
"name": "Lord Barov", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Set the Health\nof all other minions to 1.\n<b>Deathrattle:</b> Deal 1 damage\nto all minions." | |
}, | |
{ | |
"index": 2740, | |
"name": "Sorcerous Substitute", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If you have <b>Spell Damage</b>, summon a copy of this." | |
}, | |
{ | |
"index": 2741, | |
"name": "Goody Two-Shields", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Divine Shield</b>\n<b>Spellburst:</b> Gain <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2742, | |
"name": "Commencement", | |
"set": "SCHOLOMANCE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a minion from your deck. Give it <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2743, | |
"name": "Tidal Wave", | |
"set": "SCHOLOMANCE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $3 damage to\nall minions." | |
}, | |
{ | |
"index": 2744, | |
"name": "Trick Totem", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, cast a random spell that costs (3) or less." | |
}, | |
{ | |
"index": 2745, | |
"name": "Ace Hunter Kreen", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Your other characters are <b>Immune</b> while attacking." | |
}, | |
{ | |
"index": 2746, | |
"name": "Professor Slate", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your spells are <b>Poisonous</b>." | |
}, | |
{ | |
"index": 2747, | |
"name": "Demon Companion", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random Demon Companion." | |
}, | |
{ | |
"index": 2748, | |
"name": "Star Student Stelina", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Outcast:</b> Look at 3 cards\nin your opponent's hand.\nShuffle one of them\ninto their deck." | |
}, | |
{ | |
"index": 2749, | |
"name": "Overwhelm", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. Deal one more damage for each Beast you control." | |
}, | |
{ | |
"index": 2750, | |
"name": "Lake Thresher", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "Also damages the minions next to whomever\nthis attacks." | |
}, | |
{ | |
"index": 2751, | |
"name": "Partner Assignment", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random 2-Cost and 3-Cost Beast to your hand." | |
}, | |
{ | |
"index": 2752, | |
"name": "Shan'do Wildclaw", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Choose One -</b> Give Beasts\nin your deck +1/+1; or\nTransform into a copy\nof a friendly Beast." | |
}, | |
{ | |
"index": 2753, | |
"name": "Survival of the Fittest", | |
"set": "SCHOLOMANCE", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give +4/+4 to all minions in your hand, deck, and battlefield." | |
}, | |
{ | |
"index": 2754, | |
"name": "Guardian Animals", | |
"set": "SCHOLOMANCE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two Beasts that cost (5) or less from your deck. Give them <b>Rush</b>." | |
}, | |
{ | |
"index": 2755, | |
"name": "Runic Carvings", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Summon four 2/2 Treant Totems; or <b>Overload:</b> (2) to summon them with <b>Rush</b>." | |
}, | |
{ | |
"index": 2756, | |
"name": "Groundskeeper", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If you're holding a\nspell that costs (5) or more,\nrestore 5 Health." | |
}, | |
{ | |
"index": 2757, | |
"name": "Forest Warden Omu", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Spellburst:</b> Refresh your Mana Crystals." | |
}, | |
{ | |
"index": 2758, | |
"name": "Totem Goliath", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon all four basic Totems.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 2759, | |
"name": "Twilight Runner", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Stealth</b>\nWhenever this attacks, draw 2 cards." | |
}, | |
{ | |
"index": 2760, | |
"name": "Adorable Infestation", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+1. Summon a 1/1 Cub. Add a Cub to your hand." | |
}, | |
{ | |
"index": 2761, | |
"name": "Blood Herald", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "Whenever a friendly minion dies while this is in your hand, gain +1/+1." | |
}, | |
{ | |
"index": 2762, | |
"name": "Rattlegore", | |
"set": "SCHOLOMANCE", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "<b>Deathrattle:</b> Resummon this with -1/-1." | |
}, | |
{ | |
"index": 2763, | |
"name": "Self-Sharpening Sword", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After your hero attacks, gain +1 Attack." | |
}, | |
{ | |
"index": 2764, | |
"name": "Cutting Class", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw 2 cards.\nCosts (1) less per Attack\nof your weapon." | |
}, | |
{ | |
"index": 2765, | |
"name": "Spirit Jailer", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Shuffle 2 Soul Fragments into your deck." | |
}, | |
{ | |
"index": 2766, | |
"name": "Soul Shear", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $3 damage to a\nminion. Shuffle 2 Soul\nFragments into your deck." | |
}, | |
{ | |
"index": 2767, | |
"name": "Felosophy", | |
"set": "SCHOLOMANCE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Copy the lowest Cost\nDemon in your hand.\n<b>Outcast:</b> Give both +1/+1." | |
}, | |
{ | |
"index": 2768, | |
"name": "Soulciologist Malicia", | |
"set": "SCHOLOMANCE", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> For each Soul Fragment in your deck, summon a 3/3 Soul with <b>Rush</b>.@ <i>(@)</i>" | |
}, | |
{ | |
"index": 2769, | |
"name": "Soulshard Lapidary", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Destroy a Soul\nFragment in your deck to\ngive your hero +5 Attack\nthis turn." | |
}, | |
{ | |
"index": 2770, | |
"name": "Vilefiend Trainer", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Outcast:</b> Summon two 1/1 Demons." | |
}, | |
{ | |
"index": 2771, | |
"name": "Plagiarize", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> At the end of your opponent's turn, add copies of the cards they played to your hand." | |
}, | |
{ | |
"index": 2772, | |
"name": "Fishy Flyer", | |
"set": "SCHOLOMANCE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>. <b>Deathrattle:</b> Add a 4/3 Ghost with <b>Rush</b> to your hand." | |
}, | |
{ | |
"index": 2773, | |
"name": "Sneaky Delinquent", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>. <b>Deathrattle:</b> Add a 3/1 Ghost with <b>Stealth</b> to your hand." | |
}, | |
{ | |
"index": 2774, | |
"name": "Smug Senior", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>. <b>Deathrattle:</b> Add a 5/7 Ghost with <b>Taunt</b> to your hand." | |
}, | |
{ | |
"index": 2775, | |
"name": "Ogremancer", | |
"set": "SCHOLOMANCE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "[x]Whenever your opponent\ncasts a spell, summon a 2/2\nSkeleton with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2776, | |
"name": "Plagued Protodrake", | |
"set": "SCHOLOMANCE", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Deathrattle:</b> Summon a random 7-Cost minion." | |
}, | |
{ | |
"index": 2777, | |
"name": "Judicious Junior", | |
"set": "SCHOLOMANCE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 2778, | |
"name": "Cult Neophyte", | |
"set": "SCHOLOMANCE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Your opponent's spells cost (1) more next turn." | |
}, | |
{ | |
"index": 2779, | |
"name": "Educated Elekk", | |
"set": "SCHOLOMANCE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]Whenever a spell is played,\nthis minion remembers it.\n<b>Deathrattle:</b> Shuffle the\nspells into your deck." | |
}, | |
{ | |
"index": 2780, | |
"name": "Keymaster Alabaster", | |
"set": "SCHOLOMANCE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "[x]Whenever your opponent\n draws a card, add a copy to \n your hand that costs (1)." | |
}, | |
{ | |
"index": 2781, | |
"name": "N'Zoth, God of the Deep", | |
"set": "DARKMOON_FAIRE", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Resurrect a friendly minion of each minion type." | |
}, | |
{ | |
"index": 2782, | |
"name": "Yogg-Saron, Master of Fate", | |
"set": "DARKMOON_FAIRE", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you've cast\n10 spells this game, spin\nthe Wheel of Yogg-Saron.@\n<i>({0} left!)</i>@\n<i>(Ready!)</i>" | |
}, | |
{ | |
"index": 2783, | |
"name": "Rock Rager", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 2784, | |
"name": "Blood of G'huun", | |
"set": "DARKMOON_FAIRE", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\nAt the end of your turn,\nsummon a 5/5 copy of a\nminion in your deck." | |
}, | |
{ | |
"index": 2785, | |
"name": "Insight", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a minion. <b>Corrupt:</b> Reduce its Cost by (2)." | |
}, | |
{ | |
"index": 2786, | |
"name": "Idol of Y'Shaarj", | |
"set": "DARKMOON_FAIRE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 10/10 copy of a minion in your deck." | |
}, | |
{ | |
"index": 2787, | |
"name": "G'huun the Blood God", | |
"set": "DARKMOON_FAIRE", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Draw 2 cards. They cost Health instead of Mana." | |
}, | |
{ | |
"index": 2788, | |
"name": "Lunar Eclipse", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. Your next spell this turn costs (2) less." | |
}, | |
{ | |
"index": 2789, | |
"name": "Solar Eclipse", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next spell you cast this turn casts twice." | |
}, | |
{ | |
"index": 2790, | |
"name": "Fizzy Elemental", | |
"set": "DARKMOON_FAIRE", | |
"cost": 9, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "<b>Rush</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 2791, | |
"name": "Umbral Owl", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>\nCosts (1) less for each spell\nyou've cast this game." | |
}, | |
{ | |
"index": 2792, | |
"name": "Faire Arborist", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Choose One - </b>Draw a card;\nor Summon a 2/2 Treant.\n<b>Corrupt:</b> Do both." | |
}, | |
{ | |
"index": 2793, | |
"name": "Gyreworm", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you played an Elemental last turn, deal 3 damage." | |
}, | |
{ | |
"index": 2794, | |
"name": "Carousel Gryphon", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Divine Shield</b>\n<b>Corrupt:</b> Gain +3/+3 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 2795, | |
"name": "Banana Vendor", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Add 2 Bananas to each player's hand." | |
}, | |
{ | |
"index": 2796, | |
"name": "Knife Vendor", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal 4 damage to each hero." | |
}, | |
{ | |
"index": 2797, | |
"name": "Prize Vendor", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Each player draws a card." | |
}, | |
{ | |
"index": 2798, | |
"name": "Optimistic Ogre", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "50% chance to attack the correct enemy." | |
}, | |
{ | |
"index": 2799, | |
"name": "Claw Machine", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>. <b>Deathrattle:</b> Draw a minion and give it +3/+3." | |
}, | |
{ | |
"index": 2800, | |
"name": "Darkmoon Rabbit", | |
"set": "DARKMOON_FAIRE", | |
"cost": 10, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>, <b>Poisonous</b>\nAlso damages the minions next to whomever this attacks." | |
}, | |
{ | |
"index": 2801, | |
"name": "Tenwu of the Red Smoke", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Return a friendly minion to your hand. It costs (1) this turn." | |
}, | |
{ | |
"index": 2802, | |
"name": "Darkmoon Dirigible", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Divine Shield</b>\n<b>Corrupt:</b> Gain <b>Rush</b>." | |
}, | |
{ | |
"index": 2803, | |
"name": "Silas Darkmoon", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a direction to rotate all minions." | |
}, | |
{ | |
"index": 2804, | |
"name": "Guess the Weight", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. Guess if your next card costs more or less to draw it." | |
}, | |
{ | |
"index": 2805, | |
"name": "Strongman", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Corrupt:</b> This costs (0)." | |
}, | |
{ | |
"index": 2806, | |
"name": "Inconspicuous Rider", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Cast a <b>Secret</b> from your deck." | |
}, | |
{ | |
"index": 2807, | |
"name": "Fleethoof Pearltusk", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>\n<b>Corrupt:</b> Gain +4/+4." | |
}, | |
{ | |
"index": 2808, | |
"name": "K'thir Ritualist", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Add a random\n4-Cost minion to your\nopponent's hand." | |
}, | |
{ | |
"index": 2809, | |
"name": "Darkmoon Statue", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 5, | |
"text": "Your other minions have +1 Attack. <b>Corrupt:</b> This gains +4 Attack." | |
}, | |
{ | |
"index": 2810, | |
"name": "Dancing Cobra", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Corrupt:</b> Gain <b>Poisonous</b>." | |
}, | |
{ | |
"index": 2811, | |
"name": "Jewel of N'Zoth", | |
"set": "DARKMOON_FAIRE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three friendly <b>Deathrattle</b> minions that died this game." | |
}, | |
{ | |
"index": 2812, | |
"name": "Darkmoon Tonk", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": 8, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Fire four missiles at random enemies that deal 2 damage each." | |
}, | |
{ | |
"index": 2813, | |
"name": "Petting Zoo", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 3/3 Strider. Repeat for each <b>Secret</b> you control." | |
}, | |
{ | |
"index": 2814, | |
"name": "Trampling Rhino", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>. After this attacks\nand kills a minion, excess damage hits the enemy hero." | |
}, | |
{ | |
"index": 2815, | |
"name": "Rinling's Rifle", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, <b>Discover</b> a <b>Secret</b> and cast it." | |
}, | |
{ | |
"index": 2816, | |
"name": "Maxima Blastenheimer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon a minion\nfrom your deck. It attacks the\nenemy hero, then dies." | |
}, | |
{ | |
"index": 2817, | |
"name": "Don't Feed the Animals", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give all Beasts in your hand +1/+1.\n<b>Corrupt:</b> Give them +2/+2 instead." | |
}, | |
{ | |
"index": 2818, | |
"name": "Wriggling Horror", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give adjacent minions +1/+1." | |
}, | |
{ | |
"index": 2819, | |
"name": "Confection Cyclone", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add two 1/2 Sugar Elementals to your hand." | |
}, | |
{ | |
"index": 2820, | |
"name": "Firework Elemental", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage\nto a minion. <b>Corrupt:</b>\nDeal 12 instead." | |
}, | |
{ | |
"index": 2821, | |
"name": "Game Master", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "The first <b>Secret</b> you play each turn costs (1)." | |
}, | |
{ | |
"index": 2822, | |
"name": "Mask of C'Thun", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $10 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 2823, | |
"name": "Grand Finale", | |
"set": "DARKMOON_FAIRE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon an 8/8 Elemental. Repeat for each Elemental you played last turn." | |
}, | |
{ | |
"index": 2824, | |
"name": "Ring Toss", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Secret</b> and cast it. <b>Corrupt:</b> <b>Discover</b> 2 instead." | |
}, | |
{ | |
"index": 2825, | |
"name": "Occult Conjurer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, summon a copy of this." | |
}, | |
{ | |
"index": 2826, | |
"name": "Rigged Faire Game", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> If you didn't take any damage during your opponent's turn, draw 3 cards." | |
}, | |
{ | |
"index": 2827, | |
"name": "Deck of Lunacy", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform spells in your deck into ones that cost (3) more. <i>(They keep their original Cost.)</i>" | |
}, | |
{ | |
"index": 2828, | |
"name": "Sayge, Seer of Darkmoon", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw 1 card.\n<i>(Upgraded for each\nfriendly <b>Secret</b> that has\ntriggered this game!)</i>" | |
}, | |
{ | |
"index": 2829, | |
"name": "Fire Breather", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 2 damage to all minions except Demons." | |
}, | |
{ | |
"index": 2830, | |
"name": "Man'ari Mosher", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly Demon +3 Attack and <b>Lifesteal</b> this turn." | |
}, | |
{ | |
"index": 2831, | |
"name": "Free Admission", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 minions. If they're both Demons, reduce their Costs by (2)." | |
}, | |
{ | |
"index": 2832, | |
"name": "Midway Maniac", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 2833, | |
"name": "Revenant Rascal", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a Mana Crystal for each player." | |
}, | |
{ | |
"index": 2834, | |
"name": "The Nameless One", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a minion. Become a 4/4 copy of it, then <b>Silence</b> it." | |
}, | |
{ | |
"index": 2835, | |
"name": "Cascading Disaster", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Destroy a random enemy\nminion. <b>Corrupt:</b> Destroy 2.\n<b>Corrupt Again:</b> Destroy 3." | |
}, | |
{ | |
"index": 2836, | |
"name": "Tickatus", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Remove the\ntop 5 cards from your deck.\n<b>Corrupt:</b> Your opponent's\ndeck instead." | |
}, | |
{ | |
"index": 2837, | |
"name": "Wicked Whispers", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Discard your lowest Cost card. Give your minions +1/+1." | |
}, | |
{ | |
"index": 2838, | |
"name": "Nazmani Bloodweaver", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]After you cast a spell,\nreduce the Cost of a random\ncard in your hand by (1)." | |
}, | |
{ | |
"index": 2839, | |
"name": "Fortune Teller", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Gain +1/+1 for\neach spell in your hand." | |
}, | |
{ | |
"index": 2840, | |
"name": "Mystery Winner", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a <b>Secret.</b>" | |
}, | |
{ | |
"index": 2841, | |
"name": "Open the Cages", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> When your\nturn starts, if you control\n two minions, summon an\nAnimal Companion." | |
}, | |
{ | |
"index": 2842, | |
"name": "Horrendous Growth", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Corrupt:</b> Gain +1/+1. Can be <b>Corrupted</b> endlessly." | |
}, | |
{ | |
"index": 2843, | |
"name": "Safety Inspector", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Shuffle the\n lowest-Cost card from\n your hand into your\n deck. Draw a card." | |
}, | |
{ | |
"index": 2844, | |
"name": "Carnival Clown", | |
"set": "DARKMOON_FAIRE", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Summon 2 copies\nof this. <b>Corrupt:</b> Fill your\nboard with copies." | |
}, | |
{ | |
"index": 2845, | |
"name": "Circus Medic", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Restore #4 Health. <b>Corrupt:</b> Deal 4 damage instead." | |
}, | |
{ | |
"index": 2846, | |
"name": "Fairground Fool", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Corrupt:</b> Gain +4 Health." | |
}, | |
{ | |
"index": 2847, | |
"name": "Auspicious Spirits", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random\n4-Cost minion.\n<b>Corrupt:</b> Summon a\n7-Cost minion instead." | |
}, | |
{ | |
"index": 2848, | |
"name": "Palm Reading", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a spell. Reduce the Cost of spells in your hand by (1)." | |
}, | |
{ | |
"index": 2849, | |
"name": "Y'Shaarj, the Defiler", | |
"set": "DARKMOON_FAIRE", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "[x]<b>Battlecry:</b> Add a copy of each\n<b>Corrupted</b> card you've played\nthis game to your hand.\nThey cost (0) this turn." | |
}, | |
{ | |
"index": 2850, | |
"name": "Costumed Entertainer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Give a random\nminion in your hand +2/+2." | |
}, | |
{ | |
"index": 2851, | |
"name": "Fantastic Firebird", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Windfury</b>" | |
}, | |
{ | |
"index": 2852, | |
"name": "Showstopper", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> <b>Silence</b> all minions." | |
}, | |
{ | |
"index": 2853, | |
"name": "Redscale Dragontamer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Draw a Dragon." | |
}, | |
{ | |
"index": 2854, | |
"name": "Snack Run", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a spell. Restore Health to your hero equal to its Cost." | |
}, | |
{ | |
"index": 2855, | |
"name": "Derailed Coaster", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Rider with <b>Rush</b> for each minion in your hand." | |
}, | |
{ | |
"index": 2856, | |
"name": "Line Hopper", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your <b>Outcast</b> cards cost (1) less." | |
}, | |
{ | |
"index": 2857, | |
"name": "Relentless Pursuit", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +4 Attack and <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 2858, | |
"name": "Felscream Blast", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>. Deal $1 damage to a minion and its neighbors." | |
}, | |
{ | |
"index": 2859, | |
"name": "Redeemed Pariah", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you play an <b>Outcast</b> card, gain +1/+1." | |
}, | |
{ | |
"index": 2860, | |
"name": "Renowned Performer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Summon two\n 1/1 Assistants with <b>Taunt</b>. " | |
}, | |
{ | |
"index": 2861, | |
"name": "Expendable Performers", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon seven 1/1 Illidari with <b>Rush</b>. If they all die this turn, summon seven more." | |
}, | |
{ | |
"index": 2862, | |
"name": "Throw Glaive", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If it dies, add a temporary copy of this to your hand." | |
}, | |
{ | |
"index": 2863, | |
"name": "Bladed Lady", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Rush</b>\nCosts (1) if your hero has\n6 or more Attack." | |
}, | |
{ | |
"index": 2864, | |
"name": "Dreadlord's Bite", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Outcast:</b> Deal 1 damage\nto all enemies." | |
}, | |
{ | |
"index": 2865, | |
"name": "Stiltstepper", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Draw a card. If you\nplay it this turn, give your\nhero +4 Attack this turn." | |
}, | |
{ | |
"index": 2866, | |
"name": "Il'gynoth", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Lifesteal</b>\nYour <b>Lifesteal</b> damages\nthe enemy hero instead\nof healing you." | |
}, | |
{ | |
"index": 2867, | |
"name": "Zai, the Incredible", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Copy the left- and right-most cards in your hand." | |
}, | |
{ | |
"index": 2868, | |
"name": "Balloon Merchant", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give your Silver Hand Recruits +1 Attack and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2869, | |
"name": "Oh My Yogg!", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> When your\nopponent casts a spell,\nthey instead cast a random\none of the same Cost." | |
}, | |
{ | |
"index": 2870, | |
"name": "Carnival Barker", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Whenever you summon a 1-Health minion, give it +1/+2." | |
}, | |
{ | |
"index": 2871, | |
"name": "Hammer of the Naaru", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a 6/6 Holy Elemental with <b>Taunt</b>." | |
}, | |
{ | |
"index": 2872, | |
"name": "Lothraxion the Redeemed", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> For the rest of the\ngame, after you summon\na Silver Hand Recruit,\ngive it <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2873, | |
"name": "High Exarch Yrel", | |
"set": "DARKMOON_FAIRE", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno Neutral cards, gain\n<b>Rush</b>, <b>Lifesteal</b>, <b>Taunt</b>,\nand <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2874, | |
"name": "Day at the Faire", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon 3 Silver\nHand Recruits.\n<b>Corrupt:</b> Summon 5." | |
}, | |
{ | |
"index": 2875, | |
"name": "Insatiable Felhound", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n <b>Corrupt:</b> Gain +1/+1 and <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2876, | |
"name": "Felsteel Executioner", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Corrupt:</b> Become a weapon." | |
}, | |
{ | |
"index": 2877, | |
"name": "Acrobatics", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards. If you play both this turn, draw 2 more." | |
}, | |
{ | |
"index": 2878, | |
"name": "C'Thun, the Shattered", | |
"set": "DARKMOON_FAIRE", | |
"cost": 10, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Start of Game:</b> Break into\npieces. <b>Battlecry:</b> Deal 30\ndamage randomly split\namong all enemies." | |
}, | |
{ | |
"index": 2879, | |
"name": "Foxy Fraud", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Your next\n<b>Combo</b> card this turn costs (2) less." | |
}, | |
{ | |
"index": 2880, | |
"name": "Cloak of Shadows", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero <b>Stealth</b> until your next turn." | |
}, | |
{ | |
"index": 2881, | |
"name": "Shadow Clone", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After a minion attacks your hero, summon a copy of it with <b>Stealth</b>." | |
}, | |
{ | |
"index": 2882, | |
"name": "Ticket Master", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Shuffle 3\nTickets into your deck.\nWhen drawn, summon\na 3/3 Plush Bear." | |
}, | |
{ | |
"index": 2883, | |
"name": "Swindle", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a spell.\n<b>Combo:</b> And a minion." | |
}, | |
{ | |
"index": 2884, | |
"name": "Grand Empress Shek'zara", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a card in your deck and draw all copies of it." | |
}, | |
{ | |
"index": 2885, | |
"name": "Sweet Tooth", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Corrupt:</b> Gain +2 Attack and <b>Stealth</b>." | |
}, | |
{ | |
"index": 2886, | |
"name": "Malevolent Strike", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Destroy a minion.\n Costs (1) less for each\n card in your deck that\n didn't start there." | |
}, | |
{ | |
"index": 2887, | |
"name": "Prize Plunderer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Combo:</b> Deal 1 damage to\na minion for each other card\nyou've played this turn." | |
}, | |
{ | |
"index": 2888, | |
"name": "Parade Leader", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you summon a <b>Rush</b> minion, give it +2 Attack." | |
}, | |
{ | |
"index": 2889, | |
"name": "Sword Eater", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Equip a 3/2 Sword." | |
}, | |
{ | |
"index": 2890, | |
"name": "Minefield", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage randomly split among all minions." | |
}, | |
{ | |
"index": 2891, | |
"name": "Bumper Car", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Rush</b>\n<b>Deathrattle:</b> Add two 1/1 Riders with <b>Rush</b> to your hand." | |
}, | |
{ | |
"index": 2892, | |
"name": "Ringmaster's Baton", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, give a Mech, Dragon, and Pirate in your hand +1/+1." | |
}, | |
{ | |
"index": 2893, | |
"name": "Ringmaster Whatley", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw a Mech, Dragon, and Pirate." | |
}, | |
{ | |
"index": 2894, | |
"name": "Stage Dive", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a <b>Rush</b> minion. <b>Corrupt:</b> Give it +2/+1." | |
}, | |
{ | |
"index": 2895, | |
"name": "Tent Trasher", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b><b>Rush</b>.</b> Costs (1) less for each friendly minion with a unique minion type." | |
}, | |
{ | |
"index": 2896, | |
"name": "E.T.C., God of Metal", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After a friendly <b>Rush</b> minion attacks, deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 2897, | |
"name": "Feat of Strength", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a random <b>Taunt</b> minion in your hand +5/+5." | |
}, | |
{ | |
"index": 2898, | |
"name": "Stage Hand", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Give a random\nminion in your hand +1/+1." | |
}, | |
{ | |
"index": 2899, | |
"name": "Circus Amalgam", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<i>This has all minion types.</i>" | |
}, | |
{ | |
"index": 2900, | |
"name": "Ring Matron", | |
"set": "DARKMOON_FAIRE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon\ntwo 3/2 Imps." | |
}, | |
{ | |
"index": 2901, | |
"name": "Deck of Chaos", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Swap the Cost and Attack of all minions in your deck." | |
}, | |
{ | |
"index": 2902, | |
"name": "Revolve", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform all minions into random ones with the same Cost." | |
}, | |
{ | |
"index": 2903, | |
"name": "Dunk Tank", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage.\n<b>Corrupt:</b> Then deal $2 damage to all enemy minions." | |
}, | |
{ | |
"index": 2904, | |
"name": "Stormstrike", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. Give your hero +3 Attack this turn." | |
}, | |
{ | |
"index": 2905, | |
"name": "Pit Master", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a 3/2 Duelist.\n<b>Corrupt:</b> Summon two." | |
}, | |
{ | |
"index": 2906, | |
"name": "Cagematch Custodian", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Draw a weapon." | |
}, | |
{ | |
"index": 2907, | |
"name": "Whack-A-Gnoll Hammer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, give a random friendly minion +1/+1." | |
}, | |
{ | |
"index": 2908, | |
"name": "Deathmatch Pavilion", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 3/2 Duelist.\nIf your hero attacked this turn, summon another." | |
}, | |
{ | |
"index": 2909, | |
"name": "Magicfin", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After a friendly Murloc dies, add a random <b>Legendary</b> minion to your hand." | |
}, | |
{ | |
"index": 2910, | |
"name": "Inara Stormcrash", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "On your turn, your hero has +2 Attack and <b>Windfury</b>." | |
}, | |
{ | |
"index": 2911, | |
"name": "Grand Totem Eys'or", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "At the end of your turn,\ngive +1/+1 to all other Totems in your hand, deck and battlefield." | |
}, | |
{ | |
"index": 2912, | |
"name": "Moontouched Amulet", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +4 Attack this turn. <b>Corrupt:</b> And gain 6 Armor." | |
}, | |
{ | |
"index": 2913, | |
"name": "Cenarion Ward", | |
"set": "DARKMOON_FAIRE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 8 Armor.\nSummon a random\n8-Cost minion." | |
}, | |
{ | |
"index": 2914, | |
"name": "Kiri, Chosen of Elune", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a Solar Eclipse and Lunar Eclipse to your hand." | |
}, | |
{ | |
"index": 2915, | |
"name": "Greybough", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Give a random\nfriendly minion \"<b>Deathrattle:</b>\nSummon Greybough.\"" | |
}, | |
{ | |
"index": 2916, | |
"name": "Illidari Studies", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> an <b>Outcast</b> card. Your next one costs (1) less." | |
}, | |
{ | |
"index": 2917, | |
"name": "Felsaber", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "Can only attack if your hero attacked this turn." | |
}, | |
{ | |
"index": 2918, | |
"name": "Luckysoul Hoarder", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Shuffle 2 Soul\nFragments into your deck.\n<b>Corrupt:</b> Draw a card." | |
}, | |
{ | |
"index": 2919, | |
"name": "Envoy Rustwix", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Deathrattle:</b> Shuffle 3\nrandom Prime <b>Legendary</b>\nminions into your deck." | |
}, | |
{ | |
"index": 2920, | |
"name": "Barricade", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 2/4 Guard with <b>Taunt</b>. If it's your only minion, summon another." | |
}, | |
{ | |
"index": 2921, | |
"name": "Hysteria", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose an enemy minion.\nIt attacks random\nminions until it dies." | |
}, | |
{ | |
"index": 2922, | |
"name": "Dark Inquisitor Xanesh", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Reduce the\nCost of all <b>Corrupt</b> and\n<b>Corrupted</b> cards in your\nhand and deck by (2)." | |
}, | |
{ | |
"index": 2923, | |
"name": "Lightsteed", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Your healing effects also give affected minions\n+2 Health." | |
}, | |
{ | |
"index": 2924, | |
"name": "Rally!", | |
"set": "DARKMOON_FAIRE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Resurrect a friendly\n1-Cost, 2-Cost, and\n3-Cost minion." | |
}, | |
{ | |
"index": 2925, | |
"name": "Imprisoned Celestial", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Dormant</b> for 2 turns.\n<b>Spellburst</b>: Give your minions\n<b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2926, | |
"name": "Libram of Judgment", | |
"set": "DARKMOON_FAIRE", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Corrupt:</b> Gain <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 2927, | |
"name": "Deathwarden", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattles</b> can't trigger." | |
}, | |
{ | |
"index": 2928, | |
"name": "Spiked Wheel", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "Has +3 Attack while your hero has Armor." | |
}, | |
{ | |
"index": 2929, | |
"name": "Ironclad", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If your hero has Armor, gain +2/+2." | |
}, | |
{ | |
"index": 2930, | |
"name": "Nitroboost Poison", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2 Attack.\n<b>Corrupt:</b> And your weapon." | |
}, | |
{ | |
"index": 2931, | |
"name": "Sparkjoy Cheat", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you're holding a <b>Secret</b>, cast it and draw a card." | |
}, | |
{ | |
"index": 2932, | |
"name": "Shenanigans", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent draws their second card in a turn, transform it into a Banana." | |
}, | |
{ | |
"index": 2933, | |
"name": "Keywarden Ivory", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\nDual Class spell from\nany class. <b><b>Spellburst</b>:</b>\nGet another copy." | |
}, | |
{ | |
"index": 2934, | |
"name": "Conjure Mana Biscuit", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a Biscuit to your hand that refreshes 2 Mana Crystals." | |
}, | |
{ | |
"index": 2935, | |
"name": "Glacier Racer", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Spellburst</b>: Deal 3 damage to all <b>Frozen</b> enemies." | |
}, | |
{ | |
"index": 2936, | |
"name": "Imprisoned Phoenix", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Dormant</b> for 2 turns.\n<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 2937, | |
"name": "Mistrunner", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly minion +3/+3.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 2938, | |
"name": "Landslide", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage to\nall enemy minions.\nIf you're <b>Overloaded</b>,\ndeal $1 damage again." | |
}, | |
{ | |
"index": 2939, | |
"name": "Guidance", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Look at two spells. Add one to your hand or <b>Overload:</b> (1) to get both." | |
}, | |
{ | |
"index": 2940, | |
"name": "Dreaming Drake", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Corrupt:</b> Gain +2/+2." | |
}, | |
{ | |
"index": 2941, | |
"name": "Arbor Up", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/2 Treants. Give your minions +2/+1." | |
}, | |
{ | |
"index": 2942, | |
"name": "Bola Shot", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion and $2 damage to its neighbors." | |
}, | |
{ | |
"index": 2943, | |
"name": "Saddlemaster", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After you play a Beast, add a random Beast to your hand." | |
}, | |
{ | |
"index": 2944, | |
"name": "Resizing Pouch", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Discover</b> a card with Cost\nequal to your remaining\nMana Crystals." | |
}, | |
{ | |
"index": 2945, | |
"name": "Felfire Deadeye", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Your Hero Power costs (1) less." | |
}, | |
{ | |
"index": 2946, | |
"name": "Crabrider", | |
"set": "DARKMOON_FAIRE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b><b>Rush</b>\nWindfury</b>" | |
}, | |
{ | |
"index": 2947, | |
"name": "Armor Vendor", | |
"set": "DARKMOON_FAIRE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give 4 Armor to each hero." | |
}, | |
{ | |
"index": 2948, | |
"name": "Backfire", | |
"set": "DARKMOON_FAIRE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 3 cards. Deal $3 damage to your hero." | |
}, | |
{ | |
"index": 2949, | |
"name": "Runaway Blackwing", | |
"set": "DARKMOON_FAIRE", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "[x]At the end of your turn,\ndeal 9 damage to a\nrandom enemy minion." | |
}, | |
{ | |
"index": 2950, | |
"name": "Moonfang", | |
"set": "DARKMOON_FAIRE", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "Can only take 1 damage at a time." | |
}, | |
{ | |
"index": 2951, | |
"name": "Razormane Raider", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Frenzy:</b> Attack a\nrandom enemy." | |
}, | |
{ | |
"index": 2952, | |
"name": "Gold Road Grunt", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Frenzy:</b> Gain Armor equal\nto the damage taken." | |
}, | |
{ | |
"index": 2953, | |
"name": "Peon", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Frenzy:</b> Add a random\nspell from your class\nto your hand." | |
}, | |
{ | |
"index": 2954, | |
"name": "Oasis Thrasher", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Frenzy:</b> Deal 3 damage to the enemy hero." | |
}, | |
{ | |
"index": 2955, | |
"name": "Sunwell Initiate", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Frenzy:</b> Gain <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 2956, | |
"name": "Death's Head Cultist", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Restore 4 Health to your hero." | |
}, | |
{ | |
"index": 2957, | |
"name": "Darkspear Berserker", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Deal 5 damage to your hero." | |
}, | |
{ | |
"index": 2958, | |
"name": "Pack Kodo", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a Beast, <b>Secret</b>, or weapon." | |
}, | |
{ | |
"index": 2959, | |
"name": "Sunscale Raptor", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Frenzy:</b> Shuffle a Sunscale Raptor into your deck with permanent +2/+1." | |
}, | |
{ | |
"index": 2960, | |
"name": "Piercing Shot", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $6 damage to a minion. Excess damage hits the enemy hero." | |
}, | |
{ | |
"index": 2961, | |
"name": "Prospector's Caravan", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "At the start of your turn, give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 2962, | |
"name": "Tame Beast (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 2/2 Beast with <b>Rush</b>. <i>(Upgrades when you\nhave 5 Mana.)</i>" | |
}, | |
{ | |
"index": 2963, | |
"name": "Kolkar Pack Runner", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After you cast a spell,\nsummon a 1/1 Hyena\nwith <b>Rush</b>." | |
}, | |
{ | |
"index": 2964, | |
"name": "Warsong Wrangler", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\nBeast from your deck. Give\nall copies of it +2/+1 \n<i>(wherever they are)</i>." | |
}, | |
{ | |
"index": 2965, | |
"name": "Tavish Stormpike", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "After a friendly Beast attacks, summon a Beast from your deck that costs (1) less." | |
}, | |
{ | |
"index": 2966, | |
"name": "South Coast Chieftain", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you control another Murloc, deal 2 damage." | |
}, | |
{ | |
"index": 2967, | |
"name": "Nofin Can Stop Us", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give your minions\n+1/+1. Give your\nMurlocs an extra +1/+1." | |
}, | |
{ | |
"index": 2968, | |
"name": "Primordial Protector", | |
"set": "THE_BARRENS", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Draw your\nhighest Cost spell.\nSummon a random minion\nwith the same Cost." | |
}, | |
{ | |
"index": 2969, | |
"name": "Tinyfin's Caravan", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "At the start of your turn, draw a Murloc." | |
}, | |
{ | |
"index": 2970, | |
"name": "Chain Lightning (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion and a random adjacent one. <i>(Upgrades when you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 2971, | |
"name": "Arid Stormer", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you played an Elemental last turn, gain <b>Rush</b> and <b>Windfury</b>." | |
}, | |
{ | |
"index": 2972, | |
"name": "Bru'kan", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Nature Spell Damage +3</b>" | |
}, | |
{ | |
"index": 2973, | |
"name": "Hog Rancher", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a\n2/1 Hog with <b>Rush</b>." | |
}, | |
{ | |
"index": 2974, | |
"name": "Ratchet Privateer", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give your weapon +1 Attack." | |
}, | |
{ | |
"index": 2975, | |
"name": "Lushwater Murcenary", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you control a Murloc, gain +1/+1." | |
}, | |
{ | |
"index": 2976, | |
"name": "Lushwater Scout", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After you summon a Murloc, give it +1 Attack and <b>Rush</b>." | |
}, | |
{ | |
"index": 2977, | |
"name": "Talented Arcanist", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Your next spell this turn has <b>Spell Damage +2</b>." | |
}, | |
{ | |
"index": 2978, | |
"name": "Venomous Scorpid", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Poisonous</b>\n<b>Battlecry:</b> <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 2979, | |
"name": "Injured Marauder", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 10, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Deal 6 damage to this minion." | |
}, | |
{ | |
"index": 2980, | |
"name": "Gruntled Patron", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Frenzy:</b> Summon another Gruntled Patron." | |
}, | |
{ | |
"index": 2981, | |
"name": "Taurajo Brave", | |
"set": "THE_BARRENS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "<b>Frenzy:</b> Destroy a random enemy minion." | |
}, | |
{ | |
"index": 2982, | |
"name": "Burning Blade Acolyte", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 5/8 Demonspawn\nwith <b>Taunt</b>." | |
}, | |
{ | |
"index": 2983, | |
"name": "Barrens Blacksmith", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Frenzy:</b> Give your other minions +2/+2." | |
}, | |
{ | |
"index": 2984, | |
"name": "Far Watch Post", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]Can't attack. After your\nopponent draws a card, it\n costs (1) more <i>(up to 10)</i>. " | |
}, | |
{ | |
"index": 2985, | |
"name": "Crossroads Watch Post", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]Can't attack. Whenever your\nopponent casts a spell, give\nyour minions +1/+1." | |
}, | |
{ | |
"index": 2986, | |
"name": "Mor'shan Watch Post", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]Can't attack. After your\nopponent plays a minion,\n summon a 2/2 Grunt." | |
}, | |
{ | |
"index": 2987, | |
"name": "Kargal Battlescar", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Summon a\n5/5 Lookout for each\nWatch Post you've\n summoned this game." | |
}, | |
{ | |
"index": 2988, | |
"name": "Blademaster Samuro", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "[x]<b>Rush</b>\n<b>Frenzy:</b> Deal damage equal\nto this minion's Attack\n to all enemy minions." | |
}, | |
{ | |
"index": 2989, | |
"name": "Kazakus, Golem Shaper", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If your deck has no 4-Cost cards, build a custom Golem." | |
}, | |
{ | |
"index": 2990, | |
"name": "Shadow Hunter Vol'jin", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Choose a minion. Swap it with a random one in its owner's hand." | |
}, | |
{ | |
"index": 2991, | |
"name": "Southsea Scoundrel", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a card in your opponent's deck. They draw theirs as well." | |
}, | |
{ | |
"index": 2992, | |
"name": "Barrens Trapper", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Your <b>Deathrattle</b> cards\ncost (1) less." | |
}, | |
{ | |
"index": 2993, | |
"name": "Flurry (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a random enemy minion. <i>(Upgrades when you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 2994, | |
"name": "Sigil of Flame", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "At the start of your next turn, deal $3 damage\nto all minions." | |
}, | |
{ | |
"index": 2995, | |
"name": "Void Flayer", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> For each spell\nin your hand, deal 1\ndamage to a random\nenemy minion." | |
}, | |
{ | |
"index": 2996, | |
"name": "Power Word: Fortitude", | |
"set": "THE_BARRENS", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +3/+5. Costs (1) less for each spell in your hand." | |
}, | |
{ | |
"index": 2997, | |
"name": "Desperate Prayer", | |
"set": "THE_BARRENS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #5 Health to each hero." | |
}, | |
{ | |
"index": 2998, | |
"name": "Lightshower Elemental", | |
"set": "THE_BARRENS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Restore #8 Health\nto all friendly characters." | |
}, | |
{ | |
"index": 2999, | |
"name": "Devouring Plague", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Lifesteal</b>. Deal $4 damage\nrandomly split among\nall enemy minions." | |
}, | |
{ | |
"index": 3000, | |
"name": "Soothsayer's Caravan", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "At the start of your turn, copy a spell from your opponent's deck to your hand." | |
}, | |
{ | |
"index": 3001, | |
"name": "Priest of An'she", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> If you've restored Health this turn, gain +3/+3." | |
}, | |
{ | |
"index": 3002, | |
"name": "Condemn (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage to\nall enemy minions.\n<i>(Upgrades when you\nhave 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3003, | |
"name": "Serena Bloodfeather", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Choose an enemy minion. Steal Attack and Health from it until this has more." | |
}, | |
{ | |
"index": 3004, | |
"name": "Oil Rig Ambusher", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Deal 2 damage.\nIf this entered your hand\n this turn, deal 4 instead." | |
}, | |
{ | |
"index": 3005, | |
"name": "Field Contact", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]After you play a <b>Battlecry</b>\nor <b>Combo</b> card, draw a card." | |
}, | |
{ | |
"index": 3006, | |
"name": "Silverleaf Poison", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give your weapon\n\"After your hero attacks,\ndraw a card.\"" | |
}, | |
{ | |
"index": 3007, | |
"name": "Wicked Stab (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. <i>(Upgrades when you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3008, | |
"name": "Efficient Octo-bot", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Frenzy:</b> Reduce the Cost of cards in your hand by (1)." | |
}, | |
{ | |
"index": 3009, | |
"name": "Paralytic Poison", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give your weapon +1\nAttack and \"Your hero is\n<b>Immune</b> while attacking.\"" | |
}, | |
{ | |
"index": 3010, | |
"name": "Swinetusk Shank", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]After you play a Poison,\n gain +1 Durability." | |
}, | |
{ | |
"index": 3011, | |
"name": "Yoink!", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Hero Power and set its Cost to (0). Swap back after 2 uses." | |
}, | |
{ | |
"index": 3012, | |
"name": "Apothecary Helbrim", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry and Deathrattle:</b> Add a random Poison to your hand." | |
}, | |
{ | |
"index": 3013, | |
"name": "Razorboar", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a <b>Deathrattle</b> minion that costs (3) or less from your hand." | |
}, | |
{ | |
"index": 3014, | |
"name": "Razorfen Beastmaster", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a <b>Deathrattle</b> minion that costs (4) or less from your hand." | |
}, | |
{ | |
"index": 3015, | |
"name": "Vile Call", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/2 Demons with <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 3016, | |
"name": "Vengeful Spirit", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Outcast:</b> Draw 2 <b>Deathrattle</b> minions." | |
}, | |
{ | |
"index": 3017, | |
"name": "Death Speaker Blackthorn", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Summon 3 <b>Deathrattle</b> minions that cost (5) or less from your deck." | |
}, | |
{ | |
"index": 3018, | |
"name": "Tuskpiercer", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Draw a\n<b>Deathrattle</b> minion." | |
}, | |
{ | |
"index": 3019, | |
"name": "Kurtrus Ashfallen", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Attack the left and\nright-most enemy minions.\n<b>Outcast:</b> <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 3020, | |
"name": "Overlord Saurfang", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Resurrect 2 friendly <b>Frenzy</b> minions. Deal 1 damage to all other minions." | |
}, | |
{ | |
"index": 3021, | |
"name": "Horde Operative", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Copy your opponent's <b>Secrets</b> and put them into play." | |
}, | |
{ | |
"index": 3022, | |
"name": "Thorngrowth Sentries", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 1/2 Turtles with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3023, | |
"name": "Pride's Fury", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +1/+3." | |
}, | |
{ | |
"index": 3024, | |
"name": "Thickhide Kodo", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Gain 5 Armor." | |
}, | |
{ | |
"index": 3025, | |
"name": "Living Seed (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a Beast. Reduce its Cost by (1). <i>(Upgrades when you\nhave 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3026, | |
"name": "Razormane Battleguard", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "The first <b>Taunt</b> minion you play each turn costs (2) less." | |
}, | |
{ | |
"index": 3027, | |
"name": "Druid of the Plains", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 6, | |
"text": "<b>Rush</b>\n<b>Frenzy:</b> Transform into a 6/7 Kodo with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3028, | |
"name": "Celestial Alignment", | |
"set": "THE_BARRENS", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set your Mana Crystals to 0. Set the Cost of cards in your hand and deck to (1)." | |
}, | |
{ | |
"index": 3029, | |
"name": "Plaguemaw the Rotting", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]After a friendly minion with\n <b>Taunt</b> dies, summon a new\n copy of it without <b>Taunt</b>." | |
}, | |
{ | |
"index": 3030, | |
"name": "Runed Orb", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 3031, | |
"name": "Refreshing Spring Water", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards.\nRefresh 2 Mana Crystals for each spell drawn." | |
}, | |
{ | |
"index": 3032, | |
"name": "Reckless Apprentice", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Fire your Hero Power at all enemies." | |
}, | |
{ | |
"index": 3033, | |
"name": "Arcane Luminary", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]Cards that didn't start in\nyour deck cost (2) less\n<i>(but not less than 1)</i>." | |
}, | |
{ | |
"index": 3034, | |
"name": "Wildfire", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Your Hero Power\ndeals 1 more damage\nthis game." | |
}, | |
{ | |
"index": 3035, | |
"name": "Mordresh Fire Eye", | |
"set": "THE_BARRENS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> If you've dealt 10\ndamage with your Hero Power\n this game, deal 10 damage\nto all enemies.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3036, | |
"name": "Mark of the Spikeshell", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2.\nIf it has <b>Taunt</b>, add a copy of it to your hand." | |
}, | |
{ | |
"index": 3037, | |
"name": "Galloping Savior", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent plays three\ncards in a turn, summon a\n3/4 Steed with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3038, | |
"name": "Barak Kodobane", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Draw a 1, 2,\n and 3-Cost spell." | |
}, | |
{ | |
"index": 3039, | |
"name": "Scabbs Cutterbutter", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Combo:</b> The next two\ncards you play this turn\ncost (3) less." | |
}, | |
{ | |
"index": 3040, | |
"name": "Sigil of Silence", | |
"set": "THE_BARRENS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "At the start of your\nnext turn, <b>Silence</b> all\nenemy minions." | |
}, | |
{ | |
"index": 3041, | |
"name": "Guff Runetotem", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you cast a Nature spell, give another friendly minion +2/+2." | |
}, | |
{ | |
"index": 3042, | |
"name": "Mankrik", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Help Mankrik find\nhis wife! She was last seen\nsomewhere in your deck." | |
}, | |
{ | |
"index": 3043, | |
"name": "Xyrella", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you've restored Health this turn, deal that much damage to all enemy minions." | |
}, | |
{ | |
"index": 3044, | |
"name": "Toad of the Wilds", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If you're holding\na Nature spell, gain\n+2 Health." | |
}, | |
{ | |
"index": 3045, | |
"name": "Spirit Healer", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "After you cast a Holy spell, give a random friendly minion +2 Health." | |
}, | |
{ | |
"index": 3046, | |
"name": "Hecklefang Hyena", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal 3 damage to your hero." | |
}, | |
{ | |
"index": 3047, | |
"name": "Varden Dawngrasp", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> <b>Freeze</b> all enemy\nminions. If any are already\n<b>Frozen</b>, deal 4 damage\nto them instead." | |
}, | |
{ | |
"index": 3048, | |
"name": "Earth Revenant", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n <b>Battlecry:</b> Deal 1 damage\nto all enemy minions." | |
}, | |
{ | |
"index": 3049, | |
"name": "Spawnpool Forager", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 1/1 Tinyfin." | |
}, | |
{ | |
"index": 3050, | |
"name": "Wound Prey", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage. Summon a 1/1 Hyena with <b>Rush</b>." | |
}, | |
{ | |
"index": 3051, | |
"name": "Oasis Ally", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> When a\nfriendly minion is\nattacked, summon a\n3/6 Water Elemental." | |
}, | |
{ | |
"index": 3052, | |
"name": "Whirling Combatant", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry and Frenzy:</b>\nDeal 1 damage to all\nother minions." | |
}, | |
{ | |
"index": 3053, | |
"name": "Bulk Up", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a random <b>Taunt</b> minion in your hand +1/+1 and copy it." | |
}, | |
{ | |
"index": 3054, | |
"name": "Conditioning (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give minions in your hand +1/+1. <i>(Upgrades when you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3055, | |
"name": "Warsong Envoy", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Frenzy:</b> Gain +1 Attack\nfor each damaged\n character." | |
}, | |
{ | |
"index": 3056, | |
"name": "Outrider's Axe", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your hero attacks and kills a minion, draw a card." | |
}, | |
{ | |
"index": 3057, | |
"name": "Rancor", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to all\nminions. Gain 2 Armor\nfor each destroyed." | |
}, | |
{ | |
"index": 3058, | |
"name": "Mor'shan Elite", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Taunt</b>. <b>Battlecry:</b> If your hero\nattacked this turn, summon\na copy of this." | |
}, | |
{ | |
"index": 3059, | |
"name": "Rokara", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Rush</b>\nAfter a friendly minion\nattacks and survives,\ngive it +1/+1." | |
}, | |
{ | |
"index": 3060, | |
"name": "Lilypad Lurker", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you played an\nElemental last turn, transform\nan enemy minion into a\n0/1 Frog with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3061, | |
"name": "Kindling Elemental", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> The next\n Elemental you play\ncosts (1) less." | |
}, | |
{ | |
"index": 3062, | |
"name": "Firemancer Flurgl", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After you play a Murloc,\ndeal 1 damage to\nall enemies." | |
}, | |
{ | |
"index": 3063, | |
"name": "Soldier's Caravan", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]At the start of your turn,\nsummon two 1/1\nSilver Hand Recruits." | |
}, | |
{ | |
"index": 3064, | |
"name": "Knight of Anointment", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a\nHoly spell." | |
}, | |
{ | |
"index": 3065, | |
"name": "Sword of the Fallen", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]After your hero attacks,\ncast a <b>Secret</b> from\nyour deck." | |
}, | |
{ | |
"index": 3066, | |
"name": "Northwatch Commander", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control a <b>Secret</b>, draw a minion." | |
}, | |
{ | |
"index": 3067, | |
"name": "Veteran Warmedic", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]After you cast a Holy spell,\nsummon a 2/2 Medic\nwith <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 3068, | |
"name": "Cannonmaster Smythe", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Transform your <b>Secrets</b> into 3/3 Soldiers. They transform back when they die." | |
}, | |
{ | |
"index": 3069, | |
"name": "Conviction (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a random friendly\nminion +3 Attack.\n<i>(Upgrades when you\nhave 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3070, | |
"name": "Invigorating Sermon", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give +1/+1 to all minions in your hand, deck, and battlefield." | |
}, | |
{ | |
"index": 3071, | |
"name": "Rimetongue", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After you cast a Frost spell, summon a 1/1 Elemental that <b><b>Freeze</b>s</b>." | |
}, | |
{ | |
"index": 3072, | |
"name": "Crossroads Gossiper", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "After a friendly <b>Secret</b> is revealed, gain +2/+2." | |
}, | |
{ | |
"index": 3073, | |
"name": "Fury (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. <i>(Upgrades when you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3074, | |
"name": "Stonemaul Anchorman", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Rush</b>\n<b>Frenzy:</b> Draw a card." | |
}, | |
{ | |
"index": 3075, | |
"name": "Cariel Roame", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Rush</b>, <b>Divine Shield</b>\nWhenever this attacks,\nreduce the Cost of Holy\n spells in your hand by (1). " | |
}, | |
{ | |
"index": 3076, | |
"name": "Grimoire of Sacrifice", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a friendly minion. Deal $2 damage to all enemy minions." | |
}, | |
{ | |
"index": 3077, | |
"name": "Soul Rend", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $5 damage to all\nminions. Destroy a card in\nyour deck for each killed." | |
}, | |
{ | |
"index": 3078, | |
"name": "Apothecary's Caravan", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]At the start of your turn,\nsummon a 1-Cost minion\nfrom your deck." | |
}, | |
{ | |
"index": 3079, | |
"name": "Altar of Fire", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy the top 3 cards of each deck." | |
}, | |
{ | |
"index": 3080, | |
"name": "Imp Swarm (Rank 1)", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 3/2 Imp. <i>(Upgrades when you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3081, | |
"name": "Kabal Outfitter", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry and Deathrattle:</b>\nGive another random\n friendly minion +1/+1." | |
}, | |
{ | |
"index": 3082, | |
"name": "Blood Shard Bristleback", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Lifesteal</b>. <b>Battlecry:</b> If your\ndeck contains 10 or fewer\ncards, deal 6 damage\nto a minion." | |
}, | |
{ | |
"index": 3083, | |
"name": "Barrens Scavenger", | |
"set": "THE_BARRENS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nCosts (1) while your deck\nhas 10 or fewer cards." | |
}, | |
{ | |
"index": 3084, | |
"name": "Tamsin Roame", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]Whenever you cast a Shadow\nspell that costs (1) or more,\nadd a copy to your hand\nthat costs (0)." | |
}, | |
{ | |
"index": 3085, | |
"name": "Neeru Fireblade", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If your deck is empty, open a portal that fills your board with 3/2 Imps each turn." | |
}, | |
{ | |
"index": 3086, | |
"name": "Sigil of Summoning", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "At the start of your next turn, summon two 2/2 Demons with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3087, | |
"name": "Fangbound Druid", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Reduce the Cost of a Beast in your hand by (2)." | |
}, | |
{ | |
"index": 3088, | |
"name": "Primal Dungeoneer", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Draw a spell.\nIf it's a Nature spell, also\ndraw an Elemental." | |
}, | |
{ | |
"index": 3089, | |
"name": "Lady Anacondra", | |
"set": "THE_BARRENS", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "Your Nature spells\ncost (2) less." | |
}, | |
{ | |
"index": 3090, | |
"name": "Serpentbloom", | |
"set": "THE_BARRENS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a friendly\nBeast <b>Poisonous</b>." | |
}, | |
{ | |
"index": 3091, | |
"name": "Sin'dorei Scentfinder", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "<b>Frenzy:</b> Summon four 1/1 Hyenas with <b>Rush</b>." | |
}, | |
{ | |
"index": 3092, | |
"name": "Devout Dungeoneer", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Draw a spell.\nIf it's a Holy spell,\nreduce its Cost by (2)." | |
}, | |
{ | |
"index": 3093, | |
"name": "Against All Odds", | |
"set": "THE_BARRENS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy ALL\nodd-Attack minions." | |
}, | |
{ | |
"index": 3094, | |
"name": "Water Moccasin", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]<b>Stealth</b>\nHas <b>Poisonous</b> while you\n have no other minions." | |
}, | |
{ | |
"index": 3095, | |
"name": "Shroud of Concealment", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 minions. Any played this turn gain <b>Stealth</b> for 1 turn." | |
}, | |
{ | |
"index": 3096, | |
"name": "Savory Deviate Delight", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Transform a minion in\nboth players' hands into a\nPirate or <b>Stealth</b> minion." | |
}, | |
{ | |
"index": 3097, | |
"name": "Perpetual Flame", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a random enemy minion. If it dies, recast this. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3098, | |
"name": "Unstable Shadow Blast", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $6 damage to a\nminion. Excess damage\nhits your hero." | |
}, | |
{ | |
"index": 3099, | |
"name": "Final Gasp", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage to a\nminion. If it dies, summon\na 2/2 Adventurer with a\nrandom bonus effect." | |
}, | |
{ | |
"index": 3100, | |
"name": "Stealer of Souls", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "The first card you draw each turn costs Health instead of Mana." | |
}, | |
{ | |
"index": 3101, | |
"name": "Man-at-Arms", | |
"set": "THE_BARRENS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you have a weapon equipped, gain +1/+1." | |
}, | |
{ | |
"index": 3102, | |
"name": "Whetstone Hatchet", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After your hero attacks, give a minion in your hand +1 Attack." | |
}, | |
{ | |
"index": 3103, | |
"name": "Kresh, Lord of Turtling", | |
"set": "THE_BARRENS", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 9, | |
"text": "<b>Frenzy:</b> Gain 8 Armor. <b>Deathrattle:</b> Equip a 2/5 Turtle Spike." | |
}, | |
{ | |
"index": 3104, | |
"name": "Devouring Ectoplasm", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Summon a\n2/2 Adventurer with\n a random bonus effect." | |
}, | |
{ | |
"index": 3105, | |
"name": "Meeting Stone", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]At the end of your turn,\nadd a 2/2 Adventurer\nwith a random bonus effect\nto your hand." | |
}, | |
{ | |
"index": 3106, | |
"name": "Selfless Sidekick", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Equip a random weapon from your deck." | |
}, | |
{ | |
"index": 3107, | |
"name": "Mutanus the Devourer", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Eat a minion in\nyour opponent's hand.\nGain its stats." | |
}, | |
{ | |
"index": 3108, | |
"name": "Seedcloud Buckler", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Give your\n minions <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3109, | |
"name": "Judgment of Justice", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy minion attacks, set its Attack and Health to 1." | |
}, | |
{ | |
"index": 3110, | |
"name": "Party Up!", | |
"set": "THE_BARRENS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon five 2/2 Adventurers with random bonus effects." | |
}, | |
{ | |
"index": 3111, | |
"name": "Archdruid Naralex", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Dormant</b> for 2 turns.\nWhile <b>Dormant</b>, add a\nDream card to your hand\n at the end of your turn." | |
}, | |
{ | |
"index": 3112, | |
"name": "Deviate Dreadfang", | |
"set": "THE_BARRENS", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "After you cast a Nature spell, summon a 4/2 Viper with <b>Rush</b>." | |
}, | |
{ | |
"index": 3113, | |
"name": "Venomstrike Bow", | |
"set": "THE_BARRENS", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Poisonous</b>" | |
}, | |
{ | |
"index": 3114, | |
"name": "Taintheart Tormenter", | |
"set": "THE_BARRENS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\nYour opponent's spells cost (2) more." | |
}, | |
{ | |
"index": 3115, | |
"name": "Shattering Blast", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all <b>Frozen</b> minions." | |
}, | |
{ | |
"index": 3116, | |
"name": "Wailing Vapor", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]After you play an Elemental,\ngain +1 Attack." | |
}, | |
{ | |
"index": 3117, | |
"name": "Felrattler", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Deal 1 damage\nto all enemy minions." | |
}, | |
{ | |
"index": 3118, | |
"name": "Cleric of An'she", | |
"set": "THE_BARRENS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you've restored Health this turn, <b>Discover</b> a spell from your deck." | |
}, | |
{ | |
"index": 3119, | |
"name": "Frostweave Dungeoneer", | |
"set": "THE_BARRENS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Draw a spell.\nIf it's a Frost spell,\nsummon two 1/1\n Elementals that <b>Freeze</b>." | |
}, | |
{ | |
"index": 3120, | |
"name": "Floecaster", | |
"set": "THE_BARRENS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Costs (2) less for each <b>Frozen</b> enemy." | |
}, | |
{ | |
"index": 3121, | |
"name": "Druid of the Reef", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Choose One - </b>Transform into\na 3/1 Shark with <b>Rush</b>; or\na 1/3 Turtle with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3122, | |
"name": "Moonlit Guidance", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Discover</b> a copy of\na card in your deck.\nIf you play it this turn,\ndraw the original." | |
}, | |
{ | |
"index": 3123, | |
"name": "Jerry Rig Carpenter", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Draw a <b>Choose One</b> spell and split it." | |
}, | |
{ | |
"index": 3124, | |
"name": "Blackwater Cutlass", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Tradeable</b>\nAfter you <b>Trade</b> this,\nreduce the Cost of a spell\nin your hand by (1)." | |
}, | |
{ | |
"index": 3125, | |
"name": "Parrrley", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Swap this for a card in your opponent's deck." | |
}, | |
{ | |
"index": 3126, | |
"name": "Mr. Smite", | |
"set": "STORMWIND", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "Your Pirates have <b>Charge</b>." | |
}, | |
{ | |
"index": 3127, | |
"name": "Defias Blastfisher", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Deal 2 damage\nto a random enemy. Repeat\nfor each of your Beasts." | |
}, | |
{ | |
"index": 3128, | |
"name": "Monstrous Parrot", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry</b>: Get a copy of the last friendly <b>Deathrattle</b> minion that died." | |
}, | |
{ | |
"index": 3129, | |
"name": "Doggie Biscuit", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nGive a minion +2/+3.\nAfter you <b>Trade</b> this, give\na friendly minion <b>Rush</b>." | |
}, | |
{ | |
"index": 3130, | |
"name": "Wealth Redistributor", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>. <b>Battlecry:</b> Swap the\nAttack of the highest and\nlowest Attack minion." | |
}, | |
{ | |
"index": 3131, | |
"name": "Sunwing Squawker", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Repeat the last\nspell you've cast on a\n friendly minion on this." | |
}, | |
{ | |
"index": 3132, | |
"name": "Righteous Defense", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Set a minion's Attack and Health to 1. Give the stats it lost to a minion in your hand." | |
}, | |
{ | |
"index": 3133, | |
"name": "Shadowblade Slinger", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> If you've taken\ndamage this turn, deal that\n much to an enemy minion." | |
}, | |
{ | |
"index": 3134, | |
"name": "Wicked Shipment", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nSummon 2 1/1 Imps.\n<i>(Upgrades by 2\nwhen <b>Traded</b>!)</i>" | |
}, | |
{ | |
"index": 3135, | |
"name": "Hullbreaker", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry and Deathrattle:</b>\nDraw a spell. Your hero takes\ndamage equal to its Cost." | |
}, | |
{ | |
"index": 3136, | |
"name": "Need for Greed", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nDraw 3 cards. If drawn this turn, this costs (3)." | |
}, | |
{ | |
"index": 3137, | |
"name": "Crow's Nest Lookout", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Deal 2 damage\nto the left and right-most\nenemy minions." | |
}, | |
{ | |
"index": 3138, | |
"name": "Proving Grounds", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two minions from your deck.\nThey fight!" | |
}, | |
{ | |
"index": 3139, | |
"name": "Brilliant Macaw", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Repeat the last <b>Battlecry</b> you played." | |
}, | |
{ | |
"index": 3140, | |
"name": "Edwin, Defias Kingpin", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Draw a card. If you\nplay it this turn, gain +2/+2\nand repeat this effect." | |
}, | |
{ | |
"index": 3141, | |
"name": "Suckerhook", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]At the end of your turn,\ntransform your weapon into\none that costs (1) more." | |
}, | |
{ | |
"index": 3142, | |
"name": "Amulet of Undying", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nResurrect 1 friendly\n<b>Deathrattle</b> minion.\n<i>(Upgrades when <b>Traded</b>!)</i>" | |
}, | |
{ | |
"index": 3143, | |
"name": "Defias Leper", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Shadow spell, deal\n2 damage." | |
}, | |
{ | |
"index": 3144, | |
"name": "Copycat", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Add a copy of the next card your opponent plays to your hand." | |
}, | |
{ | |
"index": 3145, | |
"name": "Grey Sage Parrot", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Repeat the last spell you've cast that costs (6) or more." | |
}, | |
{ | |
"index": 3146, | |
"name": "Deepwater Evoker", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Draw a spell.\nGain Armor equal to\nits Cost." | |
}, | |
{ | |
"index": 3147, | |
"name": "Arcane Overflow", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $8 damage to an\nenemy minion. Summon a\n Remnant with stats equal\nto the excess damage." | |
}, | |
{ | |
"index": 3148, | |
"name": "Man the Cannons", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion and $1 damage to all other minions." | |
}, | |
{ | |
"index": 3149, | |
"name": "Defias Cannoneer", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]After your hero attacks,\ndeal 2 damage to a\nrandom enemy twice." | |
}, | |
{ | |
"index": 3150, | |
"name": "Maddest Bomber", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 9, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Deal 12 damage randomly split among all other characters." | |
}, | |
{ | |
"index": 3151, | |
"name": "Cookie the Cook", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Lifesteal</b>\n<b>Deathrattle:</b> Equip a 2/3\n Stirring Rod with <b>Lifesteal</b>. " | |
}, | |
{ | |
"index": 3152, | |
"name": "Golakka Glutton", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a Beast and gain +1/+1." | |
}, | |
{ | |
"index": 3153, | |
"name": "Multicaster", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Draw a card for\n each different spell school \n you've cast this game.@ <i>(@)</i>" | |
}, | |
{ | |
"index": 3154, | |
"name": "Goliath, Sneed's Masterpiece", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Fire five rockets\nat enemy minions that deal\n2 damage each. <i>(You pick\nthe targets!)</i>" | |
}, | |
{ | |
"index": 3155, | |
"name": "Blacksmithing Hammer", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 1, | |
"text": "[x]<b>Tradeable</b>\nAfter you <b>Trade</b> this,\n gain +2 Durability." | |
}, | |
{ | |
"index": 3156, | |
"name": "Celestial Ink Set", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]After you spend 5 Mana on\nspells, reduce the Cost of a\nspell in your hand by (5).\nLose 1 Durability." | |
}, | |
{ | |
"index": 3157, | |
"name": "Runed Mithril Rod", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]After you draw 4 cards,\nreduce the Cost of cards\nin your hand by (1).\nLose 1 Durability." | |
}, | |
{ | |
"index": 3158, | |
"name": "Stubborn Suspect", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Summon a random 3-Cost minion." | |
}, | |
{ | |
"index": 3159, | |
"name": "Shadowcloth Needle", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]After you cast a Shadow\nspell, deal 1 damage\nto all enemies.\nLose 1 Durability." | |
}, | |
{ | |
"index": 3160, | |
"name": "Cowardly Grunt", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a minion from your deck." | |
}, | |
{ | |
"index": 3161, | |
"name": "Provoke", | |
"set": "STORMWIND", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nChoose a friendly minion.\nEnemy minions attack it." | |
}, | |
{ | |
"index": 3162, | |
"name": "Lothar", | |
"set": "STORMWIND", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "At the end of your turn, attack a random enemy minion. If it dies, gain +3/+3." | |
}, | |
{ | |
"index": 3163, | |
"name": "Auctionhouse Gavel", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]After your hero attacks,\nreduce the Cost of a\n<b>Battlecry</b> minion in\nyour hand by (1)." | |
}, | |
{ | |
"index": 3164, | |
"name": "Spirit Alpha", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]After you play a card with\n<b>Overload</b>, summon a 2/3\nSpirit Wolf with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3165, | |
"name": "Shiver Their Timbers!", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If you control a Pirate, deal $5 instead." | |
}, | |
{ | |
"index": 3166, | |
"name": "Raid the Docks", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Questline:</b> Play 3 Pirates.\n<b>Reward:</b> Draw a weapon." | |
}, | |
{ | |
"index": 3167, | |
"name": "Harbor Scamp", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Draw a Pirate." | |
}, | |
{ | |
"index": 3168, | |
"name": "Cargo Guard", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, gain 3 Armor." | |
}, | |
{ | |
"index": 3169, | |
"name": "Command the Elements", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Questline:</b> Play 3 cards\n with <b>Overload</b>.\n<b>Reward:</b> Unlock your\n<b>Overloaded</b> Mana Crystals." | |
}, | |
{ | |
"index": 3170, | |
"name": "Granite Forgeborn", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Reduce the Cost of Elementals in your hand and deck by (1)." | |
}, | |
{ | |
"index": 3171, | |
"name": "Canal Slogger", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>, <b>Lifesteal</b>\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3172, | |
"name": "Tiny Toys", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon four random 5-Cost minions.\nMake them 2/2." | |
}, | |
{ | |
"index": 3173, | |
"name": "Charged Call", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Discover</b> a 1-Cost\nminion and summon it. \n<i>(Upgraded for each <b>Overload</b>\n card you played this game!)</i>" | |
}, | |
{ | |
"index": 3174, | |
"name": "Two-Faced Investor", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]At the end of your turn,\nreduce the Cost of a card\nin your hand by (1). <i>(50%\nchance to increase.)</i>" | |
}, | |
{ | |
"index": 3175, | |
"name": "Irebound Brute", | |
"set": "STORMWIND", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\nCosts (1) less for each\ncard drawn this turn." | |
}, | |
{ | |
"index": 3176, | |
"name": "Final Showdown", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Questline:</b> Draw 4 cards in one turn. <b>Reward:</b> Reduce the Cost of the cards drawn by (1)." | |
}, | |
{ | |
"index": 3177, | |
"name": "Fel Barrage", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to\nthe lowest Health\nenemy, twice." | |
}, | |
{ | |
"index": 3178, | |
"name": "Sigil of Alacrity", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the start of your next\nturn, draw a card and\n reduce its Cost by (1)." | |
}, | |
{ | |
"index": 3179, | |
"name": "Persistent Peddler", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Tradeable</b>\n<b>Deathrattle:</b> Summon a Persistent Peddler from your deck." | |
}, | |
{ | |
"index": 3180, | |
"name": "Felgorger", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Draw a Fel spell. Reduce its Cost by (2)." | |
}, | |
{ | |
"index": 3181, | |
"name": "Jace Darkweaver", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Cast all Fel spells you've played this game <i>(targets enemies if possible)</i>." | |
}, | |
{ | |
"index": 3182, | |
"name": "Auctioneer Jaxon", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]Whenever you <b>Trade</b>,\n<b>Discover</b> a card from your\n deck to draw instead." | |
}, | |
{ | |
"index": 3183, | |
"name": "City Tax", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\n<b>Lifesteal</b>. Deal $1 damage\nto all enemy minions." | |
}, | |
{ | |
"index": 3184, | |
"name": "Highlord Fordragon", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Divine Shield</b>\nAfter a friendly minion loses\n<b>Divine Shield</b>, give a minion\n in your hand +5/+5." | |
}, | |
{ | |
"index": 3185, | |
"name": "Prismatic Jewel Kit", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]After a friendly minion loses\n<b>Divine Shield</b>, give minions\nin your hand +1/+1.\nLose 1 Durability." | |
}, | |
{ | |
"index": 3186, | |
"name": "Blessed Goods", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Secret</b>, weapon, or <b>Divine Shield</b> minion." | |
}, | |
{ | |
"index": 3187, | |
"name": "Maestra of the Masquerade", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "You start the game as a different class until you play a Rogue card." | |
}, | |
{ | |
"index": 3188, | |
"name": "Find the Imposter", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Questline:</b> Play 2\nSI:7 cards.\n<b>Reward:</b> Add a Spy Gizmo to your hand." | |
}, | |
{ | |
"index": 3189, | |
"name": "Stormwind Guard", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Give adjacent minions +1/+1." | |
}, | |
{ | |
"index": 3190, | |
"name": "Impatient Shopkeep", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Tradeable</b>\n<b>Rush</b>" | |
}, | |
{ | |
"index": 3191, | |
"name": "Spice Bread Baker", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Restore Health to your hero equal to your hand size." | |
}, | |
{ | |
"index": 3192, | |
"name": "Package Runner", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "Can only attack if you have at least 8 cards in hand." | |
}, | |
{ | |
"index": 3193, | |
"name": "Deeprun Engineer", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a Mech. It costs (1) less." | |
}, | |
{ | |
"index": 3194, | |
"name": "Florist", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]At the end of your turn,\nreduce the Cost of a Nature\n spell in your hand by (1)." | |
}, | |
{ | |
"index": 3195, | |
"name": "Guild Trader", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Tradeable</b>\n<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 3196, | |
"name": "Goldshire Gnoll", | |
"set": "STORMWIND", | |
"cost": 10, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>\nCosts (1) less for each\n other card in your hand." | |
}, | |
{ | |
"index": 3197, | |
"name": "Battleground Battlemaster", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Adjacent minions\nhave <b>Windfury</b>." | |
}, | |
{ | |
"index": 3198, | |
"name": "Northshire Farmer", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Choose a friendly Beast. Shuffle three 3/3 copies into your deck." | |
}, | |
{ | |
"index": 3199, | |
"name": "Pandaren Importer", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\nspell that didn't start\nin your deck." | |
}, | |
{ | |
"index": 3200, | |
"name": "Royal Librarian", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Tradeable</b>\n<b>Battlecry:</b> <b>Silence</b>\na minion." | |
}, | |
{ | |
"index": 3201, | |
"name": "Stockades Guard", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Give a\nfriendly minion <b>Taunt</b>." | |
}, | |
{ | |
"index": 3202, | |
"name": "Mo'arg Forgefiend", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Gain 8 Armor." | |
}, | |
{ | |
"index": 3203, | |
"name": "Enthusiastic Banker", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]At the end of your turn,\nstore a card from your deck.\n<b>Deathrattle:</b> Add the stored\ncards to your hand." | |
}, | |
{ | |
"index": 3204, | |
"name": "Mailbox Dancer", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Add a Coin\nto your hand.\n<b>Deathrattle:</b> Give your\nopponent one." | |
}, | |
{ | |
"index": 3205, | |
"name": "Lion's Guard", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you have 15\nor less Health, gain\n+2/+4 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 3206, | |
"name": "Rustrot Viper", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Tradeable</b>\n<b>Battlecry:</b> Destroy your\nopponent's weapon." | |
}, | |
{ | |
"index": 3207, | |
"name": "Cheesemonger", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]Whenever your opponent\ncasts a spell, add a random\nspell with the same Cost\nto your hand." | |
}, | |
{ | |
"index": 3208, | |
"name": "Nobleman", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Create a Golden copy of a random card in your hand." | |
}, | |
{ | |
"index": 3209, | |
"name": "Elwynn Boar", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Deathrattle:</b> If you had 7\nElwynn Boars die this game,\nequip a 15/3 Sword of a\n Thousand Truths.@ <i>(@/7)</i>" | |
}, | |
{ | |
"index": 3210, | |
"name": "City Architect", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon two\n0/5 Castle Walls\nwith <b>Taunt</b>." | |
}, | |
{ | |
"index": 3211, | |
"name": "Stockades Prisoner", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]Starts <b>Dormant</b>.\nAfter you play 3 cards,\nthis awakens." | |
}, | |
{ | |
"index": 3212, | |
"name": "Lady Prestor", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> Transform minions\nin your deck into random\nDragons. <i>(They keep their\n original stats and Cost.)</I>" | |
}, | |
{ | |
"index": 3213, | |
"name": "Flightmaster Dungar", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Choose a\nflightpath and go <b>Dormant.\n</b> Awaken with a bonus\n when you complete it!" | |
}, | |
{ | |
"index": 3214, | |
"name": "Cornelius Roame", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]At the start and end\n of each player's turn,\ndraw a card." | |
}, | |
{ | |
"index": 3215, | |
"name": "Varian, King of Stormwind", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> Draw a <b>Rush</b>\nminion to gain <b>Rush</b>.\nRepeat for <b>Taunt</b> and\n<b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3216, | |
"name": "Bloodbound Imp", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "Whenever this attacks, deal 2 damage to your hero." | |
}, | |
{ | |
"index": 3217, | |
"name": "Dark Alley Pact", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon a Fiend\nwith stats equal to\nyour hand size." | |
}, | |
{ | |
"index": 3218, | |
"name": "Shady Bartender", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Tradeable</b>\n<b>Battlecry:</b> Give your Demons +2/+2." | |
}, | |
{ | |
"index": 3219, | |
"name": "Dreaded Mount", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +1/+1.\nWhen it dies, summon\nan endless Dreadsteed." | |
}, | |
{ | |
"index": 3220, | |
"name": "Demonic Assault", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $3 damage.\nSummon two 1/3\nVoidwalkers with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3221, | |
"name": "Entitled Customer", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal damage equal to your hand size to all other minions." | |
}, | |
{ | |
"index": 3222, | |
"name": "Touch of the Nathrezim", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to a\nminion. If it dies, restore\n3 Health to your hero." | |
}, | |
{ | |
"index": 3223, | |
"name": "The Demon Seed", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Questline:</b> Take 10\ndamage on your turns.\n<b>Reward:</b> <b>Lifesteal</b>. Deal $3\ndamage to the enemy hero." | |
}, | |
{ | |
"index": 3224, | |
"name": "Anetheron", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": 8, | |
"health_or_durability": 6, | |
"text": "[x]Costs (1) if your hand is full." | |
}, | |
{ | |
"index": 3225, | |
"name": "Stormwind Freebooter", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give your hero +2 Attack this turn." | |
}, | |
{ | |
"index": 3226, | |
"name": "Heavy Plate", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nGain 8 Armor." | |
}, | |
{ | |
"index": 3227, | |
"name": "Investment Opportunity", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw an <b>Overload</b> card." | |
}, | |
{ | |
"index": 3228, | |
"name": "Remote-Controlled Golem", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]After this takes damage,\nshuffle two Golem Parts into\nyour deck. When drawn,\n summon a 2/1 Mech." | |
}, | |
{ | |
"index": 3229, | |
"name": "Fire Sale", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nDeal $3 damage\nto all minions." | |
}, | |
{ | |
"index": 3230, | |
"name": "First Flame", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. Add a Second Flame to your hand." | |
}, | |
{ | |
"index": 3231, | |
"name": "Clumsy Courier", | |
"set": "STORMWIND", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Cast the highest Cost spell from your hand." | |
}, | |
{ | |
"index": 3232, | |
"name": "Ignite", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. Shuffle an Ignite into\nyour deck that deals\none more damage." | |
}, | |
{ | |
"index": 3233, | |
"name": "Sanctum Chandler", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "After you cast a Fire spell, draw a spell." | |
}, | |
{ | |
"index": 3234, | |
"name": "Prestor's Pyromancer", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Your next\nFire spell has <b>Spell\nDamage +2</b>." | |
}, | |
{ | |
"index": 3235, | |
"name": "Grand Magus Antonidas", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you've cast a\nFire spell on each of your last\nthree turns, cast 3 Fireballs at\n random enemies.@ <i>(@/3)</i>" | |
}, | |
{ | |
"index": 3236, | |
"name": "Overdraft", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nUnlock your <b>Overloaded</b>\nMana Crystals to deal\nthat much damage." | |
}, | |
{ | |
"index": 3237, | |
"name": "Bolner Hammerbeak", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]After you play a <b>Battlecry</b>\nminion, repeat the first\n <b>Battlecry</b> played this turn. " | |
}, | |
{ | |
"index": 3238, | |
"name": "First Blade of Wrynn", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Divine Shield</b>\n<b>Battlecry:</b> Gain <b>Rush</b> if this\nhas at least 4 Attack." | |
}, | |
{ | |
"index": 3239, | |
"name": "Encumbered Pack Mule", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Taunt</b>\nWhen you draw this, add a\n copy of it to your hand." | |
}, | |
{ | |
"index": 3240, | |
"name": "Traveling Merchant", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Tradeable</b>\n<b>Battlecry:</b> Gain +1/+1\nfor each other friendly\n minion you control." | |
}, | |
{ | |
"index": 3241, | |
"name": "Counterfeit Blade", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry</b>: Get a copy\nof a random friendly\n<b>Deathrattle</b> minion\nthat died this game." | |
}, | |
{ | |
"index": 3242, | |
"name": "Garrote", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to the\nenemy hero. Shuffle 3\nBleeds into your deck that\ndeal $2 more when drawn." | |
}, | |
{ | |
"index": 3243, | |
"name": "Rise to the Occasion", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Questline:</b> Play 3 different 1-Cost cards.\n<b>Reward:</b> Equip a 1/4 Light's Justice." | |
}, | |
{ | |
"index": 3244, | |
"name": "Lightbringer's Hammer", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Lifesteal</b>\nCan't attack heroes." | |
}, | |
{ | |
"index": 3245, | |
"name": "Alliance Bannerman", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Draw a minion.\nGive minions in your\nhand +1/+1." | |
}, | |
{ | |
"index": 3246, | |
"name": "Noble Mount", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "G[x]ive a minion +1/+1\nand <b>Divine Shield</b>.\nWhen it dies, summon\na Warhorse." | |
}, | |
{ | |
"index": 3247, | |
"name": "Catacomb Guard", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b>Lifesteal</b>\n<b>Battlecry:</b> Deal damage\nequal to this minion's Attack\nto an enemy minion." | |
}, | |
{ | |
"index": 3248, | |
"name": "Peasant", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "At the start of your turn, draw a card." | |
}, | |
{ | |
"index": 3249, | |
"name": "Rats of Extraordinary Size", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon seven 1/1\nRats. Any that can't fit\non the battlefield go to\nyour hand with +4/+4." | |
}, | |
{ | |
"index": 3250, | |
"name": "Aimed Shot", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. Your next Hero Power deals 2 more damage." | |
}, | |
{ | |
"index": 3251, | |
"name": "Defend the Dwarven District", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Questline:</b> Deal damage with 3 spells. <b>Reward:</b> Your Hero Power can target minions." | |
}, | |
{ | |
"index": 3252, | |
"name": "The Rat King", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Rush</b>. <b>Deathrattle:</b> Go\n<b>Dormant</b>. Revive after 5\nfriendly minions die." | |
}, | |
{ | |
"index": 3253, | |
"name": "Entrapped Sorceress", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you control a\n <b>Quest</b>, <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 3254, | |
"name": "Sketchy Information", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw a <b>Deathrattle</b> card\nthat costs (4) or less.\nTrigger its <b>Deathrattle.</b>" | |
}, | |
{ | |
"index": 3255, | |
"name": "SI:7 Informant", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain +1/+1 for each other SI:7 card you've played this game." | |
}, | |
{ | |
"index": 3256, | |
"name": "SI:7 Extortion", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nDeal $3 damage to an undamaged character." | |
}, | |
{ | |
"index": 3257, | |
"name": "SI:7 Operative", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>\nAfter this attacks a minion, gain <b>Stealth</b>." | |
}, | |
{ | |
"index": 3258, | |
"name": "SI:7 Assassin", | |
"set": "STORMWIND", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]Costs (1) less for each SI:7\ncard you've played this game.\n<b>Combo:</b> Destroy an\nenemy minion." | |
}, | |
{ | |
"index": 3259, | |
"name": "SI:7 Skulker", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Stealth</b>\n<b>Battlecry:</b> The next card\n you draw costs (1) less." | |
}, | |
{ | |
"index": 3260, | |
"name": "Oracle of Elune", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]After you play a minion\nthat costs (2) or less,\nsummon a copy of it." | |
}, | |
{ | |
"index": 3261, | |
"name": "Sow the Soil", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One</b> - Give your minions +1 Attack; or Summon a 2/2 Treant." | |
}, | |
{ | |
"index": 3262, | |
"name": "Lost in the Park", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Questline:</b> Gain 4 Attack with your hero. <b>Reward:</b> Gain 5 Armor." | |
}, | |
{ | |
"index": 3263, | |
"name": "Best in Shell", | |
"set": "STORMWIND", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nSummon two 2/7\n Turtles with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3264, | |
"name": "Park Panther", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>. Whenever this\nattacks, give your hero\n+3 Attack this turn." | |
}, | |
{ | |
"index": 3265, | |
"name": "Kodo Mount", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +4/+2 and <b>Rush</b>. When it dies, summon a Kodo." | |
}, | |
{ | |
"index": 3266, | |
"name": "Seek Guidance", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Questline:</b> Play a 2, 3,\nand 4-Cost card.\n<b>Reward:</b> <b>Discover</b> a card\nfrom your deck." | |
}, | |
{ | |
"index": 3267, | |
"name": "Loan Shark", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Give your\nopponent a Coin.\n <b>Deathrattle:</b> You get two." | |
}, | |
{ | |
"index": 3268, | |
"name": "Wickerclaw", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After your hero gains Attack, this minion\ngains +2 Attack." | |
}, | |
{ | |
"index": 3269, | |
"name": "Composting", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions\n\"<b>Deathrattle:</b> Draw\n a card.\"" | |
}, | |
{ | |
"index": 3270, | |
"name": "Vibrant Squirrel", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Deathrattle:</b> Shuffle 4 Acorns\ninto your deck. When drawn,\nsummon a 2/1 Squirrel." | |
}, | |
{ | |
"index": 3271, | |
"name": "Call of the Grave", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Discover</b> a <b>Deathrattle</b>\nminion. If you have\nenough Mana to play it,\ntrigger its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 3272, | |
"name": "Shard of the Naaru", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\n<b>Silence</b> all enemy minions." | |
}, | |
{ | |
"index": 3273, | |
"name": "Void Shard", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $4 damage." | |
}, | |
{ | |
"index": 3274, | |
"name": "Elekk Mount", | |
"set": "STORMWIND", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +4/+7 and <b>Taunt</b>. When it dies, summon an Elekk." | |
}, | |
{ | |
"index": 3275, | |
"name": "Twilight Deceptor", | |
"set": "STORMWIND", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If any hero took damage this turn, draw a Shadow spell." | |
}, | |
{ | |
"index": 3276, | |
"name": "Psyfiend", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After you cast a Shadow spell, deal 2 damage to each hero." | |
}, | |
{ | |
"index": 3277, | |
"name": "Voidtouched Attendant", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Both heroes take one extra damage from all sources." | |
}, | |
{ | |
"index": 3278, | |
"name": "Sheldras Moontree", | |
"set": "STORMWIND", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> The next 3\nspells you draw are\n<b>Cast When Drawn</b>." | |
}, | |
{ | |
"index": 3279, | |
"name": "Darkbishop Benedictus", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Start of Game:</b> If the spells in your deck are all Shadow, enter Shadowform." | |
}, | |
{ | |
"index": 3280, | |
"name": "Sorcerer's Gambit", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Questline:</b> Cast a Fire, Frost, and Arcane spell. <b>Reward: </b>Draw a spell." | |
}, | |
{ | |
"index": 3281, | |
"name": "Metamorfin", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> If you've cast a Fel spell this turn, gain +2/+2." | |
}, | |
{ | |
"index": 3282, | |
"name": "Chaos Leech", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>. Deal $3 damage to a minion.\n<b>Outcast:</b> Deal $5 instead." | |
}, | |
{ | |
"index": 3283, | |
"name": "Lion's Frenzy", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "Has Attack equal to the number of cards you've drawn this turn." | |
}, | |
{ | |
"index": 3284, | |
"name": "Rodent Nest", | |
"set": "STORMWIND", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon five 1/1 Rats." | |
}, | |
{ | |
"index": 3285, | |
"name": "Leatherworking Kit", | |
"set": "STORMWIND", | |
"cost": 1, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "[x]After three friendly\nBeasts die, draw a Beast\nand give it +1/+1.\nLose 1 Durability." | |
}, | |
{ | |
"index": 3286, | |
"name": "Ramming Mount", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +2/+2\nand <b>Immune</b> while\nattacking. When it dies,\nsummon a Ram." | |
}, | |
{ | |
"index": 3287, | |
"name": "Stormwind Piper", | |
"set": "STORMWIND", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "After this minion attacks,\ngive your Beasts +1/+1." | |
}, | |
{ | |
"index": 3288, | |
"name": "Devouring Swarm", | |
"set": "STORMWIND", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose an enemy minion.\nYour minions attack it,\nthen return any that die\n to your hand." | |
}, | |
{ | |
"index": 3289, | |
"name": "Hot Streak", | |
"set": "STORMWIND", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your next Fire spell this turn costs (2) less." | |
}, | |
{ | |
"index": 3290, | |
"name": "Imported Tarantula", | |
"set": "STORMWIND", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Tradeable</b>\n <b>Deathrattle:</b> Summon two\n1/1 Spiders with\n<b>Poisonous</b> and <b>Rush</b>." | |
}, | |
{ | |
"index": 3291, | |
"name": "Drek'Thar", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry</b>: If this costs\nmore than every minion in\nyour deck, summon one\nof those minions." | |
}, | |
{ | |
"index": 3292, | |
"name": "Herald of Lokholar", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw a\nFrost spell." | |
}, | |
{ | |
"index": 3293, | |
"name": "Popsicooler", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> <b>Freeze</b> two\nrandom enemy minions." | |
}, | |
{ | |
"index": 3294, | |
"name": "Glaciate", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> an 8-Cost minion. Summon and <b>Freeze</b> it." | |
}, | |
{ | |
"index": 3295, | |
"name": "Shield Shatter", | |
"set": "ALTERAC_VALLEY", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $5 damage to all\nminions. Costs (1) less\nfor each Armor you have." | |
}, | |
{ | |
"index": 3296, | |
"name": "Frozen Buckler", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 10 Armor. At the start of your next turn, lose 5 Armor." | |
}, | |
{ | |
"index": 3297, | |
"name": "Snowblind Harpy", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding\na Frost spell, gain 5 Armor." | |
}, | |
{ | |
"index": 3298, | |
"name": "Beaststalker Tavish", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b>\nand cast 2 Improved\n<b>Secrets</b>." | |
}, | |
{ | |
"index": 3299, | |
"name": "Shivering Sorceress", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Reduce the Cost\nof the highest Cost spell\nin your hand by (1)." | |
}, | |
{ | |
"index": 3300, | |
"name": "Amplified Snowflurry", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Your next Hero Power costs (0) and <b>Freezes</b> the target." | |
}, | |
{ | |
"index": 3301, | |
"name": "Arcane Brilliance", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a copy of a 7, 8, 9, and 10-Cost spell in your deck to your hand." | |
}, | |
{ | |
"index": 3302, | |
"name": "Battleworn Vanguard", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]After your hero attacks,\nsummon two 1/1 Felwings." | |
}, | |
{ | |
"index": 3303, | |
"name": "To the Front!", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your minions cost (2) less this turn <i>(but not less than 1)</i>." | |
}, | |
{ | |
"index": 3304, | |
"name": "Gnome Private", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Honorable Kill:</b> Gain\n+2 Attack." | |
}, | |
{ | |
"index": 3305, | |
"name": "Corporal", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Honorable Kill:</b> Give\nyour other minions\n<b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3306, | |
"name": "Sneaky Scout", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Stealth</b>\n<b>Honorable Kill:</b> Your next\nHero Power costs (0)." | |
}, | |
{ | |
"index": 3307, | |
"name": "Direwolf Commander", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Honorable Kill:</b> Summon a 2/2 Wolf with <b>Stealth</b>." | |
}, | |
{ | |
"index": 3308, | |
"name": "Tower Sergeant", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control at least 2 other minions, gain +2/+2." | |
}, | |
{ | |
"index": 3309, | |
"name": "Bunker Sergeant", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If your opponent\nhas 2 or more minions,\ndeal 1 damage to all\nenemy minions." | |
}, | |
{ | |
"index": 3310, | |
"name": "Ice Revenant", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "Whenever you cast a Frost spell, gain +2/+2." | |
}, | |
{ | |
"index": 3311, | |
"name": "Frozen Mammoth", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "This is <b>Frozen</b> until you\ncast a Fire spell." | |
}, | |
{ | |
"index": 3312, | |
"name": "Blood Guard", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "Whenever this minion takes damage, give your minions +1 Attack." | |
}, | |
{ | |
"index": 3313, | |
"name": "Legionnaire", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 9, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Give all minions in your hand +2/+2." | |
}, | |
{ | |
"index": 3314, | |
"name": "Knight-Captain", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage.\n<b>Honorable Kill:</b> Gain +3/+3." | |
}, | |
{ | |
"index": 3315, | |
"name": "Troll Centurion", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Rush</b>. <b>Honorable Kill:</b>\nDeal 8 damage to the\nenemy hero." | |
}, | |
{ | |
"index": 3316, | |
"name": "Icehoof Protector", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 10, | |
"text": "<b>Taunt</b>\n<b>Freeze</b> any character damaged by this minion." | |
}, | |
{ | |
"index": 3317, | |
"name": "Frostwolf Warmaster", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Costs (1) less for each card you've played this turn." | |
}, | |
{ | |
"index": 3318, | |
"name": "Stormpike Marshal", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nIf you took 5 or more damage\non your opponent's turn,\nthis costs (1)." | |
}, | |
{ | |
"index": 3319, | |
"name": "Kobold Taskmaster", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Add 2\nArmor Scraps to your hand\nthat give +2 Health to\na minion." | |
}, | |
{ | |
"index": 3320, | |
"name": "Irondeep Trogg", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]After your opponent\ncasts a spell, summon\n another Irondeep Trogg." | |
}, | |
{ | |
"index": 3321, | |
"name": "Grimtotem Bounty Hunter", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy an enemy <b>Legendary</b> minion." | |
}, | |
{ | |
"index": 3322, | |
"name": "Abominable Lieutenant", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "At the end of your turn,\neat a random enemy minion and gain its stats." | |
}, | |
{ | |
"index": 3323, | |
"name": "Lokholar the Ice Lord", | |
"set": "ALTERAC_VALLEY", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Rush</b>, <b>Windfury</b>\n Costs (5) less if you have 15 Health or less." | |
}, | |
{ | |
"index": 3324, | |
"name": "Ivus, the Forest Lord", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Spend the rest of\nyour Mana and gain +2/+2,\n<b>Rush</b>, <b>Divine Shield</b>, or <b>Taunt</b>\nat random for each." | |
}, | |
{ | |
"index": 3325, | |
"name": "Korrak the Bloodrager", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Deathrattle:</b> If this\nwasn't <b>Honorably Killed</b>,\nresummon Korrak." | |
}, | |
{ | |
"index": 3326, | |
"name": "Captain Galvangar", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you have\ngained 15 or more Armor\nthis game, gain +3/+3\nand <b>Charge</b>.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3327, | |
"name": "Dun Baldar Bunker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your\nturn, draw a <b>Secret</b> and\nset its Cost to (1).\nLasts 3 turns." | |
}, | |
{ | |
"index": 3328, | |
"name": "Magister Dawngrasp", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Recast a\nspell from each spell\nschool you've cast\n this game." | |
}, | |
{ | |
"index": 3329, | |
"name": "Coldtooth Yeti", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Combo:</b> Gain +3 Attack." | |
}, | |
{ | |
"index": 3330, | |
"name": "Rokara, the Valorous", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Equip a 5/2 Unstoppable Force." | |
}, | |
{ | |
"index": 3331, | |
"name": "Shadowcrafter Scabbs", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Return all\nminions to their owner's \nhands. Summon two 4/2\nShadows with <b>Stealth</b>." | |
}, | |
{ | |
"index": 3332, | |
"name": "Kurtrus, Demon-Render", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Summon two\n1/4 Demons with <b>Rush</b>.\n<i>(Improved by your hero\nattacks this game.)</i>" | |
}, | |
{ | |
"index": 3333, | |
"name": "Wildheart Guff", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Set your\nmaximum Mana to 20.\nGain an empty Mana\nCrystal. Draw a card." | |
}, | |
{ | |
"index": 3334, | |
"name": "Lightforged Cariel", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Deal 2\ndamage to all enemies.\nEquip a 2/5\nImmovable Object." | |
}, | |
{ | |
"index": 3335, | |
"name": "Xyrella, the Devout", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Trigger the\n<b>Deathrattle</b> of every\nfriendly minion that\ndied this game." | |
}, | |
{ | |
"index": 3336, | |
"name": "Dreadprison Glaive", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Honorable Kill:</b> Deal\ndamage equal to your\nhero's Attack to the\nenemy hero." | |
}, | |
{ | |
"index": 3337, | |
"name": "Pathmaker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Cast the other\nchoice from the last <b>Choose\nOne</b> spell you've cast." | |
}, | |
{ | |
"index": 3338, | |
"name": "Dire Frostwolf", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Stealth</b>\n<b>Deathrattle:</b> Summon a 2/2 Wolf with <b>Stealth</b>." | |
}, | |
{ | |
"index": 3339, | |
"name": "Siphon Mana", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage.\n<b>Honorable Kill</b>: Reduce the Cost of spells in your hand by (1)." | |
}, | |
{ | |
"index": 3340, | |
"name": "Vitality Surge", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a minion.\nRestore Health to your hero equal to its Cost." | |
}, | |
{ | |
"index": 3341, | |
"name": "Frantic Hippogryph", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Rush</b>. <b>Honorable Kill</b>:\n Gain <b>Windfury</b>. " | |
}, | |
{ | |
"index": 3342, | |
"name": "Mass Polymorph", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform all minions into 1/1 Sheep." | |
}, | |
{ | |
"index": 3343, | |
"name": "Ram Commander", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Add two\n1/1 Rams with <b>Rush</b>\nto your hand." | |
}, | |
{ | |
"index": 3344, | |
"name": "Spammy Arcanist", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Deal 1 damage\nto all other minions.\nIf any die, repeat this." | |
}, | |
{ | |
"index": 3345, | |
"name": "Vanndar Stormpike", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry</b>: If this costs\nless than every minion\nin your deck, reduce\ntheir Cost by (3)." | |
}, | |
{ | |
"index": 3346, | |
"name": "Spring the Trap", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion and cast a <b>Secret</b> from your deck. <b>Honorable Kill:</b> Cast 2." | |
}, | |
{ | |
"index": 3347, | |
"name": "Ice Trap", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent casts a spell, return it to their hand instead. It costs (1) more." | |
}, | |
{ | |
"index": 3348, | |
"name": "Gankster", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Stealth</b>\nAfter your opponent plays\na minion, attack it." | |
}, | |
{ | |
"index": 3349, | |
"name": "Bloodseeker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Honorable Kill:</b>\nGain +1/+1." | |
}, | |
{ | |
"index": 3350, | |
"name": "Snowball Fight!", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion and <b>Freeze</b> it.\nIf it survives, repeat this on another minion!" | |
}, | |
{ | |
"index": 3351, | |
"name": "Cheaty Snobold", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After an enemy is <b>Frozen</b>, deal 3 damage to it." | |
}, | |
{ | |
"index": 3352, | |
"name": "Snowfall Guardian", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> <b>Freeze</b> all\nother minions." | |
}, | |
{ | |
"index": 3353, | |
"name": "Reflecto Engineer", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Swap the Attack and Health of all minions in both players' hands." | |
}, | |
{ | |
"index": 3354, | |
"name": "Bearon Gla'shear", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> For each Frost\nspell you've cast this game,\nsummon a 3/4 Elemental\nthat <b>Freezes</b>.@ <i>(@)</i>" | |
}, | |
{ | |
"index": 3355, | |
"name": "Bru'kan of the Elements", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Call upon the\npower of two Elements!" | |
}, | |
{ | |
"index": 3356, | |
"name": "Frostbite", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\n<b>Honorable Kill:</b> Your opponent's next spell costs (2) more." | |
}, | |
{ | |
"index": 3357, | |
"name": "Sleetbreaker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a Windchill to your hand." | |
}, | |
{ | |
"index": 3358, | |
"name": "Flag Runner", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "Whenever a friendly minion dies, gain +1 Attack." | |
}, | |
{ | |
"index": 3359, | |
"name": "Warden of Chains", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If you're holding\na Demon that costs (5) or\nmore, gain +1/+2." | |
}, | |
{ | |
"index": 3360, | |
"name": "Sigil of Reckoning", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "At the start of your next turn, summon a random Demon from your hand." | |
}, | |
{ | |
"index": 3361, | |
"name": "Ur'zul Giant", | |
"set": "ALTERAC_VALLEY", | |
"cost": 13, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each friendly minion that died this game." | |
}, | |
{ | |
"index": 3362, | |
"name": "Windchill", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a minion.\nDraw a card." | |
}, | |
{ | |
"index": 3363, | |
"name": "Caria Felsoul", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Transform into a 6/6 copy of a Demon in your deck." | |
}, | |
{ | |
"index": 3364, | |
"name": "Wildpaw Cavern", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your\nturn, summon a 3/4\nElemental that <b>Freezes</b>.\nLasts 3 turns." | |
}, | |
{ | |
"index": 3365, | |
"name": "Flanking Maneuver", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 4/2 Demon with <b>Rush</b>. If it dies this turn, summon another." | |
}, | |
{ | |
"index": 3366, | |
"name": "Seeds of Destruction", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Shuffle four Rifts\ninto your deck. They\nsummon a 3/3 Dread\nImp when drawn." | |
}, | |
{ | |
"index": 3367, | |
"name": "Felfire in the Hole!", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a spell and deal $2 damage to all enemies. If it's a Fel spell, deal $1 more." | |
}, | |
{ | |
"index": 3368, | |
"name": "Build a Snowman", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 3/3\nSnowman that <b>Freezes</b>.\nAdd \"Build a Snowbrute\"\nto your hand. " | |
}, | |
{ | |
"index": 3369, | |
"name": "Rune of the Archmage", | |
"set": "ALTERAC_VALLEY", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Cast 20 Mana worth of\nMage spells at enemies." | |
}, | |
{ | |
"index": 3370, | |
"name": "Balinda Stonehearth", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw 2 spells. Swap their Costs with this minion's stats." | |
}, | |
{ | |
"index": 3371, | |
"name": "Full-Blown Evil", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $5 damage randomly split among\nall enemy minions. Repeatable this turn." | |
}, | |
{ | |
"index": 3372, | |
"name": "Felwalker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>. <b>Battlecry</b>: Cast the highest Cost Fel spell from your hand." | |
}, | |
{ | |
"index": 3373, | |
"name": "Iceblood Tower", | |
"set": "ALTERAC_VALLEY", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your turn,\ncast another spell from\nyour deck. Lasts 3 turns." | |
}, | |
{ | |
"index": 3374, | |
"name": "Frostsaber Matriarch", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>. Costs (1) less\n for each Beast you've\n summoned this game." | |
}, | |
{ | |
"index": 3375, | |
"name": "Heart of the Wild", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2, then give your Beasts +1/+1." | |
}, | |
{ | |
"index": 3376, | |
"name": "Wing Commander Mulverick", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]<b>Rush</b>. Your minions have\n\"<b>Honorable Kill:</b> Summon a \n2/2 Wyvern with <b>Rush</b>.\"" | |
}, | |
{ | |
"index": 3377, | |
"name": "Clawfury Adept", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give all other friendly characters +1 Attack this turn." | |
}, | |
{ | |
"index": 3378, | |
"name": "Capture Coldtooth Mine", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Draw your lowest Cost card;\nor Draw your highest\nCost card." | |
}, | |
{ | |
"index": 3379, | |
"name": "Pride Seeker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Your next\n<b>Choose One</b> card costs\n(2) less." | |
}, | |
{ | |
"index": 3380, | |
"name": "Wildpaw Gnoll", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Rush</b>\nCosts (1) less for each\nnon-Rogue Class card added\nto your hand this game." | |
}, | |
{ | |
"index": 3381, | |
"name": "Grave Defiler", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Copy a Fel spell in your hand." | |
}, | |
{ | |
"index": 3382, | |
"name": "Piggyback Imp", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Summon a 4/1 Imp." | |
}, | |
{ | |
"index": 3383, | |
"name": "Sacrificial Summoner", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Destroy a friendly minion. Summon a minion from your deck that costs (1) more." | |
}, | |
{ | |
"index": 3384, | |
"name": "Hollow Abomination", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Deal 1 damage to\nall enemy minions.\n<b>Honorable Kill:</b> Gain the\nminion's Attack." | |
}, | |
{ | |
"index": 3385, | |
"name": "Deliverance", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. <b>Honorable Kill:</b> Summon a new 3/3\ncopy of it." | |
}, | |
{ | |
"index": 3386, | |
"name": "Dreadlich Tamsin", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage\nto all minions. Shuffle 3\nRifts into your deck.\nDraw 3 cards." | |
}, | |
{ | |
"index": 3387, | |
"name": "Tamsin's Phylactery", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a friendly <b>Deathrattle</b> minion that died this game. Give your minions its <b>Deathrattle</b>." | |
}, | |
{ | |
"index": 3388, | |
"name": "Glory Chaser", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "After you play a <b>Taunt</b> minion, draw a card." | |
}, | |
{ | |
"index": 3389, | |
"name": "Snowed In", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a damaged minion. <b>Freeze</b> all other minions." | |
}, | |
{ | |
"index": 3390, | |
"name": "Scrapsmith", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Add two 2/4 Grunts with <b>Taunt</b> to your hand." | |
}, | |
{ | |
"index": 3391, | |
"name": "Shadow Word: Devour", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion.\nIt steals 1 Health from\n ALL other minions." | |
}, | |
{ | |
"index": 3392, | |
"name": "Undying Disciple", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Deal damage\nequal to this minion's Attack\nto all enemy minions." | |
}, | |
{ | |
"index": 3393, | |
"name": "Luminous Geode", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "After a friendly minion is healed, give it +2 Attack." | |
}, | |
{ | |
"index": 3394, | |
"name": "Spirit Guide", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Draw a\nHoly spell and a\nShadow spell." | |
}, | |
{ | |
"index": 3395, | |
"name": "Bless", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +2 Health,\nthen set its Attack to be\nequal to its Health." | |
}, | |
{ | |
"index": 3396, | |
"name": "Gift of the Naaru", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Restore #3 Health to\nall characters. If any\nare still damaged,\ndraw a card." | |
}, | |
{ | |
"index": 3397, | |
"name": "Najak Hexxen", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Take control of\nan enemy minion.\n<b>Deathrattle:</b> Give the\nminion back." | |
}, | |
{ | |
"index": 3398, | |
"name": "Revive Pet", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a friendly Beast that died this game. Summon it." | |
}, | |
{ | |
"index": 3399, | |
"name": "Stormpike Battle Ram", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Your next\nBeast costs (2) less." | |
}, | |
{ | |
"index": 3400, | |
"name": "Ram Tamer", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you control a\n<b>Secret</b>, gain +1/+1\nand <b>Stealth</b>." | |
}, | |
{ | |
"index": 3401, | |
"name": "Wing Commander Ichman", | |
"set": "ALTERAC_VALLEY", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon a Beast\nfrom your deck and give it\n<b>Rush</b>. If it kills a minion\nthis turn, repeat." | |
}, | |
{ | |
"index": 3402, | |
"name": "Mountain Bear", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon two\n2/4 Cubs with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3403, | |
"name": "Hold the Bridge", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +2/+1\nand <b>Divine Shield</b>.\nIt gains <b>Lifesteal</b> until\nend of turn." | |
}, | |
{ | |
"index": 3404, | |
"name": "Templar Captain", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Rush</b>. After this attacks\na minion, summon a 5/5\nDefender with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3405, | |
"name": "Brasswing", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "[x]At the end of your turn, deal\n2 damage to all enemies.\n<b>Honorable Kill:</b> Restore 4\nHealth to your hero." | |
}, | |
{ | |
"index": 3406, | |
"name": "Cavalry Horn", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon the lowest Cost minion in your hand." | |
}, | |
{ | |
"index": 3407, | |
"name": "Protect the Innocent", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 5/5 Defender with <b>Taunt</b>. If your hero was healed this turn, summon another." | |
}, | |
{ | |
"index": 3408, | |
"name": "Stonehearth Vindicator", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Draw a spell\nthat costs (3) or less.\nIt costs (0) this turn." | |
}, | |
{ | |
"index": 3409, | |
"name": "Dun Baldar Bridge", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]After you summon a\nminion, give it +2/+2.\nLasts 3 turns." | |
}, | |
{ | |
"index": 3410, | |
"name": "Saidan the Scarlet", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Rush.</b> Whenever this minion gains Attack or Health, double that amount <i>(wherever this is)</i>." | |
}, | |
{ | |
"index": 3411, | |
"name": "Frostwolf Kennels", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your\nturn, summon a 2/2\nWolf with <b>Stealth</b>.\nLasts 3 turns." | |
}, | |
{ | |
"index": 3412, | |
"name": "Snowfall Graveyard", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Your <b>Deathrattles</b>\ntrigger twice.\nLasts 3 turns." | |
}, | |
{ | |
"index": 3413, | |
"name": "Stormpike Quartermaster", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After you cast a spell,\ngive a random minion in your hand +1/+1." | |
}, | |
{ | |
"index": 3414, | |
"name": "The Lobotomizer", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Honorable Kill:</b> Get a\ncopy of the top card\nof your opponent's\ndeck." | |
}, | |
{ | |
"index": 3415, | |
"name": "Cera'thine Fleetrunner", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Replace your\nminions in hand and deck\n with ones from other classes.\nThey cost (2) less." | |
}, | |
{ | |
"index": 3416, | |
"name": "Contraband Stash", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replay 5 cards from other classes you've played this game." | |
}, | |
{ | |
"index": 3417, | |
"name": "Axe Berserker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Rush</b>. <b>Honorable Kill:</b>\nDraw a weapon." | |
}, | |
{ | |
"index": 3418, | |
"name": "Forsaken Lieutenant", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b><b>Stealth</b>.</b> After you play\na <b>Deathrattle</b> minion, become a 2/2 copy of it with <b>Rush</b>." | |
}, | |
{ | |
"index": 3419, | |
"name": "Desecrated Graveyard", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your turn,\ndestroy your lowest Attack\nminion to summon a\n4/4 Shade. Lasts 3 turns." | |
}, | |
{ | |
"index": 3420, | |
"name": "Iceblood Garrison", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your turn,\ndeal $1 damage to all \nminions. Lasts 3 turns." | |
}, | |
{ | |
"index": 3421, | |
"name": "Field of Strife", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Your minions have\n+1 Attack.\nLasts 3 turns." | |
}, | |
{ | |
"index": 3422, | |
"name": "Stormpike Aid Station", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]At the end of your turn,\ngive your minions +2\nHealth. Lasts 3 turns." | |
}, | |
{ | |
"index": 3423, | |
"name": "Humongous Owl", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": 8, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Deal 8 damage to a random enemy." | |
}, | |
{ | |
"index": 3424, | |
"name": "Reconnaissance", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Deathrattle</b> minion from another class. It costs (2) less." | |
}, | |
{ | |
"index": 3425, | |
"name": "Double Agent", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na card from another class,\n summon a copy of this." | |
}, | |
{ | |
"index": 3426, | |
"name": "Onyxian Warder", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, summon two\n2/1 Whelps with <b>Rush</b>." | |
}, | |
{ | |
"index": 3427, | |
"name": "Gear Grubber", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>. If you end your turn with any unspent Mana, reduce this card's Cost by (1)." | |
}, | |
{ | |
"index": 3428, | |
"name": "Whelp Bonker", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Frenzy and Honorable Kill:</b> Draw a card." | |
}, | |
{ | |
"index": 3429, | |
"name": "Raid Boss Onyxia", | |
"set": "ALTERAC_VALLEY", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Rush</b>. <b>Immune</b> while\nyou control a Whelp.\n<b>Battlecry:</b> Summon six\n 2/1 Whelps with <b>Rush</b>." | |
}, | |
{ | |
"index": 3430, | |
"name": "Kazakusan", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> If you played 4\nother Dragons this game,\ncraft a custom deck\nof Treasures.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3431, | |
"name": "Deep Breath", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage to a\nminion and its neighbors.\n<i>(Improved by number of \nother spells in your hand.)</i>" | |
}, | |
{ | |
"index": 3432, | |
"name": "Haleh, Matron Protectorate", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "After you cast a spell, deal 4 damage randomly split among all enemies." | |
}, | |
{ | |
"index": 3433, | |
"name": "Furious Howl", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card.\nRepeat until you have at least 3 cards." | |
}, | |
{ | |
"index": 3434, | |
"name": "Pet Collector", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a Beast from your deck that costs (5) or less." | |
}, | |
{ | |
"index": 3435, | |
"name": "Dragonbane Shot", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage.\n<b>Honorable Kill:</b> Add a \nDragonbane Shot\nto your hand." | |
}, | |
{ | |
"index": 3436, | |
"name": "Don't Stand in the Fire!", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $10 damage randomly split among all enemy minions. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3437, | |
"name": "Spirit Mount", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +1/+2\nand <b>Spell Damage +1</b>.\nWhen it dies, summon\na Spirit Raptor." | |
}, | |
{ | |
"index": 3438, | |
"name": "Bracing Cold", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Restore #5 Health to\nyour hero. Reduce the\nCost of a random spell\nin your hand by (2)." | |
}, | |
{ | |
"index": 3439, | |
"name": "Keen Reflex", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $1 damage to all\nminions. <b>Honorable Kill:</b>\nGain +1 Attack this turn." | |
}, | |
{ | |
"index": 3440, | |
"name": "Wings of Hate (Rank 1)", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 1/1\nFelwings. <i>(Upgrades\nwhen you have 5 Mana.)</i>" | |
}, | |
{ | |
"index": 3441, | |
"name": "Horn of Wrathion", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a minion. If it's\na Dragon, summon two 2/1 Whelps with <b>Rush</b>." | |
}, | |
{ | |
"index": 3442, | |
"name": "Boomkin", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Choose One - </b>Restore\n8 Health to your hero; or Deal 4 damage." | |
}, | |
{ | |
"index": 3443, | |
"name": "Raid Negotiator", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\n<b>Choose One</b> card. It has\nboth effects combined." | |
}, | |
{ | |
"index": 3444, | |
"name": "Stormwind Avenger", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "After you cast a spell on this minion, it gains +2 Attack." | |
}, | |
{ | |
"index": 3445, | |
"name": "Scale of Onyxia", | |
"set": "ALTERAC_VALLEY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Fill your board with 2/1 Whelps with <b>Rush</b>." | |
}, | |
{ | |
"index": 3446, | |
"name": "Battle Vicar", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a\nHoly spell." | |
}, | |
{ | |
"index": 3447, | |
"name": "Hit It Very Hard", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain +10 Attack and \"Can't attack heroes\" this turn." | |
}, | |
{ | |
"index": 3448, | |
"name": "Onyxian Drake", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n <b>Battlecry:</b> Deal damage\nequal to your Armor to\nan enemy minion." | |
}, | |
{ | |
"index": 3449, | |
"name": "Shoulder Check", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nGive a minion +2/+1 and <b>Rush</b>." | |
}, | |
{ | |
"index": 3450, | |
"name": "Lightmaw Netherdrake", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding\na Holy and a Shadow spell, deal 3 damage to all other minions." | |
}, | |
{ | |
"index": 3451, | |
"name": "Ring of Courage", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nGive a minion +1/+1. Repeat for each enemy minion." | |
}, | |
{ | |
"index": 3452, | |
"name": "Mi'da, Pure Light", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Divine Shield</b>, <b>Lifesteal</b>\n<b>Deathrattle:</b> Shuffle a Fragment\ninto your deck that resummons\nMi'da when drawn." | |
}, | |
{ | |
"index": 3453, | |
"name": "Drakefire Amulet", | |
"set": "ALTERAC_VALLEY", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\n<b>Discover</b> 2 Dragons. Summon them." | |
}, | |
{ | |
"index": 3454, | |
"name": "SI:7 Smuggler", | |
"set": "ALTERAC_VALLEY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Summon a random\n1-Cost minion. <i>(Upgraded\nfor each other SI:7 card you\n have played this game.)</i>" | |
}, | |
{ | |
"index": 3455, | |
"name": "Smokescreen", | |
"set": "ALTERAC_VALLEY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw 5 cards. Trigger\nany <b>Deathrattles</b> drawn." | |
}, | |
{ | |
"index": 3456, | |
"name": "Tooth of Nefarian", | |
"set": "ALTERAC_VALLEY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $3 damage.\n<b>Honorable Kill:</b> <b>Discover</b> a\nspell from another class." | |
}, | |
{ | |
"index": 3457, | |
"name": "Impfestation", | |
"set": "ALTERAC_VALLEY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 3/3\nDread Imp to attack each enemy minion." | |
}, | |
{ | |
"index": 3458, | |
"name": "Curse of Agony", | |
"set": "ALTERAC_VALLEY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Shuffle three Agonies\ninto the opponent's deck.\nThey deal Fatigue damage\nwhen drawn." | |
}, | |
{ | |
"index": 3459, | |
"name": "Spawn of Deathwing", | |
"set": "ALTERAC_VALLEY", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Destroy a random enemy minion. Discard a random card." | |
}, | |
{ | |
"index": 3460, | |
"name": "Razorglaive Sentinel", | |
"set": "ALTERAC_VALLEY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "After you play the left or right-most card in your hand, draw a card." | |
}, | |
{ | |
"index": 3461, | |
"name": "Knight of the Wild", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Costs (1) less for each Beast you've summoned this game." | |
}, | |
{ | |
"index": 3462, | |
"name": "Addled Grizzly", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you summon a\nBeast, give it +1/+1." | |
}, | |
{ | |
"index": 3463, | |
"name": "Klaxxi Amber-Weaver", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> If your C'Thun\nhas at least 10 Attack,\ngain +5 Health." | |
}, | |
{ | |
"index": 3464, | |
"name": "Malorne", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Go <b>Dormant</b>. Revive after 2 friendly Beasts die." | |
}, | |
{ | |
"index": 3465, | |
"name": "Aviana", | |
"set": "WONDERS", | |
"cost": 9, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "Your minions cost (1)." | |
}, | |
{ | |
"index": 3466, | |
"name": "Rat Sensei", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry and Deathrattle:</b> Add two 1/1 Turtles with <b>Taunt</b> to your hand." | |
}, | |
{ | |
"index": 3467, | |
"name": "Invigorate", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Gain an empty Mana Crystal; or Draw a card." | |
}, | |
{ | |
"index": 3468, | |
"name": "Cenarion Hold", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": 2, | |
"text": "[x]Your next <b>Choose One</b>\ncard this turn has both\neffects combined." | |
}, | |
{ | |
"index": 3469, | |
"name": "Snipe", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, deal $6 damage to it." | |
}, | |
{ | |
"index": 3470, | |
"name": "Ball of Spiders", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/1 Webspinners\nwith \"<b>Deathrattle:</b> Get\na random Beast.\"" | |
}, | |
{ | |
"index": 3471, | |
"name": "Explorer's Hat", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +1/+1 and \"<b>Deathrattle:</b> Get an Explorer's Hat.\"" | |
}, | |
{ | |
"index": 3472, | |
"name": "Lock and Load", | |
"set": "WONDERS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Each time you cast a spell this turn, get a random Hunter card." | |
}, | |
{ | |
"index": 3473, | |
"name": "Acidmaw", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "Whenever an enemy minion takes damage, destroy it." | |
}, | |
{ | |
"index": 3474, | |
"name": "Dreadscale", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "At the end of your turn, deal 1 damage to all enemies." | |
}, | |
{ | |
"index": 3475, | |
"name": "Durnholde Imposter", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]Each turn this is in your\nhand, transform it into a\nrandom 3-Cost minion\nthat gains <b>Poisonous</b>." | |
}, | |
{ | |
"index": 3476, | |
"name": "Time-Lost Raptor", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Echo</b>\n<b>Battlecry:</b> <b>Adapt</b> your Time-Lost Raptors." | |
}, | |
{ | |
"index": 3477, | |
"name": "Trial of the Jormungars", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon copies of two Beasts in your deck that cost (3) or less." | |
}, | |
{ | |
"index": 3478, | |
"name": "Dalaran Aspirant", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Spell Damage +1</b>\n<b>Inspire:</b> Gain <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 3479, | |
"name": "Mana Wyrm", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, gain +1 Attack." | |
}, | |
{ | |
"index": 3480, | |
"name": "Soot Spewer", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Spell Damage +1</b>\n<b>Battlecry:</b> If you control\nanother Mech, get a random Fire spell." | |
}, | |
{ | |
"index": 3481, | |
"name": "Goblin Blastmage", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you control\na Mech, deal 6 damage\nrandomly split among\nall enemies." | |
}, | |
{ | |
"index": 3482, | |
"name": "Servant of Yogg-Saron", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Cast a random\n spell that costs (5) or MORE \n <i>(targets chosen randomly)</i>." | |
}, | |
{ | |
"index": 3483, | |
"name": "Cabalist's Tome", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Get 3 random\nMage spells." | |
}, | |
{ | |
"index": 3484, | |
"name": "Flame Leviathan", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Rush</b>\nWhen you draw this, deal\n2 damage to all characters\nexcept Mechs." | |
}, | |
{ | |
"index": 3485, | |
"name": "Black Morass Imposter", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]Each turn this is in your\nhand, transform it into a\n random 2-Cost minion that \n gains <b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 3486, | |
"name": "Disco at the End of Time", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Cast 5 random <b>Secrets</b> from the past.\nAt the start of your turn, destroy them." | |
}, | |
{ | |
"index": 3487, | |
"name": "Chromie, Timehopper", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Visit a Historical \nEpoch. Shuffle the others\n into your deck." | |
}, | |
{ | |
"index": 3488, | |
"name": "Ivory Knight", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a spell.\nRestore Health to your hero\nequal to its Cost." | |
}, | |
{ | |
"index": 3489, | |
"name": "Grimestreet Enforcer", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 3490, | |
"name": "Lay on Hands", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health. Draw 3 cards." | |
}, | |
{ | |
"index": 3491, | |
"name": "Enter the Coliseum", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions except each player's highest Attack minion." | |
}, | |
{ | |
"index": 3492, | |
"name": "Timeless Blessing", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give four random minions in your hand +4/+4, +3/+3, +2/+2, and +1/+1." | |
}, | |
{ | |
"index": 3493, | |
"name": "Bronze Dragonknight", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>. <b>Battlecry:</b> If this\nhas 5 or more Attack,\n summon a copy of this." | |
}, | |
{ | |
"index": 3494, | |
"name": "Runi, Time Explorer", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a location from the FUTURE!" | |
}, | |
{ | |
"index": 3495, | |
"name": "Museum Curator", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry: Discover</b> a <b>Deathrattle</b> card.\nIt costs (1) less." | |
}, | |
{ | |
"index": 3496, | |
"name": "Onyx Bishop", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon a random friendly minion\nthat died this game." | |
}, | |
{ | |
"index": 3497, | |
"name": "Spawn of Shadows", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry and Inspire:</b>\nDeal 4 damage to\neach hero." | |
}, | |
{ | |
"index": 3498, | |
"name": "Shadowfiend", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Whenever you draw a card, reduce its Cost by (1)." | |
}, | |
{ | |
"index": 3499, | |
"name": "Shadowbomber", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 3 damage to each hero." | |
}, | |
{ | |
"index": 3500, | |
"name": "Confessor Paletress", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry and Inspire:</b> Summon a random <b>Legendary</b> minion." | |
}, | |
{ | |
"index": 3501, | |
"name": "Shadow Word: Forbid", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nDestroy a 4-Attack minion. <b>Corrupt:</b> Destroy ALL 4-Attack minions." | |
}, | |
{ | |
"index": 3502, | |
"name": "Ship's Chirurgeon", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "After you summon a minion, give it +1 Health." | |
}, | |
{ | |
"index": 3503, | |
"name": "Murozond, Thief of Time", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> If your deck has no\nduplicates, <b>Discover</b> a Dragon.\nDeal damage equal to its Cost\nto all other minions." | |
}, | |
{ | |
"index": 3504, | |
"name": "Jade Swarmer", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>\n<b>Deathrattle:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3505, | |
"name": "Jade Shuriken", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\n<b>Combo:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3506, | |
"name": "Burgle", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Get 3 random\ncards <i>(from your\nopponent's class)</i>." | |
}, | |
{ | |
"index": 3507, | |
"name": "Dark Iron Skulker", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 2 damage to all undamaged\nenemy minions." | |
}, | |
{ | |
"index": 3508, | |
"name": "Blade of C'Thun", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy a minion. Add its Attack and Health to your C'Thun's <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 3509, | |
"name": "Anub'arak", | |
"set": "WONDERS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Summon a 4/4 Nerubian with \"<b>Deathrattle:</b> \nSummon Anub'arak.\"" | |
}, | |
{ | |
"index": 3510, | |
"name": "Mount Hyjal Imposter", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]Each turn this is in your\nhand, transform it into a\nrandom 4-Cost minion\nthat gains <b>Stealth</b>." | |
}, | |
{ | |
"index": 3511, | |
"name": "Jade Telegram", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Look at 3 cards in your\nopponent's hand and shuffle\none of them into their deck.\nSummon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3512, | |
"name": "The Scarab Lord", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a 0/1 Gong for your opponent.\n<b>Combo:</b> Gain <b>Rush</b>." | |
}, | |
{ | |
"index": 3513, | |
"name": "Tuskarr Totemic", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Summon a random basic Totem." | |
}, | |
{ | |
"index": 3514, | |
"name": "Jade Lightning", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3515, | |
"name": "Wicked Witchdoctor", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Whenever you cast a spell, summon a random basic Totem." | |
}, | |
{ | |
"index": 3516, | |
"name": "Jade Chieftain", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Summon a{1} {0} <b>Jade Golem</b>. Give it <b>Taunt</b>." | |
}, | |
{ | |
"index": 3517, | |
"name": "Thunder Bluff Valiant", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry and Inspire:</b>\nGive your Totems\n+2 Attack." | |
}, | |
{ | |
"index": 3518, | |
"name": "Call in the Finishers", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon four\n1/1 Murlocs." | |
}, | |
{ | |
"index": 3519, | |
"name": "Pebbly Page", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Draw an\n<b>Overload</b> card. You can't\nbe <b>Overloaded</b> this turn." | |
}, | |
{ | |
"index": 3520, | |
"name": "Totally Totems", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon all FIVE<i>?!</i> basic Totems.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3521, | |
"name": "Al'Akir, the Winds of Time", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "[x]<b>Battlecry:</b> Draw a <b>Charge</b>,\n<b>Divine Shield</b>, <b>Taunt</b>, and\n<b>Windfury</b> minion." | |
}, | |
{ | |
"index": 3522, | |
"name": "Demonfuse", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a Demon +3/+3." | |
}, | |
{ | |
"index": 3523, | |
"name": "Darkbomb", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a character. If it dies, draw a Shadow spell." | |
}, | |
{ | |
"index": 3524, | |
"name": "Dark Peddler", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry: Discover</b> a\n1-Cost card." | |
}, | |
{ | |
"index": 3525, | |
"name": "Spreading Madness", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $13 damage randomly split among ALL characters." | |
}, | |
{ | |
"index": 3526, | |
"name": "Silverware Golem", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "If you discard this minion, summon it." | |
}, | |
{ | |
"index": 3527, | |
"name": "Tiny Knight of Evil", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Whenever you discard a card, gain +2/+1." | |
}, | |
{ | |
"index": 3528, | |
"name": "Dark Bargain", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy 2 random enemy minions. Discard 2 random cards." | |
}, | |
{ | |
"index": 3529, | |
"name": "Chamber of Viscidus", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": 2, | |
"text": "[x]Look at 3 cards in your\nhand and choose one to\ndiscard. Draw two cards." | |
}, | |
{ | |
"index": 3530, | |
"name": "Witch of the Arch-Thief", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon a\n1/3 Voidwalker with <b>Taunt</b>.\nIf your opponent has more\nminions, repeat." | |
}, | |
{ | |
"index": 3531, | |
"name": "Cho'gall", | |
"set": "WONDERS", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry:</b> Return all cards\nyou discarded this game to\nyour hand. They cost Health\ninstead of Mana." | |
}, | |
{ | |
"index": 3532, | |
"name": "Grimy Gadgeteer", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "At the end of your turn, give a random minion in your hand +2/+2." | |
}, | |
{ | |
"index": 3533, | |
"name": "Stolen Goods", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a <b>Taunt</b> minion.\nGive it +2/+2." | |
}, | |
{ | |
"index": 3534, | |
"name": "Ancient Shieldbearer", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> If your C'Thun has at least 10 Attack, gain 10 Armor." | |
}, | |
{ | |
"index": 3535, | |
"name": "Iron Juggernaut", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry and Deathrattle:</b>\nShuffle a Mine into your\nopponent's deck. When drawn,\nexplode for 10 damage!" | |
}, | |
{ | |
"index": 3536, | |
"name": "Blast from the Past", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Get 2 <b>Spare Parts</b>. Summon two 1/1 Boom Bots. Shuffle a Bomb into your opponent's deck." | |
}, | |
{ | |
"index": 3537, | |
"name": "Ivory Rook", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a <b>Taunt</b> minion. Gain Armor equal to its Cost." | |
}, | |
{ | |
"index": 3538, | |
"name": "Hobart Grapplehammer", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you have a\nweapon equipped, give\nall minions in your hand\nand deck +2/+2." | |
}, | |
{ | |
"index": 3539, | |
"name": "Jade Spirit", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3540, | |
"name": "Twilight Geomancer", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Give your\nC'Thun +1/+1 and <b>Taunt</b> <i>(wherever it is)</i>." | |
}, | |
{ | |
"index": 3541, | |
"name": "C'Thun's Chosen", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Divine Shield</b>\n<b>Battlecry:</b> Give your C'Thun\n+3/+3 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 3542, | |
"name": "Disciple of C'Thun", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 2 damage. Give your C'Thun +2/+2 <i>(wherever it is)</i>." | |
}, | |
{ | |
"index": 3543, | |
"name": "Sludge Belcher", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a\n1/2 Slime with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3544, | |
"name": "Kabal Courier", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Discover</b>\na Mage, Priest, or\nWarlock card." | |
}, | |
{ | |
"index": 3545, | |
"name": "Crazed Worshipper", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nWhenever this minion takes\ndamage, give your C'Thun\n+1/+1 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 3546, | |
"name": "Emperor Thaurissan", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "At the end of your turn, reduce the Cost of cards\nin your hand by (1)." | |
}, | |
{ | |
"index": 3547, | |
"name": "Twin Emperor Vek'lor", | |
"set": "WONDERS", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 7, | |
"text": "[x]<b><b>Taunt</b>\nBattlecry:</b> If your C'Thun has\nat least 10 Attack, summon\nanother Emperor." | |
}, | |
{ | |
"index": 3548, | |
"name": "C'Thun", | |
"set": "WONDERS", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal damage\nequal to this minion's\nAttack randomly split among all enemies." | |
}, | |
{ | |
"index": 3549, | |
"name": "Aya Blackpaw", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry and Deathrattle:</b> Summon a{1} {0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3550, | |
"name": "Don Han'Cho", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give a\nrandom minion in your hand +5/+5." | |
}, | |
{ | |
"index": 3551, | |
"name": "Shark Puncher", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give a random friendly Pirate +2/+2." | |
}, | |
{ | |
"index": 3552, | |
"name": "Timeline Accelerator", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Draw a Mech.\nIt costs (2) less." | |
}, | |
{ | |
"index": 3553, | |
"name": "Future Emissary", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Reduce the Cost\nof all Dragons in your hand\n by (1). Give them +1/+1." | |
}, | |
{ | |
"index": 3554, | |
"name": "Menagerie Mug", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> Give 3 random\nfriendly minions of different\nminion types +1/+1." | |
}, | |
{ | |
"index": 3555, | |
"name": "Menagerie Jug", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Give 3 random\nfriendly minions of different\nminion types +2/+2." | |
}, | |
{ | |
"index": 3556, | |
"name": "Infinite Amalgam", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]<b>Inspire, Frenzy, <b>Spellburst</b>,\nHonorable Kill, and Overkill:</b>\nSummon a random\n1-Cost minion." | |
}, | |
{ | |
"index": 3557, | |
"name": "Eyestalk of C'Thun", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Taunt</b>, <b>Lifesteal</b>\nWhenever your C'Thun gains\nAttack or Health, this does\ntoo <i>(wherever it is)</i>." | |
}, | |
{ | |
"index": 3558, | |
"name": "Soridormi", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Dormant</b> for 2 turns.\nWhen this awakens, reduce\nthe Cost of all Dragons\nin your hand by (4)." | |
}, | |
{ | |
"index": 3559, | |
"name": "King of Beasts", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\nHas +1 Attack for each\nother Beast you control." | |
}, | |
{ | |
"index": 3560, | |
"name": "Virmen Sensei", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give a friendly Beast +3/+3." | |
}, | |
{ | |
"index": 3561, | |
"name": "Mire Keeper", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Choose One -</b> Summon a\n2/2 Slime; or Gain an\nempty Mana Crystal." | |
}, | |
{ | |
"index": 3562, | |
"name": "Jade Behemoth", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Summon a{1}\n{0} <b>Jade Golem</b>." | |
}, | |
{ | |
"index": 3563, | |
"name": "Dark Arakkoa", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Give your C'Thun\n+4/+4 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 3564, | |
"name": "Menagerie Warden", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Choose a friendly Beast. Summon a copy of it." | |
}, | |
{ | |
"index": 3565, | |
"name": "Cobra Shot", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to\na minion and the\nenemy hero." | |
}, | |
{ | |
"index": 3566, | |
"name": "Shaky Zipgunner", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Give a random\nminion in your hand +2/+2." | |
}, | |
{ | |
"index": 3567, | |
"name": "Kabal Crystal Runner", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "Costs (2) less for each <b>Secret</b> you've played this game." | |
}, | |
{ | |
"index": 3568, | |
"name": "Silvermoon Portal", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+2. Summon a random\n2-Cost minion." | |
}, | |
{ | |
"index": 3569, | |
"name": "Steward of Darkshire", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "Whenever you summon a 1-Health minion, give it <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3570, | |
"name": "Keeper of Uldaman", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Set a minion's Attack and Health to 3." | |
}, | |
{ | |
"index": 3571, | |
"name": "Wickerflame Burnbristle", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>\n<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 3572, | |
"name": "Hooded Acolyte", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\nWhenever a character is\nhealed, give your C'Thun\n+1/+1 <i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 3573, | |
"name": "Shrinkmeister", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a minion -3 Attack this turn." | |
}, | |
{ | |
"index": 3574, | |
"name": "Darkshire Alchemist", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Restore\n#5 Health." | |
}, | |
{ | |
"index": 3575, | |
"name": "Shado-Pan Rider", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Combo:</b> Gain +4 Attack." | |
}, | |
{ | |
"index": 3576, | |
"name": "Undercity Huckster", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Get a\nrandom card <i>(from your\nopponent's class)</i>." | |
}, | |
{ | |
"index": 3577, | |
"name": "Poisoned Blade", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Your Hero Power gives this +1 Attack instead\nof replacing it." | |
}, | |
{ | |
"index": 3578, | |
"name": "Healing Wave", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #8 Health. Reveal a minion in each deck. If yours costs more, restore #16 instead." | |
}, | |
{ | |
"index": 3579, | |
"name": "Charged Hammer", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Your Hero Power becomes 'Deal 2 damage.'" | |
}, | |
{ | |
"index": 3580, | |
"name": "Usher of Souls", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "Whenever a minion dies, give your C'Thun +1/+1\n<i>(wherever it is).</i>" | |
}, | |
{ | |
"index": 3581, | |
"name": "Bane of Doom", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a character. If that kills it, summon a random Demon." | |
}, | |
{ | |
"index": 3582, | |
"name": "Krul the Unshackled", | |
"set": "WONDERS", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 9, | |
"text": "[x]<b>Battlecry:</b> If your deck has\nno duplicates, summon all\n Demons from your hand. " | |
}, | |
{ | |
"index": 3583, | |
"name": "Bouncing Blade", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a random minion. Repeat until a minion dies." | |
}, | |
{ | |
"index": 3584, | |
"name": "Brass Knuckles", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After your hero attacks,\ngive a random minion in\nyour hand +1/+1." | |
}, | |
{ | |
"index": 3585, | |
"name": "Mukla's Champion", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "<b>Inspire:</b> Give your other minions +1/+1." | |
}, | |
{ | |
"index": 3586, | |
"name": "Blackwing Corruptor", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you're holding a Dragon, deal 5 damage." | |
}, | |
{ | |
"index": 3587, | |
"name": "Cult Apothecary", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> For each enemy minion, restore #2 Health to your hero." | |
}, | |
{ | |
"index": 3588, | |
"name": "Grimestreet Informant", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b>\na Hunter, Paladin, or\nWarrior card." | |
}, | |
{ | |
"index": 3589, | |
"name": "Lotus Agents", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Discover</b>\na Druid, Rogue, or\nShaman card." | |
}, | |
{ | |
"index": 3590, | |
"name": "A Light in the Darkness", | |
"set": "WONDERS", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Paladin minion. Give it +2/+2." | |
}, | |
{ | |
"index": 3591, | |
"name": "Mysterious Challenger", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Put one of each <b>Secret</b> from your deck into the battlefield." | |
}, | |
{ | |
"index": 3592, | |
"name": "Reincarnate", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion,\nthen return it to life with full Health." | |
}, | |
{ | |
"index": 3593, | |
"name": "Hallazeal the Ascended", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Spell Damage +1</b>\nYour spells have <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 3594, | |
"name": "Ironforge Portal", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 4 Armor.\nSummon a random\n4-Cost minion." | |
}, | |
{ | |
"index": 3595, | |
"name": "Axe Flinger", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "Whenever this minion takes damage, deal 2 damage to the enemy hero." | |
}, | |
{ | |
"index": 3596, | |
"name": "Alley Armorsmith", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\nWhenever this minion\ndeals damage, gain\nthat much Armor." | |
}, | |
{ | |
"index": 3597, | |
"name": "Tomb Pillager", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Get a Coin." | |
}, | |
{ | |
"index": 3598, | |
"name": "Flame Lance", | |
"set": "WONDERS", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $25 damage\nto a minion." | |
}, | |
{ | |
"index": 3599, | |
"name": "Convert", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put a copy of an enemy minion into your hand. It costs (1)." | |
}, | |
{ | |
"index": 3600, | |
"name": "Spellslinger", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Both players\nget a random spell.\nYours costs (2) less." | |
}, | |
{ | |
"index": 3601, | |
"name": "Valstann Staghelm", | |
"set": "WONDERS", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Deathrattle:</b> Summon\na <b>Taunt</b> minion from\nyour deck." | |
}, | |
{ | |
"index": 3602, | |
"name": "Smuggler's Crate", | |
"set": "WONDERS", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a random Beast in your hand +2/+2." | |
}, | |
{ | |
"index": 3603, | |
"name": "I Know a Guy", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a <b>Taunt</b> minion. Give it +1/+2." | |
}, | |
{ | |
"index": 3604, | |
"name": "Small-Time Buccaneer", | |
"set": "WONDERS", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Has +2 Attack while you have a weapon equipped." | |
}, | |
{ | |
"index": 3605, | |
"name": "Acolyte of Pain", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "Whenever this minion takes damage, draw a card." | |
}, | |
{ | |
"index": 3606, | |
"name": "Street Trickster", | |
"set": "WONDERS", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 7, | |
"text": "<b>Spell Damage +2</b>" | |
}, | |
{ | |
"index": 3607, | |
"name": "Worgen Greaser", | |
"set": "WONDERS", | |
"cost": 4, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 3608, | |
"name": "Holy Champion", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "<b>Overheal:</b> Gain +2 Attack." | |
}, | |
{ | |
"index": 3609, | |
"name": "Buccaneer", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "Whenever you equip a weapon, give it +1 Attack." | |
}, | |
{ | |
"index": 3610, | |
"name": "Living Roots", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Deal $2 damage; or Summon two 1/1 Saplings." | |
}, | |
{ | |
"index": 3611, | |
"name": "Ancestral Knowledge", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3612, | |
"name": "Flash Heal", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #5 Health." | |
}, | |
{ | |
"index": 3613, | |
"name": "Bash", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nGain 3 Armor." | |
}, | |
{ | |
"index": 3614, | |
"name": "Warhorse Trainer", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your Silver Hand Recruits have +2 Attack and <b>Taunt</b>." | |
}, | |
{ | |
"index": 3615, | |
"name": "Bronze Gatekeeper", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Magnetic</b>\n<b>Taunt</b>" | |
}, | |
{ | |
"index": 3616, | |
"name": "Stargazer Luna", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "After you play the\nright-most card in your hand, draw a card." | |
}, | |
{ | |
"index": 3617, | |
"name": "Dyn-o-matic", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Deal 5 damage randomly split among all minions except Mechs." | |
}, | |
{ | |
"index": 3618, | |
"name": "Spirit Bomb", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion and your hero." | |
}, | |
{ | |
"index": 3619, | |
"name": "Replicating Menace", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Magnetic</b>\n<b>Deathrattle:</b> Summon three 1/1 Microbots." | |
}, | |
{ | |
"index": 3620, | |
"name": "Shooting Star", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion and the minions next to it." | |
}, | |
{ | |
"index": 3621, | |
"name": "Menacing Nimbus", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Add a random Elemental to your hand." | |
}, | |
{ | |
"index": 3622, | |
"name": "Zilliax", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Magnetic</b>\n<b><b>Divine Shield</b>, <b>Taunt</b>, Lifesteal, Rush</b>" | |
}, | |
{ | |
"index": 3623, | |
"name": "Wargear", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Magnetic</b>" | |
}, | |
{ | |
"index": 3624, | |
"name": "Imp Gang Boss", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Whenever this minion takes damage, summon a 1/1 Imp." | |
}, | |
{ | |
"index": 3625, | |
"name": "Quick Shot", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nIf your hand is empty, draw a card." | |
}, | |
{ | |
"index": 3626, | |
"name": "Chaos Strike", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. Draw a card." | |
}, | |
{ | |
"index": 3627, | |
"name": "Coordinated Strike", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/1 Illidari with <b>Rush</b>." | |
}, | |
{ | |
"index": 3628, | |
"name": "Bladestorm", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions. Repeat until one dies." | |
}, | |
{ | |
"index": 3629, | |
"name": "Kayn Sunfury", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Charge</b>\nAll friendly attacks ignore <b>Taunt</b>." | |
}, | |
{ | |
"index": 3630, | |
"name": "Shadowjeweler Hanar", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]After you play a <b>Secret</b>,\n<b>Discover</b> a <b>Secret</b> from\na different class." | |
}, | |
{ | |
"index": 3631, | |
"name": "Flamereaper", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "Also damages the minions next to whomever your hero attacks." | |
}, | |
{ | |
"index": 3632, | |
"name": "Hand of A'dal", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2/+1.\nDraw a card." | |
}, | |
{ | |
"index": 3633, | |
"name": "Enhanced Dreadlord", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Summon a 5/5\nDreadlord with <b>Lifesteal</b>." | |
}, | |
{ | |
"index": 3634, | |
"name": "Battlefiend", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, gain +1 Attack." | |
}, | |
{ | |
"index": 3635, | |
"name": "Wrathscale Naga", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After a friendly minion dies, deal 3 damage to a random enemy." | |
}, | |
{ | |
"index": 3636, | |
"name": "Raging Felscreamer", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> The next Demon you play costs (2) less." | |
}, | |
{ | |
"index": 3637, | |
"name": "Feast of Souls", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card for each friendly minion that died this turn.@ <i>(@)</i>" | |
}, | |
{ | |
"index": 3638, | |
"name": "Metamorphosis", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Swap your Hero Power to \"Deal 4 damage.\" After 2 uses, swap it back." | |
}, | |
{ | |
"index": 3639, | |
"name": "Crimson Sigil Runner", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Outcast:</b> Draw a card." | |
}, | |
{ | |
"index": 3640, | |
"name": "Spectral Sight", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw a card.\n<b>Outcast:</b> Draw another." | |
}, | |
{ | |
"index": 3641, | |
"name": "Immolation Aura", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions twice." | |
}, | |
{ | |
"index": 3642, | |
"name": "Ambush", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent plays a minion,\nsummon a 2/3 Ambusher\nwith <b>Poisonous</b>." | |
}, | |
{ | |
"index": 3643, | |
"name": "Eye Beam", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>. Deal $3 damage to a minion.\n<b>Outcast:</b> This costs (1)." | |
}, | |
{ | |
"index": 3644, | |
"name": "Aldrachi Warblades", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 3645, | |
"name": "Drakonid Operative", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you're holding\na Dragon, <b>Discover</b> a\ncopy of a card in your\nopponent's deck." | |
}, | |
{ | |
"index": 3646, | |
"name": "Mana Geode", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Overheal:</b> Summon a\n2/2 Crystal." | |
}, | |
{ | |
"index": 3647, | |
"name": "Abyssal Enforcer", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Deal 3 damage to all other characters." | |
}, | |
{ | |
"index": 3648, | |
"name": "Grimestreet Outfitter", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give all minions in your hand +1/+1." | |
}, | |
{ | |
"index": 3649, | |
"name": "Dirty Rat", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Your opponent\nsummons a random minion\nfrom their hand." | |
}, | |
{ | |
"index": 3650, | |
"name": "Holy Nova", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemy minions. Restore #2 Health to all friendly characters." | |
}, | |
{ | |
"index": 3651, | |
"name": "Holy Smite", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage\nto a minion." | |
}, | |
{ | |
"index": 3652, | |
"name": "Mark of the Wild", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion <b>Taunt</b> and +2/+3.<i>\n(+2 Attack/+3 Health)</i>" | |
}, | |
{ | |
"index": 3653, | |
"name": "Wild Growth", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain an empty Mana Crystal." | |
}, | |
{ | |
"index": 3654, | |
"name": "Arcane Intellect", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 cards." | |
}, | |
{ | |
"index": 3655, | |
"name": "Blizzard", | |
"set": "CORE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemy minions and <b>Freeze</b> them." | |
}, | |
{ | |
"index": 3656, | |
"name": "Fireball", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $6 damage." | |
}, | |
{ | |
"index": 3657, | |
"name": "Fire Elemental", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Deal 4 damage." | |
}, | |
{ | |
"index": 3658, | |
"name": "Bloodlust", | |
"set": "CORE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +3 Attack this turn." | |
}, | |
{ | |
"index": 3659, | |
"name": "Far Sight", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. That card costs (3) less." | |
}, | |
{ | |
"index": 3660, | |
"name": "Hellfire", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to ALL characters." | |
}, | |
{ | |
"index": 3661, | |
"name": "Voidwalker", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 3662, | |
"name": "Backstab", | |
"set": "CORE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to an undamaged minion." | |
}, | |
{ | |
"index": 3663, | |
"name": "Deadly Poison", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your weapon +2 Attack." | |
}, | |
{ | |
"index": 3664, | |
"name": "Assassinate", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy an enemy minion." | |
}, | |
{ | |
"index": 3665, | |
"name": "Blessing of Kings", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +4/+4. <i>(+4 Attack/+4 Health)</i>" | |
}, | |
{ | |
"index": 3666, | |
"name": "Consecration", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemies." | |
}, | |
{ | |
"index": 3667, | |
"name": "Hammer of Wrath", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage.\nDraw a card." | |
}, | |
{ | |
"index": 3668, | |
"name": "Truesilver Champion", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "Whenever your hero attacks, restore #3 Health to it." | |
}, | |
{ | |
"index": 3669, | |
"name": "Execute", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a damaged enemy minion." | |
}, | |
{ | |
"index": 3670, | |
"name": "Raid Leader", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "Your other minions have +1 Attack." | |
}, | |
{ | |
"index": 3671, | |
"name": "Kobold Geomancer", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 3672, | |
"name": "Sen'jin Shieldmasta", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 3673, | |
"name": "Chillwind Yeti", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": null | |
}, | |
{ | |
"index": 3674, | |
"name": "Abusive Sergeant", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Give a minion +2 Attack this turn." | |
}, | |
{ | |
"index": 3675, | |
"name": "Elven Archer", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 3676, | |
"name": "Stormwind Champion", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "Your other minions have +1/+1." | |
}, | |
{ | |
"index": 3677, | |
"name": "Crimson Clergy", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Overheal:</b> Draw a card." | |
}, | |
{ | |
"index": 3678, | |
"name": "Marked Shot", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $4 damage to a minion. <b>Discover</b> a spell." | |
}, | |
{ | |
"index": 3679, | |
"name": "Hench-Clan Burglar", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a spell from another class." | |
}, | |
{ | |
"index": 3680, | |
"name": "Catrina Muerte", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 8, | |
"text": "At the end of your turn, resurrect another friendly Undead minion." | |
}, | |
{ | |
"index": 3681, | |
"name": "Doggie Biscuit", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nGive a minion +2/+3.\nAfter you <b>Trade</b> this, give\na friendly minion <b>Rush</b>." | |
}, | |
{ | |
"index": 3682, | |
"name": "Lunar Eclipse", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to a minion. Your next spell this turn costs (2) less." | |
}, | |
{ | |
"index": 3683, | |
"name": "Solar Eclipse", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next spell you cast this turn casts twice." | |
}, | |
{ | |
"index": 3684, | |
"name": "Lothraxion the Redeemed", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> For the rest of the\ngame, after you summon\na Silver Hand Recruit,\ngive it <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3685, | |
"name": "Sword Eater", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Equip a 3/2 Sword." | |
}, | |
{ | |
"index": 3686, | |
"name": "Grand Totem Eys'or", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 0, | |
"health_or_durability": 4, | |
"text": "At the end of your turn,\ngive +1/+1 to all other Totems in your hand, deck and battlefield." | |
}, | |
{ | |
"index": 3687, | |
"name": "Kiri, Chosen of Elune", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a Solar Eclipse and Lunar Eclipse to your hand." | |
}, | |
{ | |
"index": 3688, | |
"name": "Amber Watcher", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Restore #8 Health." | |
}, | |
{ | |
"index": 3689, | |
"name": "Bronze Explorer", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Lifesteal</b>\n<b>Battlecry:</b> <b>Discover</b> a Dragon." | |
}, | |
{ | |
"index": 3690, | |
"name": "Dragonbane", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "After you use your Hero Power, deal 5 damage to a random enemy." | |
}, | |
{ | |
"index": 3691, | |
"name": "Tracking", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a card from your deck." | |
}, | |
{ | |
"index": 3692, | |
"name": "Arcane Shot", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage." | |
}, | |
{ | |
"index": 3693, | |
"name": "The Black Knight", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy an enemy minion with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3694, | |
"name": "Big Game Hunter", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Destroy a minion with 7 or more Attack." | |
}, | |
{ | |
"index": 3695, | |
"name": "Acolyte of Pain", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "Whenever this minion takes damage, draw a card." | |
}, | |
{ | |
"index": 3696, | |
"name": "Worgen Infiltrator", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 3697, | |
"name": "Voodoo Doctor", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Restore #2 Health." | |
}, | |
{ | |
"index": 3698, | |
"name": "Bloodmage Thalnos", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Spell Damage +1</b>\n<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 3699, | |
"name": "Stranglethorn Tiger", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Stealth</b>" | |
}, | |
{ | |
"index": 3700, | |
"name": "Twilight Drake", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Gain +1 Health for each card in your hand." | |
}, | |
{ | |
"index": 3701, | |
"name": "Youthful Brewmaster", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Return a friendly minion from the battlefield to your hand." | |
}, | |
{ | |
"index": 3702, | |
"name": "Crazed Alchemist", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Swap the Attack and Health of a minion." | |
}, | |
{ | |
"index": 3703, | |
"name": "Mad Bomber", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 3 damage randomly split between all other characters." | |
}, | |
{ | |
"index": 3704, | |
"name": "Defender of Argus", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give adjacent minions +1/+1 and <b>Taunt</b>." | |
}, | |
{ | |
"index": 3705, | |
"name": "Loot Hoarder", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 3706, | |
"name": "Coldlight Seer", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give your other Murlocs +2 Health." | |
}, | |
{ | |
"index": 3707, | |
"name": "Cairne Bloodhoof", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon a 5/5 Baine Bloodhoof." | |
}, | |
{ | |
"index": 3708, | |
"name": "Eviscerate", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. <b>Combo:</b> Deal $4 damage instead." | |
}, | |
{ | |
"index": 3709, | |
"name": "Fan of Knives", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all enemy minions. Draw a card." | |
}, | |
{ | |
"index": 3710, | |
"name": "SI:7 Agent", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Deal 2 damage." | |
}, | |
{ | |
"index": 3711, | |
"name": "Shadowstep", | |
"set": "CORE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Return a friendly minion to your hand. It costs (2) less." | |
}, | |
{ | |
"index": 3712, | |
"name": "Preparation", | |
"set": "CORE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "The next spell you cast this turn costs (2) less." | |
}, | |
{ | |
"index": 3713, | |
"name": "Wrath", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b>\nDeal $3 damage to a minion; or $1 damage\nand draw a card." | |
}, | |
{ | |
"index": 3714, | |
"name": "Soul of the Forest", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions \"<b>Deathrattle:</b> Summon a 2/2 Treant.\"" | |
}, | |
{ | |
"index": 3715, | |
"name": "Power of the Wild", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Give your minions +1/+1; or Summon a 3/2 Panther." | |
}, | |
{ | |
"index": 3716, | |
"name": "Dire Wolf Alpha", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "Adjacent minions have +1 Attack." | |
}, | |
{ | |
"index": 3717, | |
"name": "Nourish", | |
"set": "CORE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Gain 2 Mana Crystals; or Draw 3 cards." | |
}, | |
{ | |
"index": 3718, | |
"name": "Druid of the Claw", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Choose One -</b> Transform\ninto a 7/6 with <b>Rush</b>;\nor a 4/9 with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3719, | |
"name": "Innervate", | |
"set": "CORE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 1 Mana Crystal this turn only." | |
}, | |
{ | |
"index": 3720, | |
"name": "Psychic Conjurer", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Copy a card in your opponent’s deck and add it to your hand." | |
}, | |
{ | |
"index": 3721, | |
"name": "Shadow Word: Ruin", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions with 5 or more Attack." | |
}, | |
{ | |
"index": 3722, | |
"name": "Lightning Bolt", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3723, | |
"name": "Hex", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion into a 0/1 Frog with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3724, | |
"name": "Feral Spirit", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/3 Spirit Wolves with <b>Taunt</b>. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3725, | |
"name": "Baron Geddon", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "At the end of your turn, deal 2 damage to ALL other characters." | |
}, | |
{ | |
"index": 3726, | |
"name": "Lightning Storm", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to all enemy minions. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3727, | |
"name": "Pyroblast", | |
"set": "CORE", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $10 damage." | |
}, | |
{ | |
"index": 3728, | |
"name": "Azure Drake", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Spell Damage +1</b>\n<b>Battlecry:</b> Draw a card." | |
}, | |
{ | |
"index": 3729, | |
"name": "Counterspell", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent casts a spell, <b>Counter</b> it." | |
}, | |
{ | |
"index": 3730, | |
"name": "Ice Barrier", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your\nhero is attacked,\ngain 8 Armor." | |
}, | |
{ | |
"index": 3731, | |
"name": "Ragnaros the Firelord", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Can't attack. At the end of your turn, deal 8 damage to a random enemy." | |
}, | |
{ | |
"index": 3732, | |
"name": "Mortal Coil", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to a minion. If that kills it, draw a card." | |
}, | |
{ | |
"index": 3733, | |
"name": "Siphon Soul", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. Restore #3 Health to your hero." | |
}, | |
{ | |
"index": 3734, | |
"name": "Twisting Nether", | |
"set": "CORE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions." | |
}, | |
{ | |
"index": 3735, | |
"name": "Flame Imp", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Deal 3 damage to your hero." | |
}, | |
{ | |
"index": 3736, | |
"name": "Lord Jaraxxus", | |
"set": "CORE", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": 30, | |
"text": "<b>Battlecry:</b> Equip a 3/8 Blood Fury." | |
}, | |
{ | |
"index": 3737, | |
"name": "Argent Protector", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3738, | |
"name": "Tirion Fordring", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b><b>Divine Shield</b>,</b> <b>Taunt</b> <b>Deathrattle:</b> Equip a 5/3 Ashbringer." | |
}, | |
{ | |
"index": 3739, | |
"name": "Slam", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. If it survives, draw a card." | |
}, | |
{ | |
"index": 3740, | |
"name": "Whirlwind", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to ALL minions." | |
}, | |
{ | |
"index": 3741, | |
"name": "Brawl", | |
"set": "CORE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions except one. <i>(chosen randomly)</i>" | |
}, | |
{ | |
"index": 3742, | |
"name": "Shield Slam", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal 1 damage to a minion for each Armor you have." | |
}, | |
{ | |
"index": 3743, | |
"name": "Grommash Hellscream", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 9, | |
"text": "<b>Charge</b>\nHas +6 Attack while damaged." | |
}, | |
{ | |
"index": 3744, | |
"name": "Murloc Tidehunter", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Summon a 1/1 Murloc Scout." | |
}, | |
{ | |
"index": 3745, | |
"name": "Murloc Warleader", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Your other Murlocs have +2 Attack." | |
}, | |
{ | |
"index": 3746, | |
"name": "Murloc Tidecaller", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "Whenever you summon a Murloc, gain +1 Attack." | |
}, | |
{ | |
"index": 3747, | |
"name": "Savannah Highmane", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 7, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Summon two 2/2 Hyenas." | |
}, | |
{ | |
"index": 3748, | |
"name": "King Krush", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Charge</b>" | |
}, | |
{ | |
"index": 3749, | |
"name": "Flametongue Totem", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "Adjacent minions have +2 Attack." | |
}, | |
{ | |
"index": 3750, | |
"name": "Doomhammer", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 8, | |
"text": "<b>Windfury, Overload:</b> (2)" | |
}, | |
{ | |
"index": 3751, | |
"name": "Cenarius", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "<b>Choose One -</b> Give your other minions +2/+2; or Summon two 2/2 Treants with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3752, | |
"name": "Sea Giant", | |
"set": "CORE", | |
"cost": 10, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each other minion on the battlefield." | |
}, | |
{ | |
"index": 3753, | |
"name": "Cruel Taskmaster", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Deal 1 damage to a minion and give it +2 Attack." | |
}, | |
{ | |
"index": 3754, | |
"name": "Frothing Berserker", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "Whenever a minion takes damage, gain +1 Attack." | |
}, | |
{ | |
"index": 3755, | |
"name": "Shield Block", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 5 Armor.\nDraw a card." | |
}, | |
{ | |
"index": 3756, | |
"name": "Explosive Trap", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your hero is attacked, deal $2 damage to all enemies." | |
}, | |
{ | |
"index": 3757, | |
"name": "Freezing Trap", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy minion attacks, return it to its owner's hand. It costs (2) more." | |
}, | |
{ | |
"index": 3758, | |
"name": "Deadly Shot", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a random enemy minion." | |
}, | |
{ | |
"index": 3759, | |
"name": "Equality", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Change the Health of ALL minions to 1." | |
}, | |
{ | |
"index": 3760, | |
"name": "Shadow Word: Death", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion with 5 or more Attack." | |
}, | |
{ | |
"index": 3761, | |
"name": "Nerubian Egg", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Summon a 4/4 Nerubian." | |
}, | |
{ | |
"index": 3762, | |
"name": "Voidcaller", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Deathrattle:</b> Put a random Demon from your hand into the battlefield." | |
}, | |
{ | |
"index": 3763, | |
"name": "Fiendish Circle", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon four 1/1 Imps." | |
}, | |
{ | |
"index": 3764, | |
"name": "Hench-Clan Thug", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, give this minion +1/+1." | |
}, | |
{ | |
"index": 3765, | |
"name": "Tess Greymane", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Replay every card\nfrom another class you've\nplayed this game <i>(targets\nchosen randomly)</i>." | |
}, | |
{ | |
"index": 3766, | |
"name": "Zap!", | |
"set": "CORE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to a minion. <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3767, | |
"name": "Lifedrinker", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Deal 3 damage to\nthe enemy hero. Restore\n#3 Health to your hero." | |
}, | |
{ | |
"index": 3768, | |
"name": "Woodcutter's Axe", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give +2/+1 to a random friendly minion." | |
}, | |
{ | |
"index": 3769, | |
"name": "Witchwood Apple", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add two 2/2 Treants to your hand." | |
}, | |
{ | |
"index": 3770, | |
"name": "Rotten Applebaum", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Deathrattle:</b> Restore #6 Health to your hero." | |
}, | |
{ | |
"index": 3771, | |
"name": "Snap Freeze", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Freeze</b> a minion.\nIf it's already <b>Frozen</b>, destroy it." | |
}, | |
{ | |
"index": 3772, | |
"name": "Lightbomb", | |
"set": "CORE", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal damage to each minion equal to its Attack." | |
}, | |
{ | |
"index": 3773, | |
"name": "Mal'Ganis", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "Your hero is <b>Immune</b>.\nYour other Demons\nhave +2/+2." | |
}, | |
{ | |
"index": 3774, | |
"name": "Muster for Battle", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon three 1/1 Silver Hand Recruits. Equip a 1/4 Weapon." | |
}, | |
{ | |
"index": 3775, | |
"name": "Explosive Sheep", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Deathrattle:</b> Deal 2 damage to all minions." | |
}, | |
{ | |
"index": 3776, | |
"name": "Annoy-o-Tron", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 3777, | |
"name": "Dr. Boom", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Boom Bots. <i>WARNING: Bots may explode.</i>" | |
}, | |
{ | |
"index": 3778, | |
"name": "Snowflipper Penguin", | |
"set": "CORE", | |
"cost": 0, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": null | |
}, | |
{ | |
"index": 3779, | |
"name": "Grim Necromancer", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Skeletons." | |
}, | |
{ | |
"index": 3780, | |
"name": "Righteous Protector", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Taunt</b>\n<b>Divine Shield</b>" | |
}, | |
{ | |
"index": 3781, | |
"name": "Defile", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to all minions. If any die, cast this again." | |
}, | |
{ | |
"index": 3782, | |
"name": "Drain Soul", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $3 damage\nto a minion." | |
}, | |
{ | |
"index": 3783, | |
"name": "Shadow Ascendant", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]At the end of your turn,\ngive another random\nfriendly minion +1/+1." | |
}, | |
{ | |
"index": 3784, | |
"name": "Cat Trick", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent casts a spell, summon a 4/2 Panther with <b>Stealth</b>." | |
}, | |
{ | |
"index": 3785, | |
"name": "Babbling Book", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random Mage spell to your hand." | |
}, | |
{ | |
"index": 3786, | |
"name": "Swashburglar", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random card from another class to your hand." | |
}, | |
{ | |
"index": 3787, | |
"name": "Firelands Portal", | |
"set": "CORE", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $6 damage. Summon a random\n6-Cost minion." | |
}, | |
{ | |
"index": 3788, | |
"name": "Gorillabot A-3", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control another Mech, <b>Discover</b> a Mech." | |
}, | |
{ | |
"index": 3789, | |
"name": "Wandering Monster", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When an enemy attacks your hero, summon a 3-Cost minion as the new target." | |
}, | |
{ | |
"index": 3790, | |
"name": "Explosive Runes", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> After your opponent plays a minion, deal $6 damage to it and any excess to their hero." | |
}, | |
{ | |
"index": 3791, | |
"name": "Sleepy Dragon", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "<b>Taunt</b>" | |
}, | |
{ | |
"index": 3792, | |
"name": "Cheat Death", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, return it to your hand.\nIt costs (2) less." | |
}, | |
{ | |
"index": 3793, | |
"name": "Elven Minstrel", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Combo:</b> Draw 2 minions from your deck." | |
}, | |
{ | |
"index": 3794, | |
"name": "Candleshot", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Your hero is <b>Immune</b> while attacking." | |
}, | |
{ | |
"index": 3795, | |
"name": "Arcane Artificer", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Whenever you cast a spell, gain Armor equal to its Cost." | |
}, | |
{ | |
"index": 3796, | |
"name": "Plated Beetle", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Gain 3 Armor." | |
}, | |
{ | |
"index": 3797, | |
"name": "Zola the Gorgon", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Choose a friendly minion. Add a Golden copy of it to your hand." | |
}, | |
{ | |
"index": 3798, | |
"name": "Ancient of Lore", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Choose One -</b> Draw 2 cards; or Restore #7 Health." | |
}, | |
{ | |
"index": 3799, | |
"name": "Al'Akir the Windlord", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Charge, Divine Shield, Taunt, Windfury</b>" | |
}, | |
{ | |
"index": 3800, | |
"name": "Bloodsail Raider", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain Attack equal to the Attack\nof your weapon." | |
}, | |
{ | |
"index": 3801, | |
"name": "Wild Pyromancer", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After you cast a spell, deal 1 damage to ALL minions." | |
}, | |
{ | |
"index": 3802, | |
"name": "Doomsayer", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 7, | |
"text": "At the start of your turn, destroy ALL minions." | |
}, | |
{ | |
"index": 3803, | |
"name": "Dread Corsair", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\nCosts (1) less per Attack of your weapon." | |
}, | |
{ | |
"index": 3804, | |
"name": "Faerie Dragon", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "Can't be targeted by spells or Hero Powers." | |
}, | |
{ | |
"index": 3805, | |
"name": "Southsea Captain", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "Your other Pirates have +1/+1." | |
}, | |
{ | |
"index": 3806, | |
"name": "Animal Companion", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a random Beast Companion." | |
}, | |
{ | |
"index": 3807, | |
"name": "Thing from Below", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\nCosts (1) less for each\nTotem you've summoned\nthis game." | |
}, | |
{ | |
"index": 3808, | |
"name": "Feral Rage", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One -</b> Give your hero +4 Attack this turn; or Gain 8 Armor." | |
}, | |
{ | |
"index": 3809, | |
"name": "Eater of Secrets", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Destroy all enemy <b>Secrets</b>. Gain +1/+1 for each." | |
}, | |
{ | |
"index": 3810, | |
"name": "Stand Against Darkness", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon five 1/1 Silver Hand Recruits." | |
}, | |
{ | |
"index": 3811, | |
"name": "Tour Guide", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Your next Hero Power costs (0)." | |
}, | |
{ | |
"index": 3812, | |
"name": "Plagiarize", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> At the end of your opponent's turn, add copies of the cards they played to your hand." | |
}, | |
{ | |
"index": 3813, | |
"name": "Cult Neophyte", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Your opponent's spells cost (1) more next turn." | |
}, | |
{ | |
"index": 3814, | |
"name": "Royal Librarian", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Tradeable</b>\n<b>Battlecry:</b> <b>Silence</b>\na minion." | |
}, | |
{ | |
"index": 3815, | |
"name": "Rustrot Viper", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Tradeable</b>\n<b>Battlecry:</b> Destroy your\nopponent's weapon." | |
}, | |
{ | |
"index": 3816, | |
"name": "Heavy Plate", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nGain 8 Armor." | |
}, | |
{ | |
"index": 3817, | |
"name": "Fire Sale", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\nDeal $3 damage\nto all minions." | |
}, | |
{ | |
"index": 3818, | |
"name": "Overdraft", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Tradeable</b>\nUnlock your <b>Overloaded</b>\nMana Crystals to deal\nthat much damage." | |
}, | |
{ | |
"index": 3819, | |
"name": "Shard of the Naaru", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Tradeable</b>\n<b>Silence</b> all enemy minions." | |
}, | |
{ | |
"index": 3820, | |
"name": "Darkbishop Benedictus", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Start of Game:</b> If the spells in your deck are all Shadow, enter Shadowform." | |
}, | |
{ | |
"index": 3821, | |
"name": "Pounce", | |
"set": "CORE", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn." | |
}, | |
{ | |
"index": 3822, | |
"name": "Flash of Light", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #4 Health.\nDraw a card." | |
}, | |
{ | |
"index": 3823, | |
"name": "Beaming Sidekick", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly minion +2 Health." | |
}, | |
{ | |
"index": 3824, | |
"name": "Frightened Flunky", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> <b>Discover</b> a <b>Taunt</b> minion." | |
}, | |
{ | |
"index": 3825, | |
"name": "Vulpera Scoundrel", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry</b>: <b>Discover</b> a spell or pick a mystery choice." | |
}, | |
{ | |
"index": 3826, | |
"name": "Armagedillo", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\nAt the end of your turn,\ngive all <b>Taunt</b> minions\nin your hand +2/+2." | |
}, | |
{ | |
"index": 3827, | |
"name": "Injured Tol'vir", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Deal 3 damage to this minion." | |
}, | |
{ | |
"index": 3828, | |
"name": "Murmy", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Reborn</b>" | |
}, | |
{ | |
"index": 3829, | |
"name": "Flame Geyser", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage.\nAdd a 1/2 Elemental to your hand." | |
}, | |
{ | |
"index": 3830, | |
"name": "Arcanologist", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Draw a <b>Secret</b>." | |
}, | |
{ | |
"index": 3831, | |
"name": "Glacial Shard", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> <b>Freeze</b> an enemy." | |
}, | |
{ | |
"index": 3832, | |
"name": "Lakkari Felhound", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 8, | |
"text": "<b>Taunt</b>\n<b>Battlecry:</b> Discard your two lowest-Cost cards." | |
}, | |
{ | |
"index": 3833, | |
"name": "Humongous Razorleaf", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "Can't attack." | |
}, | |
{ | |
"index": 3834, | |
"name": "Primordial Drake", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 8, | |
"text": "[x]<b>Taunt</b>\n<b>Battlecry:</b> Deal 2 damage\nto all other minions." | |
}, | |
{ | |
"index": 3835, | |
"name": "Jeweled Macaw", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Add a random Beast to your hand." | |
}, | |
{ | |
"index": 3836, | |
"name": "Tar Creeper", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\nHas +2 Attack during your opponent's turn." | |
}, | |
{ | |
"index": 3837, | |
"name": "Illidari Studies", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> an <b>Outcast</b> card. Your next one costs (1) less." | |
}, | |
{ | |
"index": 3838, | |
"name": "Armor Vendor", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Give 4 Armor to each hero." | |
}, | |
{ | |
"index": 3839, | |
"name": "Aegwynn, the Guardian", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Spell Damage +2</b>\n<b>Deathrattle:</b> The next minion you draw inherits these powers." | |
}, | |
{ | |
"index": 3840, | |
"name": "Novice Zapper", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Spell Damage +1</b> <b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3841, | |
"name": "Shadowed Spirit", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Deathrattle:</b> Deal 3\ndamage to the\nenemy hero." | |
}, | |
{ | |
"index": 3842, | |
"name": "Selective Breeder", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a copy of a Beast in your deck." | |
}, | |
{ | |
"index": 3843, | |
"name": "Gan'arg Glaivesmith", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Outcast:</b> Give your hero +3 Attack this turn." | |
}, | |
{ | |
"index": 3844, | |
"name": "Illidari Inquisitor", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Rush</b>. After your hero attacks an enemy, this attacks it too." | |
}, | |
{ | |
"index": 3845, | |
"name": "Fogsail Freebooter", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you have a weapon equipped, deal 2 damage." | |
}, | |
{ | |
"index": 3846, | |
"name": "Taelan Fordring", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b><b>Taunt</b>, Divine Shield</b>\n<b>Deathrattle:</b> Draw your\nhighest Cost minion." | |
}, | |
{ | |
"index": 3847, | |
"name": "Overlord Runthak", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Rush</b>. Whenever this\nattacks, give +1/+1 to all\nminions in your hand." | |
}, | |
{ | |
"index": 3848, | |
"name": "Thrive in the Shadows", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a spell from your deck." | |
}, | |
{ | |
"index": 3849, | |
"name": "Alexstrasza the Life-Binder", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Battlecry</b>: Choose a\ncharacter. If it's friendly,\nrestore 8 Health. If it's an\n enemy, deal 8 damage." | |
}, | |
{ | |
"index": 3850, | |
"name": "Onyxia the Broodmother", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "At the end of each turn, fill your board with 1/1 Whelps." | |
}, | |
{ | |
"index": 3851, | |
"name": "Ysera the Dreamer", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "<b>Battlecry:</b> Add one of each Dream card to your hand." | |
}, | |
{ | |
"index": 3852, | |
"name": "Malygos the Spellweaver", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 12, | |
"text": "<b>Battlecry:</b> Draw spells until your hand is full." | |
}, | |
{ | |
"index": 3853, | |
"name": "Nozdormu the Eternal", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]<b>Start of Game:</b> If this is in\nBOTH players' decks, turns\n are only 15 seconds long." | |
}, | |
{ | |
"index": 3854, | |
"name": "Deathwing the Destroyer", | |
"set": "CORE", | |
"cost": 10, | |
"attack": 12, | |
"health_or_durability": 12, | |
"text": "<b>Battlecry:</b> Destroy all other minions. Discard a card for each destroyed." | |
}, | |
{ | |
"index": 3855, | |
"name": "Emerald Skytalon", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>" | |
}, | |
{ | |
"index": 3856, | |
"name": "Redgill Razorjaw", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>" | |
}, | |
{ | |
"index": 3857, | |
"name": "Death Strike", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Lifesteal</b>\nDeal $6 damage\nto a minion." | |
}, | |
{ | |
"index": 3858, | |
"name": "Frost Strike", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage\nto a minion. If that\nkills it, <b>Discover</b> a\nFrost Rune card." | |
}, | |
{ | |
"index": 3859, | |
"name": "Heart Strike", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to\na minion. If that kills it, gain a <b>Corpse</b>." | |
}, | |
{ | |
"index": 3860, | |
"name": "Plagued Grain", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 4 <b>Corpses</b>. Shuffle four Crates into your deck that summon a 2/2 Undead when drawn." | |
}, | |
{ | |
"index": 3861, | |
"name": "Anti-Magic Shell", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions +1/+1 and \"Can't be targeted by spells or Hero Powers.\"" | |
}, | |
{ | |
"index": 3862, | |
"name": "Army of the Dead", | |
"set": "CORE", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Raise up to 5 <b>Corpses</b> as 2/2 Risen Ghouls with <b>Rush</b>." | |
}, | |
{ | |
"index": 3863, | |
"name": "Battlefield Necromancer", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]At the end of your turn,\nraise a <b>Corpse</b> as a 1/3\n Risen Footman with <b>Taunt</b>. " | |
}, | |
{ | |
"index": 3864, | |
"name": "Corrupted Ashbringer", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 3865, | |
"name": "Patchwerk", | |
"set": "CORE", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Destroy a random\nminion in your opponent's\n hand, deck, and battlefield. " | |
}, | |
{ | |
"index": 3866, | |
"name": "Possessifier", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon two 1/1 Fighters with <b>Rush</b> and <b>Reborn</b>." | |
}, | |
{ | |
"index": 3867, | |
"name": "Noxious Cadaver", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry</b>: Deal 2 damage\nto an enemy and your hero." | |
}, | |
{ | |
"index": 3868, | |
"name": "Deathbringer Saurfang", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Return this to\nyour hand. It costs Health\ninstead of Mana." | |
}, | |
{ | |
"index": 3869, | |
"name": "Lord Marrowgar", | |
"set": "CORE", | |
"cost": 8, | |
"attack": 9, | |
"health_or_durability": 7, | |
"text": "[x]<b>Battlecry:</b> Raise ALL of your\n<b>Corpses</b> as 1/1 Risen Golems\nwith <b>Rush</b>. For each that can't\nfit, give one +2/+2." | |
}, | |
{ | |
"index": 3870, | |
"name": "Defrost", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card.\nSpend 2 <b>Corpses</b> to draw another." | |
}, | |
{ | |
"index": 3871, | |
"name": "Repulsive Gargantuan", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "Enemy characters\ncan't be healed." | |
}, | |
{ | |
"index": 3872, | |
"name": "Obliterate", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy a minion. Deal 3 damage to your hero." | |
}, | |
{ | |
"index": 3873, | |
"name": "Thassarian", | |
"set": "CORE", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Reborn</b>\n<b>Battlecry and Deathrattle:</b> Deal 2 damage to a random enemy." | |
}, | |
{ | |
"index": 3874, | |
"name": "Overseer Frigidara", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> Draw 2 spells.\nIf they're both Frost spells, deal 2 damage to all enemies." | |
}, | |
{ | |
"index": 3875, | |
"name": "Ymirjar Deathbringer", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Taunt</b>. <b>Deathrattle:</b> Spend 3\n<b>Corpses</b> to summon a 3/3\nRisen Ymirjar with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3876, | |
"name": "Body Bagger", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry</b>: Gain a <b>Corpse</b>." | |
}, | |
{ | |
"index": 3877, | |
"name": "Harbinger of Winter", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Draw a\nFrost spell." | |
}, | |
{ | |
"index": 3878, | |
"name": "Graveyard Shift", | |
"set": "CORE", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon two 1/1\nZombies with <b>Reborn</b>." | |
}, | |
{ | |
"index": 3879, | |
"name": "Grave Strength", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give your minions +1\nAttack. Spend 5 <b>Corpses</b>\nto give them +3 instead." | |
}, | |
{ | |
"index": 3880, | |
"name": "Chillfallen Baron", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry and Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 3881, | |
"name": "Remorseless Winter", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage to all enemies. Draw a card." | |
}, | |
{ | |
"index": 3882, | |
"name": "Rimefang Sword", | |
"set": "CORE", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After your hero attacks,\nreduce the Cost of a spell\nin your hand by (1)." | |
}, | |
{ | |
"index": 3883, | |
"name": "Runeforging", | |
"set": "CORE", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a weapon.\nSpend a <b>Corpse</b> to reduce its Cost by (1)." | |
}, | |
{ | |
"index": 3884, | |
"name": "Gnome Muncher", | |
"set": "CORE", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>, <b>Lifesteal</b>\nAt the end of your turn,\nattack the lowest Health\nenemy." | |
}, | |
{ | |
"index": 3885, | |
"name": "Stitched Giant", | |
"set": "CORE", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "[x]Costs (1) less for each\n<b>Corpse</b> you've spent\nthis game." | |
}, | |
{ | |
"index": 3886, | |
"name": "Rime Sculptor", | |
"set": "CORE", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Summon two\n2/1 Rime Elementals with\n\"<b>Deathrattle:</b> Deal 2 damage\nto a random enemy.\"" | |
}, | |
{ | |
"index": 3887, | |
"name": "Bonedigger Geist", | |
"set": "CORE", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Spend a <b>Corpse</b> to gain +1/+2." | |
}, | |
{ | |
"index": 3888, | |
"name": "Skeletal Sidekick", | |
"set": "CORE", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Give a friendly Undead +2 Attack." | |
}, | |
{ | |
"index": 3889, | |
"name": "Resistance Aura", | |
"set": "CORE", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your opponent's\nspells cost (1) more.\nLasts 2 enemy turns." | |
}, | |
{ | |
"index": 3890, | |
"name": "Crusader Aura", | |
"set": "CORE", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Whenever a friendly minion attacks, give it +2/+1. Lasts 3 turns." | |
}, | |
{ | |
"index": 3891, | |
"name": "Spirit of the Tides", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]If you have any unspent\nMana at the end of\n your turn, gain +1/+2." | |
}, | |
{ | |
"index": 3892, | |
"name": "Moonbeam", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $1 damage to an enemy, twice." | |
}, | |
{ | |
"index": 3893, | |
"name": "Herald of Nature", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> If you've cast a Nature spell while holding this, give your other minions +1/+1." | |
}, | |
{ | |
"index": 3894, | |
"name": "Tidelost Burrower", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Dredge</b>.\nIf it's a Murloc, summon a 2/2 copy of it." | |
}, | |
{ | |
"index": 3895, | |
"name": "Clownfish", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Your next two Murlocs cost (2) less." | |
}, | |
{ | |
"index": 3896, | |
"name": "Command of Neptulon", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 5/4 Elementals with <b>Rush</b>.\n<b>Overload:</b> (1)" | |
}, | |
{ | |
"index": 3897, | |
"name": "Ancient Krakenbane", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you've cast\nthree spells while holding\nthis, deal 5 damage.@\n<i>({0} left!)</i>@\n<i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3898, | |
"name": "Shellshot", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $3 damage to a\nrandom enemy minion.\nRepeat this with 1\nless damage." | |
}, | |
{ | |
"index": 3899, | |
"name": "Lightray", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 10, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Taunt</b>\nCosts (1) less for each Paladin card you've played this game." | |
}, | |
{ | |
"index": 3900, | |
"name": "Shattershambler", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> The next\n<b>Deathrattle</b> minion you\n play immediately dies." | |
}, | |
{ | |
"index": 3901, | |
"name": "Inkveil Ambusher", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 2, | |
"text": "<b>Stealth</b>\nHas +3 Attack and <b>Immune</b> while attacking." | |
}, | |
{ | |
"index": 3902, | |
"name": "Herald of Light", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you've cast a\nHoly spell while holding this,\nrestore #6 Health to all\nfriendly characters." | |
}, | |
{ | |
"index": 3903, | |
"name": "Myrmidon", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "After you cast a spell on this minion, draw a card." | |
}, | |
{ | |
"index": 3904, | |
"name": "K9-0tron", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> <b>Dredge</b>.\nIf it's a 1-Cost minion,\nsummon it." | |
}, | |
{ | |
"index": 3905, | |
"name": "Disarming Elemental", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Dredge</b> for\nyour opponent. Set its\nCost to (6)." | |
}, | |
{ | |
"index": 3906, | |
"name": "Topple the Idol", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Dredge</b>. Reveal it and\ndeal damage equal to\n its Cost to all minions." | |
}, | |
{ | |
"index": 3907, | |
"name": "Fossil Fanatic", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, draw a Fel spell." | |
}, | |
{ | |
"index": 3908, | |
"name": "Herald of Chaos", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Lifesteal</b>\n<b>Battlecry:</b> If you've cast a\nFel spell while holding this,\ngain <b>Rush</b>." | |
}, | |
{ | |
"index": 3909, | |
"name": "Submerged Spacerock", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Add two Arcane\nMage spells to your hand.\nAt the end of your turn,\ndiscard them." | |
}, | |
{ | |
"index": 3910, | |
"name": "Polymorph: Jellyfish", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Transform a minion\ninto a 4/1 Jellyfish with <b>Spell Damage +2</b>." | |
}, | |
{ | |
"index": 3911, | |
"name": "Lady Naz'jar", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]While in your hand, this\n transforms after you cast a \nFire, Frost, or Arcane spell." | |
}, | |
{ | |
"index": 3912, | |
"name": "Snapdragon", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Give all\n<b>Battlecry</b> minions in\nyour deck +1/+1." | |
}, | |
{ | |
"index": 3913, | |
"name": "Ozumat", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Colossal +6</b> \n<b>Deathrattle:</b> For each of\nOzumat's Tentacles, destroy\n a random enemy minion." | |
}, | |
{ | |
"index": 3914, | |
"name": "Neptulon the Tidehunter", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 10, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "[x]<b>Colossal +2</b>, <b>Rush</b>, <b>Windfury</b>\nWhenever Neptulon attacks,\nif you control any Hands,\nthey attack instead." | |
}, | |
{ | |
"index": 3915, | |
"name": "Bubbler", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "[x]After this minion takes\n exactly one damage,\ndestroy it. <i>(Pop!)</i>" | |
}, | |
{ | |
"index": 3916, | |
"name": "Igneous Lavagorger", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n <b>Battlecry:</b> <b>Dredge</b>. Gain\n Armor equal to its Cost." | |
}, | |
{ | |
"index": 3917, | |
"name": "Clash of the Colossals", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add a random <b>Colossal</b> minion to both players' hands. Yours costs (2) less." | |
}, | |
{ | |
"index": 3918, | |
"name": "Tidal Revenant", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> Deal 5 damage. Gain 8 Armor." | |
}, | |
{ | |
"index": 3919, | |
"name": "Herald of Shadows", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you've cast a Shadow spell while holding this, steal 2 Health from a minion." | |
}, | |
{ | |
"index": 3920, | |
"name": "Immolate", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Light every card in the opponent's hand on fire. In 3 turns, any still\nin hand are destroyed!" | |
}, | |
{ | |
"index": 3921, | |
"name": "Commander Ulthok", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Battlecry:</b> Your opponent's cards cost Health instead of Mana next turn." | |
}, | |
{ | |
"index": 3922, | |
"name": "Coilfang Constrictor", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Look at 3 cards\nin your opponent's hand\n and choose one. It can't\nbe played next turn." | |
}, | |
{ | |
"index": 3923, | |
"name": "Drown", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Put an enemy minion on the bottom of your deck." | |
}, | |
{ | |
"index": 3924, | |
"name": "Jackpot!", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add two random\nspells from other classes\nthat cost (5) or more\nto your hand." | |
}, | |
{ | |
"index": 3925, | |
"name": "Front Lines", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 9, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon a minion\nfrom each player's deck.\nRepeat until either side\nof the battlefield is full." | |
}, | |
{ | |
"index": 3926, | |
"name": "Naval Mine", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Deal 4 damage\nto the enemy hero." | |
}, | |
{ | |
"index": 3927, | |
"name": "Pufferfist", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "After your hero attacks, deal 1 damage to all enemies." | |
}, | |
{ | |
"index": 3928, | |
"name": "Multi-Strike", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your hero +2 Attack this turn. They may attack an additional enemy minion." | |
}, | |
{ | |
"index": 3929, | |
"name": "Gangplank Diver", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 4, | |
"text": "<b>Dormant</b> for 1 turn.\n<b>Rush</b>. <b>Immune</b> while attacking." | |
}, | |
{ | |
"index": 3930, | |
"name": "Slimescale Diver", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Dormant</b> for 1 turn.\n<b>Rush</b>, <b>Poisonous</b>" | |
}, | |
{ | |
"index": 3931, | |
"name": "Baba Naga", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you've cast\na spell while holding this, deal 3 damage." | |
}, | |
{ | |
"index": 3932, | |
"name": "Barbaric Sorceress", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 7, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> Swap the Cost of a random spell in each player's hand." | |
}, | |
{ | |
"index": 3933, | |
"name": "Barbed Nets", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage to an\nenemy. If you played a\nNaga while holding this,\nchoose a second target." | |
}, | |
{ | |
"index": 3934, | |
"name": "Colaque", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]<b>Colossal +1</b>\n <b>Immune</b> while you control\nColaque's Shell." | |
}, | |
{ | |
"index": 3935, | |
"name": "Gaia, the Techtonic", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": 5, | |
"health_or_durability": 7, | |
"text": "[x]<b>Colossal +2</b>\nAfter a friendly Mech\nattacks, deal 1 damage\nto all enemies." | |
}, | |
{ | |
"index": 3936, | |
"name": "The Leviathan", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Colossal +1</b>\n<b>Rush</b>, <b>Divine Shield</b>\nAfter this attacks,\n<b>Dredge</b>." | |
}, | |
{ | |
"index": 3937, | |
"name": "Blademaster Okani", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> <b>Secretly</b> choose to\n<b>Counter</b> the next minion or\nspell your opponent plays\nwhile this is alive." | |
}, | |
{ | |
"index": 3938, | |
"name": "Gorloc Ravager", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Draw 3 Murlocs." | |
}, | |
{ | |
"index": 3939, | |
"name": "Azsharan Scavenger", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Put a 'Sunken Scavenger' on the bottom of your deck." | |
}, | |
{ | |
"index": 3940, | |
"name": "School Teacher", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Add a 1/1 Nagaling to your hand. <b>Discover</b> a spell that costs (3) or less to teach it." | |
}, | |
{ | |
"index": 3941, | |
"name": "Rainbow Glowscale", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Spell Damage +1</b>" | |
}, | |
{ | |
"index": 3942, | |
"name": "Mecha-Shark", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]After you summon a Mech,\ndeal 3 damage randomly\n split among all enemies." | |
}, | |
{ | |
"index": 3943, | |
"name": "Seafloor Gateway", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a Mech. Reduce the Cost of Mechs in your hand by (1)." | |
}, | |
{ | |
"index": 3944, | |
"name": "Volcanomancy", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. When it dies, deal 3 damage to all other minions." | |
}, | |
{ | |
"index": 3945, | |
"name": "Azsharan Defector", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 3, | |
"text": "[x]<b>Rush</b>. <b>Deathrattle:</b> Put a\n'Sunken Defector' on the \nbottom of your deck." | |
}, | |
{ | |
"index": 3946, | |
"name": "Predation", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage.\nCosts (0) if you played a Naga while holding this." | |
}, | |
{ | |
"index": 3947, | |
"name": "Bubblebot", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Give your other\nMechs <b>Divine Shield</b>\nand <b>Taunt</b>." | |
}, | |
{ | |
"index": 3948, | |
"name": "Shimmering Sunfish", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you're holding a Holy Spell, gain <b>Taunt</b> and <b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3949, | |
"name": "The Garden's Grace", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 10, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +4/+4 and\n<b>Divine Shield</b>. Costs (1) less\nfor each Mana you've spent\non Holy spells this game." | |
}, | |
{ | |
"index": 3950, | |
"name": "Slithering Deathscale", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 9, | |
"text": "<b>Battlecry:</b> If you've cast three spells while holding this, deal 3 damage to all enemies.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3951, | |
"name": "Helmet Hermit", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "Can't attack." | |
}, | |
{ | |
"index": 3952, | |
"name": "Ambassador Faelin", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Put 3 <b>Colossal</b> minions on the bottom of your deck." | |
}, | |
{ | |
"index": 3953, | |
"name": "Amalgam of the Deep", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Choose a friendly\nminion. <b>Discover</b> a minion\nof the same minion type." | |
}, | |
{ | |
"index": 3954, | |
"name": "Harpoon Gun", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "After your hero attacks, <b>Dredge</b>. If it's a Beast, reduce its Cost by (2)." | |
}, | |
{ | |
"index": 3955, | |
"name": "Twinbow Terrorcoil", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> If you've cast a\nspell while holding this, your\nnext spell casts twice." | |
}, | |
{ | |
"index": 3956, | |
"name": "Conch's Call", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a Naga and\na spell." | |
}, | |
{ | |
"index": 3957, | |
"name": "Raj Naz'jan", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "After you cast a spell, deal damage equal to its Cost to the enemy Hero." | |
}, | |
{ | |
"index": 3958, | |
"name": "Kotori Lightblade", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]After you cast a Holy spell\non this, cast it again on\n another friendly minion." | |
}, | |
{ | |
"index": 3959, | |
"name": "Immortalized in Stone", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon a 1/2, 2/4, and 4/8 Elemental with <b>Taunt</b>." | |
}, | |
{ | |
"index": 3960, | |
"name": "Radar Detector", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Scan the bottom 5 cards\nof your deck. Draw any\nMechs found this way,\nthen shuffle your deck." | |
}, | |
{ | |
"index": 3961, | |
"name": "Seafloor Savior", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Dredge</b>.\nIf it's a minion, give it\nthis minion's Attack\nand Health." | |
}, | |
{ | |
"index": 3962, | |
"name": "Cutlass Courier", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "After your hero attacks, draw a Pirate." | |
}, | |
{ | |
"index": 3963, | |
"name": "Swordfish", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Dredge</b>.\nIf it's a Pirate, give this weapon and the Pirate +2 Attack." | |
}, | |
{ | |
"index": 3964, | |
"name": "Commander Sivara", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> If you've cast\nthree spells while holding\nthis, add those spells back\nto your hand.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3965, | |
"name": "Whirlpool", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions and all copies of them <i>(wherever they are)</i>." | |
}, | |
{ | |
"index": 3966, | |
"name": "Illuminate", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Dredge</b>. If it's a spell,\nreduce its Cost by (3)." | |
}, | |
{ | |
"index": 3967, | |
"name": "Whispers of the Deep", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Silence</b> a friendly minion,\nthen deal damage equal to\nits Attack randomly split\namong all enemy minions." | |
}, | |
{ | |
"index": 3968, | |
"name": "Handmaiden", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> If you've cast\nthree spells while holding\nthis, draw 3 cards.@\n<i>({0} left!)</i>@\n<i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3969, | |
"name": "Queensguard", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Gain +1/+1\nfor each spell you've cast this turn." | |
}, | |
{ | |
"index": 3970, | |
"name": "Serpent Wig", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a minion +1/+2.\nIf you played a Naga while\nholding this, add a Serpent\nWig to your hand." | |
}, | |
{ | |
"index": 3971, | |
"name": "Blackwater Behemoth", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 8, | |
"health_or_durability": 10, | |
"text": "<b>Colossal +1</b>\n<b>Lifesteal</b>" | |
}, | |
{ | |
"index": 3972, | |
"name": "Wayward Sage", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "[x]<b>Outcast:</b> Reduce the Cost\nof the left and right-most\n cards in your hand by (1)." | |
}, | |
{ | |
"index": 3973, | |
"name": "Lady S'theno", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]<b>Immune</b> while attacking.\nAfter you cast a spell, attack\nthe lowest Health enemy." | |
}, | |
{ | |
"index": 3974, | |
"name": "Xhilag of the Abyss", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b>Colossal +4</b>\nAt the start of your turn,\nincrease the damage of\nXhilag's Stalks by 1." | |
}, | |
{ | |
"index": 3975, | |
"name": "Abyssal Depths", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw your two lowest Cost minions." | |
}, | |
{ | |
"index": 3976, | |
"name": "Coilskar Commander", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>. <b>Battlecry:</b> If you've\ncast three spells while\nholding this, summon two\n copies of this.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3977, | |
"name": "Glaiveshark", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If your hero\nattacked this turn, deal 2\ndamage to all enemies." | |
}, | |
{ | |
"index": 3978, | |
"name": "Voidgill", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Deathrattle:</b> Give all Murlocs in your hand +1/+1." | |
}, | |
{ | |
"index": 3979, | |
"name": "Spitelash Siren", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]After you play a Naga,\nrefresh two Mana Crystals.\n<i>(Then switch to spell!)</i>" | |
}, | |
{ | |
"index": 3980, | |
"name": "Wrathspine Enchanter", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Cast a copy of a Fire, Frost, and Nature spell in your hand <i>(targets chosen randomly).</i>" | |
}, | |
{ | |
"index": 3981, | |
"name": "Schooling", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Add three 1/1 Piranha\nSwarmers to your hand." | |
}, | |
{ | |
"index": 3982, | |
"name": "Click-Clocker", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Divine Shield</b>. <b>Battlecry:</b>\nGive a random Mech in\nyour hand +1/+1." | |
}, | |
{ | |
"index": 3983, | |
"name": "Piranha Poacher", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "At the end of your turn,\nadd a 1/1 Piranha Swarmer to your hand." | |
}, | |
{ | |
"index": 3984, | |
"name": "Radiance of Azshara", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Fire Spell Damage +2</b>\nYour Nature spells cost (1)\nless. After you cast a Frost\nspell, gain 3 Armor." | |
}, | |
{ | |
"index": 3985, | |
"name": "Scalding Geyser", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $2 damage.\n<b>Dredge</b>." | |
}, | |
{ | |
"index": 3986, | |
"name": "Piranha Swarmer", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Rush</b>\nAfter you summon a Piranha\nSwarmer, gain +1 Attack." | |
}, | |
{ | |
"index": 3987, | |
"name": "Glugg the Gulper", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "[x]<b>Colossal +3</b>\n After a friendly minion dies,\ngain its original stats." | |
}, | |
{ | |
"index": 3988, | |
"name": "Reefwalker", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry and Deathrattle:</b> Summon a 1/1 Piranha Swarmer." | |
}, | |
{ | |
"index": 3989, | |
"name": "Queen Azshara", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> If you've cast three spells while holding this, choose an Ancient Relic.@ <i>({0} left!)</i>@ <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 3990, | |
"name": "Trench Surveyor", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Dredge</b>.\nIf it's a Mech, draw it." | |
}, | |
{ | |
"index": 3991, | |
"name": "Spellcoiler", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If you've cast a\nspell while holding this,\n<b>Discover</b> a spell." | |
}, | |
{ | |
"index": 3992, | |
"name": "Azsharan Mooncatcher", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 2, | |
"text": "[x]<b>Divine Shield</b>. <b>Battlecry:</b> Put\na 'Sunken Mooncatcher' on\nthe bottom of your deck." | |
}, | |
{ | |
"index": 3993, | |
"name": "Mothership", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>\n<b>Deathrattle:</b> Summon two random Mechs that cost (3) or less." | |
}, | |
{ | |
"index": 3994, | |
"name": "Seascout Operator", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you control a Mech, summon two 2/1 Mechafish." | |
}, | |
{ | |
"index": 3995, | |
"name": "Pelican Diver", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 4, | |
"health_or_durability": 1, | |
"text": "<b>Dormant</b> for 1 turn.\n<b>Rush</b>" | |
}, | |
{ | |
"index": 3996, | |
"name": "Coral Keeper", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Summon a\n3/3 Elemental for each\nspell school you've\ncast this game." | |
}, | |
{ | |
"index": 3997, | |
"name": "Ini Stormcoil", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Choose a friendly\nMech. Summon a copy of it\nwith <b>Rush</b>, <b>Windfury</b>, and\n<b>Divine Shield</b>." | |
}, | |
{ | |
"index": 3998, | |
"name": "Flipper Friends", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Choose One</b> - Summon a\n6/6 Orca with <b>Taunt</b>; or\nsix 1/1 Otters with <b>Rush</b>." | |
}, | |
{ | |
"index": 3999, | |
"name": "Seaweed Strike", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage to a minion.\nIf you played a Naga while\nholding this, also give your\nhero +4 Attack this turn." | |
}, | |
{ | |
"index": 4000, | |
"name": "Green-Thumb Gardener", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Refresh empty\nMana Crystals equal to the\nCost of the highest Cost\nspell in your hand." | |
}, | |
{ | |
"index": 4001, | |
"name": "Bottomfeeder", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Deathrattle:</b> Add a Bottomfeeder to the bottom of your deck with permanent +2/+2." | |
}, | |
{ | |
"index": 4002, | |
"name": "Aquatic Form", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 0, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Dredge</b>. If you have the Mana to play the card this turn, draw it." | |
}, | |
{ | |
"index": 4003, | |
"name": "Miracle Growth", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Draw 3 cards.\nSummon a Plant with\n<b>Taunt</b> and stats equal\nto your hand size." | |
}, | |
{ | |
"index": 4004, | |
"name": "Dozing Kelpkeeper", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>. Starts <b>Dormant</b>.\nAfter you've cast 5 Mana\n worth of spells, awaken." | |
}, | |
{ | |
"index": 4005, | |
"name": "Hedra the Heretic", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> For each spell\nyou've cast while holding\nthis, summon a minion\nof that spell's Cost." | |
}, | |
{ | |
"index": 4006, | |
"name": "Trenchstalker", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 9, | |
"attack": 8, | |
"health_or_durability": 9, | |
"text": "<b>Battlecry:</b> Attack three different random enemies." | |
}, | |
{ | |
"index": 4007, | |
"name": "Nellie, the Great Thresher", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Colossal +1</b>\n<b>Battlecry:</b> <b>Discover</b> 3 Pirates\nto crew Nellie's Ship!" | |
}, | |
{ | |
"index": 4008, | |
"name": "Switcheroo", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw 2 minions.\nSwap their Health." | |
}, | |
{ | |
"index": 4009, | |
"name": "Bloodscent Vilefin", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Dredge</b>. If it's a\nMurloc, change its Cost to\n Health instead of Mana." | |
}, | |
{ | |
"index": 4010, | |
"name": "Azsharan Scroll", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a Fire, Frost or Nature spell. Put a 'Sunken Scroll' on the bottom of your deck." | |
}, | |
{ | |
"index": 4011, | |
"name": "Azsharan Ritual", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Silence</b> a minion and summon a copy of it. Put a 'Sunken Ritual' on the bottom of your deck." | |
}, | |
{ | |
"index": 4012, | |
"name": "Azsharan Sweeper", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Put a 'Sunken Sweeper' on the bottom of your deck." | |
}, | |
{ | |
"index": 4013, | |
"name": "Murkwater Scribe", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> The next spell you play costs (1) less." | |
}, | |
{ | |
"index": 4014, | |
"name": "Crushclaw Enforcer", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> If you've cast\n a spell while holding this, draw a Naga." | |
}, | |
{ | |
"index": 4015, | |
"name": "Vicious Slitherspear", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]After you cast a spell,\ngain +1 Attack until\nyour next turn." | |
}, | |
{ | |
"index": 4016, | |
"name": "Priestess Valishj", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "[x]<b>Battlecry:</b> Refresh an empty\nMana Crystal for each spell\n you've cast this turn.@ <i>(@)</i>" | |
}, | |
{ | |
"index": 4017, | |
"name": "Naga Giant", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 20, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "Costs (1) less for each Mana you've spent on spells this game." | |
}, | |
{ | |
"index": 4018, | |
"name": "Sir Finley, Sea Guide", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Swap your\nhand with the bottom of\nyour deck." | |
}, | |
{ | |
"index": 4019, | |
"name": "Tuskarrrr Trawler", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> <b>Dredge</b>." | |
}, | |
{ | |
"index": 4020, | |
"name": "Excavation Specialist", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "<b>Battlecry:</b> <b>Dredge</b>.\nReduce its Cost by (1)." | |
}, | |
{ | |
"index": 4021, | |
"name": "Azsharan Vessel", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 3/3 Pirates with <b>Stealth</b>. Put a 'Sunken Vessel' on the bottom of your deck." | |
}, | |
{ | |
"index": 4022, | |
"name": "Azsharan Trident", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Deathrattle:</b> Put\na 'Sunken Trident' on the\n bottom of your deck." | |
}, | |
{ | |
"index": 4023, | |
"name": "Bone Glaive", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> <b>Dredge</b>." | |
}, | |
{ | |
"index": 4024, | |
"name": "Gone Fishin'", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Dredge</b>.\n<b>Combo:</b> Draw a card." | |
}, | |
{ | |
"index": 4025, | |
"name": "Blackscale Brute", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>. <b>Battlecry:</b> If you\nhave a weapon equipped, summon a 5/6 Naga with <b>Rush</b>." | |
}, | |
{ | |
"index": 4026, | |
"name": "Azsharan Sentinel", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 6, | |
"text": "[x]<b>Taunt</b>. <b>Deathrattle:</b> Put a\n'Sunken Sentinel' on the\nbottom of your deck." | |
}, | |
{ | |
"index": 4027, | |
"name": "Anchored Totem", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 0, | |
"health_or_durability": 3, | |
"text": "After you summon a 1-Cost minion, give it +2/+1." | |
}, | |
{ | |
"index": 4028, | |
"name": "Bioluminescence", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give your minions\n<b>Spell Damage +1</b>." | |
}, | |
{ | |
"index": 4029, | |
"name": "Abyssal Wave", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage to\nall minions. Give your\nopponent an Abyssal\nCurse." | |
}, | |
{ | |
"index": 4030, | |
"name": "Rock Bottom", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon a 1/1\nMurloc, then <b>Dredge</b>.\nIf it's also a Murloc,\nsummon one more." | |
}, | |
{ | |
"index": 4031, | |
"name": "Smothering Starfish", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Silence</b> ALL other minions." | |
}, | |
{ | |
"index": 4032, | |
"name": "Azsharan Gardens", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give all minions in your hand +1/+1. Put a 'Sunken Gardens' on the bottom of your deck." | |
}, | |
{ | |
"index": 4033, | |
"name": "Security Automaton", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "After you summon a Mech, gain +1/+1." | |
}, | |
{ | |
"index": 4034, | |
"name": "Emergency Maneuvers", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When a friendly minion dies, summon a copy of it.\nIt's <b>Dormant</b> for 1 turn." | |
}, | |
{ | |
"index": 4035, | |
"name": "Blood in the Water", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $3 damage to an enemy. Summon a 5/5 Shark with <b>Rush</b>." | |
}, | |
{ | |
"index": 4036, | |
"name": "Bootstrap Sunkeneer", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Combo:</b> Put an enemy\nminion on the bottom of\n your opponent's deck." | |
}, | |
{ | |
"index": 4037, | |
"name": "Pirate Admiral Hooktusk", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": 8, | |
"health_or_durability": 8, | |
"text": "<b>Battlecry:</b> If you've summoned 8 other Pirates this game, plunder the enemy!0 <i>({0} left!)</i>0 <i>(Ready!)</i>" | |
}, | |
{ | |
"index": 4038, | |
"name": "Selfish Shellfish", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 7, | |
"health_or_durability": 7, | |
"text": "<b>Deathrattle:</b> Your opponent draws 2 cards." | |
}, | |
{ | |
"index": 4039, | |
"name": "Swiftscale Trickster", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> Your next spell this turn costs (0)." | |
}, | |
{ | |
"index": 4040, | |
"name": "Crabatoa", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Colossal +2</b>\nYour Crabatoa Claws have +2 Attack." | |
}, | |
{ | |
"index": 4041, | |
"name": "Treasure Guard", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 5, | |
"text": "[x]<b>Taunt</b>\n<b>Deathrattle:</b> Draw a card." | |
}, | |
{ | |
"index": 4042, | |
"name": "Forged in Flame", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy your weapon, then draw cards equal to its Attack." | |
}, | |
{ | |
"index": 4043, | |
"name": "From the Depths", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Reduce the Cost of the\nbottom five cards in your\n deck by (2), then <b>Dredge</b>." | |
}, | |
{ | |
"index": 4044, | |
"name": "Guard the City", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Gain 3 Armor.\nSummon a 2/3 Naga with <b>Taunt</b>." | |
}, | |
{ | |
"index": 4045, | |
"name": "Obsidiansmith", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "[x]<b>Battlecry:</b> <b>Dredge</b>. If it's\na minion or a weapon,\ngive it +1/+1." | |
}, | |
{ | |
"index": 4046, | |
"name": "Lady Ashvane", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Give all weapons\nin your hand, deck, and battlefield +1/+1." | |
}, | |
{ | |
"index": 4047, | |
"name": "The Fires of Zin-Azshari", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Replace your deck with minions that cost (5) or more. They cost (5)." | |
}, | |
{ | |
"index": 4048, | |
"name": "Azsharan Saber", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "[x]<b><b>Rush</b>.</b> <b>Deathrattle:</b> Put a\n'Sunken Saber' on the\nbottom of your deck." | |
}, | |
{ | |
"index": 4049, | |
"name": "Urchin Spines", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your spells this turn are <b>Poisonous</b>." | |
}, | |
{ | |
"index": 4050, | |
"name": "Naga's Pride", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Summon two 2/2 Lionfish. If you played a Naga while holding this, give them +1/+1." | |
}, | |
{ | |
"index": 4051, | |
"name": "Gifts of Azshara", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. If you played a Naga while holding this, do it again." | |
}, | |
{ | |
"index": 4052, | |
"name": "Hydralodon", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 7, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Colossal +2</b>\n<b>Battlecry:</b> Give your\n Hydralodon Heads <b>Rush</b>." | |
}, | |
{ | |
"index": 4053, | |
"name": "Holy Maki Roll", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Restore #2 Health. Repeatable this turn." | |
}, | |
{ | |
"index": 4054, | |
"name": "Sira'kess Cultist", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Give\nyour opponent an\nAbyssal Curse." | |
}, | |
{ | |
"index": 4055, | |
"name": "Dragged Below", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal $4 damage\nto a minion.\nGive your opponent\nan Abyssal Curse." | |
}, | |
{ | |
"index": 4056, | |
"name": "Chum Bucket", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give all Murlocs in your\nhand +1/+1. Repeat for\neach Murloc you control." | |
}, | |
{ | |
"index": 4057, | |
"name": "Za'qul", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]Your Abyssal Curses heal you\nfor the damage they deal.\n<b>Battlecry:</b> Give your opponent\nan Abyssal Curse." | |
}, | |
{ | |
"index": 4058, | |
"name": "Twin-fin Fin Twin", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 1, | |
"text": "<b>Rush</b>. <b>Battlecry:</b> Summon a copy of this." | |
}, | |
{ | |
"index": 4059, | |
"name": "Gigafin", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 8, | |
"attack": 7, | |
"health_or_durability": 4, | |
"text": "[x]<b>Colossal +1</b>. <b>Battlecry:</b>\nDevour all enemy minions.\n<b>Deathrattle:</b> Spit them\nback out." | |
}, | |
{ | |
"index": 4060, | |
"name": "Filletfighter", | |
"set": "THE_SUNKEN_CITY", | |
"cost": 1, | |
"attack": 3, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Deal 1 damage." | |
}, | |
{ | |
"index": 4061, | |
"name": "Imp-oster", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry:</b> Choose a friendly Imp. Transform into a copy of it." | |
}, | |
{ | |
"index": 4062, | |
"name": "Arson Accusation", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Destroy it after your hero takes damage." | |
}, | |
{ | |
"index": 4063, | |
"name": "Habeas Corpses", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a friendly minion to resurrect and give it <b>Rush</b>.\nIt dies at the end of turn." | |
}, | |
{ | |
"index": 4064, | |
"name": "Totemic Evidence", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a basic Totem and summon it.\n<b>Infuse (3 Totems):</b>\nSummon all 4 instead." | |
}, | |
{ | |
"index": 4065, | |
"name": "Soul Seeker", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Swap this with a random minion from your opponent's deck." | |
}, | |
{ | |
"index": 4066, | |
"name": "Framester", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Shuffle 3 'Framed'\ncards into the opponent's\ndeck. When drawn, they\n<b>Overload</b> for (2)." | |
}, | |
{ | |
"index": 4067, | |
"name": "Objection!", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Secret:</b> When your opponent plays a\n minion, <b>Counter</b> it." | |
}, | |
{ | |
"index": 4068, | |
"name": "Sightless Magistrate", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": 5, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> Both players draw\nuntil they have 5 cards." | |
}, | |
{ | |
"index": 4069, | |
"name": "Shadehound", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "[x]Whenever this attacks, give\nyour other Beasts +2/+2.\n<b>Infuse (3 Beasts):</b>\nGain <b>Rush</b>." | |
}, | |
{ | |
"index": 4070, | |
"name": "Motion Denied", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> After your\nopponent plays three cards\nin a turn, deal $6 damage\nto the enemy hero." | |
}, | |
{ | |
"index": 4071, | |
"name": "Defense Attorney Nathanos", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a friendly\n<b>Deathrattle</b> minion that died\nthis game. Gain its <b>Deathrattle</b>\nand then trigger it." | |
}, | |
{ | |
"index": 4072, | |
"name": "All Fel Breaks Loose", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon a friendly Demon\nthat died this game.\n<b>Infuse (3 Demons):</b>\nSummon three instead." | |
}, | |
{ | |
"index": 4073, | |
"name": "Life Sentence", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Remove a minion\nfrom the game." | |
}, | |
{ | |
"index": 4074, | |
"name": "Prosecutor Mel'tranix", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "[x]<b>Battlecry:</b> Your opponent\ncan only play their left- \nand right-most cards on \ntheir next turn." | |
}, | |
{ | |
"index": 4075, | |
"name": "Jury Duty", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Summon two\nSilver Hand Recruits.\nGive your Silver Hand\nRecruits +1/+1." | |
}, | |
{ | |
"index": 4076, | |
"name": "Order in the Court", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Reorder your deck\nfrom highest Cost to\nlowest Cost." | |
}, | |
{ | |
"index": 4077, | |
"name": "Class Action Lawyer", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> If your deck\nhas no Neutral cards, set\n a minion's stats to 1/1." | |
}, | |
{ | |
"index": 4078, | |
"name": "Perjury", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]<b>Secret:</b> When your\nturn starts, <b>Discover</b>\nand cast a <b>Secret</b> from\nanother class." | |
}, | |
{ | |
"index": 4079, | |
"name": "Murder Accusation", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Choose a minion. Destroy it after another enemy minion dies." | |
}, | |
{ | |
"index": 4080, | |
"name": "Scribbling Stenographer", | |
"set": "REVENDRETH", | |
"cost": 7, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Rush</b>. Costs (1) less for each card you've played this turn." | |
}, | |
{ | |
"index": 4081, | |
"name": "Clear Conscience", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Give a friendly minion\n+2/+3 and \"Only you can\ntarget this with spells\nand Hero Powers.\"" | |
}, | |
{ | |
"index": 4082, | |
"name": "Incriminating Psychic", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 6, | |
"text": "<b>Taunt</b>\n <b>Deathrattle:</b> Copy a\n random card from your opponent's hand." | |
}, | |
{ | |
"index": 4083, | |
"name": "Theft Accusation", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose a minion.\nDestroy it after you play\na card copied from\nthe opponent." | |
}, | |
{ | |
"index": 4084, | |
"name": "Dew Process", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]For the rest of the game,\nplayers draw an extra card\nat the start of their turn." | |
}, | |
{ | |
"index": 4085, | |
"name": "Attorney-at-Maw", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "<b>Choose One -</b> <b>Silence</b>\na minion; or Give a minion <b>Immune</b> this turn." | |
}, | |
{ | |
"index": 4086, | |
"name": "Incarceration", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Choose a minion.\nIt goes <b>Dormant</b>\nfor 3 turns." | |
}, | |
{ | |
"index": 4087, | |
"name": "Call to the Stand", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Your opponent summons a random minion from their hand." | |
}, | |
{ | |
"index": 4088, | |
"name": "Mawsworn Bailiff", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b><b>Taunt</b>.</b> <b>Battlecry:</b> If you have 4 or more Armor, gain +4/+4." | |
}, | |
{ | |
"index": 4089, | |
"name": "Weapons Expert", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 2, | |
"text": "<b>Battlecry:</b> If you have a weapon equipped, give it +1/+1. Otherwise, draw a weapon." | |
}, | |
{ | |
"index": 4090, | |
"name": "Torghast Custodian", | |
"set": "REVENDRETH", | |
"cost": 8, | |
"attack": 6, | |
"health_or_durability": 10, | |
"text": "[x]<b>Battlecry:</b> For each\nenemy minion, randomly\ngain <b>Rush</b>, <b>Divine Shield</b>,\nor <b>Windfury</b>." | |
}, | |
{ | |
"index": 4091, | |
"name": "Afterlife Attendant", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "Your <b>Infuse</b> cards also <b>Infuse</b> while in your deck." | |
}, | |
{ | |
"index": 4092, | |
"name": "Tight-Lipped Witness", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "<b>Secrets</b> can't be revealed." | |
}, | |
{ | |
"index": 4093, | |
"name": "Sylvanas, the Accused", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Destroy\nan enemy minion.\n<b>Infuse (7):</b> Take control\nof it instead." | |
}, | |
{ | |
"index": 4094, | |
"name": "The Jailer", | |
"set": "REVENDRETH", | |
"cost": 10, | |
"attack": 10, | |
"health_or_durability": 10, | |
"text": "<b>Battlecry:</b> Destroy your deck. This minion\ngains <b>Immune</b>." | |
}, | |
{ | |
"index": 4095, | |
"name": "Contract Conjurer", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 6, | |
"text": "Costs (3) less for each <b>Secret</b> you control." | |
}, | |
{ | |
"index": 4096, | |
"name": "Suspicious Alchemist", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\nspell. If your opponent\nguesses your choice,\nthey get a copy." | |
}, | |
{ | |
"index": 4097, | |
"name": "Suspicious Usher", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> <b>Discover</b> a\n<b>Legendary</b> minion. If your\nopponent guesses your\n choice, they get a copy." | |
}, | |
{ | |
"index": 4098, | |
"name": "Suspicious Pirate", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a weapon. If your opponent guesses your choice, they get a copy." | |
}, | |
{ | |
"index": 4099, | |
"name": "The Harvester of Envy", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 4, | |
"health_or_durability": 3, | |
"text": "After you play a card copied from the opponent, steal the original." | |
}, | |
{ | |
"index": 4100, | |
"name": "Bog Beast", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 3, | |
"health_or_durability": 6, | |
"text": "[x]<b><b>Taunt</b></b> \n<b>Deathrattle:</b> Summon a 2/4 \nMuckmare with <b>Taunt</b>." | |
}, | |
{ | |
"index": 4101, | |
"name": "Stoneborn Accuser", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": 5, | |
"health_or_durability": 5, | |
"text": "[x]<b>Infuse (5):</b> Gain\n\"<b>Battlecry:</b> Deal 5\ndamage.\"" | |
}, | |
{ | |
"index": 4102, | |
"name": "Red Herring", | |
"set": "REVENDRETH", | |
"cost": 7, | |
"attack": 3, | |
"health_or_durability": 12, | |
"text": "[x]<b>Taunt</b>\nYour non-Red Herring\nminions have <b>Stealth</b>." | |
}, | |
{ | |
"index": 4103, | |
"name": "Masked Reveler", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Rush</b>\n<b>Deathrattle:</b> Summon\na 2/2 copy of another\nminion in your deck." | |
}, | |
{ | |
"index": 4104, | |
"name": "Crooked Cook", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 4, | |
"text": "[x]At the end of your turn, \nif you dealt 3 or more \ndamage to the enemy \nhero, draw a card." | |
}, | |
{ | |
"index": 4105, | |
"name": "Insatiable Devourer", | |
"set": "REVENDRETH", | |
"cost": 9, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Devour an enemy \nminion and gain its stats. \n <b>Infuse (5):</b> And its neighbors." | |
}, | |
{ | |
"index": 4106, | |
"name": "Prince Renathal", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]Your deck size is 40.\nYour starting Health is 35." | |
}, | |
{ | |
"index": 4107, | |
"name": "Famished Fool", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": 3, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw a card.\n<b>Infuse (4):</b> Draw 3 instead." | |
}, | |
{ | |
"index": 4108, | |
"name": "Dinner Performer", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "[x]<b>Battlecry:</b> Summon a\nrandom minion from\nyour deck that you\ncan afford to play." | |
}, | |
{ | |
"index": 4109, | |
"name": "Kael'thas Sinstrider", | |
"set": "REVENDRETH", | |
"cost": 8, | |
"attack": 4, | |
"health_or_durability": 7, | |
"text": "Every third minion you play each turn costs (0)." | |
}, | |
{ | |
"index": 4110, | |
"name": "Murloc Holmes", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 3, | |
"health_or_durability": 4, | |
"text": "[x]<b>Battlecry:</b> Solve 3 Clues \nabout your opponent's cards \nto get copies of them." | |
}, | |
{ | |
"index": 4111, | |
"name": "Demolition Renovator", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Tradeable</b>\n<b>Battlecry:</b> Destroy \nan enemy location." | |
}, | |
{ | |
"index": 4112, | |
"name": "Theotar, the Mad Duke", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 4, | |
"health_or_durability": 4, | |
"text": "<b>Battlecry:</b> <b>Discover</b> a\ncard in each player's hand and swap them." | |
}, | |
{ | |
"index": 4113, | |
"name": "Suffocating Shadows", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]When you play or \ndiscard this, destroy a \nrandom enemy minion." | |
}, | |
{ | |
"index": 4114, | |
"name": "Tome Tampering", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Shuffle 1-Cost \ncopies of cards in your \nhand into your deck, \nthen discard your hand." | |
}, | |
{ | |
"index": 4115, | |
"name": "Flustered Librarian", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": 1, | |
"health_or_durability": 3, | |
"text": "Has +1 Attack for each\nImp you control." | |
}, | |
{ | |
"index": 4116, | |
"name": "Mischievous Imp", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": 3, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Summon a copy of this. <b>Infuse (3):</b> Summon two copies instead." | |
}, | |
{ | |
"index": 4117, | |
"name": "Impending Catastrophe", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Draw a card. Repeat for each Imp you control." | |
}, | |
{ | |
"index": 4118, | |
"name": "Mysterious Visitor", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": 2, | |
"health_or_durability": 3, | |
"text": "<b>Battlecry:</b> Reduce the Cost of cards copied from your opponent by (2)." | |
}, | |
{ | |
"index": 4119, | |
"name": "Partner in Crime", | |
"set": "REVENDRETH", | |
"cost": 4, | |
"attack": 2, | |
"health_or_durability": 5, | |
"text": "[x]<b>Battlecry:</b> Summon a \ncopy of this minion at \nthe end of your turn." | |
}, | |
{ | |
"index": 4120, | |
"name": "Boon of the Ascended", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Give a minion +2 Health. Summon a Kyrian with its stats and <b>Taunt</b>." | |
}, | |
{ | |
"index": 4121, | |
"name": "The Light! It Burns!", | |
"set": "REVENDRETH", | |
"cost": 1, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "[x]Deal damage to a minion\n equal to its Attack." | |
}, | |
{ | |
"index": 4122, | |
"name": "Pelagos", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": 1, | |
"health_or_durability": 6, | |
"text": "[x]After you cast a spell \non a friendly minion, set \nits Attack and Health to \nthe higher of the two." | |
}, | |
{ | |
"index": 4123, | |
"name": "Sinrunner", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Deathrattle:</b> Destroy a random enemy minion." | |
}, | |
{ | |
"index": 4124, | |
"name": "Clean the Scene", | |
"set": "REVENDRETH", | |
"cost": 5, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Destroy all minions with 3 or less Attack. <b>Infuse (3):</b> 6 or less." | |
}, | |
{ | |
"index": 4125, | |
"name": "Identity Theft", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Discover</b> a copy of a card from your opponent's hand and deck." | |
}, | |
{ | |
"index": 4126, | |
"name": "Cathedral of Atonement", | |
"set": "REVENDRETH", | |
"cost": 3, | |
"attack": null, | |
"health_or_durability": 3, | |
"text": "Give a minion +2/+1 and draw a card." | |
}, | |
{ | |
"index": 4127, | |
"name": "Natural Causes", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "Deal $2 damage. Summon a 2/2 Treant." | |
}, | |
{ | |
"index": 4128, | |
"name": "Maze Guide", | |
"set": "REVENDRETH", | |
"cost": 2, | |
"attack": 1, | |
"health_or_durability": 1, | |
"text": "<b>Battlecry</b>: Summon a random 2-Cost minion." | |
}, | |
{ | |
"index": 4129, | |
"name": "Death Blossom Whomper", | |
"set": "REVENDRETH", | |
"cost": 6, | |
"attack": 6, | |
"health_or_durability": 5, | |
"text": "<b>Battlecry:</b> Draw a <b>Deathrattle</b> minion and gain its <b>Deathrattle.</b>" | |
}, | |
{ | |
"index": 4130, | |
"name": "Nightshade Bud", | |
"set": "REVENDRETH", | |
"cost": 8, | |
"attack": null, | |
"health_or_durability": null, | |
"text": "<b>Choose One - </b><b>Discover</b> a minion from your deck to summon;\nor a spell to cast." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment