diff --git a/.gitattributes b/.gitattributes index 4881100d605..8b630f0ded5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5904,6 +5904,7 @@ res/cardsfolder/p/phyrexian_rager.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_reaper.txt -text res/cardsfolder/p/phyrexian_rebirth.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_reclamation.txt svneol=native#text/plain +res/cardsfolder/p/phyrexian_revoker.txt -text res/cardsfolder/p/phyrexian_scuta.txt svneol=native#text/plain res/cardsfolder/p/phyrexian_slayer.txt -text res/cardsfolder/p/phyrexian_snowcrusher.txt svneol=native#text/plain diff --git a/res/cardsfolder/p/phyrexian_revoker.txt b/res/cardsfolder/p/phyrexian_revoker.txt new file mode 100644 index 00000000000..925374343d9 --- /dev/null +++ b/res/cardsfolder/p/phyrexian_revoker.txt @@ -0,0 +1,12 @@ +Name:Phyrexian Revoker +ManaCost:2 +Types:Artifact Creature Horror +Text:no text +PT:2/1 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigName | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, name a nonland card. +SVar:TrigName:AB$ NameCard | Cost$ 0 | Defined$ You | ValidCards$ Card.nonLand | ValidDesc$ nonland +S:Mode$ CantBeActivated | ValidCard$ Card.NamedCard | Description$ Activated abilities of sources with the chosen name can't be activated. +SVar:RemRandomDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_revoker.jpg +End \ No newline at end of file