add Bloodletter Quill (from Ravnica:City of Guilds)

This commit is contained in:
jendave
2011-08-06 14:30:27 +00:00
parent 8df06e538d
commit 1a9a556f85
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -561,6 +561,7 @@ res/cardsfolder/bloodfire_dwarf.txt -text svneol=native#text/plain
res/cardsfolder/bloodfire_kavu.txt -text svneol=native#text/plain res/cardsfolder/bloodfire_kavu.txt -text svneol=native#text/plain
res/cardsfolder/bloodghast.txt -text svneol=native#text/plain res/cardsfolder/bloodghast.txt -text svneol=native#text/plain
res/cardsfolder/bloodied_ghost.txt -text svneol=native#text/plain res/cardsfolder/bloodied_ghost.txt -text svneol=native#text/plain
res/cardsfolder/bloodletter_quill.txt -text svneol=native#text/plain
res/cardsfolder/bloodmark_mentor.txt -text svneol=native#text/plain res/cardsfolder/bloodmark_mentor.txt -text svneol=native#text/plain
res/cardsfolder/bloodpyre_elemental.txt -text svneol=native#text/plain res/cardsfolder/bloodpyre_elemental.txt -text svneol=native#text/plain
res/cardsfolder/bloodrite_invoker.txt -text svneol=native#text/plain res/cardsfolder/bloodrite_invoker.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Bloodletter Quill
ManaCost:3
Types:Artifact
Text:no text
A:AB$Draw|Cost$2 T AddCounter<1/BLOOD>|NumCards$1|SpellDescription$Draw a card, then lose 1 life for each blood counter on Bloodletter Quill.|SubAbility$ SVar=DB
SVar:DB:DB$LoseLife | LifeAmount$ X
A:AB$RemoveCounter|Cost$U B|CounterType$BLOOD|CounterNum$1|SpellDescription$Remove a blood counter from CARDNAME.
SVar:X:Count$CardCounters.BLOOD
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodletter_quill.jpg
End