From 4fe5f83aa711a0e2e57e5e14b50b3c3aeaa65a69 Mon Sep 17 00:00:00 2001 From: slapshot5 Date: Thu, 25 Aug 2011 07:24:27 +0000 Subject: [PATCH] add Ignorant Bliss (from Dissension) --- .gitattributes | 1 + res/cardsfolder/i/ignorant_bliss.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/i/ignorant_bliss.txt diff --git a/.gitattributes b/.gitattributes index 3b71019c278..c236176f0d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3690,6 +3690,7 @@ res/cardsfolder/i/igneous_golem.txt svneol=native#text/plain res/cardsfolder/i/igneous_pouncer.txt svneol=native#text/plain res/cardsfolder/i/ignite_disorder.txt svneol=native#text/plain res/cardsfolder/i/ignite_memories.txt svneol=native#text/plain +res/cardsfolder/i/ignorant_bliss.txt -text res/cardsfolder/i/ihsans_shade.txt svneol=native#text/plain res/cardsfolder/i/iizuka_the_ruthless.txt svneol=native#text/plain res/cardsfolder/i/ikiral_outrider.txt svneol=native#text/plain diff --git a/res/cardsfolder/i/ignorant_bliss.txt b/res/cardsfolder/i/ignorant_bliss.txt new file mode 100644 index 00000000000..3d5e996fddd --- /dev/null +++ b/res/cardsfolder/i/ignorant_bliss.txt @@ -0,0 +1,13 @@ +Name:Ignorant Bliss +ManaCost:1 R +Types:Instant +Text:no text +A:SP$ ChangeZoneAll | Cost$ 1 R | ChangeType$ Card.YouCtrl | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | RememberChanged$ True | SubAbility$ DelayedReturn | SpellDescription$ Exile all cards from your hand face down. At the beginning of the next end step, return those cards to your hand, then draw a card. +SVar:DelayedReturn:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ ReturnAll | TriggerDescription$ Return exiled cards to your hand, then draw a card. +SVar:ReturnAll:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Hand | Defined$ Remembered | SubAbility$ YouDraw +SVar:YouDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/ignorant_bliss.jpg +End \ No newline at end of file