add Mirrorworks (from Mirrodin Besieged) using triggers and AF_CopyPermanent

This commit is contained in:
jendave
2011-08-06 23:19:56 +00:00
parent f120fcabf8
commit 6b3734f87d
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4410,6 +4410,7 @@ res/cardsfolder/mirror_gallery.txt -text svneol=native#text/plain
res/cardsfolder/mirror_sigil_sergeant.txt -text svneol=native#text/plain res/cardsfolder/mirror_sigil_sergeant.txt -text svneol=native#text/plain
res/cardsfolder/mirror_universe.txt -text svneol=native#text/plain res/cardsfolder/mirror_universe.txt -text svneol=native#text/plain
res/cardsfolder/mirror_wall.txt svneol=native#text/plain res/cardsfolder/mirror_wall.txt svneol=native#text/plain
res/cardsfolder/mirrorworks.txt -text svneol=native#text/plain
res/cardsfolder/miscalculation.txt -text svneol=native#text/plain res/cardsfolder/miscalculation.txt -text svneol=native#text/plain
res/cardsfolder/mischievous_poltergeist.txt -text svneol=native#text/plain res/cardsfolder/mischievous_poltergeist.txt -text svneol=native#text/plain
res/cardsfolder/misers_cage.txt svneol=native#text/plain res/cardsfolder/misers_cage.txt svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Mirrorworks
ManaCost:5
Types:Artifact
Text:no text
T:Mode$ ChangesZone | ValidCard$ Artifact.nonToken+Other | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | Execute$ TrigCopy | OptionalDecider$ You | TriggerDescription$ Whenever another nontoken artifact enters the battlefield under your control, you may pay 2. If you do, put a token that's a copy of that artifact onto the battlefield.
SVar:TrigCopy:AB$CopyPermanent | Cost$ 2 | Defined$ TriggeredCard
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/mirrorworks.jpg
End