Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
source: int64
target: int64
relation: string
identity: struct<card_type: string, card_class: list<item: string>, set: string, rarity: string, spell_school: (... 45 chars omitted)
  child 0, card_type: string
  child 1, card_class: list<item: string>
      child 0, item: string
  child 2, set: string
  child 3, rarity: string
  child 4, spell_school: string
  child 5, minion_type: string
  child 6, artist: string
expanded_semantics: struct<self_card_id: int64, included_child_card_ids: list<item: int64>, keywords: list<item: string> (... 115 chars omitted)
  child 0, self_card_id: int64
  child 1, included_child_card_ids: list<item: int64>
      child 0, item: int64
  child 2, keywords: list<item: string>
      child 0, item: string
  child 3, actions: list<item: string>
      child 0, item: string
  child 4, mechanic_tags: list<item: string>
      child 0, item: string
  child 5, visual_tags: list<item: string>
      child 0, item: string
  child 6, summary: string
derivation_depth: int64
derived_cards: list<item: struct<card_id: int64, relation: string, role: null>>
  child 0, item: struct<card_id: int64, relation: string, role: null>
      child 0, card_id: int64
      child 1, relation: string
      child 2, role: null
keywords: list<item: string>
  child 0, item: string
text: struct<raw: string, clean: string>
  child 0, raw: string
  child 1, clean: string
name: string
is_derived: bool
stats: struct<mana_cost: int64, attack: int64, health: int64, durability: null>
  child 0, mana_cost: int64
  child 1, attack: int64
  child 2, health: int64
  child 3, durability: null
slug: string
collectible: bool
dbf_id: null
root_collectible_ids: list<item: int64>
  child 0, item: int64
visual_tags: list<item: string>
  child 0, item: string
actions: list<item: struct<type: string, amount: int64, target: string, target_scope: null, resource: string, (... 71 chars omitted)
  child 0, item: struct<type: string, amount: int64, target: string, target_scope: null, resource: string, condition: (... 59 chars omitted)
      child 0, type: string
      child 1, amount: int64
      child 2, target: string
      child 3, target_scope: null
      child 4, resource: string
      child 5, condition: null
      child 6, trigger: string
      child 7, duration: null
      child 8, raw_phrase: string
semantic_summary: string
lora_caption: string
card_id: int64
child_card_ids: list<item: int64>
  child 0, item: int64
parent_card_ids: list<item: int64>
  child 0, item: int64
mechanic_tags: list<item: string>
  child 0, item: string
to
{'card_id': Value('int64'), 'dbf_id': Value('null'), 'slug': Value('string'), 'name': Value('string'), 'collectible': Value('bool'), 'is_derived': Value('bool'), 'root_collectible_ids': List(Value('int64')), 'parent_card_ids': List(Value('int64')), 'child_card_ids': List(Value('int64')), 'derivation_depth': Value('int64'), 'identity': {'card_type': Value('string'), 'card_class': List(Value('string')), 'set': Value('string'), 'rarity': Value('string'), 'spell_school': Value('string'), 'minion_type': Value('string'), 'artist': Value('string')}, 'stats': {'mana_cost': Value('int64'), 'attack': Value('int64'), 'health': Value('int64'), 'durability': Value('null')}, 'text': {'raw': Value('string'), 'clean': Value('string')}, 'keywords': List(Value('string')), 'actions': List({'type': Value('string'), 'amount': Value('int64'), 'target': Value('string'), 'target_scope': Value('null'), 'resource': Value('string'), 'condition': Value('null'), 'trigger': Value('string'), 'duration': Value('null'), 'raw_phrase': Value('string')}), 'mechanic_tags': List(Value('string')), 'visual_tags': List(Value('string')), 'derived_cards': List({'card_id': Value('int64'), 'relation': Value('string'), 'role': Value('null')}), 'semantic_summary': Value('string'), 'source': {'image': Value('string'), 'crop_image': Value('string'), 'art_image': Value('string'), 'art_card_id': Value('string'), 'art_dbf_id': Value('int64')}, 'expanded_semantics': {'self_card_id': Value('int64'), 'included_child_card_ids': List(Value('int64')), 'keywords': List(Value('string')), 'actions': List(Value('string')), 'mechanic_tags': List(Value('string')), 'visual_tags': List(Value('string')), 'summary': Value('string')}, 'lora_caption': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 295, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              source: int64
              target: int64
              relation: string
              identity: struct<card_type: string, card_class: list<item: string>, set: string, rarity: string, spell_school: (... 45 chars omitted)
                child 0, card_type: string
                child 1, card_class: list<item: string>
                    child 0, item: string
                child 2, set: string
                child 3, rarity: string
                child 4, spell_school: string
                child 5, minion_type: string
                child 6, artist: string
              expanded_semantics: struct<self_card_id: int64, included_child_card_ids: list<item: int64>, keywords: list<item: string> (... 115 chars omitted)
                child 0, self_card_id: int64
                child 1, included_child_card_ids: list<item: int64>
                    child 0, item: int64
                child 2, keywords: list<item: string>
                    child 0, item: string
                child 3, actions: list<item: string>
                    child 0, item: string
                child 4, mechanic_tags: list<item: string>
                    child 0, item: string
                child 5, visual_tags: list<item: string>
                    child 0, item: string
                child 6, summary: string
              derivation_depth: int64
              derived_cards: list<item: struct<card_id: int64, relation: string, role: null>>
                child 0, item: struct<card_id: int64, relation: string, role: null>
                    child 0, card_id: int64
                    child 1, relation: string
                    child 2, role: null
              keywords: list<item: string>
                child 0, item: string
              text: struct<raw: string, clean: string>
                child 0, raw: string
                child 1, clean: string
              name: string
              is_derived: bool
              stats: struct<mana_cost: int64, attack: int64, health: int64, durability: null>
                child 0, mana_cost: int64
                child 1, attack: int64
                child 2, health: int64
                child 3, durability: null
              slug: string
              collectible: bool
              dbf_id: null
              root_collectible_ids: list<item: int64>
                child 0, item: int64
              visual_tags: list<item: string>
                child 0, item: string
              actions: list<item: struct<type: string, amount: int64, target: string, target_scope: null, resource: string, (... 71 chars omitted)
                child 0, item: struct<type: string, amount: int64, target: string, target_scope: null, resource: string, condition: (... 59 chars omitted)
                    child 0, type: string
                    child 1, amount: int64
                    child 2, target: string
                    child 3, target_scope: null
                    child 4, resource: string
                    child 5, condition: null
                    child 6, trigger: string
                    child 7, duration: null
                    child 8, raw_phrase: string
              semantic_summary: string
              lora_caption: string
              card_id: int64
              child_card_ids: list<item: int64>
                child 0, item: int64
              parent_card_ids: list<item: int64>
                child 0, item: int64
              mechanic_tags: list<item: string>
                child 0, item: string
              to
              {'card_id': Value('int64'), 'dbf_id': Value('null'), 'slug': Value('string'), 'name': Value('string'), 'collectible': Value('bool'), 'is_derived': Value('bool'), 'root_collectible_ids': List(Value('int64')), 'parent_card_ids': List(Value('int64')), 'child_card_ids': List(Value('int64')), 'derivation_depth': Value('int64'), 'identity': {'card_type': Value('string'), 'card_class': List(Value('string')), 'set': Value('string'), 'rarity': Value('string'), 'spell_school': Value('string'), 'minion_type': Value('string'), 'artist': Value('string')}, 'stats': {'mana_cost': Value('int64'), 'attack': Value('int64'), 'health': Value('int64'), 'durability': Value('null')}, 'text': {'raw': Value('string'), 'clean': Value('string')}, 'keywords': List(Value('string')), 'actions': List({'type': Value('string'), 'amount': Value('int64'), 'target': Value('string'), 'target_scope': Value('null'), 'resource': Value('string'), 'condition': Value('null'), 'trigger': Value('string'), 'duration': Value('null'), 'raw_phrase': Value('string')}), 'mechanic_tags': List(Value('string')), 'visual_tags': List(Value('string')), 'derived_cards': List({'card_id': Value('int64'), 'relation': Value('string'), 'role': Value('null')}), 'semantic_summary': Value('string'), 'source': {'image': Value('string'), 'crop_image': Value('string'), 'art_image': Value('string'), 'art_card_id': Value('string'), 'art_dbf_id': Value('int64')}, 'expanded_semantics': {'self_card_id': Value('int64'), 'included_child_card_ids': List(Value('int64')), 'keywords': List(Value('string')), 'actions': List(Value('string')), 'mechanic_tags': List(Value('string')), 'visual_tags': List(Value('string')), 'summary': Value('string')}, 'lora_caption': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

card_id
int64
dbf_id
null
slug
string
name
string
collectible
bool
is_derived
bool
root_collectible_ids
list
parent_card_ids
list
child_card_ids
list
derivation_depth
int64
identity
dict
stats
dict
text
dict
keywords
list
actions
list
mechanic_tags
list
visual_tags
list
derived_cards
list
semantic_summary
string
source
dict
expanded_semantics
dict
lora_caption
string
107,923
null
107923-health-drink
"Health" Drink
true
false
[ 107923, 109334 ]
[ 109334 ]
[ 111600, 111601 ]
0
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "Perils in Paradise", "rarity": "Rare", "spell_school": "Fel", "minion_type": null, "artist": "Vladimir Kafanov" }
{ "mana_cost": 3, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Lifesteal</b>. Deal 3 damage to a minion. <i>(3 Drinks left!)</i>", "clean": "Lifesteal. Deal 3 damage to a minion. (3 Drinks left!)" }
[ "Lifesteal" ]
[ { "type": "deal_damage", "amount": 3, "target": "minion", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 3 damage to a minion." } ]
[ "deal_damage", "lifesteal_damage", "has_derived_cards" ]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "green demonic glow", "magical impact", "lifesteal" ]
[ { "card_id": 111600, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 111601, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/cd810f10539417c0a9ac6d7e990db3fc83e51416e4c2a53379c31f6e26f221a1.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/09302c1aff03424a96be267d4e688eada49f4911f694272bff70c8da93e2fbba.png", "art_image": "images/VAC_951.jpg", "art_car...
{ "self_card_id": 107923, "included_child_card_ids": [ 111600, 111601 ], "keywords": [ "Lifesteal" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage", "lifesteal_damage", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "warlock", ...
Hearthstone card art, Warlock, Fel spell, Lifesteal, deal damage minion, deal_damage, lifesteal_damage, has_derived_cards, hearthstone fantasy art, fel magic, dark ritual, green demonic glow, magical impact
111,600
null
111600-health-drink
"Health" Drink
false
true
[ 107923, 109334 ]
[ 107923, 109334 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "Perils in Paradise", "rarity": "Rare", "spell_school": "Fel", "minion_type": null, "artist": "Vladimir Kafanov" }
{ "mana_cost": 3, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Lifesteal</b>. Deal 3 damage to a minion. <i>(2 Drinks left!)</i>", "clean": "Lifesteal. Deal 3 damage to a minion. (2 Drinks left!)" }
[ "Lifesteal" ]
[ { "type": "deal_damage", "amount": 3, "target": "minion", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 3 damage to a minion." } ]
[ "deal_damage", "lifesteal_damage" ]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "green demonic glow", "magical impact", "lifesteal" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/837d7eff2489539b1c8cfaf29a1efcd5df7933e40ffdd124d55e5fd2e69268b6.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 111600, "included_child_card_ids": [], "keywords": [ "Lifesteal" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage", "lifesteal_damage" ], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "green demo...
Hearthstone card art, Warlock, Fel spell, Lifesteal, deal damage minion, deal_damage, lifesteal_damage, hearthstone fantasy art, fel magic, dark ritual, green demonic glow, magical impact
111,601
null
111601-health-drink
"Health" Drink
false
true
[ 107923, 109334 ]
[ 107923, 109334 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "Perils in Paradise", "rarity": "Rare", "spell_school": "Fel", "minion_type": null, "artist": "Vladimir Kafanov" }
{ "mana_cost": 3, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Lifesteal</b>. Deal 3 damage to a minion. <i>(Last Drink!)</i>", "clean": "Lifesteal. Deal 3 damage to a minion. (Last Drink!)" }
[ "Lifesteal" ]
[ { "type": "deal_damage", "amount": 3, "target": "minion", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 3 damage to a minion." } ]
[ "deal_damage", "lifesteal_damage" ]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "green demonic glow", "magical impact", "lifesteal" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/812d3e1b1ce81364da81f3951c2f7c995690190ec796b2347c302508616e29a9.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 111601, "included_child_card_ids": [], "keywords": [ "Lifesteal" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage", "lifesteal_damage" ], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "green demo...
Hearthstone card art, Warlock, Fel spell, Lifesteal, deal damage minion, deal_damage, lifesteal_damage, hearthstone fantasy art, fel magic, dark ritual, green demonic glow, magical impact
40,495
null
40495-little-friend
"Little Friend"
false
true
[ 40494 ]
[ 40494 ]
[]
1
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Mean Streets of Gadgetzan", "rarity": null, "spell_school": null, "minion_type": null, "artist": "A. J. Nazzaro" }
{ "mana_cost": 6, "attack": 6, "health": 6, "durability": null }
{ "raw": "", "clean": "" }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/1928369bd50adb7212339137fa15b564b6143e15fc47e6b2d5f09d60ca6364f9.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 40495, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "\"Little Friend\" is a Neutral card." }
Hearthstone card art, Neutral, Minion, hearthstone fantasy art
38,913
null
38913-a-light-in-the-darkness
A Light in the Darkness
true
false
[ 38913 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Paladin" ], "set": "Whispers of the Old Gods", "rarity": "Common", "spell_school": "Holy", "minion_type": null, "artist": "Zoltan Boros" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Discover</b> a Paladin minion. Give it +2/+2.", "clean": "Discover a Paladin minion. Give it +2/+2." }
[ "Discover" ]
[ { "type": "discover", "amount": null, "target": "paladin_minion", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Discover a Paladin minion." } ]
[ "discover" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "radiant magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/31ecaa43a60412c589d972e0e095aa2b5d7597d3de0f200f0f5c4e441565c028.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e0951d3b90ff25ee03e29f6c17913c4470f369654ed003dfe6d87f57295405c7.png", "art_image": "images/OG_311.jpg", "art_card...
{ "self_card_id": 38913, "included_child_card_ids": [], "keywords": [ "Discover" ], "actions": [ "discover" ], "mechanic_tags": [ "discover" ], "visual_tags": [ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "radiant magic" ], "summary": "A ...
Hearthstone card art, Paladin, Holy spell, Discover, discover paladin minion, hearthstone fantasy art, holy light, armored champion, radiant magic
103,236
null
103236-a-light-in-the-darkness
A Light in the Darkness
true
false
[ 103236 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Paladin" ], "set": "Caverns of Time", "rarity": "Common", "spell_school": "Holy", "minion_type": null, "artist": "Zoltan Boros" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Discover</b> a Paladin minion. Give it +2/+2.", "clean": "Discover a Paladin minion. Give it +2/+2." }
[ "Discover" ]
[ { "type": "discover", "amount": null, "target": "paladin_minion", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Discover a Paladin minion." } ]
[ "discover" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "radiant magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2e2b03586b8e283d4d82e737239f930b2518f4a401354ad2906ee7c6dbd79560.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/7ebe383741ee8d7daf42b49976d75e786ad680c712479f32be39741618e982fd.png", "art_image": "images/WON_333.jpg", "art_car...
{ "self_card_id": 103236, "included_child_card_ids": [], "keywords": [ "Discover" ], "actions": [ "discover" ], "mechanic_tags": [ "discover" ], "visual_tags": [ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "radiant magic" ], "summary": "A...
Hearthstone card art, Paladin, Holy spell, Discover, discover paladin minion, hearthstone fantasy art, holy light, armored champion, radiant magic
50,019
null
50019-a-new-challenger
A New Challenger...
true
false
[ 50019 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Paladin" ], "set": "Rastakhan’s Rumble", "rarity": "Epic", "spell_school": null, "minion_type": null, "artist": "James Ryman" }
{ "mana_cost": 7, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Discover</b> a 6-Cost minion. Summon it with <b>Taunt</b> and <b>Divine Shield</b>.", "clean": "Discover a 6-Cost minion. Summon it with Taunt and Divine Shield." }
[ "Taunt", "Divine Shield", "Discover" ]
[ { "type": "discover", "amount": null, "target": "6_cost_minion", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Discover a 6-Cost minion." }, { "type": "summon", "amount": null, "target": "it_wit...
[ "discover", "summon", "token_generation" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "summoned creatures", "taunt", "divine shield" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/dd8521e4b251f81882c031c2f2620c0d9791309b490349269a6c8b783fab9de5.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/1ade781a6845577e9348c56afcf0bde19c8efda321965351b411a3ea17ca4fcd.png", "art_image": "images/TRL_305.jpg", "art_car...
{ "self_card_id": 50019, "included_child_card_ids": [], "keywords": [ "Taunt", "Divine Shield", "Discover" ], "actions": [ "discover", "summon" ], "mechanic_tags": [ "discover", "summon", "token_generation" ], "visual_tags": [ "hearthstone fantasy art", "paladin...
Hearthstone card art, Paladin, Spell, Taunt, Divine Shield, Discover, discover 6 cost minion, summon it with taunt and divine shield, summon, token_generation, hearthstone fantasy art, holy light, armored champion, summoned creatures
62,233
null
62233-a-new-fate
A New Fate
false
true
[ 59151 ]
[ 59151 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Neutral" ], "set": "Scholomance Academy", "rarity": null, "spell_school": null, "minion_type": null, "artist": "Jakub Kasper" }
{ "mana_cost": 0, "attack": null, "health": null, "durability": null }
{ "raw": "Draw a different card.", "clean": "Draw a different card." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/fe94ebebc4262248318c8cac8484d6901a5615b51c1b424a9e87970d45a65c2d.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 62233, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "A New Fate is a Neutral card." }
Hearthstone card art, Neutral, Spell, hearthstone fantasy art
100,046
null
100046-a-new-reality
A New Reality
false
true
[ 97617 ]
[ 97617 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Neutral" ], "set": "TITANS", "rarity": null, "spell_school": null, "minion_type": null, "artist": "Mooncolony " }
{ "mana_cost": 0, "attack": null, "health": null, "durability": null }
{ "raw": "Put on the bottom of the opponent's deck.", "clean": "Put on the bottom of the opponent's deck." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/fc11d9abf0e2ee9885c50f0b196189f638621c442174179f6362a2a7163daf65.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 100046, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "A New Reality is a Neutral card." }
Hearthstone card art, Neutral, Spell, hearthstone fantasy art
108,499
null
108499-a-f-kay
A. F. Kay
true
false
[ 108499 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Perils in Paradise", "rarity": "Legendary", "spell_school": null, "minion_type": null, "artist": "Ramzy Kamen" }
{ "mana_cost": 5, "attack": 0, "health": 5, "durability": null }
{ "raw": "At the end of your turn, give all other friendly minions that didn't attack +2/+2.", "clean": "At the end of your turn, give all other friendly minions that didn't attack +2/+2." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b48c93bfabd3a1a3f81c5a25ddbc2791e24158be6a97af9707bedfe2d1168773.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/3735fb73e8349243dc8bcf5165dd34cb997fba735a8ca9899e0bf7462a327389.png", "art_image": "images/VAC_446.jpg", "art_car...
{ "self_card_id": 108499, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "A. F. Kay is a Neutral card." }
Hearthstone card art, Neutral, Minion, hearthstone fantasy art
111,169
null
111169-abduction-ray
Abduction Ray
true
false
[ 111169 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "The Great Dark Beyond", "rarity": "Common", "spell_school": "Shadow", "minion_type": null, "artist": "Stefan Bogdasarov" }
{ "mana_cost": 1, "attack": null, "health": null, "durability": null }
{ "raw": "Get a random Demon. Reduce its Cost by (2). Repeatable this turn.", "clean": "Get a random Demon. Reduce its Cost by (2). Repeatable this turn." }
[]
[]
[]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "shadow magic", "dark energy" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/89838d630d79a88663f1f0e07ab23e2bee68dc8446156164fb2fbc0f52e45dd1.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/dfcf460bed750cfcbc567227c575adef3a56c284775dc52db424bf44ab4e3109.png", "art_image": "images/GDB_123.jpg", "art_car...
{ "self_card_id": 111169, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "shadow magic", "dark energy" ], "summary": "Abduction Ray is a Warlock card." }
Hearthstone card art, Warlock, Shadow spell, hearthstone fantasy art, fel magic, dark ritual, shadow magic, dark energy
38,531
null
38531-aberrant-berserker
Aberrant Berserker
true
false
[ 38531 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Whispers of the Old Gods", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Jim Nelson" }
{ "mana_cost": 4, "attack": 3, "health": 5, "durability": null }
{ "raw": "Has +2 Attack while damaged.", "clean": "Has +2 Attack while damaged." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/61e52886abaa3059e05851304c5ce1f07148a861b1a09acfb1ca3efe05c8ea16.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/daf542e71b3b3315fcc833c8b7bda5da991468860753af9eb1ddaf4e97bb77ce.png", "art_image": "images/OG_150.jpg", "art_card...
{ "self_card_id": 38531, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Aberrant Berserker is a Neutral card." }
Hearthstone card art, Neutral, Minion, hearthstone fantasy art
43,245
null
43245-abominable-bowman
Abominable Bowman
true
false
[ 43245 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Hunter" ], "set": "Knights of the Frozen Throne", "rarity": "Epic", "spell_school": null, "minion_type": "Undead", "artist": "L. Lullabi & K. Turovec" }
{ "mana_cost": 7, "attack": 6, "health": 7, "durability": null }
{ "raw": "<b>Deathrattle:</b> Summon a random friendly Beast that died this game.", "clean": "Deathrattle: Summon a random friendly Beast that died this game." }
[ "Deathrattle" ]
[ { "type": "summon", "amount": 1, "target": "friendly_beast_that_died_this_game", "target_scope": null, "resource": "board", "condition": null, "trigger": "deathrattle", "duration": null, "raw_phrase": "Deathrattle: Summon a random friendly Beast that died this game." } ]
[ "summon", "token_generation" ]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "undead", "necromancy", "summoned creatures", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/77bbdd24dc2f7f8a790284fc0ef610338dddd2007de7f8348648492d6224594a.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/db994bfca272fcd7f4eea16dcadfc9b678081f00b73e88c2d026e4a16df37033.png", "art_image": "images/ICC_825.jpg", "art_car...
{ "self_card_id": 43245, "included_child_card_ids": [], "keywords": [ "Deathrattle" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation" ], "visual_tags": [ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "undead", "necroma...
Hearthstone card art, Hunter, Minion, Undead, Deathrattle, summon friendly beast that died this game, summon, token_generation, hearthstone fantasy art, beasts, ranged combat, necromancy, summoned creatures
70,244
null
70244-abominable-lieutenant
Abominable Lieutenant
true
false
[ 70244 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Fractured in Alterac Valley", "rarity": "Epic", "spell_school": null, "minion_type": "Undead", "artist": "Dave Allsop" }
{ "mana_cost": 8, "attack": 3, "health": 5, "durability": null }
{ "raw": "At the end of your turn, eat a random enemy minion and gain its stats.", "clean": "At the end of your turn, eat a random enemy minion and gain its stats." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral", "undead", "necromancy" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/9d699e41b8e35d195599114eb9d4e61eea42f2fae163d09647a342d45309f7a6.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/723d60f794cc109feae35c41a7358979ecf53b6297fca5d6fb3248c7faf509e9.png", "art_image": "images/AV_139.jpg", "art_card...
{ "self_card_id": 70244, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "undead", "necromancy" ], "summary": "Abominable Lieutenant is a Neutral card." }
Hearthstone card art, Neutral, Minion, Undead, hearthstone fantasy art, necromancy
440
null
440-abomination
Abomination
true
false
[ 440 ]
[ 67129, 67130, 67131 ]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "3", "rarity": "Rare", "spell_school": null, "minion_type": "Undead", "artist": "Alex Horley Orlandelli" }
{ "mana_cost": 5, "attack": 4, "health": 4, "durability": null }
{ "raw": "<b>Taunt</b>. <b>Deathrattle:</b> Deal 2 damage to ALL characters.", "clean": "Taunt. Deathrattle: Deal 2 damage to ALL characters." }
[ "Taunt", "Deathrattle" ]
[ { "type": "deal_damage", "amount": 2, "target": "all_characters", "target_scope": null, "resource": "health", "condition": null, "trigger": "deathrattle", "duration": null, "raw_phrase": "Deathrattle: Deal 2 damage to ALL characters." } ]
[ "deal_damage" ]
[ "hearthstone fantasy art", "neutral", "undead", "necromancy", "magical impact", "taunt", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/8062a60fb1399e9935dc5b6bc69cc0c1443e0c2f11f0eadb0ed4c3d599d37cd7.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/d3070696d8da42bb3fdcc3b54eeeafaa0448f4ad0a1b609d5fc478ddce728374.png", "art_image": "images/EX1_097.jpg", "art_car...
{ "self_card_id": 440, "included_child_card_ids": [], "keywords": [ "Taunt", "Deathrattle" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "neutral", "undead", "necromancy", "magical impact", "taun...
Hearthstone card art, Neutral, Minion, Undead, Taunt, Deathrattle, deal damage all characters, deal_damage, hearthstone fantasy art, necromancy, magical impact
97,380
null
97380-absorbent-parasite
Absorbent Parasite
true
false
[ 97380 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Hunter" ], "set": "TITANS", "rarity": "Epic", "spell_school": null, "minion_type": null, "artist": "Slawomir Maniak" }
{ "mana_cost": 2, "attack": 3, "health": 1, "durability": null }
{ "raw": "<b>Magnetic</b>, <b>Rush</b> Can <b>Magnetize</b> to Mechs and Beasts.", "clean": "Magnetic, Rush Can Magnetize to Mechs and Beasts." }
[ "Rush", "Magnetic" ]
[]
[]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2f10001e14ce9420426023e37bc473315231a2df8fb8e33bcf702ca5c0eeeb3d.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/79d3f6d659f01754ab9ff7bd957e6bff5bcb4a5093ad54a8f9f5e9acdb8f7801.png", "art_image": "images/TTN_087.jpg", "art_car...
{ "self_card_id": 97380, "included_child_card_ids": [], "keywords": [ "Rush", "Magnetic" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "hunter", "beasts", "ranged combat" ], "summary": "Absorbent Parasite is a Hunter card." }
Hearthstone card art, Hunter, Minion, Rush, Magnetic, hearthstone fantasy art, beasts, ranged combat
242
null
242-abusive-sergeant
Abusive Sergeant
true
false
[ 242 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "3", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Luca Zontini" }
{ "mana_cost": 1, "attack": 1, "health": 1, "durability": null }
{ "raw": "<b>Battlecry:</b> Give a minion +2 Attack this turn.", "clean": "Battlecry: Give a minion +2 Attack this turn." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/8cc6f521dac86c945f12424cf0a4c4b78d73157d4797e3169c3cc8dbe2fbb9d1.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/c10df6994599819f7a22e8ffc9a3779ecfc0f76d5c499e4c299aae5c7fa9bcc8.png", "art_image": "images/CS2_188.jpg", "art_car...
{ "self_card_id": 242, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "battlecry" ], "summary": "Abusive Sergeant is a Neutral card." }
Hearthstone card art, Neutral, Minion, Battlecry, hearthstone fantasy art
69,649
null
69649-abusive-sergeant
Abusive Sergeant
true
false
[ 69649 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Core", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Luca Zontini" }
{ "mana_cost": 1, "attack": 1, "health": 1, "durability": null }
{ "raw": "<b>Battlecry:</b> Give a minion +2 Attack this turn.", "clean": "Battlecry: Give a minion +2 Attack this turn." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/245f2a5adb10dee494583836b8946372063602e47338ca0e4ebb544aeef13c2d.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/a524a02593ac5e880645a6bec7e3e70dfea4ba40644d422bb1d2591460d9a74d.png", "art_image": "images/CORE_CS2_188.jpg", "ar...
{ "self_card_id": 69649, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "battlecry" ], "summary": "Abusive Sergeant is a Neutral card." }
Hearthstone card art, Neutral, Minion, Battlecry, hearthstone fantasy art
94,819
null
94819-abyssal-bassist
Abyssal Bassist
true
false
[ 94819 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Demon Hunter", "Warrior", "Demon Hunter" ], "set": "Festival of Legends", "rarity": "Common", "spell_school": null, "minion_type": "Demon", "artist": "Jaemin Kim" }
{ "mana_cost": 7, "attack": 4, "health": 7, "durability": null }
{ "raw": "<b>Taunt</b>, <b>Lifesteal</b> Costs (2) less for each weapon you've equipped this game.", "clean": "Taunt, Lifesteal Costs (2) less for each weapon you've equipped this game." }
[ "Taunt", "Lifesteal" ]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "warrior", "armor", "weapon combat", "demonic creature", "fel glow", "taunt", "lifesteal" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/9c889a2f535d2ab958bbfecbc8934f643a2e1bc91e7c38549e9be1c12701cabb.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/130ce634f431b906433bedf6b101eee93fd2ac39d08d0d754623f293d9337355.png", "art_image": "images/JAM_016.jpg", "art_car...
{ "self_card_id": 94819, "included_child_card_ids": [], "keywords": [ "Taunt", "Lifesteal" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "warrior", "armor", "weapon combat", "demonic...
Hearthstone card art, Demon Hunter/Warrior/Demon Hunter, Minion, Demon, Taunt, Lifesteal, hearthstone fantasy art, demon hunter, fel blades, agile fighter, warrior, armor, weapon combat, demonic creature, fel glow
74,927
null
74927-abyssal-curse
Abyssal Curse
false
true
[ 72318, 73436, 73442, 73446 ]
[ 72318, 73436, 73442, 73446, 90551 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "Voyage to the Sunken City", "rarity": null, "spell_school": null, "minion_type": null, "artist": "Vladimir Kafanov" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "At the start of your turn, take damage. Each Curse is worse than the last. <i>( (turn,turns) remaining).</i>", "clean": "At the start of your turn, take damage. Each Curse is worse than the last. ( (turn,turns) remaining)." }
[]
[]
[]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/9b21c5285b18ff817db1a805442d7bf6d20623d9297907c8d7a8b5c89e266566.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 74927, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual" ], "summary": "Abyssal Curse is a Warlock card." }
Hearthstone card art, Warlock, Spell, hearthstone fantasy art, fel magic, dark ritual
71,922
null
71922-abyssal-depths
Abyssal Depths
true
false
[ 71922 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Demon Hunter" ], "set": "Voyage to the Sunken City", "rarity": "Common", "spell_school": "Shadow", "minion_type": null, "artist": "BOSi Studio" }
{ "mana_cost": 3, "attack": null, "health": null, "durability": null }
{ "raw": "Draw your two lowest Cost minions.", "clean": "Draw your two lowest Cost minions." }
[]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "shadow magic", "dark energy" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4fb34d3319764907659372f3e94c5ab43c28be96b7f207b8a0a8ac1f04b8ea4a.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/d1a6966ec76e3705ebd0514f0af645a71e791da181da34e86d0eaefd15889de8.png", "art_image": "images/TSC_608.jpg", "art_car...
{ "self_card_id": 71922, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "shadow magic", "dark energy" ], "summary": "Abyssal Depths is a Demon Hunter car...
Hearthstone card art, Demon Hunter, Shadow spell, hearthstone fantasy art, fel blades, agile fighter, shadow magic, dark energy
54,895
null
54895-abyssal-destroyer
Abyssal Destroyer
false
true
[ 54894 ]
[ 54894 ]
[]
1
{ "card_type": "Minion", "card_class": [ "Warlock" ], "set": "Descent of Dragons", "rarity": null, "spell_school": null, "minion_type": "Demon", "artist": "Ivan Fomin" }
{ "mana_cost": 1, "attack": 1, "health": 1, "durability": null }
{ "raw": "<b>Taunt</b>", "clean": "Taunt" }
[ "Taunt" ]
[]
[]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "demonic creature", "fel glow", "taunt" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/d7953cbd64ee0fde2b7389efb78b1cefe56863394f8b78933472af9bf52c2fb6.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2229bc62579bb753bc4cbd0eb1ba06dc07acbe7de604318d45817042e81a2c6b.jpg", "art_image": "", "art_card_id": "", "art_...
{ "self_card_id": 54895, "included_child_card_ids": [], "keywords": [ "Taunt" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "demonic creature", "fel glow", "taunt" ], "summary": "Abyssal Destroy...
Hearthstone card art, Warlock, Minion, Demon, Taunt, hearthstone fantasy art, fel magic, dark ritual, demonic creature, fel glow
40,541
null
40541-abyssal-enforcer
Abyssal Enforcer
true
false
[ 40541 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Warlock" ], "set": "Mean Streets of Gadgetzan", "rarity": "Common", "spell_school": null, "minion_type": "Demon", "artist": "Luke Mancini" }
{ "mana_cost": 7, "attack": 6, "health": 6, "durability": null }
{ "raw": "<b>Battlecry:</b> Deal 3 damage to all other characters.", "clean": "Battlecry: Deal 3 damage to all other characters." }
[ "Battlecry" ]
[ { "type": "deal_damage", "amount": 3, "target": "all_other_characters", "target_scope": null, "resource": "health", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry: Deal 3 damage to all other characters." } ]
[ "deal_damage" ]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "demonic creature", "fel glow", "magical impact", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2a66c5997e5af76f70e5e3c21c9b958e3210d4451e468fe15e4fac0cf48db8de.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0cc8a36f554190360e32456cfb298923ac3d7684473fc9cd55610d829bec1352.png", "art_image": "images/CFM_751.jpg", "art_car...
{ "self_card_id": 40541, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "demonic creature", "fel glow", ...
Hearthstone card art, Warlock, Minion, Demon, Battlecry, deal damage all other characters, deal_damage, hearthstone fantasy art, fel magic, dark ritual, demonic creature, fel glow, magical impact
54,894
null
54894-abyssal-summoner
Abyssal Summoner
true
false
[ 54894 ]
[]
[ 54895 ]
0
{ "card_type": "Minion", "card_class": [ "Warlock" ], "set": "Descent of Dragons", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Ivan Fomin" }
{ "mana_cost": 6, "attack": 2, "health": 2, "durability": null }
{ "raw": "<b>Battlecry:</b> Summon a Demon with <b>Taunt</b> and stats equal to your hand size.", "clean": "Battlecry: Summon a Demon with Taunt and stats equal to your hand size." }
[ "Taunt", "Battlecry" ]
[ { "type": "summon", "amount": 1, "target": "demon_with_taunt_and_stats_equal_to_your_hand_size", "target_scope": null, "resource": "board", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry: Summon a Demon with Taunt and stats equal to your han...
[ "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "summoned creatures", "taunt", "battlecry" ]
[ { "card_id": 54895, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/58a96bdd1abbceeeea9ea6ef9241bd1304bbad59a22829298fbd48e8c1fac884.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/f39a56de1981881aed94e457737a24ab9e8172acfd4301dceab815bff78ddd53.png", "art_image": "images/DRG_207.jpg", "art_car...
{ "self_card_id": 54894, "included_child_card_ids": [ 54895 ], "keywords": [ "Taunt", "Battlecry" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel ma...
Hearthstone card art, Warlock, Minion, Taunt, Battlecry, summon demon with taunt and stats equal to your hand size, summon, token_generation, has_derived_cards, hearthstone fantasy art, fel magic, dark ritual, summoned creatures
72,318
null
72318-abyssal-wave
Abyssal Wave
true
false
[ 72318 ]
[]
[ 74927 ]
0
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "Voyage to the Sunken City", "rarity": "Epic", "spell_school": "Shadow", "minion_type": null, "artist": "L. Lullabi & K. Turovec" }
{ "mana_cost": 6, "attack": null, "health": null, "durability": null }
{ "raw": "Deal 4 damage to all minions. Give your opponent an Abyssal Curse.", "clean": "Deal 4 damage to all minions. Give your opponent an Abyssal Curse." }
[]
[ { "type": "deal_damage", "amount": 4, "target": "all_minions", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 4 damage to all minions." } ]
[ "deal_damage", "has_derived_cards" ]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "shadow magic", "dark energy", "magical impact" ]
[ { "card_id": 74927, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/a174e8e0fef206861e45c35d8ed87a83b235d25471a8626af07ecbfa7f7b29fe.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/43a4bbba61d02fab259b756363a3311337e7e39f99fa9fed6df4adb891f606ae.png", "art_image": "images/TSC_924.jpg", "art_car...
{ "self_card_id": 72318, "included_child_card_ids": [ 74927 ], "keywords": [], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "shadow magic", ...
Hearthstone card art, Warlock, Shadow spell, deal damage all minions, deal_damage, has_derived_cards, hearthstone fantasy art, fel magic, dark ritual, shadow magic, dark energy, magical impact
48,040
null
48040-academic-espionage
Academic Espionage
true
false
[ 48040 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Rogue" ], "set": "The Boomsday Project", "rarity": "Epic", "spell_school": null, "minion_type": null, "artist": "Konstantin Turovec" }
{ "mana_cost": 4, "attack": null, "health": null, "durability": null }
{ "raw": "Shuffle 10 cards from your opponent's class into your deck. They cost (1).", "clean": "Shuffle 10 cards from your opponent's class into your deck. They cost (1)." }
[]
[]
[]
[ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/89b664b84f5e37175fc02bbfcda4d46caf397dc1672a5c6f03f99caef31558a3.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/50966e7b031ea2c40dcf62cfea7306cd93d799878c88830523fb0219ce7b40e8.png", "art_image": "images/BOT_087.jpg", "art_car...
{ "self_card_id": 48040, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers" ], "summary": "Academic Espionage is a Rogue card." }
Hearthstone card art, Rogue, Spell, hearthstone fantasy art, shadowy assassin, daggers
123,127
null
123127-accelerated-whelp
Accelerated Whelp
false
true
[ 123126 ]
[ 123126 ]
[]
1
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "CATACLYSM", "rarity": null, "spell_school": null, "minion_type": "Dragon", "artist": "Felideus Bubastis" }
{ "mana_cost": 2, "attack": 2, "health": 2, "durability": null }
{ "raw": "", "clean": "" }
[]
[]
[]
[ "hearthstone fantasy art", "neutral", "dragon", "draconic fantasy" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b0b9993fec8c1298401fbf5cfb29f59fda136f48cea8cdee06035a63c746698d.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 123127, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "dragon", "draconic fantasy" ], "summary": "Accelerated Whelp is a Neutral card." }
Hearthstone card art, Neutral, Minion, Dragon, hearthstone fantasy art, draconic fantasy
121,150
null
121150-acceleration-aura
Acceleration Aura
true
false
[ 121150 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Druid", "Paladin" ], "set": "Across the Timeways", "rarity": "Common", "spell_school": "Holy", "minion_type": null, "artist": "Ramzy Kamen" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "At the start of your turn, gain a temporary Mana Crystal. Lasts turns.", "clean": "At the start of your turn, gain a temporary Mana Crystal. Lasts turns." }
[]
[]
[]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "paladin", "holy light", "armored champion", "radiant magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/6f6a522f9e0dab6474c58f7f878c4b28c9c9332b435c4c407ea3fcccd071aac4.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/193f5f0e8b57cfe7c191679ba30437010da6dabfb74dd4cec6f41831b7b43578.png", "art_image": "images/END_011.jpg", "art_car...
{ "self_card_id": 121150, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "paladin", "holy light", "armored champion", "radiant magic" ], "summary": "Acc...
Hearthstone card art, Druid/Paladin, Holy spell, hearthstone fantasy art, druid, nature magic, wild growth, paladin, holy light, armored champion, radiant magic
60,003
null
60003-ace-hunter-kreen
Ace Hunter Kreen
true
false
[ 60003 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Demon Hunter", "Hunter", "Demon Hunter" ], "set": "Scholomance Academy", "rarity": "Legendary", "spell_school": null, "minion_type": null, "artist": "James Ryman" }
{ "mana_cost": 3, "attack": 2, "health": 4, "durability": null }
{ "raw": "Your other characters are <b>Immune</b> while attacking.", "clean": "Your other characters are Immune while attacking." }
[ "Immune" ]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "hunter", "beasts", "ranged combat" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b44e0c076cfe2f16d2a681ba87559dcb301117b4467eb1d7c87ed647b0cf7f59.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ad2ca7ebbbfbae7dc2681284bf59d433927a2110de40f4a3e21430a53faf41e6.png", "art_image": "images/SCH_538.jpg", "art_car...
{ "self_card_id": 60003, "included_child_card_ids": [], "keywords": [ "Immune" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "hunter", "beasts", "ranged combat" ], "summary": "Ace Hunter...
Hearthstone card art, Demon Hunter/Hunter/Demon Hunter, Minion, Immune, hearthstone fantasy art, demon hunter, fel blades, agile fighter, hunter, beasts, ranged combat
110,947
null
110947-ace-wayfinder
Ace Wayfinder
true
false
[ 110947 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "The Great Dark Beyond", "rarity": "Epic", "spell_school": null, "minion_type": "Draenei", "artist": "Anzka Nguyen" }
{ "mana_cost": 4, "attack": 4, "health": 4, "durability": null }
{ "raw": "<b>Battlecry:</b> Gain two random <b>Bonus Effects</b>. The next Draenei you play gains them as well.", "clean": "Battlecry: Gain two random Bonus Effects. The next Draenei you play gains them as well." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "draenei", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/f4f0e3c5343e49dccbcf6dfa869f427d2dba463934495ca58edc6872eb9603c0.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2507f93b657e3ab533bb9bcba6431ad6719fb74d8f71801dfb22e5393cd1c2d3.png", "art_image": "images/GDB_450.jpg", "art_car...
{ "self_card_id": 110947, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "draenei", "battlecry" ], "summary": "Ace Wayfinder is a Neutral card." }
Hearthstone card art, Neutral, Minion, Draenei, Battlecry, hearthstone fantasy art
42,773
null
42773-acherus-veteran
Acherus Veteran
true
false
[ 42773 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Knights of the Frozen Throne", "rarity": "Common", "spell_school": null, "minion_type": "Undead", "artist": "Luke Mancini" }
{ "mana_cost": 1, "attack": 2, "health": 1, "durability": null }
{ "raw": "<b>Battlecry:</b> Give a friendly minion +1 Attack.", "clean": "Battlecry: Give a friendly minion +1 Attack." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "undead", "necromancy", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/37d9e0a759daa8321ef9d98e8c60d02e57abd33d53090d1eced7e1b5a868d9bc.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/27c367d387ece3595093dc59e590fa3a8047679423f621f053c7b0fb88aa45fe.png", "art_image": "images/ICC_092.jpg", "art_car...
{ "self_card_id": 42773, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "undead", "necromancy", "battlecry" ], "summary": "Acherus Veteran is a Neutral card." }
Hearthstone card art, Neutral, Minion, Undead, Battlecry, hearthstone fantasy art, necromancy
906
null
906-acidic-swamp-ooze
Acidic Swamp Ooze
true
false
[ 906 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Legacy", "rarity": "Free", "spell_school": null, "minion_type": null, "artist": "Chris Rahn" }
{ "mana_cost": 2, "attack": 3, "health": 2, "durability": null }
{ "raw": "<b>Battlecry:</b> Destroy your opponent's weapon.", "clean": "Battlecry: Destroy your opponent's weapon." }
[ "Battlecry" ]
[ { "type": "destroy", "amount": null, "target": "opponent_s_weapon", "target_scope": null, "resource": "board", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry: Destroy your opponent's weapon." } ]
[ "destroy" ]
[ "hearthstone fantasy art", "neutral", "destructive magic", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/81b4a2323ee7284387a88aee9b4d85c91f8d0e750d687da800c97223228b59ea.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b592ba9e4ddbb0c22b03b66114382e4027f063069a3472910ea7b9d68c0f9266.png", "art_image": "images/EX1_066.jpg", "art_car...
{ "self_card_id": 906, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [ "destroy" ], "mechanic_tags": [ "destroy" ], "visual_tags": [ "hearthstone fantasy art", "neutral", "destructive magic", "battlecry" ], "summary": "Acidic Swamp Ooze is a Neu...
Hearthstone card art, Neutral, Minion, Battlecry, destroy opponent s weapon, destroy, hearthstone fantasy art, destructive magic
2,633
null
2633-acidmaw
Acidmaw
true
false
[ 2633 ]
[]
[ 2634 ]
0
{ "card_type": "Minion", "card_class": [ "Hunter" ], "set": "The Grand Tournament", "rarity": "Legendary", "spell_school": null, "minion_type": "Beast", "artist": "Andrew Hou" }
{ "mana_cost": 3, "attack": 4, "health": 2, "durability": null }
{ "raw": "Whenever an enemy minion takes damage, destroy it.", "clean": "Whenever an enemy minion takes damage, destroy it." }
[]
[ { "type": "destroy", "amount": null, "target": "it", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Whenever an enemy minion takes damage, destroy it." } ]
[ "destroy", "has_derived_cards" ]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "beast creature", "animal monster", "destructive magic" ]
[ { "card_id": 2634, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ee4bfdcae954c153b4a74135ede29d0b80788236daf4d0677e1b68c432132da8.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/23eec5da78fcfe901b5c66c10e162ab49ccea114b4201377f14d4005b32d914b.png", "art_image": "images/AT_063.jpg", "art_card...
{ "self_card_id": 2633, "included_child_card_ids": [ 2634 ], "keywords": [], "actions": [ "destroy", "deal_damage" ], "mechanic_tags": [ "destroy", "has_derived_cards", "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "hunter", "beasts", "ranged comb...
Hearthstone card art, Hunter, Minion, Beast, destroy it, destroy, has_derived_cards, hearthstone fantasy art, beasts, ranged combat, beast creature, animal monster, destructive magic
102,547
null
102547-acidmaw
Acidmaw
true
false
[ 102547 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Hunter" ], "set": "Caverns of Time", "rarity": "Legendary", "spell_school": null, "minion_type": "Beast", "artist": "Andrew Hou" }
{ "mana_cost": 3, "attack": 4, "health": 2, "durability": null }
{ "raw": "Whenever an enemy minion takes damage, destroy it.", "clean": "Whenever an enemy minion takes damage, destroy it." }
[]
[ { "type": "destroy", "amount": null, "target": "it", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Whenever an enemy minion takes damage, destroy it." } ]
[ "destroy" ]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "beast creature", "animal monster", "destructive magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2e8f7c7f5575848638d5fcef19f790c9b4207202e14fc823dfcca32243143d76.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/23eec5da78fcfe901b5c66c10e162ab49ccea114b4201377f14d4005b32d914b.png", "art_image": "images/WON_024.jpg", "art_car...
{ "self_card_id": 102547, "included_child_card_ids": [], "keywords": [], "actions": [ "destroy" ], "mechanic_tags": [ "destroy" ], "visual_tags": [ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "beast creature", "animal monster", "destructive magic" ...
Hearthstone card art, Hunter, Minion, Beast, destroy it, destroy, hearthstone fantasy art, beasts, ranged combat, beast creature, animal monster, destructive magic
42,596
null
42596-acolyte-of-agony
Acolyte of Agony
true
false
[ 42596 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Priest" ], "set": "Knights of the Frozen Throne", "rarity": "Common", "spell_school": null, "minion_type": "Undead", "artist": "Brom" }
{ "mana_cost": 3, "attack": 3, "health": 3, "durability": null }
{ "raw": "<b>Lifesteal</b>", "clean": "Lifesteal" }
[ "Lifesteal" ]
[]
[]
[ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "undead", "necromancy", "lifesteal" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4c5f160035b8285ae6090cd5194098115062fa5ff71d09c1adb6a21f54deddd9.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/5e341db43b444b9bc80d45a24c5c9acf8aa739d2924874de15860a1f31e0196f.png", "art_image": "images/ICC_212.jpg", "art_car...
{ "self_card_id": 42596, "included_child_card_ids": [], "keywords": [ "Lifesteal" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "undead", "necromancy", "lifesteal" ], "summary": "Acolyte of...
Hearthstone card art, Priest, Minion, Undead, Lifesteal, hearthstone fantasy art, holy magic, spiritual energy, necromancy
80,089
null
80089-acolyte-of-death
Acolyte of Death
true
false
[ 80089 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Death Knight" ], "set": "March of the Lich King", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Grafit " }
{ "mana_cost": 3, "attack": 2, "health": 4, "durability": null }
{ "raw": "After a friendly Undead dies, draw a card.", "clean": "After a friendly Undead dies, draw a card." }
[]
[ { "type": "draw", "amount": 1, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "After a friendly Undead dies, draw a card." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "death knight", "runes", "undead frost magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/79504b2ca1f4668cab6349cb25eaa16286edaeb8a0d0c50086676fee8df365a8.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/238a315587d9dacdcdd1141c1b1e9234d0318b9d92b12ac3066760494766862d.png", "art_image": "images/RLK_121.jpg", "art_car...
{ "self_card_id": 80089, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "death knight", "runes", "undead frost magic" ], "summary": "Acolyte of Death is a Death Kn...
Hearthstone card art, Death Knight, Minion, draw card, draw, card_draw, hearthstone fantasy art, runes, undead frost magic
111,318
null
111318-acolyte-of-death
Acolyte of Death
true
false
[ 111318 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Death Knight" ], "set": "Core", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Grafit " }
{ "mana_cost": 3, "attack": 2, "health": 4, "durability": null }
{ "raw": "After a friendly Undead dies, draw a card.", "clean": "After a friendly Undead dies, draw a card." }
[]
[ { "type": "draw", "amount": 1, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "After a friendly Undead dies, draw a card." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "death knight", "runes", "undead frost magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/7cf8f8d4a24b954e767f4463f1d02f7f9c0c2d010b767f551bc59fe40233857c.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/238a315587d9dacdcdd1141c1b1e9234d0318b9d92b12ac3066760494766862d.png", "art_image": "images/CORE_RLK_121.jpg", "ar...
{ "self_card_id": 111318, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "death knight", "runes", "undead frost magic" ], "summary": "Acolyte of Death is a Death K...
Hearthstone card art, Death Knight, Minion, draw card, draw, card_draw, hearthstone fantasy art, runes, undead frost magic
121,162
null
121162-acolyte-of-infinity
Acolyte of Infinity
true
false
[ 121162 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Warlock" ], "set": "Across the Timeways", "rarity": "Common", "spell_school": null, "minion_type": "Dragon", "artist": "Slawomir Maniak" }
{ "mana_cost": 3, "attack": 5, "health": 5, "durability": null }
{ "raw": "<b>Battlecry:</b> Set the Cost of a random card in your hand to INFINITY! <b>Deathrattle:</b> Change it back.", "clean": "Battlecry: Set the Cost of a random card in your hand to INFINITY! Deathrattle: Change it back." }
[ "Battlecry", "Deathrattle" ]
[]
[]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "dragon", "draconic fantasy", "battlecry", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/8a984482503209670cdb98e4e29b54d8f2e12489f6ca3d14cf3c7afee68c241b.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/042d3aa772ccfffe4a04f893f245c56cbc4fa6f7d11d225d43fe5836bf3de62e.png", "art_image": "images/END_018.jpg", "art_car...
{ "self_card_id": 121162, "included_child_card_ids": [], "keywords": [ "Battlecry", "Deathrattle" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "dragon", "draconic fantasy", "battlecry", "de...
Hearthstone card art, Warlock, Minion, Dragon, Battlecry, Deathrattle, hearthstone fantasy art, fel magic, dark ritual, draconic fantasy
1,659
null
1659-acolyte-of-pain
Acolyte of Pain
true
false
[ 1659 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "3", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Dave Kendall" }
{ "mana_cost": 3, "attack": 1, "health": 4, "durability": null }
{ "raw": "Whenever this minion takes damage, draw a card.", "clean": "Whenever this minion takes damage, draw a card." }
[]
[ { "type": "draw", "amount": 1, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Whenever this minion takes damage, draw a card." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/aa933f8d51f7e0621cfa1befe1ffcbbc87952b41947dc7efb323b8f26b079dc8.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/83ceae1ae6bf463ad0baf1d9a2d4e05db364470500c607e943e217d24ea9096c.png", "art_image": "images/EX1_007.jpg", "art_car...
{ "self_card_id": 1659, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Acolyte of Pain is a Neutral card that draw." }
Hearthstone card art, Neutral, Minion, draw card, draw, card_draw, hearthstone fantasy art
76,316
null
76316-acolyte-of-pain
Acolyte of Pain
true
false
[ 76316 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Core", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Dave Kendall" }
{ "mana_cost": 3, "attack": 1, "health": 4, "durability": null }
{ "raw": "Whenever this minion takes damage, draw a card.", "clean": "Whenever this minion takes damage, draw a card." }
[]
[ { "type": "draw", "amount": 1, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Whenever this minion takes damage, draw a card." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/feff11481f584e55197fc3cec5c6f7cc72f273e31c82d5bef80a53bf7de4f1fc.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/83ceae1ae6bf463ad0baf1d9a2d4e05db364470500c607e943e217d24ea9096c.png", "art_image": "images/CORE_EX1_007.jpg", "ar...
{ "self_card_id": 76316, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Acolyte of Pain is a Neutral card that draw." }
Hearthstone card art, Neutral, Minion, draw card, draw, card_draw, hearthstone fantasy art
106,559
null
106559-acolyte-of-pain
Acolyte of Pain
true
false
[ 106559 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Caverns of Time", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Dave Kendall" }
{ "mana_cost": 3, "attack": 1, "health": 4, "durability": null }
{ "raw": "Whenever this minion takes damage, draw a card.", "clean": "Whenever this minion takes damage, draw a card." }
[]
[ { "type": "draw", "amount": 1, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Whenever this minion takes damage, draw a card." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0bafc640cc80220b9c28721b730c8a945e0ba65761e4e148d37ed1b6b42e5819.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/83ceae1ae6bf463ad0baf1d9a2d4e05db364470500c607e943e217d24ea9096c.png", "art_image": "images/WON_357.jpg", "art_car...
{ "self_card_id": 106559, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Acolyte of Pain is a Neutral card that draw." }
Hearthstone card art, Neutral, Minion, draw card, draw, card_draw, hearthstone fantasy art
64,851
null
64851-acorn
Acorn
false
true
[ 64388, 120393 ]
[ 64388, 120393 ]
[ 68116 ]
1
{ "card_type": "Spell", "card_class": [ "Druid" ], "set": "United in Stormwind", "rarity": null, "spell_school": null, "minion_type": null, "artist": "Matt Dixon" }
{ "mana_cost": 1, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Casts When Drawn</b> Summon a 2/1 Squirrel.", "clean": "Casts When Drawn Summon a 2/1 Squirrel." }
[ "72" ]
[ { "type": "summon", "amount": 1, "target": "2_1_squirrel", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Casts When Drawn Summon a 2/1 Squirrel." } ]
[ "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "summoned creatures" ]
[ { "card_id": 68116, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/d5350f833578356c156c09c81467da822cbfe16193311ed356ddc97c5338e4cf.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 64851, "included_child_card_ids": [ 68116 ], "keywords": [ "72" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild gro...
Hearthstone card art, Druid, Spell, 72, summon 2 1 squirrel, summon, token_generation, has_derived_cards, hearthstone fantasy art, nature magic, wild growth, summoned creatures
51,790
null
51790-acornbearer
Acornbearer
true
false
[ 51790 ]
[]
[ 54315 ]
0
{ "card_type": "Minion", "card_class": [ "Druid" ], "set": "Rise of Shadows", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Steven Prescott" }
{ "mana_cost": 1, "attack": 2, "health": 1, "durability": null }
{ "raw": "<b>Deathrattle:</b> Add two 1/1 Squirrels to your hand.", "clean": "Deathrattle: Add two 1/1 Squirrels to your hand." }
[ "Deathrattle" ]
[ { "type": "add_to_hand", "amount": null, "target": "two_1_1_squirrels", "target_scope": null, "resource": "hand", "condition": null, "trigger": "deathrattle", "duration": null, "raw_phrase": "Deathrattle: Add two 1/1 Squirrels to your hand." } ]
[ "add_to_hand", "has_derived_cards" ]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "deathrattle" ]
[ { "card_id": 54315, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ea5d1a9aad15b2a2d0714d36dd22eff2c71037c100b29e33474eddb54a3da373.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b7b6b05403c9c3635f006eb230f5fd8d0fb873b08ef355376b991d554699a686.png", "art_image": "images/DAL_354.jpg", "art_car...
{ "self_card_id": 51790, "included_child_card_ids": [ 54315 ], "keywords": [ "Deathrattle" ], "actions": [ "add_to_hand" ], "mechanic_tags": [ "add_to_hand", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth",...
Hearthstone card art, Druid, Minion, Deathrattle, add to hand two 1 1 squirrels, add_to_hand, has_derived_cards, hearthstone fantasy art, nature magic, wild growth
61,273
null
61273-acrobatics
Acrobatics
true
false
[ 61273 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Demon Hunter" ], "set": "Madness at the Darkmoon Faire", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "James Ryman" }
{ "mana_cost": 3, "attack": null, "health": null, "durability": null }
{ "raw": "Draw 2 cards. If you play both this turn, draw 2 more.", "clean": "Draw 2 cards. If you play both this turn, draw 2 more." }
[]
[ { "type": "draw", "amount": 2, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Draw 2 cards." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/80c95f2a729f70c2706a86fe1ccdc0f830eb86aab7d76798f0a6b14b8ab963fd.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/69f4a3c44e797c10712140a34942b52cbb70246ce7f8d39e59f1481f409bd025.png", "art_image": "images/DMF_249.jpg", "art_car...
{ "self_card_id": 61273, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter" ], "summary": "Acrobatics is a Demon Hunter c...
Hearthstone card art, Demon Hunter, Spell, draw card, draw, card_draw, hearthstone fantasy art, fel blades, agile fighter
54,749
null
54749-activate-the-obelisk
Activate the Obelisk
true
false
[ 54749 ]
[]
[ 54750 ]
0
{ "card_type": "Spell", "card_class": [ "Priest" ], "set": "Saviors of Uldum", "rarity": "Legendary", "spell_school": null, "minion_type": null, "artist": "J. Axer" }
{ "mana_cost": 1, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Quest:</b> Restore 15 Health. <b>Reward:</b> Obelisk's Eye.", "clean": "Quest: Restore 15 Health. Reward: Obelisk's Eye." }
[ "Quest" ]
[ { "type": "heal", "amount": 15, "target": "character", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Quest: Restore 15 Health." } ]
[ "heal", "has_derived_cards" ]
[ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "healing energy" ]
[ { "card_id": 54750, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/c3f7b773fb822051fd0e18a55f508113a9eddcd40c3dbaf7c90452d21e0a4429.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/1bc7702bffe167cb0a46b077038b8951fa1d053bfeb416b7e42906a73e563a6e.png", "art_image": "images/ULD_724.jpg", "art_car...
{ "self_card_id": 54749, "included_child_card_ids": [ 54750 ], "keywords": [ "Quest" ], "actions": [ "heal" ], "mechanic_tags": [ "heal", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "healing en...
Hearthstone card art, Priest, Spell, Quest, heal character, heal, has_derived_cards, hearthstone fantasy art, holy magic, spiritual energy, healing energy
106,709
null
106709-acupuncture
Acupuncture
true
false
[ 106709 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Priest" ], "set": "Perils in Paradise", "rarity": "Common", "spell_school": "Shadow", "minion_type": null, "artist": "Jason Kang" }
{ "mana_cost": 1, "attack": null, "health": null, "durability": null }
{ "raw": "Deal 4 damage to both heroes.", "clean": "Deal 4 damage to both heroes." }
[]
[ { "type": "deal_damage", "amount": 4, "target": "both_heroes", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 4 damage to both heroes." } ]
[ "deal_damage" ]
[ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "shadow magic", "dark energy", "magical impact" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/6df0dfb0d4ea31273f15b8cb05221419a9b2e6006693c7e0ddf24ea44ad8a2e1.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/1bb08ef523ee96ead837ff4091da323733bbf0f99b70101f64bf39c81a9315c5.png", "art_image": "images/VAC_419.jpg", "art_car...
{ "self_card_id": 106709, "included_child_card_ids": [], "keywords": [], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "shadow magic", "dark energy", "magical i...
Hearthstone card art, Priest, Shadow spell, deal damage both heroes, deal_damage, hearthstone fantasy art, holy magic, spiritual energy, shadow magic, dark energy, magical impact
41,944
null
41944-adaptation
Adaptation
true
false
[ 41944 ]
[]
[ 41054, 41057, 41058, 41059, 41060, 41061, 41062, 41063, 41067, 41211, 41691 ]
0
{ "card_type": "Spell", "card_class": [ "Paladin" ], "set": "Journey to Un’Goro", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Hideaki Takamura" }
{ "mana_cost": 0, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Adapt</b> a friendly minion.", "clean": "Adapt a friendly minion." }
[ "Adapt" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion" ]
[ { "card_id": 41054, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 41057, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 41058, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 41059, "relation": "HAS_CHILD_CARD", "role": ...
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/60f6d2d1425da4c0fb74aa3af7110ea4e24f4e6a0c003449aa842f42fee0c800.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/dceaf06725ae31df6951e0fe2be8d56c00e572e1ba137049f50c680eb4b0a420.png", "art_image": "images/UNG_961.jpg", "art_car...
{ "self_card_id": 41944, "included_child_card_ids": [ 41054, 41057, 41058, 41059, 41060, 41061, 41062, 41063, 41067, 41211, 41691 ], "keywords": [ "Adapt", "Stealth", "Deathrattle", "Elusive", "Taunt", "Windfury", "Divine Shield", "Pois...
Hearthstone card art, Paladin, Spell, Adapt, has_derived_cards, hearthstone fantasy art, holy light, armored champion
108,950
null
108950-adaptive-amalgam
Adaptive Amalgam
true
false
[ 108950 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Perils in Paradise", "rarity": "Epic", "spell_school": null, "minion_type": "All", "artist": "Slawomir Maniak" }
{ "mana_cost": 1, "attack": 1, "health": 2, "durability": null }
{ "raw": "<i>This has all minion types.</i> <b>Deathrattle:</b> Shuffle this into your deck. It keeps any enchantments.", "clean": "This has all minion types. Deathrattle: Shuffle this into your deck. It keeps any enchantments." }
[ "Deathrattle" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "all", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/00b3a5763ce4ce77477d91282b6f2ca5b8ac9bb387fe7ba45d5fd312a725905b.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/7ee68c56a4fecc186128ec87b032db4a9679fa0f6e658188be04004cb02cfe26.png", "art_image": "images/VAC_958.jpg", "art_car...
{ "self_card_id": 108950, "included_child_card_ids": [], "keywords": [ "Deathrattle" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "all", "deathrattle" ], "summary": "Adaptive Amalgam is a Neutral card." }
Hearthstone card art, Neutral, Minion, All, Deathrattle, hearthstone fantasy art
38,916
null
38916-addled-grizzly
Addled Grizzly
true
false
[ 38916 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Druid" ], "set": "Whispers of the Old Gods", "rarity": "Rare", "spell_school": null, "minion_type": "Beast", "artist": "Andrew Hou" }
{ "mana_cost": 2, "attack": 2, "health": 3, "durability": null }
{ "raw": "After you summon a Beast, give it +1/+1.", "clean": "After you summon a Beast, give it +1/+1." }
[]
[ { "type": "summon", "amount": 1, "target": "beast", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "After you summon a Beast, give it +1/+1." } ]
[ "summon", "token_generation" ]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "beast creature", "animal monster", "summoned creatures" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ebc8b36e12c46169198bf0419e4a272767d1227a21e93550006c00b81911906f.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4daec5db464da4ba8cd77d911d6deff30232d6e039657f87e4fdbde21b4f0797.png", "art_image": "images/OG_313.jpg", "art_card...
{ "self_card_id": 38916, "included_child_card_ids": [], "keywords": [], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation" ], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "beast creature", "animal monster", ...
Hearthstone card art, Druid, Minion, Beast, summon beast, summon, token_generation, hearthstone fantasy art, nature magic, wild growth, beast creature, animal monster, summoned creatures
102,529
null
102529-addled-grizzly
Addled Grizzly
true
false
[ 102529 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Druid" ], "set": "Caverns of Time", "rarity": "Rare", "spell_school": null, "minion_type": "Beast", "artist": "Andrew Hou" }
{ "mana_cost": 2, "attack": 2, "health": 3, "durability": null }
{ "raw": "After you summon a Beast, give it +1/+1.", "clean": "After you summon a Beast, give it +1/+1." }
[]
[ { "type": "summon", "amount": 1, "target": "beast", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "After you summon a Beast, give it +1/+1." } ]
[ "summon", "token_generation" ]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "beast creature", "animal monster", "summoned creatures" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/78f8d8448ddeda5a82c6f4a459af411f216a933af4c5c2d9b34288187a47797f.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4daec5db464da4ba8cd77d911d6deff30232d6e039657f87e4fdbde21b4f0797.png", "art_image": "images/WON_009.jpg", "art_car...
{ "self_card_id": 102529, "included_child_card_ids": [], "keywords": [], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation" ], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "beast creature", "animal monster",...
Hearthstone card art, Druid, Minion, Beast, summon beast, summon, token_generation, hearthstone fantasy art, nature magic, wild growth, beast creature, animal monster, summoned creatures
111,913
null
111913-admin-crewmate
Admin Crewmate
false
true
[ 110908, 111075, 111906, 111934 ]
[ 110908, 111075, 111906, 111934 ]
[]
1
{ "card_type": "Minion", "card_class": [ "Demon Hunter" ], "set": "The Great Dark Beyond", "rarity": null, "spell_school": null, "minion_type": "Draenei", "artist": "Allan Arello" }
{ "mana_cost": 4, "attack": 4, "health": 4, "durability": null }
{ "raw": "<b>Reborn</b> <b>Battlecry:</b> Summon every adjoining Crewmate.", "clean": "Reborn Battlecry: Summon every adjoining Crewmate." }
[ "Battlecry", "Reborn" ]
[ { "type": "summon", "amount": null, "target": "every_adjoining_crewmate", "target_scope": null, "resource": "board", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Reborn Battlecry: Summon every adjoining Crewmate." } ]
[ "summon", "token_generation" ]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "draenei", "summoned creatures", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/990ef94ce34a8b27138f9c819c57d25c1b9799d829bba5ee90d221cb3b19a6bf.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 111913, "included_child_card_ids": [], "keywords": [ "Battlecry", "Reborn" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation" ], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", ...
Hearthstone card art, Demon Hunter, Minion, Draenei, Battlecry, Reborn, summon every adjoining crewmate, summon, token_generation, hearthstone fantasy art, fel blades, agile fighter, summoned creatures
59,705
null
59705-adorable-infestation
Adorable Infestation
true
false
[ 59705 ]
[]
[ 59706 ]
0
{ "card_type": "Spell", "card_class": [ "Hunter", "Druid", "Hunter" ], "set": "Scholomance Academy", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Ivan Fomin" }
{ "mana_cost": 1, "attack": null, "health": null, "durability": null }
{ "raw": "Give a minion +1/+1. Summon a 1/1 Cub. Add a Cub to your hand.", "clean": "Give a minion +1/+1. Summon a 1/1 Cub. Add a Cub to your hand." }
[]
[ { "type": "summon", "amount": 1, "target": "1_1_cub", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Summon a 1/1 Cub." }, { "type": "add_to_hand", "amount": null, "target": "cub", "target_s...
[ "add_to_hand", "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "druid", "nature magic", "wild growth", "summoned creatures" ]
[ { "card_id": 59706, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b4a94fa220f0a59dfc197c1f5f20cc90e8b405da006e9954e81984ccf9e35880.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/bb54d513c99e58788d3b551fa231d691746f1625d638fe4d8e3da1f15b27c834.png", "art_image": "images/SCH_617.jpg", "art_car...
{ "self_card_id": 59705, "included_child_card_ids": [ 59706 ], "keywords": [], "actions": [ "summon", "add_to_hand" ], "mechanic_tags": [ "add_to_hand", "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "hunter", "b...
Hearthstone card art, Hunter/Druid/Hunter, Spell, summon 1 1 cub, add to hand cub, add_to_hand, summon, token_generation, has_derived_cards, hearthstone fantasy art, hunter, beasts, ranged combat, druid, nature magic, wild growth, summoned creatures
106,584
null
106584-adrenaline-fiend
Adrenaline Fiend
true
false
[ 106584 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Demon Hunter" ], "set": "Perils in Paradise", "rarity": "Common", "spell_school": null, "minion_type": "Demon", "artist": "Alex Horley Orlandelli" }
{ "mana_cost": 2, "attack": 2, "health": 2, "durability": null }
{ "raw": "After a friendly Pirate attacks, give your hero +1 Attack this turn.", "clean": "After a friendly Pirate attacks, give your hero +1 Attack this turn." }
[]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "demonic creature", "fel glow" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e26286e3e60cfdae195545014f1178a42e64ece63702388bf7afa53286796c60.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/5548e689214f95154253c8b9ccc0f12f8ef2a1451d035f1fef5195ebc209abae.png", "art_image": "images/VAC_927.jpg", "art_car...
{ "self_card_id": 106584, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "demonic creature", "fel glow" ], "summary": "Adrenaline Fiend is a Demon Hunter...
Hearthstone card art, Demon Hunter, Minion, Demon, hearthstone fantasy art, fel blades, agile fighter, demonic creature, fel glow
58,005
null
58005-advanced-targeting-monocle
Advanced Targeting Monocle
false
true
[]
[ 58330 ]
[]
-1
{ "card_type": "Spell", "card_class": [ "Neutral" ], "set": "Saviors of Uldum", "rarity": null, "spell_school": null, "minion_type": null, "artist": null }
{ "mana_cost": 5, "attack": null, "health": null, "durability": null }
{ "raw": "Cast a copy of all spells in your deck <i>(targets chosen randomly)</i>.", "clean": "Cast a copy of all spells in your deck (targets chosen randomly)." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 58005, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Advanced Targeting Monocle is a Neutral card." }
Hearthstone card art, Neutral, Spell, hearthstone fantasy art
116,675
null
116675-aegis-of-light
Aegis of Light
true
false
[ 116675 ]
[]
[ 114023, 114059, 114070 ]
0
{ "card_type": "Spell", "card_class": [ "Paladin" ], "set": "Into the Emerald Dream", "rarity": "Rare", "spell_school": "Holy", "minion_type": null, "artist": " Mooncolony" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "Summon a random 2-Cost minion and give it <b>Taunt</b>. <b>Imbue</b> your Hero Power.", "clean": "Summon a random 2-Cost minion and give it Taunt. Imbue your Hero Power." }
[ "Taunt", "Imbue" ]
[ { "type": "summon", "amount": 1, "target": "2_cost_minion_and_give_it_taunt", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Summon a random 2-Cost minion and give it Taunt." } ]
[ "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "radiant magic", "summoned creatures", "taunt" ]
[ { "card_id": 114023, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 114059, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 114070, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4437e93821e4139c04ec8a03462f402960b1712b5d28c5f57b97de491feb69af.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/8b9782e2a1de19ccda3b9c1a05ad7c00fb761795e1408a1638ead8df8bc711b3.png", "art_image": "images/EDR_264.jpg", "art_car...
{ "self_card_id": 116675, "included_child_card_ids": [ 114023, 114059, 114070 ], "keywords": [ "Taunt", "Imbue", "72" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy ...
Hearthstone card art, Paladin, Holy spell, Taunt, Imbue, summon 2 cost minion and give it taunt, summon, token_generation, has_derived_cards, hearthstone fantasy art, holy light, armored champion, radiant magic, summoned creatures
113,180
null
113180-aegwynn-the-guardian
Aegwynn, the Guardian
true
false
[ 113180 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Mage" ], "set": "Legacy", "rarity": "Legendary", "spell_school": null, "minion_type": null, "artist": "Luke Mancini" }
{ "mana_cost": 5, "attack": 5, "health": 5, "durability": null }
{ "raw": "<b>Spell Damage +2</b> <b>Deathrattle:</b> The next minion you draw inherits these powers.", "clean": "Spell Damage +2 Deathrattle: The next minion you draw inherits these powers." }
[ "Spell Damage", "Deathrattle" ]
[]
[]
[ "hearthstone fantasy art", "mage", "arcane magic", "spell energy", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e6ac5580b63611926a1f7c1de79036a45e977bb9f5ee87a99373d75ddc448251.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e63f767cc590dc8bbf7a9826aba0545ab10f9f0767b6614318358d444430ce99.png", "art_image": "images/LEG_CS3_001.jpg", "art...
{ "self_card_id": 113180, "included_child_card_ids": [], "keywords": [ "Spell Damage", "Deathrattle" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "mage", "arcane magic", "spell energy", "deathrattle" ], "summary": "Aegwynn, the Guardian...
Hearthstone card art, Mage, Minion, Spell Damage, Deathrattle, hearthstone fantasy art, arcane magic, spell energy
56,089
null
56089-aeon-reaver
Aeon Reaver
true
false
[ 56089 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Priest" ], "set": "Galakrond’s Awakening", "rarity": "Common", "spell_school": null, "minion_type": "Dragon", "artist": "A.J. Nazzaro" }
{ "mana_cost": 6, "attack": 4, "health": 4, "durability": null }
{ "raw": "<b>Battlecry:</b> Deal damage to a minion equal to its Attack.", "clean": "Battlecry: Deal damage to a minion equal to its Attack." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "dragon", "draconic fantasy", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/5423c9f0ab6c66a0b99527c9374cc981b5414a18a9c1e8f864e69fe6c40e0b57.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/6ba4e76eda9cd9081ae8cbceeda14461f731c3626360d9bae31823780f12c407.png", "art_image": "images/YOD_014.jpg", "art_car...
{ "self_card_id": 56089, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "dragon", "draconic fantasy", "battlecry" ], "summary": "Aeon...
Hearthstone card art, Priest, Minion, Dragon, Battlecry, hearthstone fantasy art, holy magic, spiritual energy, draconic fantasy
120,922
null
120922-aeon-rend
Aeon Rend
true
false
[ 120922 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Demon Hunter" ], "set": "Across the Timeways", "rarity": "Common", "spell_school": "Fel", "minion_type": null, "artist": "Jason Kang" }
{ "mana_cost": 4, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Rewind</b> Deal 4 damage to two random enemies.", "clean": "Rewind Deal 4 damage to two random enemies." }
[ "Rewind" ]
[ { "type": "deal_damage", "amount": 4, "target": "two_random_enemies", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Rewind Deal 4 damage to two random enemies." } ]
[ "deal_damage" ]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "fel magic", "green demonic glow", "magical impact" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/9ada4bb9f777f7d01cb746abb810302b07c68f75f469565e989005231e42e393.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ab29ecacf64989cfc40b850b25f04e161a5a9f027d505474e456493fac840bf3.png", "art_image": "images/TIME_441.jpg", "art_ca...
{ "self_card_id": 120922, "included_child_card_ids": [], "keywords": [ "Rewind" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "fel magic", "green demoni...
Hearthstone card art, Demon Hunter, Fel spell, Rewind, deal damage two random enemies, deal_damage, hearthstone fantasy art, fel blades, agile fighter, fel magic, green demonic glow, magical impact
119,312
null
119312-aeon-wizard
Aeon Wizard
true
false
[ 119312 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Across the Timeways", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Christina Kraus" }
{ "mana_cost": 5, "attack": 3, "health": 5, "durability": null }
{ "raw": "<b>Rewind</b> <b>Battlecry:</b> Get 2 random spells from your class.", "clean": "Rewind Battlecry: Get 2 random spells from your class." }
[ "Battlecry", "Rewind" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4c3738030838b4a00b186ca785341a53d27414e7b3dd3ac6afb1b92d3f93a71b.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e02ba395e4beace251ca57cc6e49ae9b417d4862e7ac669ac5cc5bf7dc77ee52.png", "art_image": "images/TIME_002.jpg", "art_ca...
{ "self_card_id": 119312, "included_child_card_ids": [], "keywords": [ "Battlecry", "Rewind" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "battlecry" ], "summary": "Aeon Wizard is a Neutral card." }
Hearthstone card art, Neutral, Minion, Battlecry, Rewind, hearthstone fantasy art
55,036
null
55036-aeroponics
Aeroponics
true
false
[ 55036 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Druid" ], "set": "Descent of Dragons", "rarity": "Rare", "spell_school": "Nature", "minion_type": null, "artist": "Sam Nielson" }
{ "mana_cost": 5, "attack": null, "health": null, "durability": null }
{ "raw": "Draw 2 cards. Costs (2) less for each Treant you control.", "clean": "Draw 2 cards. Costs (2) less for each Treant you control." }
[]
[ { "type": "draw", "amount": 2, "target": "card", "target_scope": null, "resource": "hand", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Draw 2 cards." } ]
[ "draw", "card_draw" ]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "green growth" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0a3f20da8b7e64bf19f6a59a5ae957577cda65d5865f63a8ffdb14d50fcb1686.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/01f1348a5ac3a2fa59b84524f548c82963a3ac003936bf8065f7d62e24202730.png", "art_image": "images/DRG_314.jpg", "art_car...
{ "self_card_id": 55036, "included_child_card_ids": [], "keywords": [], "actions": [ "draw" ], "mechanic_tags": [ "draw", "card_draw" ], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "green growth" ], "summary": "Aeroponics is a D...
Hearthstone card art, Druid, Nature spell, draw card, draw, card_draw, hearthstone fantasy art, nature magic, wild growth, green growth
101,685
null
101685-aerosoilizer
Aerosoilizer
true
false
[ 101685 ]
[]
[ 99806 ]
0
{ "card_type": "Minion", "card_class": [ "Druid" ], "set": "TITANS", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Patrik Bjorkstrom" }
{ "mana_cost": 3, "attack": 2, "health": 2, "durability": null }
{ "raw": "<b>Battlecry and Deathrattle:</b> Summon a 2/2 Treant.", "clean": "Battlecry and Deathrattle: Summon a 2/2 Treant." }
[ "Battlecry", "Deathrattle" ]
[ { "type": "summon", "amount": 1, "target": "2_2_treant", "target_scope": null, "resource": "board", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry and Deathrattle: Summon a 2/2 Treant." } ]
[ "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "summoned creatures", "battlecry", "deathrattle" ]
[ { "card_id": 99806, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/52959f835d3cf7074a90f1d07fe4ec44ff5af269a48f815c2f1ef862bab45830.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/71fe215e4bf6fa2e4acd99ca7983b1a1783fec6291c62a1941bec778dc747b25.png", "art_image": "images/YOG_403.jpg", "art_car...
{ "self_card_id": 101685, "included_child_card_ids": [ 99806 ], "keywords": [ "Battlecry", "Deathrattle" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "druid", "n...
Hearthstone card art, Druid, Minion, Battlecry, Deathrattle, summon 2 2 treant, summon, token_generation, has_derived_cards, hearthstone fantasy art, nature magic, wild growth, summoned creatures
113,700
null
113700-aessina
Aessina
true
false
[ 113700, 115186 ]
[ 115186 ]
[]
0
{ "card_type": "Minion", "card_class": [ "Mage" ], "set": "Into the Emerald Dream", "rarity": "Legendary", "spell_school": null, "minion_type": "Undead", "artist": "Jakub Kasper" }
{ "mana_cost": 8, "attack": 6, "health": 8, "durability": null }
{ "raw": "<b>Battlecry:</b> If 20 friendly minions have died this game, deal 20 damage split among all enemies. <i>( left!)</i> <i>(Ready!)</i>", "clean": "Battlecry: If 20 friendly minions have died this game, deal 20 damage split among all enemies. ( left!) (Ready!)" }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "mage", "arcane magic", "spell energy", "undead", "necromancy", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/986c056764547e0c51c6e329dc6004ac5c7852a54e3b37f0acf85af7f3b37b0d.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/a63d7ed5b7eba27d91453febe3b7f95c41f805dafbac8e1afe84bba482eb6d70.png", "art_image": "images/EDR_430.jpg", "art_car...
{ "self_card_id": 113700, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "mage", "arcane magic", "spell energy", "undead", "necromancy", "battlecry" ], "summary": "Aessina is a ...
Hearthstone card art, Mage, Minion, Undead, Battlecry, hearthstone fantasy art, arcane magic, spell energy, necromancy
114,243
null
114243-afflicted-devastator
Afflicted Devastator
true
false
[ 114243 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Warrior" ], "set": "Into the Emerald Dream", "rarity": "Epic", "spell_school": null, "minion_type": "Dragon", "artist": "Stefan Bogdasarov" }
{ "mana_cost": 4, "attack": 6, "health": 6, "durability": null }
{ "raw": "<b>Battlecry:</b> Deal 3 damage to all other friendly minions. <b>Deathrattle:</b> Deal 3 damage to all enemy minions.", "clean": "Battlecry: Deal 3 damage to all other friendly minions. Deathrattle: Deal 3 damage to all enemy minions." }
[ "Battlecry", "Deathrattle" ]
[ { "type": "deal_damage", "amount": 3, "target": "all_other_friendly_minions", "target_scope": null, "resource": "health", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry: Deal 3 damage to all other friendly minions." }, { "type": "dea...
[ "deal_damage" ]
[ "hearthstone fantasy art", "warrior", "armor", "weapon combat", "dragon", "draconic fantasy", "magical impact", "battlecry", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/3d4c53ff193d86429c7c827b0d8473c7df500c6b91227d78cf7b8dc84ccdda01.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/eb2222cc1eea47b5240fbd209532fd46a138a1213bdccb104b026bcd704f0cc0.png", "art_image": "images/EDR_459.jpg", "art_car...
{ "self_card_id": 114243, "included_child_card_ids": [], "keywords": [ "Battlecry", "Deathrattle" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "warrior", "armor", "weapon combat", "dragon", "dra...
Hearthstone card art, Warrior, Minion, Dragon, Battlecry, Deathrattle, deal damage all other friendly minions, deal damage all enemy minions, deal_damage, hearthstone fantasy art, armor, weapon combat, draconic fantasy, magical impact
79,778
null
79778-afterlife-attendant
Afterlife Attendant
true
false
[ 79778 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Murder at Castle Nathria", "rarity": "Rare", "spell_school": null, "minion_type": null, "artist": "Mike Sass" }
{ "mana_cost": 3, "attack": 3, "health": 4, "durability": null }
{ "raw": "Your <b>Infuse</b> cards also <b>Infuse</b> while in your deck.", "clean": "Your Infuse cards also Infuse while in your deck." }
[ "Infuse" ]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e6e30558b9312d0a84d29601019693a5edd56daa4f230e9235eb3f14a3074e40.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/dabba243c5e0ff5906d13e83dfd663bc4792e6a5597f101c04bde4f3b5dadea0.png", "art_image": "images/MAW_031.jpg", "art_car...
{ "self_card_id": 79778, "included_child_card_ids": [], "keywords": [ "Infuse" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Afterlife Attendant is a Neutral card." }
Hearthstone card art, Neutral, Minion, Infuse, hearthstone fantasy art
102,175
null
102175-aftershocks
Aftershocks
true
false
[ 102175 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Warrior", "Shaman", "Warrior" ], "set": "Showdown in the Badlands", "rarity": "Rare", "spell_school": "Nature", "minion_type": null, "artist": "BOSi Studio" }
{ "mana_cost": 4, "attack": null, "health": null, "durability": null }
{ "raw": "Deal 1 damage to all minions, three times. Costs (2) less if you cast a spell last turn.", "clean": "Deal 1 damage to all minions, three times. Costs (2) less if you cast a spell last turn." }
[]
[ { "type": "deal_damage", "amount": 1, "target": "all_minions", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 1 damage to all minions, three times." } ]
[ "deal_damage" ]
[ "hearthstone fantasy art", "warrior", "armor", "weapon combat", "shaman", "elemental magic", "totems", "nature magic", "green growth", "magical impact" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4043a87531060ff2b3e1aea1859f70a72aaff3abe0601dfdf49d43ed7ff77c9b.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ca584cbc5bb33dab8495dfa3d761e5aaf5567f2edd6ad50b663990cce6daaca4.png", "art_image": "images/DEEP_010.jpg", "art_ca...
{ "self_card_id": 102175, "included_child_card_ids": [], "keywords": [], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "warrior", "armor", "weapon combat", "shaman", "elemental magic", "totems", "natu...
Hearthstone card art, Warrior/Shaman/Warrior, Nature spell, deal damage all minions, deal_damage, hearthstone fantasy art, warrior, armor, weapon combat, shaman, elemental magic, totems, nature magic, green growth, magical impact
63,347
null
63347-against-all-odds
Against All Odds
true
false
[ 63347 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Priest" ], "set": "Forged in the Barrens", "rarity": "Epic", "spell_school": "Holy", "minion_type": null, "artist": "Zoltan Boros" }
{ "mana_cost": 5, "attack": null, "health": null, "durability": null }
{ "raw": "Destroy ALL odd-Attack minions.", "clean": "Destroy ALL odd-Attack minions." }
[]
[ { "type": "destroy", "amount": null, "target": "all_odd_attack_minions", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Destroy ALL odd-Attack minions." } ]
[ "destroy" ]
[ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "holy light", "radiant magic", "destructive magic" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/52031350eaeec8bb82a58b565f0308bb9ac78d2a5e7a905afcc910c06b00daf4.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/95116e4720c3f7047c6af0121053a8a9f98d6b4ef74cf60990c2fed6bbead559.png", "art_image": "images/WC_014.jpg", "art_card...
{ "self_card_id": 63347, "included_child_card_ids": [], "keywords": [], "actions": [ "destroy" ], "mechanic_tags": [ "destroy" ], "visual_tags": [ "hearthstone fantasy art", "priest", "holy magic", "spiritual energy", "holy light", "radiant magic", "destructive magic"...
Hearthstone card art, Priest, Holy spell, destroy all odd attack minions, destroy, hearthstone fantasy art, holy magic, spiritual energy, holy light, radiant magic, destructive magic
115,203
null
115203-agamaggan
Agamaggan
true
false
[ 115186, 115203 ]
[ 115186 ]
[]
0
{ "card_type": "Minion", "card_class": [ "Warlock" ], "set": "Into the Emerald Dream", "rarity": "Legendary", "spell_school": null, "minion_type": "Beast", "artist": "Alex Horley Orlandelli" }
{ "mana_cost": 10, "attack": 8, "health": 9, "durability": null }
{ "raw": "<b>Battlecry:</b> The next card you play costs your OPPONENT'S Health instead of Mana <i>(up to 10)</i>.", "clean": "Battlecry: The next card you play costs your OPPONENT'S Health instead of Mana (up to 10)." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "beast creature", "animal monster", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/01e1cfe93a04543b654829f80f04631c33eddbbc638683bf3d4cd3695e03562f.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2a42cccdd1e698bbe185ac47b3abfcccbf03ba31adef58e6d80d0323a32257d5.png", "art_image": "images/EDR_489.jpg", "art_car...
{ "self_card_id": 115203, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "beast creature", "animal monster", "battlecry" ], "summary": "Ag...
Hearthstone card art, Warlock, Minion, Beast, Battlecry, hearthstone fantasy art, fel magic, dark ritual, beast creature, animal monster
110,754
null
110754-agency-espionage
Agency Espionage
true
false
[ 110754 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Rogue" ], "set": "Perils in Paradise", "rarity": "Rare", "spell_school": null, "minion_type": null, "artist": "Matt Dixon" }
{ "mana_cost": 4, "attack": null, "health": null, "durability": null }
{ "raw": "Shuffle a card from each other class into your deck. They cost (1). Draw one.", "clean": "Shuffle a card from each other class into your deck. They cost (1). Draw one." }
[]
[]
[]
[ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/dc32124e48aea0eab94673aab74d87815576bad7618222b720e0a25aff6dfa15.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/2f61d0fb876c5429a3caae391f0fbdf6813b2758fccdd1704ea35c9d8a47151e.png", "art_image": "images/WORK_004.jpg", "art_ca...
{ "self_card_id": 110754, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers" ], "summary": "Agency Espionage is a Rogue card." }
Hearthstone card art, Rogue, Spell, hearthstone fantasy art, shadowy assassin, daggers
123,060
null
123060-agent-of-the-old-ones
Agent of the Old Ones
true
false
[ 123060 ]
[]
[ 1746 ]
0
{ "card_type": "Minion", "card_class": [ "Rogue" ], "set": "CATACLYSM", "rarity": "Common", "spell_school": null, "minion_type": "Demon", "artist": "Vlad Botos" }
{ "mana_cost": 1, "attack": 2, "health": 1, "durability": null }
{ "raw": "<b>Battlecry:</b> Choose a card in your hand to transform into a Coin.", "clean": "Battlecry: Choose a card in your hand to transform into a Coin." }
[ "Battlecry" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers", "demonic creature", "fel glow", "battlecry" ]
[ { "card_id": 1746, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e25bae807273f5b6fc57e5b954c7d40d919241d8d3626f621e0d0c50eabcf6af.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/37fa3f5a52b897c4b65afcb13d84a0cd4911ab643d642e3a108feb250e5ef830.png", "art_image": "images/CATA_200.jpg", "art_ca...
{ "self_card_id": 123060, "included_child_card_ids": [ 1746 ], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [ "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers", "demonic creature", "fel glow", ...
Hearthstone card art, Rogue, Minion, Demon, Battlecry, has_derived_cards, hearthstone fantasy art, shadowy assassin, daggers, demonic creature, fel glow
97,495
null
97495-aggramar-the-avenger
Aggramar, the Avenger
true
false
[ 97495, 98762, 98768, 99221, 101875 ]
[ 98762, 98768, 99221, 101875, 102027 ]
[ 97496, 97519, 97520, 97521, 97524 ]
0
{ "card_type": "Minion", "card_class": [ "Hunter" ], "set": "TITANS", "rarity": "Legendary", "spell_school": null, "minion_type": null, "artist": "Kevin Sidharta" }
{ "mana_cost": 6, "attack": 3, "health": 7, "durability": null }
{ "raw": "<b>Titan</b> <b>Battlecry:</b> Equip a 3/3 Taeshalach.", "clean": "Titan Battlecry: Equip a 3/3 Taeshalach." }
[ "Battlecry", "Titan" ]
[ { "type": "equip", "amount": null, "target": "3_3_taeshalach", "target_scope": null, "resource": "weapon", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Titan Battlecry: Equip a 3/3 Taeshalach." } ]
[ "equip", "has_derived_cards" ]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "battlecry" ]
[ { "card_id": 97496, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 97519, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 97520, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 97521, "relation": "HAS_CHILD_CARD", "role": ...
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b6c2ea3c16905414bcbac0715907e6a878a688954dd6a17b358d0df79cb1da45.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/fcaa8410f265ba4d5eb113314b960b189135f96ed909211c961bf4f8f6041beb.png", "art_image": "images/TTN_092.jpg", "art_car...
{ "self_card_id": 97495, "included_child_card_ids": [ 97496, 97519, 97520, 97521, 97524 ], "keywords": [ "Battlecry", "Titan", "Taunt" ], "actions": [ "equip", "draw", "summon" ], "mechanic_tags": [ "equip", "has_derived_cards", "draw", "card_d...
Hearthstone card art, Hunter, Minion, Battlecry, Titan, equip 3 3 taeshalach, equip, has_derived_cards, hearthstone fantasy art, beasts, ranged combat
110,790
null
110790-aggressive-projections
Aggressive Projections
false
true
[ 110789 ]
[ 110789 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Druid" ], "set": "Perils in Paradise", "rarity": null, "spell_school": null, "minion_type": null, "artist": "Grafit" }
{ "mana_cost": 4, "attack": null, "health": null, "durability": null }
{ "raw": "+2 Attack.", "clean": "+2 Attack." }
[]
[]
[]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/035e66c3b1a7717559446b4e9be2f4877462138c885411f89f55e7486bc0e4c7.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 110790, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth" ], "summary": "Aggressive Projections is a Druid card." }
Hearthstone card art, Druid, Spell, hearthstone fantasy art, nature magic, wild growth
71,291
null
71291-agony
Agony
false
true
[ 71292 ]
[ 71292 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Warlock" ], "set": "Fractured in Alterac Valley", "rarity": null, "spell_school": "Shadow", "minion_type": null, "artist": "Slawomir Maniak" }
{ "mana_cost": 1, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Casts When Drawn</b> Take Fatigue damage.", "clean": "Casts When Drawn Take Fatigue damage." }
[ "72" ]
[]
[]
[ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "shadow magic", "dark energy" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/b82cbf25bb4813f8e035d2b077abeb718f92f759ef59187d9d951d238a0e744f.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 71291, "included_child_card_ids": [], "keywords": [ "72" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warlock", "fel magic", "dark ritual", "shadow magic", "dark energy" ], "summary": "Agony is a Warlock card." }
Hearthstone card art, Warlock, Shadow spell, 72, hearthstone fantasy art, fel magic, dark ritual, shadow magic, dark energy
115,932
null
115932-aid-of-the-forest
Aid of the Forest
false
true
[ 114848 ]
[ 114848 ]
[]
1
{ "card_type": "Spell", "card_class": [ "Druid" ], "set": "Into the Emerald Dream", "rarity": null, "spell_school": "Nature", "minion_type": null, "artist": "Kevin Sidharta" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "Draw a spell.", "clean": "Draw a spell." }
[]
[]
[]
[ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "green growth" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/5a6deb92e193cc0b4b6858798a97af118231185e07ebf1c8f5aa5bc149dde1c8.png", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 115932, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "druid", "nature magic", "wild growth", "green growth" ], "summary": "Aid of the Forest is a Druid card." }
Hearthstone card art, Druid, Nature spell, hearthstone fantasy art, nature magic, wild growth, green growth
64,631
null
64631-aimed-shot
Aimed Shot
true
false
[ 64631 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Hunter" ], "set": "United in Stormwind", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Aaron Su" }
{ "mana_cost": 3, "attack": null, "health": null, "durability": null }
{ "raw": "Deal 3 damage. Your next Hero Power deals 2 more damage.", "clean": "Deal 3 damage. Your next Hero Power deals 2 more damage." }
[]
[ { "type": "deal_damage", "amount": 3, "target": "target", "target_scope": null, "resource": "health", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Deal 3 damage." } ]
[ "deal_damage" ]
[ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "magical impact" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/3acca63a00926c202efe7f36494d7c6238b7ed2c1d9619aafe7bacf6f48f354c.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/bca72d5a7dabc8e693a7e4bc4bcafce49cff400c1ebedbbfe40e440f842fd9dd.png", "art_image": "images/SW_321.jpg", "art_card...
{ "self_card_id": 64631, "included_child_card_ids": [], "keywords": [], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "hunter", "beasts", "ranged combat", "magical impact" ], "summary": "Aimed Shot is a Hunte...
Hearthstone card art, Hunter, Spell, deal damage target, deal_damage, hearthstone fantasy art, beasts, ranged combat, magical impact
41,152
null
41152-air-elemental
Air Elemental
true
false
[ 41152 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Shaman" ], "set": "Journey to Un’Goro", "rarity": "Common", "spell_school": null, "minion_type": "Elemental", "artist": "Evgeniy Dlinnov" }
{ "mana_cost": 1, "attack": 3, "health": 1, "durability": null }
{ "raw": "<b>Elusive</b>", "clean": "Elusive" }
[ "Elusive" ]
[]
[]
[ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "elemental creature", "primal energy" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/878e8cc35e4d54337981a0534d516c3448b7a49c6fd8ce21c4779b0f7de80578.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/de56e5d7dfeed4d517901f5299ff3aef42266b5f160dde5f50254efecb7ebe37.png", "art_image": "images/UNG_019.jpg", "art_car...
{ "self_card_id": 41152, "included_child_card_ids": [], "keywords": [ "Elusive" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "elemental creature", "primal energy" ], "summary": "Air Elemental is a ...
Hearthstone card art, Shaman, Minion, Elemental, Elusive, hearthstone fantasy art, elemental magic, totems, elemental creature, primal energy
91,986
null
91986-air-guitarist
Air Guitarist
true
false
[ 91986 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Festival of Legends", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "Mike Sass" }
{ "mana_cost": 1, "attack": 1, "health": 1, "durability": null }
{ "raw": "<b>Battlecry:</b> Give your weapon +1 Durability.", "clean": "Battlecry: Give your weapon +1 Durability." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/a9df695e52488c47d9d6eb144fe0d08244a672151c3b16f04a84c423d956c36a.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/21ab8f93518ea6f3aef5d54aa6557899d6e5b1308387ff7ca74595d3b8021cca.png", "art_image": "images/ETC_102.jpg", "art_car...
{ "self_card_id": 91986, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "battlecry" ], "summary": "Air Guitarist is a Neutral card." }
Hearthstone card art, Neutral, Minion, Battlecry, hearthstone fantasy art
56,086
null
56086-air-raid
Air Raid
true
false
[ 56086 ]
[]
[]
0
{ "card_type": "Spell", "card_class": [ "Paladin" ], "set": "Galakrond’s Awakening", "rarity": "Rare", "spell_school": null, "minion_type": null, "artist": "Ivan Fomin" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Twinspell</b> Summon two 1/1 Silver Hand Recruits with <b>Taunt</b>.", "clean": "Twinspell Summon two 1/1 Silver Hand Recruits with Taunt." }
[ "Taunt", "Twinspell" ]
[ { "type": "summon", "amount": 2, "target": "1_1_silver_hand_recruits_with_taunt", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Twinspell Summon two 1/1 Silver Hand Recruits with Taunt." } ]
[ "summon", "token_generation" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "summoned creatures", "taunt" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/44f21c50d7d4f83a7e80d1181c63bfcbc6444016b6a13176f8e09c66482f7f7e.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/6e7ba8ba86036ad1b98ab203d712192f60fc2cd59508c117db2e464a20abeb53.png", "art_image": "images/YOD_012.jpg", "art_car...
{ "self_card_id": 56086, "included_child_card_ids": [], "keywords": [ "Taunt", "Twinspell" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation" ], "visual_tags": [ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "su...
Hearthstone card art, Paladin, Spell, Taunt, Twinspell, summon 1 1 silver hand recruits with taunt, summon, token_generation, hearthstone fantasy art, holy light, armored champion, summoned creatures
122,952
null
122952-air-support
Air Support
true
false
[ 122952 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Shaman" ], "set": "CATACLYSM", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "James Ryman" }
{ "mana_cost": 5, "attack": 5, "health": 5, "durability": null }
{ "raw": "<b>Battlecry:</b> Give a friendly minion <b>Mega-Windfury</b>. It can't attack heroes.", "clean": "Battlecry: Give a friendly minion Mega-Windfury. It can't attack heroes." }
[ "Battlecry", "Mega-Windfury", "Windfury" ]
[]
[]
[ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/6e2bc1ae641cf4356749b306d3be91dea9c3afd1094d25fd5a7e05662bce333f.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0d81ba12d7996ea2559d293910b034e0558b76d951777aacaba7a755509f3c95.png", "art_image": "images/CATA_564.jpg", "art_ca...
{ "self_card_id": 122952, "included_child_card_ids": [], "keywords": [ "Battlecry", "Mega-Windfury", "Windfury" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "battlecry" ], "summary": "Air Suppo...
Hearthstone card art, Shaman, Minion, Battlecry, Mega-Windfury, Windfury, hearthstone fantasy art, elemental magic, totems
110,880
null
110880-airlock-breach
Airlock Breach
true
false
[ 110880 ]
[]
[ 111679 ]
0
{ "card_type": "Spell", "card_class": [ "Death Knight" ], "set": "The Great Dark Beyond", "rarity": "Rare", "spell_school": null, "minion_type": null, "artist": "Alex Stone" }
{ "mana_cost": 6, "attack": null, "health": null, "durability": null }
{ "raw": "Summon a 5/5 Undead with <b>Taunt</b> and give your hero +5 Health. Spend 5 <b>Corpses</b> to do it again.", "clean": "Summon a 5/5 Undead with Taunt and give your hero +5 Health. Spend 5 Corpses to do it again." }
[ "Taunt", "Corpse" ]
[ { "type": "summon", "amount": 1, "target": "5_5_undead_with_taunt_and_give_your_hero_5_health", "target_scope": null, "resource": "board", "condition": null, "trigger": "on_play", "duration": null, "raw_phrase": "Summon a 5/5 Undead with Taunt and give your hero +5 Health." } ]
[ "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "death knight", "runes", "undead frost magic", "summoned creatures", "taunt" ]
[ { "card_id": 111679, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/906f75c977e24b48ac7c0dedfef08a3e95d34092c3de0b66f0f9c240894af196.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/bcfa79ca25c73590bfd6e52ac07c6123909d790e1bdc1e6580dc776fc39bfd7f.png", "art_image": "images/GDB_113.jpg", "art_car...
{ "self_card_id": 110880, "included_child_card_ids": [ 111679 ], "keywords": [ "Taunt", "Corpse" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "death knight", "ru...
Hearthstone card art, Death Knight, Spell, Taunt, Corpse, summon 5 5 undead with taunt and give your hero 5 health, summon, token_generation, has_derived_cards, hearthstone fantasy art, runes, undead frost magic, summoned creatures
50,074
null
50074-akali-the-rhino
Akali, the Rhino
true
false
[ 50074 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Warrior" ], "set": "Rastakhan’s Rumble", "rarity": "Legendary", "spell_school": null, "minion_type": "Beast", "artist": "Jim Nelson" }
{ "mana_cost": 8, "attack": 5, "health": 5, "durability": null }
{ "raw": "<b>Rush</b> <b>Overkill:</b> Draw a <b>Rush</b> minion from your deck. Give it +5/+5.", "clean": "Rush Overkill: Draw a Rush minion from your deck. Give it +5/+5." }
[ "Rush", "Overkill" ]
[]
[]
[ "hearthstone fantasy art", "warrior", "armor", "weapon combat", "beast creature", "animal monster" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0f2d514bec2e2dc2488a9a05a9f82de01172f96a16d0e7bb85b6091dcd972fc9.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/cf1bcb846e1d26dec5c4db64c3e3e8c07d0dc203d471d29f2f3f80b92b03e4c5.png", "art_image": "images/TRL_329.jpg", "art_car...
{ "self_card_id": 50074, "included_child_card_ids": [], "keywords": [ "Rush", "Overkill" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "warrior", "armor", "weapon combat", "beast creature", "animal monster" ], "summary": "Akali, the ...
Hearthstone card art, Warrior, Minion, Beast, Rush, Overkill, hearthstone fantasy art, armor, weapon combat, beast creature, animal monster
56,530
null
56530-akama
Akama
true
false
[ 56530 ]
[]
[ 57156 ]
0
{ "card_type": "Minion", "card_class": [ "Rogue" ], "set": "Ashes of Outland", "rarity": "Legendary", "spell_school": null, "minion_type": "Draenei", "artist": "James Ryman" }
{ "mana_cost": 3, "attack": 3, "health": 4, "durability": null }
{ "raw": "<b>Stealth</b> <b>Deathrattle:</b> Shuffle 'Akama Prime' into your deck.", "clean": "Stealth Deathrattle: Shuffle 'Akama Prime' into your deck." }
[ "Stealth", "Deathrattle" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers", "draenei", "deathrattle" ]
[ { "card_id": 57156, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/c96e72c7cfbcf7c7d8437ff34bad86ba7d6a87405788ea59f44287137e2e9707.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ad7fb6c795bca7b49e725058ec7d0500f80e29c86445cf738d8e7b0f55c2320b.png", "art_image": "images/BT_713.jpg", "art_card...
{ "self_card_id": 56530, "included_child_card_ids": [ 57156 ], "keywords": [ "Stealth", "Deathrattle" ], "actions": [], "mechanic_tags": [ "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers", "draenei", "deat...
Hearthstone card art, Rogue, Minion, Draenei, Stealth, Deathrattle, has_derived_cards, hearthstone fantasy art, shadowy assassin, daggers
57,156
null
57156-akama-prime
Akama Prime
false
true
[ 56530, 61942 ]
[ 56530, 61942 ]
[]
1
{ "card_type": "Minion", "card_class": [ "Rogue" ], "set": "Ashes of Outland", "rarity": null, "spell_school": null, "minion_type": "Draenei", "artist": "James Ryman" }
{ "mana_cost": 6, "attack": 6, "health": 5, "durability": null }
{ "raw": "Permanently <b><b>Stealth</b>ed</b>.", "clean": "Permanently Stealthed." }
[ "Stealth" ]
[]
[]
[ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers", "draenei" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/db387f7ebafbb6fa1c0f0c0763da5f39b084259831f8bd51c17383fb200816cc.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/3a8c86448118a3eef854412b60dfe5798af88cc7a29a7103278654d69e7c2a94.jpg", "art_image": "", "art_card_id": "", "art_...
{ "self_card_id": 57156, "included_child_card_ids": [], "keywords": [ "Stealth" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "rogue", "shadowy assassin", "daggers", "draenei" ], "summary": "Akama Prime is a Rogue card." }
Hearthstone card art, Rogue, Minion, Draenei, Stealth, hearthstone fantasy art, shadowy assassin, daggers
32
null
32-alakir-the-windlord
Al'Akir the Windlord
true
false
[ 32, 46440 ]
[ 46440 ]
[]
0
{ "card_type": "Minion", "card_class": [ "Shaman" ], "set": "3", "rarity": "Legendary", "spell_school": null, "minion_type": "Elemental", "artist": "Raymond Swanland" }
{ "mana_cost": 8, "attack": 3, "health": 6, "durability": null }
{ "raw": "<b>Charge, Divine Shield, Taunt, Windfury</b>", "clean": "Charge, Divine Shield, Taunt, Windfury" }
[ "Taunt", "Divine Shield", "Charge", "Windfury" ]
[]
[]
[ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "elemental creature", "primal energy", "taunt", "divine shield" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/583cc7d410d87bfcd1b22f5623e348b9cc9a58cdca85524be2d7c9327c583a20.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/7b480b37e82db941960fbb6749574d1a8e74b3cfa2768a8a236f77fdcf78b93e.png", "art_image": "images/NEW1_010.jpg", "art_ca...
{ "self_card_id": 32, "included_child_card_ids": [], "keywords": [ "Taunt", "Divine Shield", "Charge", "Windfury" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "elemental creature", "primal ...
Hearthstone card art, Shaman, Minion, Elemental, Taunt, Divine Shield, Charge, Windfury, hearthstone fantasy art, elemental magic, totems, elemental creature, primal energy
125,442
null
125442-alakir-lord-of-storms
Al'Akir, Lord of Storms
true
false
[ 122639, 122832, 122947, 122953, 125442 ]
[ 122639, 122832, 122947, 122953 ]
[ 125443, 127053 ]
0
{ "card_type": "Minion", "card_class": [ "Shaman" ], "set": "CATACLYSM", "rarity": "Legendary", "spell_school": null, "minion_type": "Elemental", "artist": "Slawomir Maniak" }
{ "mana_cost": 8, "attack": 2, "health": 8, "durability": null }
{ "raw": "<b>Colossal +2, <b>Rush</b>, Windfury</b> <b>Battlecry:</b> Get 2 minions with Cost equal to this minion's Attack. They cost (1).", "clean": "Colossal +2, Rush, Windfury Battlecry: Get 2 minions with Cost equal to this minion's Attack. They cost (1)." }
[ "Battlecry", "Windfury", "Rush", "Colossal +X", "Herald" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "elemental creature", "primal energy", "battlecry" ]
[ { "card_id": 125443, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 127053, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/593c7d43ed53d6ea1e7d6cf0e910147396a6f9b715685525d822910b49a48a4c.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/01f540cdab16b20e3fc12bf57a52f14433987af9294a75c39cfd8dd6cbc5e915.png", "art_image": "images/CATA_153.jpg", "art_ca...
{ "self_card_id": 125442, "included_child_card_ids": [ 125443, 127053 ], "keywords": [ "Battlecry", "Windfury", "Rush", "Colossal +X", "Herald" ], "actions": [], "mechanic_tags": [ "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "shaman", ...
Hearthstone card art, Shaman, Minion, Elemental, Battlecry, Windfury, Rush, Colossal +X, Herald, has_derived_cards, hearthstone fantasy art, elemental magic, totems, elemental creature, primal energy
102,634
null
102634-alakir-the-winds-of-time
Al'Akir, the Winds of Time
true
false
[ 102634 ]
[]
[ 102635 ]
0
{ "card_type": "Hero", "card_class": [ "Shaman" ], "set": "Caverns of Time", "rarity": "Legendary", "spell_school": null, "minion_type": null, "artist": "Kevin Sidharta" }
{ "mana_cost": 7, "attack": null, "health": 30, "durability": null }
{ "raw": "<b>Battlecry:</b> Draw a <b>Charge</b>, <b>Divine Shield</b>, <b>Taunt</b>, and <b>Windfury</b> minion.", "clean": "Battlecry: Draw a Charge, Divine Shield, Taunt, and Windfury minion." }
[ "Taunt", "Divine Shield", "Charge", "Battlecry", "Windfury" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "shaman", "elemental magic", "totems", "taunt", "divine shield", "battlecry" ]
[ { "card_id": 102635, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/e652d683575daf79c113a55541c8d9752ce61b598297faaee4e644cea385a66d.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/58fa2af314d6144f47c83558e90ee352ebca590b9272a3cd1db6487e67bba871.png", "art_image": "images/WON_092h.jpg", "art_ca...
{ "self_card_id": 102634, "included_child_card_ids": [ 102635 ], "keywords": [ "Taunt", "Divine Shield", "Charge", "Battlecry", "Windfury" ], "actions": [], "mechanic_tags": [ "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "shaman", "elementa...
Hearthstone card art, Shaman, Hero, Taunt, Divine Shield, Charge, Battlecry, Windfury, has_derived_cards, hearthstone fantasy art, elemental magic, totems
57,195
null
57195-alar
Al'ar
true
false
[ 57195 ]
[ 57982 ]
[ 57982 ]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Ashes of Outland", "rarity": "Legendary", "spell_school": null, "minion_type": "Elemental", "artist": "Jakub Kasper" }
{ "mana_cost": 5, "attack": 7, "health": 3, "durability": null }
{ "raw": "<b>Deathrattle</b>: Summon a 0/3 Ashes of Al'ar that resurrects this minion on your next turn.", "clean": "Deathrattle: Summon a 0/3 Ashes of Al'ar that resurrects this minion on your next turn." }
[ "Deathrattle" ]
[ { "type": "summon", "amount": 1, "target": "0_3_ashes_of_al_ar_that_resurrects_this_minion_on_your_next_turn", "target_scope": null, "resource": "board", "condition": null, "trigger": "deathrattle", "duration": null, "raw_phrase": "Deathrattle: Summon a 0/3 Ashes of Al'ar that re...
[ "summon", "token_generation", "has_derived_cards" ]
[ "hearthstone fantasy art", "neutral", "elemental creature", "primal energy", "summoned creatures", "deathrattle" ]
[ { "card_id": 57982, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/7e0325267a682e509bb15d84143f3ef0861096fbc4b826a93be8ddded2972e14.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/539d999ddd72bb1bd748081d787a204c55f9baf73d195e7210da2d9b05f547fa.png", "art_image": "images/BT_735.jpg", "art_card...
{ "self_card_id": 57195, "included_child_card_ids": [ 57982 ], "keywords": [ "Deathrattle" ], "actions": [ "summon" ], "mechanic_tags": [ "summon", "token_generation", "has_derived_cards" ], "visual_tags": [ "hearthstone fantasy art", "neutral", "elemental creatur...
Hearthstone card art, Neutral, Minion, Elemental, Deathrattle, summon 0 3 ashes of al ar that resurrects this minion on your next turn, summon, token_generation, has_derived_cards, hearthstone fantasy art, elemental creature, primal energy, summoned creatures
115,928
null
115928-alarashi
Alara'shi
true
false
[ 115928 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Demon Hunter" ], "set": "Into the Emerald Dream", "rarity": "Legendary", "spell_school": null, "minion_type": "Beast", "artist": "Jakub Kasper" }
{ "mana_cost": 5, "attack": 5, "health": 5, "durability": null }
{ "raw": "<b>Battlecry:</b> Transform minions in your hand into random Demons. <i>(They keep their original stats and Cost.)</I>", "clean": "Battlecry: Transform minions in your hand into random Demons. (They keep their original stats and Cost.)" }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "beast creature", "animal monster", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/19e85c26b5c9a292f51b8b8f914420d56e5087a348ce1669e4b5c13ea0493e21.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/54efae63ffd17f96430ec554b5b7ee1f12ba43d676a84490740cf1c32a2ee940.png", "art_image": "images/EDR_493.jpg", "art_car...
{ "self_card_id": 115928, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "beast creature", "animal monster", "battlecry" ], "summa...
Hearthstone card art, Demon Hunter, Minion, Beast, Battlecry, hearthstone fantasy art, fel blades, agile fighter, beast creature, animal monster
1,658
null
1658-alarm-o-bot
Alarm-o-Bot
true
false
[ 1658 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "3", "rarity": "Rare", "spell_school": null, "minion_type": "Mech", "artist": "Sean O’Daniels" }
{ "mana_cost": 3, "attack": 0, "health": 3, "durability": null }
{ "raw": "At the start of your turn, swap this minion with a random one in your hand.", "clean": "At the start of your turn, swap this minion with a random one in your hand." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral", "mechanical construct", "metal machine" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/55fcc7ca9aa967cf4d1082a2a940e720c7997637a4aa7f2e50a1ed03ce3b4394.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/3539e8d1b6a1c1e9d3c82487330df7221a10890eeb55797b1874ad985958bc36.png", "art_image": "images/EX1_006.jpg", "art_car...
{ "self_card_id": 1658, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "mechanical construct", "metal machine" ], "summary": "Alarm-o-Bot is a Neutral card." }
Hearthstone card art, Neutral, Minion, Mech, hearthstone fantasy art, mechanical construct, metal machine
101,009
null
101009-alarmed-securitybot
Alarmed Securitybot
true
false
[ 101009 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Paladin" ], "set": "TITANS", "rarity": "Rare", "spell_school": null, "minion_type": "Mech", "artist": "Matt Dixon" }
{ "mana_cost": 4, "attack": 4, "health": 3, "durability": null }
{ "raw": "<b>Deathrattle:</b> Draw another minion. Set its Attack, Health, and Cost to 5.", "clean": "Deathrattle: Draw another minion. Set its Attack, Health, and Cost to 5." }
[ "Deathrattle" ]
[]
[]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "mechanical construct", "metal machine", "deathrattle" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/bbc5c92d44aa00ed0cea8ae5fc882a9f7602569438ff59ddf9b4d9b6718ef546.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/63ff0e23ae30b42baf2feb1374ddf72444ff600a40686d155ee65c5938f81233.png", "art_image": "images/YOG_510.jpg", "art_car...
{ "self_card_id": 101009, "included_child_card_ids": [], "keywords": [ "Deathrattle" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "mechanical construct", "metal machine", "deathrattle" ], ...
Hearthstone card art, Paladin, Minion, Mech, Deathrattle, hearthstone fantasy art, holy light, armored champion, mechanical construct, metal machine
55,437
null
55437-albatross
Albatross
false
true
[ 55421 ]
[ 55421 ]
[]
1
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "Descent of Dragons", "rarity": null, "spell_school": null, "minion_type": "Beast", "artist": "Patrik Bjorkstrom" }
{ "mana_cost": 1, "attack": 1, "health": 1, "durability": null }
{ "raw": "", "clean": "" }
[]
[]
[]
[ "hearthstone fantasy art", "neutral", "beast creature", "animal monster" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/7d09fe854f002267ea84ce1e9aa058806c06d52ae6e903fe96d1f169e643dfcf.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/d761dbb768ef5b271969b5b2d6f443df96739b5427b52bc988374df061938832.jpg", "art_image": "", "art_card_id": "", "art_...
{ "self_card_id": 55437, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "beast creature", "animal monster" ], "summary": "Albatross is a Neutral card." }
Hearthstone card art, Neutral, Minion, Beast, hearthstone fantasy art, beast creature, animal monster
57,832
null
57832-alchemists-stone
Alchemist's Stone
false
false
[]
[]
[]
-1
{ "card_type": "Spell", "card_class": [ "Neutral" ], "set": "Saviors of Uldum", "rarity": null, "spell_school": null, "minion_type": null, "artist": null }
{ "mana_cost": 0, "attack": null, "health": null, "durability": null }
{ "raw": "<b>Passive</b> After you play an odd-Cost card, reduce the Cost of cards in your hand by (1).", "clean": "Passive After you play an odd-Cost card, reduce the Cost of cards in your hand by (1)." }
[]
[]
[]
[ "hearthstone fantasy art", "neutral" ]
[]
{ "image": "", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 57832, "included_child_card_ids": [], "keywords": [], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral" ], "summary": "Alchemist's Stone is a Neutral card." }
Hearthstone card art, Neutral, Spell, hearthstone fantasy art
56,445
null
56445-aldor-attendant
Aldor Attendant
true
false
[ 56445 ]
[]
[ 56394, 56554, 56555, 57471, 57738, 61949, 61981 ]
0
{ "card_type": "Minion", "card_class": [ "Paladin" ], "set": "Ashes of Outland", "rarity": "Common", "spell_school": null, "minion_type": "Draenei", "artist": "Anton Zemskov" }
{ "mana_cost": 1, "attack": 1, "health": 3, "durability": null }
{ "raw": "<b>Battlecry:</b> Reduce the Cost of your Librams by (1) this game.", "clean": "Battlecry: Reduce the Cost of your Librams by (1) this game." }
[ "Battlecry" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "draenei", "battlecry" ]
[ { "card_id": 56394, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 56554, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 56555, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 57471, "relation": "HAS_CHILD_CARD", "role": ...
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/f02a2679c40ac5a4e6beb869f6f4b4d7ba09f62c281a87d269bdc3c6ea7c76d0.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/37cc5562c88dfd81381d816c20acc507d5bb67ec72eff2137917fb5fd0fd96fb.png", "art_image": "images/BT_020.jpg", "art_card...
{ "self_card_id": 56445, "included_child_card_ids": [ 56394, 56554, 56555, 57471, 57738, 61949, 61981 ], "keywords": [ "Battlecry", "Taunt", "Divine Shield", "Deathrattle", "Lifesteal", "Corrupt", "98" ], "actions": [ "equip", "heal", "summ...
Hearthstone card art, Paladin, Minion, Draenei, Battlecry, has_derived_cards, hearthstone fantasy art, holy light, armored champion
1,167
null
1167-aldor-peacekeeper
Aldor Peacekeeper
true
false
[ 1167 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Paladin" ], "set": "3", "rarity": "Rare", "spell_school": null, "minion_type": "Draenei", "artist": "Dany Orizio" }
{ "mana_cost": 3, "attack": 3, "health": 3, "durability": null }
{ "raw": "<b>Battlecry:</b> Change an enemy minion's Attack to 1.", "clean": "Battlecry: Change an enemy minion's Attack to 1." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "draenei", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/c5fca6118216e2dbee285d41558f65763c926126ab6d387ca7e3dc0c612bfc94.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/ecfc71acbfcb65acf6b923ed717489d6ade86f476710dae4d054945005e2653c.png", "art_image": "images/EX1_382.jpg", "art_car...
{ "self_card_id": 1167, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "draenei", "battlecry" ], "summary": "Aldor Peacekeeper is a Pala...
Hearthstone card art, Paladin, Minion, Draenei, Battlecry, hearthstone fantasy art, holy light, armored champion
56,556
null
56556-aldor-truthseeker
Aldor Truthseeker
true
false
[ 56556 ]
[]
[ 56394, 56554, 56555, 57471, 57738, 61949, 61981 ]
0
{ "card_type": "Minion", "card_class": [ "Paladin" ], "set": "Ashes of Outland", "rarity": "Rare", "spell_school": null, "minion_type": "Draenei", "artist": "Mauricio Herrera" }
{ "mana_cost": 5, "attack": 4, "health": 6, "durability": null }
{ "raw": "<b>Taunt</b>. <b>Battlecry:</b> Reduce the Cost of your Librams by (2) this game.", "clean": "Taunt. Battlecry: Reduce the Cost of your Librams by (2) this game." }
[ "Taunt", "Battlecry" ]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "paladin", "holy light", "armored champion", "draenei", "taunt", "battlecry" ]
[ { "card_id": 56394, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 56554, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 56555, "relation": "HAS_CHILD_CARD", "role": null }, { "card_id": 57471, "relation": "HAS_CHILD_CARD", "role": ...
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/909dc5199c9a7c8b6485d1a0a8549d60b9e3e3d1f0aea28b55117dc146d22181.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/83cc787f985026973631eb4b78c1341accc5abd16ce678d06f8d2c956e0e4868.png", "art_image": "images/BT_026.jpg", "art_card...
{ "self_card_id": 56556, "included_child_card_ids": [ 56394, 56554, 56555, 57471, 57738, 61949, 61981 ], "keywords": [ "Taunt", "Battlecry", "Divine Shield", "Deathrattle", "Lifesteal", "Corrupt", "98" ], "actions": [ "equip", "heal", "summ...
Hearthstone card art, Paladin, Minion, Draenei, Taunt, Battlecry, has_derived_cards, hearthstone fantasy art, holy light, armored champion
56,583
null
56583-aldrachi-warblades
Aldrachi Warblades
true
false
[ 56583 ]
[]
[]
0
{ "card_type": "Weapon", "card_class": [ "Demon Hunter" ], "set": "Legacy", "rarity": "Free", "spell_school": null, "minion_type": null, "artist": "J. Axer" }
{ "mana_cost": 3, "attack": 2, "health": 2, "durability": null }
{ "raw": "<b>Lifesteal</b>", "clean": "Lifesteal" }
[ "Lifesteal" ]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "lifesteal" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/63f92e75bcfc7707869f2b486bedd0c46582dea35848ece66c0c8b3b1aec7e1a.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0cf4c3cb0619698a57f24fd88258fad238c12276634e800e679bb7a8f13ae9dd.png", "art_image": "images/BT_921.jpg", "art_card...
{ "self_card_id": 56583, "included_child_card_ids": [], "keywords": [ "Lifesteal" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "lifesteal" ], "summary": "Aldrachi Warblades is a Demon Hunter ca...
Hearthstone card art, Demon Hunter, Weapon, Lifesteal, hearthstone fantasy art, fel blades, agile fighter
69,507
null
69507-aldrachi-warblades
Aldrachi Warblades
true
false
[ 69507 ]
[]
[]
0
{ "card_type": "Weapon", "card_class": [ "Demon Hunter" ], "set": "Core", "rarity": "Common", "spell_school": null, "minion_type": null, "artist": "J. Axer" }
{ "mana_cost": 3, "attack": 2, "health": 2, "durability": null }
{ "raw": "<b>Lifesteal</b>", "clean": "Lifesteal" }
[ "Lifesteal" ]
[]
[]
[ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "lifesteal" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/368b65f2b7fbd0ea150fb29737648ce45e26b98cb7070b028aadd3a0f2340479.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/0cf4c3cb0619698a57f24fd88258fad238c12276634e800e679bb7a8f13ae9dd.png", "art_image": "images/CORE_BT_921.jpg", "art...
{ "self_card_id": 69507, "included_child_card_ids": [], "keywords": [ "Lifesteal" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "demon hunter", "fel blades", "agile fighter", "lifesteal" ], "summary": "Aldrachi Warblades is a Demon Hunter ca...
Hearthstone card art, Demon Hunter, Weapon, Lifesteal, hearthstone fantasy art, fel blades, agile fighter
46,423
null
46423-aleatoric-cube
Aleatoric Cube
false
false
[]
[]
[ 229 ]
-1
{ "card_type": "Spell", "card_class": [ "Neutral" ], "set": "Kobolds and Catacombs", "rarity": null, "spell_school": null, "minion_type": null, "artist": "Peter Lee" }
{ "mana_cost": 2, "attack": null, "health": null, "durability": null }
{ "raw": "Shuffle both decks together and give half to each player. Your cards cost (2) less.", "clean": "Shuffle both decks together and give half to each player. Your cards cost (2) less." }
[]
[]
[ "has_derived_cards" ]
[ "hearthstone fantasy art", "neutral" ]
[ { "card_id": 229, "relation": "HAS_CHILD_CARD", "role": null } ]
{ "image": "", "crop_image": null, "art_image": "", "art_card_id": "", "art_dbf_id": null }
{ "self_card_id": 46423, "included_child_card_ids": [ 229 ], "keywords": [], "actions": [ "deal_damage" ], "mechanic_tags": [ "has_derived_cards", "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "neutral", "hunter", "beasts", "ranged combat", "magic...
Hearthstone card art, Neutral, Spell, has_derived_cards, hearthstone fantasy art
80,644
null
80644-alexandros-mograine
Alexandros Mograine
true
false
[ 80644 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Death Knight" ], "set": "March of the Lich King", "rarity": "Legendary", "spell_school": null, "minion_type": "Undead", "artist": "Ivan Fomin" }
{ "mana_cost": 7, "attack": 7, "health": 7, "durability": null }
{ "raw": "<b>Battlecry:</b> For the rest of the game, deal 3 damage to your opponent at the end of your turns.", "clean": "Battlecry: For the rest of the game, deal 3 damage to your opponent at the end of your turns." }
[ "Battlecry" ]
[ { "type": "deal_damage", "amount": 3, "target": "opponent_at_the_end_of_your_turns", "target_scope": null, "resource": "health", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry: For the rest of the game, deal 3 damage to your opponent at the ...
[ "deal_damage" ]
[ "hearthstone fantasy art", "death knight", "runes", "undead frost magic", "undead", "necromancy", "magical impact", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/9804ae65b00400d4b3a742f06c39ad447c4d81426dabcc1a79bea8b885716949.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/4a13bd0f29410799cfaedccfc3a4a40c72deddbc3165cfaf4a144a1654a505ed.png", "art_image": "images/RLK_706.jpg", "art_car...
{ "self_card_id": 80644, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "death knight", "runes", "undead frost magic", "undead", "necromancy", ...
Hearthstone card art, Death Knight, Minion, Undead, Battlecry, deal damage opponent at the end of your turns, deal_damage, hearthstone fantasy art, runes, undead frost magic, necromancy, magical impact
127,536
null
127536-alexandros-mograine
Alexandros Mograine
true
false
[ 127536 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Death Knight" ], "set": "Core", "rarity": "Legendary", "spell_school": null, "minion_type": "Undead", "artist": "Ivan Fomin" }
{ "mana_cost": 7, "attack": 7, "health": 7, "durability": null }
{ "raw": "<b>Battlecry:</b> For the rest of the game, deal 3 damage to your opponent at the end of your turns.", "clean": "Battlecry: For the rest of the game, deal 3 damage to your opponent at the end of your turns." }
[ "Battlecry" ]
[ { "type": "deal_damage", "amount": 3, "target": "opponent_at_the_end_of_your_turns", "target_scope": null, "resource": "health", "condition": null, "trigger": "battlecry", "duration": null, "raw_phrase": "Battlecry: For the rest of the game, deal 3 damage to your opponent at the ...
[ "deal_damage" ]
[ "hearthstone fantasy art", "death knight", "runes", "undead frost magic", "undead", "necromancy", "magical impact", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/a0ebfa6bf0d23d22a01e60058ad02d93cb00eea2844fac32cd191ff762ef4219.png", "crop_image": null, "art_image": "images/CORE_RLK_706.jpg", "art_card_id": "CORE_RLK_706", "art_dbf_id": 127536 }
{ "self_card_id": 127536, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [ "deal_damage" ], "mechanic_tags": [ "deal_damage" ], "visual_tags": [ "hearthstone fantasy art", "death knight", "runes", "undead frost magic", "undead", "necromancy",...
Hearthstone card art, Death Knight, Minion, Undead, Battlecry, deal damage opponent at the end of your turns, deal_damage, hearthstone fantasy art, runes, undead frost magic, necromancy, magical impact
581
null
581-alexstrasza
Alexstrasza
true
false
[ 581 ]
[]
[]
0
{ "card_type": "Minion", "card_class": [ "Neutral" ], "set": "3", "rarity": "Legendary", "spell_school": null, "minion_type": "Dragon", "artist": "Raymond Swanland" }
{ "mana_cost": 9, "attack": 8, "health": 8, "durability": null }
{ "raw": "<b>Battlecry:</b> Set a hero's remaining Health to 15.", "clean": "Battlecry: Set a hero's remaining Health to 15." }
[ "Battlecry" ]
[]
[]
[ "hearthstone fantasy art", "neutral", "dragon", "draconic fantasy", "battlecry" ]
[]
{ "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/c2cc82bd2bcb3f706e299f31d5309f71d6b01e9d0b69b1f377307ed166ed8176.png", "crop_image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/9761698fe3b982c9a5cc21d22f492ae29696feca09ac8854309931685fc85ef8.png", "art_image": "images/EX1_561.jpg", "art_car...
{ "self_card_id": 581, "included_child_card_ids": [], "keywords": [ "Battlecry" ], "actions": [], "mechanic_tags": [], "visual_tags": [ "hearthstone fantasy art", "neutral", "dragon", "draconic fantasy", "battlecry" ], "summary": "Alexstrasza is a Neutral card." }
Hearthstone card art, Neutral, Minion, Dragon, Battlecry, hearthstone fantasy art, draconic fantasy
End of preview.

No dataset card yet

Downloads last month
16