mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Death Watch.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
16
res/cardsfolder/d/death_watch.txt
Normal file
16
res/cardsfolder/d/death_watch.txt
Normal 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
|
||||||
Reference in New Issue
Block a user