Deploy to GitHub: daed35a364

This commit is contained in:
Travis CI 2017-06-21 14:46:32 +00:00
parent bfe96231aa
commit c5aedd89a9
5 changed files with 270 additions and 0 deletions

View File

@ -25,6 +25,91 @@
],
"border":"black",
"cards":[
{
"cmc":4,
"colorIdentity":[
"R"
],
"colors":[
"Red"
],
"manaCost":"3R",
"name":"Zealot of the God-Pharaoh",
"number":"207",
"power":"4",
"rarity":"Common",
"subtypes":[
"Minotaur",
"Archer"
],
"text":"{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.",
"toughness":"3",
"type":"Creature - Minotaur Archer",
"types":[
"Creature"
],
"url":""
},
{
"cmc":0,
"colorIdentity":[
"U",
"G"
],
"name":"Woodland Stream",
"number":"204",
"rarity":"Common",
"text":"Woodland Stream enters the battlefield tapped.\n{T}: Add {G} or {U} to your mana pool. ",
"type":"Land",
"types":[
"Land"
],
"url":""
},
{
"cmc":2,
"colorIdentity":[
"B"
],
"colors":[
"Black"
],
"manaCost":"1B",
"name":"Wasp of the Bitter End",
"number":"206",
"power":"2",
"rarity":"Uncommon",
"subtypes":[
"Insect",
"Horror"
],
"text":"Flying\nWhenever you cast a Bolas planeswalker spell, you may sacrifice Wasp of the Bitter End. If you do, destroy target creature.",
"toughness":"1",
"type":"Creature - Insect Horror",
"types":[
"Creature"
],
"url":""
},
{
"cmc":4,
"colorIdentity":[
"B"
],
"colors":[
"Black"
],
"manaCost":"3B",
"name":"Hour of Glory",
"number":"65",
"rarity":"Rare",
"text":"Exile target creature. If that creature was a God, its controller reveals his or her hand and exiles all cards with the same name as that creature.",
"type":"Instant",
"types":[
"Instant"
],
"url":""
},
{
"cmc":4,
"colorIdentity":[

44
HOU.xml
View File

@ -10,6 +10,50 @@
</sets>
<cards>
<card>
<name>Zealot of the God-Pharaoh</name>
<set rarity="Common" picURL="">HOU</set>
<manacost>3R</manacost>
<cmc>4</cmc>
<color>R</color>
<type>Creature - Minotaur Archer</type>
<pt>4/3</pt>
<tablerow>2</tablerow>
<text>{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.</text>
</card>
<card>
<name>Woodland Stream</name>
<set rarity="Common" picURL="">HOU</set>
<manacost></manacost>
<cmc>0</cmc>
<cipt>1</cipt>
<type>Land</type>
<tablerow>0</tablerow>
<text>Woodland Stream enters the battlefield tapped.
{T}: Add {G} or {U} to your mana pool. </text>
</card>
<card>
<name>Wasp of the Bitter End</name>
<set rarity="Uncommon" picURL="">HOU</set>
<manacost>1B</manacost>
<cmc>2</cmc>
<color>B</color>
<type>Creature - Insect Horror</type>
<pt>2/1</pt>
<tablerow>2</tablerow>
<text>Flying
Whenever you cast a Bolas planeswalker spell, you may sacrifice Wasp of the Bitter End. If you do, destroy target creature.</text>
</card>
<card>
<name>Hour of Glory</name>
<set rarity="Rare" picURL="">HOU</set>
<manacost>3B</manacost>
<cmc>4</cmc>
<color>B</color>
<type>Instant</type>
<tablerow>3</tablerow>
<text>Exile target creature. If that creature was a God, its controller reveals his or her hand and exiles all cards with the same name as that creature.</text>
</card>
<card>
<name>Angel of Condemnation</name>
<set rarity="Rare" picURL="">HOU</set>
<manacost>2WW</manacost>

View File

@ -1,5 +1,17 @@
{
"Angel of Condemnation": {
"url": ""
},
"Hour of Glory": {
"url": ""
},
"Wasp of the Bitter End": {
"url": ""
},
"Woodland Stream": {
"url": ""
},
"Zealot of the God-Pharaoh": {
"url": ""
}
}

View File

@ -183,6 +183,91 @@
],
"border":"black",
"cards":[
{
"cmc":4,
"colorIdentity":[
"R"
],
"colors":[
"Red"
],
"manaCost":"3R",
"name":"Zealot of the God-Pharaoh",
"number":"207",
"power":"4",
"rarity":"Common",
"subtypes":[
"Minotaur",
"Archer"
],
"text":"{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.",
"toughness":"3",
"type":"Creature - Minotaur Archer",
"types":[
"Creature"
],
"url":""
},
{
"cmc":0,
"colorIdentity":[
"U",
"G"
],
"name":"Woodland Stream",
"number":"204",
"rarity":"Common",
"text":"Woodland Stream enters the battlefield tapped.\n{T}: Add {G} or {U} to your mana pool. ",
"type":"Land",
"types":[
"Land"
],
"url":""
},
{
"cmc":2,
"colorIdentity":[
"B"
],
"colors":[
"Black"
],
"manaCost":"1B",
"name":"Wasp of the Bitter End",
"number":"206",
"power":"2",
"rarity":"Uncommon",
"subtypes":[
"Insect",
"Horror"
],
"text":"Flying\nWhenever you cast a Bolas planeswalker spell, you may sacrifice Wasp of the Bitter End. If you do, destroy target creature.",
"toughness":"1",
"type":"Creature - Insect Horror",
"types":[
"Creature"
],
"url":""
},
{
"cmc":4,
"colorIdentity":[
"B"
],
"colors":[
"Black"
],
"manaCost":"3B",
"name":"Hour of Glory",
"number":"65",
"rarity":"Rare",
"text":"Exile target creature. If that creature was a God, its controller reveals his or her hand and exiles all cards with the same name as that creature.",
"type":"Instant",
"types":[
"Instant"
],
"url":""
},
{
"cmc":4,
"colorIdentity":[

View File

@ -349,6 +349,50 @@ Whenever one or more Dragons you control attack, draw that many cards, then you
<text>Flying, trample
Whenever Wasitora, Nekoru Queen deals combat damage to a player, that player sacrifices a creature. If the player can't, you create a 3/3 black, red, and green Cat Dragon creature token with flying.</text>
</card>
<card>
<name>Zealot of the God-Pharaoh</name>
<set picURL="" rarity="Common">HOU</set>
<manacost>3R</manacost>
<cmc>4</cmc>
<color>R</color>
<type>Creature - Minotaur Archer</type>
<pt>4/3</pt>
<tablerow>2</tablerow>
<text>{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.</text>
</card>
<card>
<name>Woodland Stream</name>
<set picURL="" rarity="Common">HOU</set>
<manacost/>
<cmc>0</cmc>
<cipt>1</cipt>
<type>Land</type>
<tablerow>0</tablerow>
<text>Woodland Stream enters the battlefield tapped.
{T}: Add {G} or {U} to your mana pool. </text>
</card>
<card>
<name>Wasp of the Bitter End</name>
<set picURL="" rarity="Uncommon">HOU</set>
<manacost>1B</manacost>
<cmc>2</cmc>
<color>B</color>
<type>Creature - Insect Horror</type>
<pt>2/1</pt>
<tablerow>2</tablerow>
<text>Flying
Whenever you cast a Bolas planeswalker spell, you may sacrifice Wasp of the Bitter End. If you do, destroy target creature.</text>
</card>
<card>
<name>Hour of Glory</name>
<set picURL="" rarity="Rare">HOU</set>
<manacost>3B</manacost>
<cmc>4</cmc>
<color>B</color>
<type>Instant</type>
<tablerow>3</tablerow>
<text>Exile target creature. If that creature was a God, its controller reveals his or her hand and exiles all cards with the same name as that creature.</text>
</card>
<card>
<name>Angel of Condemnation</name>
<set picURL="" rarity="Rare">HOU</set>