added Jace's Archivist

This commit is contained in:
ArsenalNut
2012-02-07 05:08:31 +00:00
parent 33c90e2015
commit 60674ece0e
2 changed files with 20 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4413,6 +4413,7 @@ res/cardsfolder/j/jabaris_influence.txt -text
res/cardsfolder/j/jace_beleren.txt svneol=native#text/plain
res/cardsfolder/j/jace_memory_adept.txt svneol=native#text/plain
res/cardsfolder/j/jace_the_mind_sculptor.txt svneol=native#text/plain
res/cardsfolder/j/jaces_archivist.txt -text
res/cardsfolder/j/jaces_erasure.txt svneol=native#text/plain
res/cardsfolder/j/jaces_ingenuity.txt svneol=native#text/plain
res/cardsfolder/j/jackal_pup.txt svneol=native#text/plain

View File

@@ -0,0 +1,19 @@
Name:Jace's Archivist
ManaCost:1 U U
Types:Creature Vedalken Wizard
Text:no text
PT:2/2
A:AB$ Discard | Cost$ U T | Defined$ You | RememberDiscarded$ True | Mode$ Hand | SubAbility$ DBTestHand | SpellDescription$ Each player discards his or her hand, then draws cards equal to the greatest number of cards a player discarded this way.
SVar:DBTestHand:DB$ Cleanup | ClearRemembered$ True | ConditionCheckSVar$ HandSizeTest | ConditionSVarCompare$ GE1 | SubAbility$ DBOppDiscard1
SVar:DBOppDiscard1:DB$ Discard | Cost$ 0 | Defined$ Opponent | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | Mode$ Hand | SubAbility$ DBOppDiscard2
SVar:DBOppDiscard2:DB$ Discard | Cost$ 0 | Defined$ Opponent | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1 | RememberDiscarded$ True | Mode$ Hand | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ X | SubAbility$ DBOppDraw
SVar:DBOppDraw:DB$ Draw | Defined$ Opponent | NumCards$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Count$RememberedSize
SVar:HandSizeTest:Count$CardsInOppHand/Minus.X
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/jaces_archivist.jpg
SetInfo:M12|Rare|http://magiccards.info/scans/en/m12/59.jpg
Oracle:{U}, {T}: Each player discards his or her hand, then draws cards equal to the greatest number of cards a player discarded this way.
End