mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
added Jace's Archivist
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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_beleren.txt svneol=native#text/plain
|
||||||
res/cardsfolder/j/jace_memory_adept.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/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_erasure.txt svneol=native#text/plain
|
||||||
res/cardsfolder/j/jaces_ingenuity.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
|
res/cardsfolder/j/jackal_pup.txt svneol=native#text/plain
|
||||||
|
|||||||
19
res/cardsfolder/j/jaces_archivist.txt
Normal file
19
res/cardsfolder/j/jaces_archivist.txt
Normal 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
|
||||||
Reference in New Issue
Block a user