Advertisement
Webadict

spell_martyrs_buckler.json

Mar 4th, 2016
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.62 KB | None | 0 0
  1. {
  2.     "id": "spell_martyrs_buckler",
  3.     "name": "Martyr's Buckler",
  4.     "baseManaCost": 2,
  5.     "type": "SPELL",
  6.     "heroClass": "PALADIN",
  7.     "rarity": "RARE",
  8.     "description": "Give a minion Divine Shield and \"Deathrattle: Add Martyr's Buckler to your Hand.\"",
  9.     "targetSelection": "MINIONS",
  10.     "spell": {
  11.         "class": "MetaSpell",
  12.         "spell1": {
  13.             "class": "AddAttributeSpell",
  14.             "attribute": "DIVINE_SHIELD"
  15.         },
  16.         "spell2": {
  17.             "class": "AddDeathrattleSpell",
  18.             "spell1": {
  19.                 "class": "ReceiveCardSpell",
  20.                 "card": "spell_martyrs_buckler"
  21.             }
  22.         }
  23.     },
  24.     "collectible": true,
  25.     "set": "CUSTOM",
  26.     "fileFormatVersion": 1
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement