add Crystal Ball and Preordain (from Magic 2011). These are examples of AB/SP$Scry

This commit is contained in:
jendave
2011-08-06 13:52:05 +00:00
parent 352ec25c29
commit bb65a40ae2
3 changed files with 19 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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