From c306ed3541bb59a9e1dd980cacac54c09bbe8992 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Sat, 8 Oct 2011 21:59:15 +0000 Subject: [PATCH] - Added Ancestral Knowledge --- .gitattributes | 1 + res/cardsfolder/a/ancestral_knowledge.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 res/cardsfolder/a/ancestral_knowledge.txt diff --git a/.gitattributes b/.gitattributes index c7c4655887e..1b8ded0761a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -226,6 +226,7 @@ res/cardsfolder/a/anarchist.txt svneol=native#text/plain res/cardsfolder/a/anarchy.txt svneol=native#text/plain res/cardsfolder/a/ancestors_chosen.txt svneol=native#text/plain res/cardsfolder/a/ancestors_prophet.txt svneol=native#text/plain +res/cardsfolder/a/ancestral_knowledge.txt -text res/cardsfolder/a/ancestral_mask.txt svneol=native#text/plain res/cardsfolder/a/ancestral_memories.txt svneol=native#text/plain res/cardsfolder/a/ancestral_recall.txt svneol=native#text/plain diff --git a/res/cardsfolder/a/ancestral_knowledge.txt b/res/cardsfolder/a/ancestral_knowledge.txt new file mode 100644 index 00000000000..ab64fbfabba --- /dev/null +++ b/res/cardsfolder/a/ancestral_knowledge.txt @@ -0,0 +1,12 @@ +Name:Ancestral Knowledge +ManaCost:1 U +Types:Enchantment +Text:no text +K:Cumulative upkeep:1 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top ten cards of your library, then exile any number of them and put the rest back on top of your library in any order. +SVar:TrigDig:AB$ Dig | Cost$ 0 | DigNum$ 10 | AnyNumber$ True | DestinationZone$ Exile | DestinationZone2$ Library | LibraryPosition$ 0 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigShuffle | TriggerDescription$ When CARDNAME leaves the battlefield, shuffle your library. +SVar:TrigShuffle:AB$ Shuffle | Cost$ 0 | Defined$ You +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/ancestral_knowledge.jpg +End \ No newline at end of file