- Added Vile Deacon

This commit is contained in:
jendave
2011-08-06 20:46:11 +00:00
parent 34ff600ad5
commit f37058c391
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7072,6 +7072,7 @@ res/cardsfolder/vigil_for_the_lost.txt -text svneol=native#text/plain
res/cardsfolder/vigilance.txt -text svneol=native#text/plain
res/cardsfolder/vigilant_drake.txt -text svneol=native#text/plain
res/cardsfolder/vigilant_martyr.txt -text svneol=native#text/plain
res/cardsfolder/vile_deacon.txt -text svneol=native#text/plain
res/cardsfolder/vile_requiem.txt -text svneol=native#text/plain
res/cardsfolder/village_elder.txt -text svneol=native#text/plain
res/cardsfolder/villainous_ogre.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Vile Deacon
ManaCost:2 B B
Types:Creature Human Cleric
Text:no text
PT:2/2
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +X/+X until end of turn, where X is the number of Clerics on the battlefield.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ X | NumDef$ X
SVar:X:Count$Valid Cleric
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/vile_deacon.jpg
End