From 001e27b6f16ad97da92d8a3a6e75e38df86d1102 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 16:48:24 +0000 Subject: [PATCH] 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? --- .gitattributes | 1 + res/cardsfolder/sangromancer.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 res/cardsfolder/sangromancer.txt diff --git a/.gitattributes b/.gitattributes index 178aa98a6e9..73411d831e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/sangromancer.txt b/res/cardsfolder/sangromancer.txt new file mode 100644 index 00000000000..613faa26178 --- /dev/null +++ b/res/cardsfolder/sangromancer.txt @@ -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 \ No newline at end of file