From 4d0ac9e6e4641f5e555070e112e7be08ca010ec9 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Sat, 15 Oct 2011 17:33:07 +0000 Subject: [PATCH] - Added Phyrexian Etchings --- .gitattributes | 1 + res/cardsfolder/p/phyrexian_etchings.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 res/cardsfolder/p/phyrexian_etchings.txt diff --git a/.gitattributes b/.gitattributes index e925879bec6..0de8d8227a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5840,6 +5840,7 @@ res/cardsfolder/p/phyrexian_devourer.txt -text res/cardsfolder/p/phyrexian_digester.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_dreadnought.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_driver.txt svneol=native#text/plain +res/cardsfolder/p/phyrexian_etchings.txt -text res/cardsfolder/p/phyrexian_gargantua.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_ghoul.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_gremlins.txt svneol=native#text/plain diff --git a/res/cardsfolder/p/phyrexian_etchings.txt b/res/cardsfolder/p/phyrexian_etchings.txt new file mode 100644 index 00000000000..f57428e43a8 --- /dev/null +++ b/res/cardsfolder/p/phyrexian_etchings.txt @@ -0,0 +1,15 @@ +Name:Phyrexian Etchings +ManaCost:B B B +Types:Enchantment +Text:no text +K:Cumulative upkeep:B +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your end step, draw a card for each age counter on CARDNAME. +SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ X +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigLoseLife | ValidCard$ Card.Self | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, you lose 2 life for each age counter on it. +SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | LifeAmount$ Y +SVar:X:Count$CardCounters.AGE +SVar:Y:TriggeredCard$CardCounters.AGE/Times.2 +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_etchings.jpg +End \ No newline at end of file