- Added Death Watch.

This commit is contained in:
Sloth
2011-10-03 12:02:58 +00:00
parent 0664da831e
commit 5a3a0fb417
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1825,6 +1825,7 @@ res/cardsfolder/d/death_spark.txt svneol=native#text/plain
res/cardsfolder/d/death_speakers.txt svneol=native#text/plain res/cardsfolder/d/death_speakers.txt svneol=native#text/plain
res/cardsfolder/d/death_stroke.txt svneol=native#text/plain res/cardsfolder/d/death_stroke.txt svneol=native#text/plain
res/cardsfolder/d/death_ward.txt svneol=native#text/plain res/cardsfolder/d/death_ward.txt svneol=native#text/plain
res/cardsfolder/d/death_watch.txt -text
res/cardsfolder/d/deathbringer_liege.txt svneol=native#text/plain res/cardsfolder/d/deathbringer_liege.txt svneol=native#text/plain
res/cardsfolder/d/deathbringer_thoctar.txt svneol=native#text/plain res/cardsfolder/d/deathbringer_thoctar.txt svneol=native#text/plain
res/cardsfolder/d/deathcurse_ogre.txt -text res/cardsfolder/d/deathcurse_ogre.txt -text

View File

@@ -0,0 +1,16 @@
Name:Death Watch
ManaCost:B
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ B | ValidTgts$ Creature | AILogic$ Curse
T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigLose | TriggerDescription$ When enchanted creature dies, its controller loses life equal to its power and you gain life equal to its toughness.
SVar:TrigLose:AB$LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ X | SubAbility$ DBGainLife
SVar:DBGainLife:DB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ Y
SVar:X:TriggeredCard$CardPower
SVar:Y:TriggeredCard$CardToughness
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/death_watch.jpg
SetInfo:VIS|Common|http://magiccards.info/scans/en/vi/7.jpg
Oracle:Enchant creature\nWhen enchanted creature dies, its controller loses life equal to its power and you gain life equal to its toughness.
End