- Added Phyrexian Etchings

This commit is contained in:
jeffwadsworth
2011-10-15 17:33:07 +00:00
parent 2083fc02c4
commit 4d0ac9e6e4
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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_digester.txt svneol=native#text/plain
res/cardsfolder/p/phyrexian_dreadnought.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_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_gargantua.txt svneol=native#text/plain
res/cardsfolder/p/phyrexian_ghoul.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 res/cardsfolder/p/phyrexian_gremlins.txt svneol=native#text/plain

View File

@@ -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