Added Sangromancer

The card works correctly, but I can't get the picture to show up in game.  Any thoughts as to why that may be?
This commit is contained in:
jendave
2011-08-06 16:48:24 +00:00
parent 6a64a8421c
commit 001e27b6f1
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4551,6 +4551,7 @@ res/cardsfolder/sandstorm.txt -text svneol=native#text/plain
res/cardsfolder/sandstorm_eidolon.txt svneol=native#text/plain
res/cardsfolder/sangrite_backlash.txt -text svneol=native#text/plain
res/cardsfolder/sangrite_surge.txt -text svneol=native#text/plain
res/cardsfolder/sangromancer.txt -text svneol=native#text/plain
res/cardsfolder/sangrophage.txt -text svneol=native#text/plain
res/cardsfolder/sanguine_bond.txt svneol=native#text/plain
res/cardsfolder/sanguine_guard.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Sangromancer
ManaCost:2 B B
Types:Creature Vampire Shaman
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouDontCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature an opponent controls is put into a graveyard from the battlefield, you may gain 3 life.
T:Mode$ Discarded | ValidCard$ Card.YouDontCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$TrigGainLife | TriggerDescription$ Whenever an opponent discards a card, you may gain 3 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 3
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/sangromancer.jpg
End