Emissary of Despair
     Emissary of Hope
     Shriveling Rot
This commit is contained in:
jendave
2011-08-06 22:58:38 +00:00
parent 42490e7167
commit cd0f56717a
4 changed files with 42 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -2099,6 +2099,8 @@ res/cardsfolder/emerald_medallion.txt -text svneol=native#text/plain
res/cardsfolder/emerald_oryx.txt -text svneol=native#text/plain
res/cardsfolder/emeria_angel.txt -text svneol=native#text/plain
res/cardsfolder/emeria_the_sky_ruin.txt -text svneol=native#text/plain
res/cardsfolder/emissary_of_despair.txt -text svneol=native#text/plain
res/cardsfolder/emissary_of_hope.txt -text svneol=native#text/plain
res/cardsfolder/emmessi_tome.txt -text svneol=native#text/plain
res/cardsfolder/emperor_crocodile.txt -text svneol=native#text/plain
res/cardsfolder/empress_galina.txt -text svneol=native#text/plain
@@ -6096,6 +6098,7 @@ res/cardsfolder/shrine_of_limitless_power.txt svneol=native#text/plain
res/cardsfolder/shrine_of_loyal_legions.txt svneol=native#text/plain
res/cardsfolder/shrink.txt -text svneol=native#text/plain
res/cardsfolder/shrivel.txt svneol=native#text/plain
res/cardsfolder/shriveling_rot.txt -text svneol=native#text/plain
res/cardsfolder/shu_cavalry.txt -text svneol=native#text/plain
res/cardsfolder/shu_elite_companions.txt -text svneol=native#text/plain
res/cardsfolder/shu_elite_infantry.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Emissary of Despair
ManaCost:1 B B
Types:Creature Spirit
Text:no text
PT:2/1
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player loses 1 life for each artifact he or she controls.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ TriggeredTarget | LifeAmount$ X
SVar:X:Count$Valid Artifact.YouDontCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/emissary_of_despair.jpg
End

View File

@@ -0,0 +1,12 @@
Name:Emissary of Hope
ManaCost:1 B B
Types:Creature Spirit
Text:no text
PT:2/1
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player loses 1 life for each artifact he or she controls.
SVar:TrigLoseLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X
SVar:X:Count$Valid Artifact.YouDontCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/emissary_of_despair.jpg
End

View File

@@ -0,0 +1,15 @@
Name:Shriveling Rot
ManaCost:2 B B
Types:Instant
Text:Choose one -
A:SP$Effect | Cost$ 2 B B | Name$ Shriveling Rot Effect | Triggers$ Trig1 | SVars$ SVar1 | CostDesc$ Until end of turn, | SpellDescription$ whenever a creatuer is dealt damage, destroy it;
A:SP$Effect | Cost$ 2 B B | Name$ Shriveling Rot Effect | Triggers$ Trig2 | SVars$ SVar2,X | CostDesc$ or until end of turn, | SpellDescription$ whenever a creature is put into a graveyard from the battlefield, that creature's controller loses life equal to its toughness.
A:SP$Effect | Cost$ 4 B B B | Name$ Shriveling Rot Effect | Triggers$ Trig1,Trig2 | SVars$ SVar1,SVar2,X | CostDesc$ Entwine 2B | SpellDescription$ (Choose both if you pay the entwine cost.)
SVar:Trig1:Mode$ DamageDone | ValidTarget$ Creature | Execute$ SVar1 | TriggerDescription$ Whenever a creature is dealt damage, destroy it.
SVar:SVar1:AB$Destroy | Cost$ 0 | Defined$ TriggeredTarget
SVar:Trig2:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | Execute$ SVar2 | TriggerDescription$ Whenever a creature is put into a graveyard from the battlefield, that creature's controller loses life equal to its toughness.
SVar:SVar2:AB$LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ X
SVar:X:TriggeredCard$CardToughness
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/shriveling_rot.jpg
End