- Added Ancestral Knowledge

This commit is contained in:
jeffwadsworth
2011-10-08 21:59:15 +00:00
parent 892d82cd8a
commit c306ed3541
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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