diff --git a/.gitattributes b/.gitattributes index 44ea9fca0c8..1dcc2782363 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/j/jaces_archivist.txt b/res/cardsfolder/j/jaces_archivist.txt new file mode 100644 index 00000000000..b11b7da35b0 --- /dev/null +++ b/res/cardsfolder/j/jaces_archivist.txt @@ -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 \ No newline at end of file