diff --git a/.gitattributes b/.gitattributes index a97bae71046..9353adcc1b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6550,6 +6550,7 @@ res/cardsfolder/soul_net.txt -text svneol=native#text/plain res/cardsfolder/soul_of_magma.txt -text svneol=native#text/plain res/cardsfolder/soul_parry.txt -text svneol=native#text/plain res/cardsfolder/soul_rend.txt svneol=native#text/plain +res/cardsfolder/soul_scourge.txt -text svneol=native#text/plain res/cardsfolder/soul_shepherd.txt svneol=native#text/plain res/cardsfolder/soul_shred.txt -text svneol=native#text/plain res/cardsfolder/soul_snuffers.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/soul_scourge.txt b/res/cardsfolder/soul_scourge.txt new file mode 100644 index 00000000000..9bfbbbcc290 --- /dev/null +++ b/res/cardsfolder/soul_scourge.txt @@ -0,0 +1,13 @@ +Name:Soul Scourge +ManaCost:4 B +Types:Creature Nightmare Horror +Text:no text +PT:3/2 +K:Flying +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ When CARDNAME enters the battlefield, target player loses 3 life. +SVar:TrigLoseLife:DB$LoseLife | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 3 | RememberTargets$ True | ForgetOtherTargets$ True +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME leaves the battlefield, that player gains 3 life. +SVar:TrigGainLife:DB$GainLife | Defined$ Remembered | LifeAmount$ 3 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_scourge.jpg +End \ No newline at end of file