mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Soul Scourge.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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_of_magma.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/soul_parry.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_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_shepherd.txt svneol=native#text/plain
|
||||||
res/cardsfolder/soul_shred.txt -text svneol=native#text/plain
|
res/cardsfolder/soul_shred.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/soul_snuffers.txt -text svneol=native#text/plain
|
res/cardsfolder/soul_snuffers.txt -text svneol=native#text/plain
|
||||||
|
|||||||
13
res/cardsfolder/soul_scourge.txt
Normal file
13
res/cardsfolder/soul_scourge.txt
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user