- Added Knowledge Vault

This commit is contained in:
jeffwadsworth
2011-10-06 01:13:07 +00:00
parent 915b7e8a33
commit 6aabf0c44c
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4277,6 +4277,7 @@ res/cardsfolder/k/knight_of_valor.txt svneol=native#text/plain
res/cardsfolder/k/knighthood.txt svneol=native#text/plain
res/cardsfolder/k/knotvine_mystic.txt svneol=native#text/plain
res/cardsfolder/k/knotvine_paladin.txt svneol=native#text/plain
res/cardsfolder/k/knowledge_vault.txt -text
res/cardsfolder/k/knucklebone_witch.txt svneol=native#text/plain
res/cardsfolder/k/kobold_drill_sergeant.txt svneol=native#text/plain
res/cardsfolder/k/kobold_overlord.txt svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Knowledge Vault
ManaCost:4
Types:Artifact
Text:no text
A:AB$ ChangeZone | Cost$ 2 T | Defined$ TopOfLibrary | Origin$ Library | Destination$ Exile | ExileFaceDown$ True | RememberChanged$ True | SpellDescription$ Exile the top card of your library face down.
A:AB$ Discard | Cost$ Sac<1/Card.Self> | Mode$ Hand | SubAbility$ DBReturn | CostDesc$ Sacrifice CARDNAME: | SpellDescription$ If you do, discard your hand, then put all cards exiled with CARDNAME into their owner's hand.
SVar:DBReturn:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Hand | Defined$ Remembered | SubAbility$ DBCleanup
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ DBGraveyard | TriggerDescription$ When CARDNAME leaves the battlefield, put all cards exiled with CARDNAME into their owner's graveyard.
SVar:DBGraveyard:DB$ChangeZoneAll | Origin$ Exile | Destination$ Graveyard | 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/knowledge_vault.jpg
End