From 929fcabd766e971f4e7f18ac6b9ab9915f0e0f2e Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 23:25:59 +0000 Subject: [PATCH] add Prototype Portal (from Scars of Mirrodin) --- .gitattributes | 1 + res/cardsfolder/prototype_portal.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 res/cardsfolder/prototype_portal.txt diff --git a/.gitattributes b/.gitattributes index 2b06622a7d7..0bbb4fbadc3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5268,6 +5268,7 @@ res/cardsfolder/prophetic_prism.txt -text svneol=native#text/plain res/cardsfolder/prosperity.txt -text svneol=native#text/plain res/cardsfolder/protective_bubble.txt -text svneol=native#text/plain res/cardsfolder/protomatter_powder.txt -text svneol=native#text/plain +res/cardsfolder/prototype_portal.txt -text svneol=native#text/plain res/cardsfolder/provoke.txt svneol=native#text/plain res/cardsfolder/prowess_of_the_fair.txt -text svneol=native#text/plain res/cardsfolder/prowling_nightstalker.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/prototype_portal.txt b/res/cardsfolder/prototype_portal.txt new file mode 100644 index 00000000000..8b86a6a643f --- /dev/null +++ b/res/cardsfolder/prototype_portal.txt @@ -0,0 +1,12 @@ +Name:Prototype Portal +ManaCost:4 +Types:Artifact +Text:no text +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Imprint - When CARDNAME enters the battlefield, you may exile an artifact card from your hand. +SVar:TrigExile:AB$ChangeZone | Cost$ 0 | Imprint$ True | Origin$ Hand | Destination$ Exile | ChangeType$ Artifact | ChangeNum$ 1 +A:AB$CopyPermanent | Cost$ X T | Defined$ Imprinted | SpellDescription$ Put a token that's a copy of the exiled card onto the battlefield. X is the converted mana cost of that card. +SVar:X:Imprinted$CardManaCost +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/prototype_portal.jpg +End \ No newline at end of file