mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Phyrexian Etchings
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
15
res/cardsfolder/p/phyrexian_etchings.txt
Normal file
15
res/cardsfolder/p/phyrexian_etchings.txt
Normal 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
|
||||||
Reference in New Issue
Block a user