Skip to content

Instantly share code, notes, and snippets.

Created September 24, 2015 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2a82546543ea5aea9722 to your computer and use it in GitHub Desktop.
Save anonymous/2a82546543ea5aea9722 to your computer and use it in GitHub Desktop.
{
"Name": "archangel_of_tithes_base",
"Inherits": "creature_base",
"Components": {
"Card": {
"ConvertedManaCost": 4,
"ColorIdentity": [
"white"
],
"Types": [
"creature",
"angel"
],
"CastingSpeed": "sorcery",
"CastingRequirements": [
{
"RequirementType": "ManaInPool",
"RequirementAmount": 1,
"RequirementParams": {
"Color": "any"
}
},
{
"RequirementType": "ManaInPool",
"RequirementAmount": 3,
"RequirementParams": {
"Color": "white"
}
}
]
},
"Creature": {
"Abilities": [
"Flying"
],
"BasePower": 3,
"BaseToughness": 5
},
"Triggers": {
"FinalizeAttackers": [
{
"TriggerType": "ManaCostPerAttacker",
"TriggerTarget": "Opponent",
"TriggerParams": {
"CostPerAttacker": 1
},
"Requirements": [
{
"RequirementType": "UntappedPermanentRequirement",
"RequirementTarget": "self"
}
]
}
],
"FinalizeBlockers": [
{
"TriggerType": "ManaCostPerDefender",
"TriggerTarget": "Opponent",
"TriggerParams": {
"CostPerDefender": 1
},
"Requirements": [
{
"RequirementType": "CreatureAttackedRequirement",
"RequirementTarget": "self"
}
]
}
]
}
},
"Tags": [
"creature",
"angel"
]
}
{
"Name": "origins_archangel_of_tithes",
"Inherits": "archangel_of_tithes_base",
"Components": {
"Display": {
"FullSize": "archangel_of_tithes@2x.png",
"HalfSize": "archangel_of_tithes@1x.png",
"Rarity": "M"
},
"SetMembership": {
"Origins": {
"Rarity": "M"
}
}
}
}
{
"Name": "origins_archangel_of_tithes_foil",
"Inherits": "origins_archangel_of_tithes",
"Components":{
"Display":{
"FullSize" : "archangel_of_tithes_foil@2x.png",
"HalfSize" : "archangel_of_tithes_foil@1x.png",
"Rarity" : "M"
},
"Triggers":{
"EnterBattlefield" : [
{
"TriggerType" : "DrawCards",
"TriggerTarget" : "Player",
"TriggerParams" :{
"NumberOfCards" : 2
}
}
],
"FinalizeAttackers" : [
{
"TriggerType" : "ManaCostPerAttacker",
"TriggerTarget" : "Opponent",
"TriggerParams" :{
"CostPerAttacker" : 4
},
"Requirements" :[
{
"RequirementType" : "UntappedPermanentRequirement",
"RequirementTarget" : "self"
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment