From 9020bca8342f60f29596a3ba8dba6391f1cb767b Mon Sep 17 00:00:00 2001 From: slapshot5 Date: Thu, 25 Aug 2011 05:40:31 +0000 Subject: [PATCH] add Magus of the Jar (from Time Spiral) --- .gitattributes | 1 + res/cardsfolder/m/magus_of_the_jar.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 res/cardsfolder/m/magus_of_the_jar.txt diff --git a/.gitattributes b/.gitattributes index 167b0222ed2..3b71019c278 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4533,6 +4533,7 @@ res/cardsfolder/m/magus_of_the_bazaar.txt svneol=native#text/plain res/cardsfolder/m/magus_of_the_candelabra.txt svneol=native#text/plain res/cardsfolder/m/magus_of_the_coffers.txt svneol=native#text/plain res/cardsfolder/m/magus_of_the_disk.txt svneol=native#text/plain +res/cardsfolder/m/magus_of_the_jar.txt -text res/cardsfolder/m/magus_of_the_library.txt svneol=native#text/plain res/cardsfolder/m/magus_of_the_moat.txt svneol=native#text/plain res/cardsfolder/m/magus_of_the_moon.txt svneol=native#text/plain diff --git a/res/cardsfolder/m/magus_of_the_jar.txt b/res/cardsfolder/m/magus_of_the_jar.txt new file mode 100644 index 00000000000..35f8a1bef08 --- /dev/null +++ b/res/cardsfolder/m/magus_of_the_jar.txt @@ -0,0 +1,17 @@ +Name:Magus of the Jar +ManaCost:3 U U +Types:Creature Human Wizard +Text:no text +PT:3/3 +A:AB$ ChangeZoneAll | Cost$ T Sac<1/CARDNAME> | ChangeType$ Card | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | RememberChanged$ True | SubAbility$ YouDraw | SpellDescription$ Each player exiles all cards from his or her hand face down and draws seven cards. At the beginning of the next end step, each player discards his or her hand and returns to his or her hand each card he or she exiled this way. +SVar:YouDraw:DB$ Draw | Defined$ You | NumCards$ 7 | SubAbility$ OppDraw +SVar:OppDraw:DB$ Draw | Defined$ Opponent | NumCards$ 7 | SubAbility$ DelayedReturn +SVar:DelayedReturn:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ YouDiscard | TriggerDescription$ Both players discard their hands. Return exiled cards to their owners' hands. +SVar:YouDiscard: AB$ Discard | Cost$ 0 | Defined$ You | Mode$ Hand | SubAbility$ OppDiscard +SVar:OppDiscard: DB$ Discard | Defined$ Opponent | Mode$ Hand | SubAbility$ ReturnAll +SVar:ReturnAll:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Hand | Defined$ Remembered | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/magus_of_the_jar.jpg +End \ No newline at end of file