Deploy to GitHub: 09b8db64aa

This commit is contained in:
Travis CI 2017-06-21 11:51:34 +00:00
parent c9e4f567b1
commit f4e6c80868
5 changed files with 267 additions and 5 deletions

View File

@ -25,6 +25,94 @@
],
"border":"black",
"cards":[
{
"cmc":6,
"colorIdentity":[
"U"
],
"colors":[
"Blue"
],
"manaCost":"4UU",
"name":"Unesh, Criosphinx Sovereign",
"number":"52",
"power":"4",
"rarity":"Mythic Rare",
"subtypes":[
"Sphinx"
],
"text":"Flying\nSphinx spells you cast cost {2} less to cast.\nWhenever Unesh, Criosphinx Sovereign or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent seperates those cards into two piles. Put one pile into your hand and the other into your graveyard",
"toughness":"4",
"type":"Legendary Creature - Sphinx",
"types":[
"Creature"
],
"url":""
},
{
"cmc":2,
"colorIdentity":[
"B",
"G"
],
"colors":[
"Green"
],
"layout":"split",
"manaCost":"1G",
"name":"Driven",
"names":[
"Driven",
"Despair"
],
"number":"157a",
"rarity":"Rare",
"text":"Until end of turn, creatures you control gain trample and \"Whenever this creature deals combat damage to a player, draw a card.\"\n\nDespair {1}{B}\nSorcery\nAftermath\nUntil end of turn, creatures you control gain menace and \"Whenever this creature deals combat damage to a player, that player discards a card.\"",
"type":"Sorcery",
"types":[
"Sorcery"
],
"url":"http://mythicspoiler.com/hou/cards/drivendespair.jpg"
},
{
"cmc":2,
"colorIdentity":[
"B"
],
"colors":[
"Black"
],
"layout":"split",
"manaCost":"1B",
"name":"Despair",
"names":[
"Driven",
"Despair"
],
"number":"157b",
"rarity":"Rare",
"text":"Aftermath\nUntil end of turn, creatures you control gain menace and \"Whenever this creature deals combat damage to a player, that player discards a card.\"",
"type":"Sorcery",
"types":[
"Sorcery"
],
"url":"http://mythicspoiler.com/hou/cards/drivendespair.jpg"
},
{
"cmc":0,
"name":"Hostile Desert",
"number":"178",
"rarity":"Rare",
"subtypes":[
"Desert"
],
"text":"{T}: Add {c} to your mana pool.\n{2}, Exile a land card from your graveyard: Hostile Desert becomes a 3/4 Elemental creature until end of turn. It's still a land.",
"type":"Land - Desert",
"types":[
"Land"
],
"url":"http://mythicspoiler.com/hou/cards/hostiledesert.jpg"
},
{
"cmc":2,
"manaCost":"2",
@ -880,7 +968,7 @@
"subtypes":[
"Zombie"
],
"text":"{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say “destroy” don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)",
"text":"{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say \"destroy\" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)",
"toughness":"3",
"type":"Creature - Zombie",
"types":[

43
HOU.xml
View File

@ -10,6 +10,47 @@
</sets>
<cards>
<card>
<name>Unesh, Criosphinx Sovereign</name>
<set rarity="Mythic Rare" picURL="">HOU</set>
<manacost>4UU</manacost>
<cmc>6</cmc>
<color>U</color>
<type>Legendary Creature - Sphinx</type>
<pt>4/4</pt>
<tablerow>2</tablerow>
<text>Flying
Sphinx spells you cast cost {2} less to cast.
Whenever Unesh, Criosphinx Sovereign or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent seperates those cards into two piles. Put one pile into your hand and the other into your graveyard</text>
</card>
<card>
<name>Driven // Despair</name>
<set rarity="Rare" picURL="http://mythicspoiler.com/hou/cards/drivendespair.jpg">HOU</set>
<manacost>1G // 1B</manacost>
<cmc>2 // 2</cmc>
<color>G</color>
<type>Sorcery // Sorcery</type>
<tablerow>3</tablerow>
<text>Until end of turn, creatures you control gain trample and "Whenever this creature deals combat damage to a player, draw a card."
Despair {1}{B}
Sorcery
Aftermath
Until end of turn, creatures you control gain menace and "Whenever this creature deals combat damage to a player, that player discards a card."
---
Aftermath
Until end of turn, creatures you control gain menace and "Whenever this creature deals combat damage to a player, that player discards a card."</text>
</card>
<card>
<name>Hostile Desert</name>
<set rarity="Rare" picURL="http://mythicspoiler.com/hou/cards/hostiledesert.jpg">HOU</set>
<manacost></manacost>
<cmc>0</cmc>
<type>Land - Desert</type>
<tablerow>0</tablerow>
<text>{T}: Add {c} to your mana pool.
{2}, Exile a land card from your graveyard: Hostile Desert becomes a 3/4 Elemental creature until end of turn. It's still a land.</text>
</card>
<card>
<name>Crook of Condemnation</name>
<set rarity="Uncommon" picURL="http://media-dominaria.cursecdn.com/avatars/132/292/636335524953127724.png">HOU</set>
<manacost>2</manacost>
@ -488,7 +529,7 @@ Cycling {1g} {1g}, Discard this card: Draw a card.)</text>
<type>Creature - Zombie</type>
<pt>3/3</pt>
<tablerow>2</tablerow>
<text>{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say “destroy” don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)</text>
<text>{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)</text>
</card>
<card>
<name>Oasis Ritualist</name>

View File

@ -1 +1,5 @@
{}
{
"Unesh, Criosphinx Sovereign": {
"url": ""
}
}

View File

@ -183,6 +183,94 @@
],
"border":"black",
"cards":[
{
"cmc":6,
"colorIdentity":[
"U"
],
"colors":[
"Blue"
],
"manaCost":"4UU",
"name":"Unesh, Criosphinx Sovereign",
"number":"52",
"power":"4",
"rarity":"Mythic Rare",
"subtypes":[
"Sphinx"
],
"text":"Flying\nSphinx spells you cast cost {2} less to cast.\nWhenever Unesh, Criosphinx Sovereign or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent seperates those cards into two piles. Put one pile into your hand and the other into your graveyard",
"toughness":"4",
"type":"Legendary Creature - Sphinx",
"types":[
"Creature"
],
"url":""
},
{
"cmc":2,
"colorIdentity":[
"B",
"G"
],
"colors":[
"Green"
],
"layout":"split",
"manaCost":"1G",
"name":"Driven",
"names":[
"Driven",
"Despair"
],
"number":"157a",
"rarity":"Rare",
"text":"Until end of turn, creatures you control gain trample and \"Whenever this creature deals combat damage to a player, draw a card.\"\n\nDespair {1}{B}\nSorcery\nAftermath\nUntil end of turn, creatures you control gain menace and \"Whenever this creature deals combat damage to a player, that player discards a card.\"",
"type":"Sorcery",
"types":[
"Sorcery"
],
"url":"http://mythicspoiler.com/hou/cards/drivendespair.jpg"
},
{
"cmc":2,
"colorIdentity":[
"B"
],
"colors":[
"Black"
],
"layout":"split",
"manaCost":"1B",
"name":"Despair",
"names":[
"Driven",
"Despair"
],
"number":"157b",
"rarity":"Rare",
"text":"Aftermath\nUntil end of turn, creatures you control gain menace and \"Whenever this creature deals combat damage to a player, that player discards a card.\"",
"type":"Sorcery",
"types":[
"Sorcery"
],
"url":"http://mythicspoiler.com/hou/cards/drivendespair.jpg"
},
{
"cmc":0,
"name":"Hostile Desert",
"number":"178",
"rarity":"Rare",
"subtypes":[
"Desert"
],
"text":"{T}: Add {c} to your mana pool.\n{2}, Exile a land card from your graveyard: Hostile Desert becomes a 3/4 Elemental creature until end of turn. It's still a land.",
"type":"Land - Desert",
"types":[
"Land"
],
"url":"http://mythicspoiler.com/hou/cards/hostiledesert.jpg"
},
{
"cmc":2,
"manaCost":"2",
@ -1038,7 +1126,7 @@
"subtypes":[
"Zombie"
],
"text":"{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say “destroy” don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)",
"text":"{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say \"destroy\" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)",
"toughness":"3",
"type":"Creature - Zombie",
"types":[

View File

@ -348,6 +348,47 @@ Whenever one or more Dragons you control attack, draw that many cards, then you
<tablerow>2</tablerow>
<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>Unesh, Criosphinx Sovereign</name>
<set picURL="" rarity="Mythic Rare">HOU</set>
<manacost>4UU</manacost>
<cmc>6</cmc>
<color>U</color>
<type>Legendary Creature - Sphinx</type>
<pt>4/4</pt>
<tablerow>2</tablerow>
<text>Flying
Sphinx spells you cast cost {2} less to cast.
Whenever Unesh, Criosphinx Sovereign or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent seperates those cards into two piles. Put one pile into your hand and the other into your graveyard</text>
</card>
<card>
<name>Driven // Despair</name>
<set picURL="http://mythicspoiler.com/hou/cards/drivendespair.jpg" rarity="Rare">HOU</set>
<manacost>1G // 1B</manacost>
<cmc>2 // 2</cmc>
<color>G</color>
<type>Sorcery // Sorcery</type>
<tablerow>3</tablerow>
<text>Until end of turn, creatures you control gain trample and &quot;Whenever this creature deals combat damage to a player, draw a card.&quot;
Despair {1}{B}
Sorcery
Aftermath
Until end of turn, creatures you control gain menace and &quot;Whenever this creature deals combat damage to a player, that player discards a card.&quot;
---
Aftermath
Until end of turn, creatures you control gain menace and &quot;Whenever this creature deals combat damage to a player, that player discards a card.&quot;</text>
</card>
<card>
<name>Hostile Desert</name>
<set picURL="http://mythicspoiler.com/hou/cards/hostiledesert.jpg" rarity="Rare">HOU</set>
<manacost/>
<cmc>0</cmc>
<type>Land - Desert</type>
<tablerow>0</tablerow>
<text>{T}: Add {c} to your mana pool.
{2}, Exile a land card from your graveyard: Hostile Desert becomes a 3/4 Elemental creature until end of turn. It's still a land.</text>
</card>
<card>
<name>Crook of Condemnation</name>
@ -828,7 +869,7 @@ Cycling {1g} {1g}, Discard this card: Draw a card.)</text>
<type>Creature - Zombie</type>
<pt>3/3</pt>
<tablerow>2</tablerow>
<text>{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say “destroy” don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)</text>
<text>{1b}: Target attacking Zombie gains indestructible until end of turn. Damage and effects that say &quot;destroy&quot; don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)</text>
</card>
<card>
<name>Oasis Ritualist</name>