Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 917 Bytes

readme.md

File metadata and controls

44 lines (36 loc) · 917 Bytes

HearthStone Cards

A list of of all existing cards in "Hearthstone: Heroes of Warcraft" (a game by Blizzard) in JSON format.Including images.

Example

{
    "name": "Ysera",
    "rarity": "Legendary",
    "type": "Minion",
    "race": "Dragon",
    "manna": 9,
    "attack": 4,
    "health": 12,
    "descr": "At the end of your turn, draw a Dream Card.",
    "image": "EX1_572"
}

Ysera

or

{
    "name": "King Krush",
    "rarity": "Legendary",
    "type": "Minion",
    "race": "Beast",
    "class": "Hunter",
    "manna": 9,
    "attack": 8,
    "health": 8,
    "descr": "Charge",
    "image": "EX1_543"
}

King Krush

Bower

You can install it with Bower.

bower install hearthstone-cards