diff --git a/.gitattributes b/.gitattributes index 92b43e6b232..269fab36b07 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1036,6 +1036,7 @@ res/cardsfolder/crypt_cobra.txt -text svneol=native#text/plain res/cardsfolder/crypt_creeper.txt -text svneol=native#text/plain res/cardsfolder/crypt_of_agadeem.txt -text svneol=native#text/plain res/cardsfolder/crypt_ripper.txt -text svneol=native#text/plain +res/cardsfolder/crystal_ball.txt -text svneol=native#text/plain res/cardsfolder/crystal_quarry.txt -text svneol=native#text/plain res/cardsfolder/crystal_rod.txt -text svneol=native#text/plain res/cardsfolder/crystal_vein.txt -text svneol=native#text/plain @@ -3639,6 +3640,7 @@ res/cardsfolder/predators_strike.txt -text svneol=native#text/plain res/cardsfolder/predatory_advantage.txt -text svneol=native#text/plain res/cardsfolder/preeminent_captain.txt -text svneol=native#text/plain res/cardsfolder/preemptive_strike.txt -text svneol=native#text/plain +res/cardsfolder/preordain.txt -text svneol=native#text/plain res/cardsfolder/presence_of_the_master.txt -text svneol=native#text/plain res/cardsfolder/presence_of_the_wise.txt -text svneol=native#text/plain res/cardsfolder/prickly_boggart.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/crystal_ball.txt b/res/cardsfolder/crystal_ball.txt new file mode 100644 index 00000000000..9574193ade1 --- /dev/null +++ b/res/cardsfolder/crystal_ball.txt @@ -0,0 +1,8 @@ +Name:Crystal Ball +ManaCost:3 +Types:Artifact +Text:no text +A:AB$Scry | Cost$ 1 T | ScryNum$ 2 |SpellDescription$ Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.) +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/crystal_ball.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/preordain.txt b/res/cardsfolder/preordain.txt new file mode 100644 index 00000000000..84f30a8374f --- /dev/null +++ b/res/cardsfolder/preordain.txt @@ -0,0 +1,9 @@ +Name:Preordain +ManaCost:U +Types:Sorcery +Text:no text +A:SP$Scry | Cost$ U | ScryNum$ 2 |SpellDescription$ Scry 2, then draw a card. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)|SubAbility$SVar=DBDraw +SVar:DBDraw:DB$Draw | NumCards$ 1 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/preordain.jpg +End \ No newline at end of file