Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.32 KB | None | 0 0
  1. {
  2.     "Name": "origins_archangel_of_tithes_foil",
  3.     "Inherits": "origins_archangel_of_tithes",
  4.     "Components":{
  5.         "Display":{
  6.             "FullSize" : "archangel_of_tithes_foil@2x.png",
  7.             "HalfSize" : "archangel_of_tithes_foil@1x.png",
  8.             "Rarity" : "M"
  9.         },
  10.         "Triggers":{
  11.             "EnterBattlefield" : [
  12.                 {
  13.                     "TriggerType" : "DrawCards",
  14.                     "TriggerTarget" : "Player",
  15.                     "TriggerParams" :{
  16.                         "NumberOfCards" : 2
  17.                     }
  18.                 }
  19.             ]
  20.         }        
  21.     }
  22.  }
  23.  
  24.  
  25. {
  26.     "Name": "origins_archangel_of_tithes",
  27.     "Inherits": "archangel_of_tithes_base",
  28.     "Components":{
  29.         "Display":{
  30.             "FullSize" : "archangel_of_tithes@2x.png",
  31.             "HalfSize" : "archangel_of_tithes@1x.png",
  32.             "Rarity" : "M"
  33.         },
  34.         "SetMembership":{
  35.              "Origins": {
  36.                  "Rarity" : "M"
  37.              }
  38.         }
  39.     }
  40.  }
  41.  
  42.  
  43.  {
  44.     "Name": "archangel_of_tithes_base",
  45.     "Inherits": "creature_base",
  46.     "Components":{
  47.         "Card":{
  48.             "ConvertedManaCost" : 4,
  49.             "ColorIdentity" : ["white"],
  50.             "Types" : ["creature", "angel"],
  51.             "CastingSpeed" : "sorcery",
  52.             "CastingRequirements":[
  53.                 {
  54.                     "RequirementType" : "ManaInPool",
  55.                     "RequirementAmount" : 1,
  56.                     "RequirementParams": {
  57.                         "Color" : "any"
  58.                     }
  59.                 },
  60.                 {
  61.                     "RequirementType" : "ManaInPool",
  62.                     "RequirementAmount" : 3,
  63.                     "RequirementParams": {
  64.                         "Color" : "white"
  65.                     }
  66.                 }              
  67.             ]
  68.         },
  69.         "Creature":{
  70.             "Abilities" : ["Flying"],
  71.             "BasePower" : 3,
  72.             "BaseToughness" : 5
  73.         },
  74.         "Triggers":{
  75.             "FinalizeAttackers" : [
  76.                 {
  77.                     "TriggerType" : "ManaCostPerAttacker",
  78.                     "TriggerTarget" : "Opponent",
  79.                     "TriggerParams" :{
  80.                         "CostPerAttacker" : 1
  81.                     },
  82.                     "Requirements" :[
  83.                         {
  84.                             "RequirementType" : "UntappedPermanentRequirement",
  85.                             "RequirementTarget" : "self"
  86.                         }
  87.                     ]
  88.                 }
  89.             ],
  90.             "FinalizeBlockers" :[
  91.                 {
  92.                     "TriggerType" : "ManaCostPerDefender",
  93.                     "TriggerTarget" : "Opponent",
  94.                     "TriggerParams" :{
  95.                         "CostPerDefender" : 1
  96.                     },
  97.                     "Requirements" :[
  98.                         {
  99.                             "RequirementType" : "CreatureAttackedRequirement",
  100.                             "RequirementTarget" : "self"
  101.                         }
  102.                     ]
  103.                 }
  104.             ]
  105.         }
  106.     },
  107.     "Tags":["creature", "angel"]
  108.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement