Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.88 KB | None | 0 0
  1. card : {
  2.   "Basic": [
  3.     {
  4.       "cardId": "GAME_004",
  5.       "name": "AFK",
  6.       "cardSet": "Basic",
  7.       "type": "Enchantment",
  8.       "rarity": "Free",
  9.       "text": "Your turns are shorter.",
  10.       "locale": "enUS"
  11.     },
  12.     {
  13.       "cardId": "CS2_041e",
  14.       "name": "Ancestral Infusion",
  15.       "cardSet": "Basic",
  16.       "type": "Enchantment",
  17.       "rarity": "Free",
  18.       "text": "Taunt.",
  19.       "playerClass": "Shaman",
  20.       "locale": "enUS",
  21.       "mechanics": [
  22.         {
  23.           "name": "Taunt"
  24.         }
  25.       ]
  26.     }
  27.   ],
  28.   "Blackrock Mountain" [
  29.     {
  30.       "cardId": "EX1_tk11",
  31.       "name": "Spirit Wolf",
  32.       "cardSet": "Classic",
  33.       "type": "Minion",
  34.       "faction": "Neutral",
  35.       "rarity": "Rare",
  36.       "cost": 2,
  37.       "attack": 2,
  38.       "health": 3,
  39.       "text": "<b>Taunt</b>",
  40.       "playerClass": "Shaman",
  41.       "img": "http://wow.zamimg.com/images/hearthstone/cards/enus/original/EX1_tk11.png",
  42.       "imgGold": "http://wow.zamimg.com/images/hearthstone/cards/enus/animated/EX1_tk11_premium.gif",
  43.       "locale": "enUS",
  44.       "mechanics": [
  45.         {
  46.           "name": "Taunt"
  47.         }
  48.       ]
  49.     },
  50.     {
  51.       "cardId": "EX1_247",
  52.       "name": "Stormforged Axe",
  53.       "cardSet": "Classic",
  54.       "type": "Weapon",
  55.       "faction": "Neutral",
  56.       "rarity": "Common",
  57.       "cost": 2,
  58.       "attack": 2,
  59.       "durability": 3,
  60.       "text": "<b>Overload:</b> (1)",
  61.       "flavor": "Yo, that's a nice axe.",
  62.       "artist": "Nate Bowden",
  63.       "collectible": true,
  64.       "playerClass": "Shaman",
  65.       "img": "http://wow.zamimg.com/images/hearthstone/cards/enus/original/EX1_247.png",
  66.       "imgGold": "http://wow.zamimg.com/images/hearthstone/cards/enus/animated/EX1_247_premium.gif",
  67.       "locale": "enUS",
  68.       "mechanics": [
  69.         {
  70.           "name": "Overload"
  71.         }
  72.       ]
  73.     }
  74.   ]
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement