- Added Clairvoyance, Gitaxian Probe and Sorcerous Sight.

This commit is contained in:
jendave
2011-08-06 22:42:24 +00:00
parent 8ac005d3b2
commit 2cc195fa59
5 changed files with 34 additions and 1 deletions

3
.gitattributes vendored
View File

@@ -1184,6 +1184,7 @@ res/cardsfolder/city_of_shadows.txt -text svneol=native#text/plain
res/cardsfolder/city_of_traitors.txt -text svneol=native#text/plain
res/cardsfolder/civic_guildmage.txt svneol=native#text/plain
res/cardsfolder/civic_wayfinder.txt -text svneol=native#text/plain
res/cardsfolder/clairvoyance.txt -text svneol=native#text/plain
res/cardsfolder/claws_of_gix.txt -text svneol=native#text/plain
res/cardsfolder/claws_of_valakut.txt -text svneol=native#text/plain
res/cardsfolder/claws_of_wirewood.txt -text svneol=native#text/plain
@@ -2656,6 +2657,7 @@ res/cardsfolder/gilt_leaf_archdruid.txt -text svneol=native#text/plain
res/cardsfolder/gilt_leaf_palace.txt -text svneol=native#text/plain
res/cardsfolder/gilt_leaf_seer.txt -text svneol=native#text/plain
res/cardsfolder/giltspire_avenger.txt -text svneol=native#text/plain
res/cardsfolder/gitaxian_probe.txt -text svneol=native#text/plain
res/cardsfolder/glacial_crevasses.txt -text svneol=native#text/plain
res/cardsfolder/glacial_fortress.txt -text svneol=native#text/plain
res/cardsfolder/glacial_wall.txt -text svneol=native#text/plain
@@ -6257,6 +6259,7 @@ res/cardsfolder/soratami_rainshaper.txt svneol=native#text/plain
res/cardsfolder/soratami_savant.txt -text svneol=native#text/plain
res/cardsfolder/sorcerers_strongbox.txt -text svneol=native#text/plain
res/cardsfolder/sorceress_queen.txt -text svneol=native#text/plain
res/cardsfolder/sorcerous_sight.txt -text svneol=native#text/plain
res/cardsfolder/sosuke_son_of_seshiro.txt -text svneol=native#text/plain
res/cardsfolder/sosukes_summons.txt -text svneol=native#text/plain
res/cardsfolder/soul_bleed.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Clairvoyance
ManaCost:U
Types:Instant
Text:no text
A:SP$ RevealHand | Cost$ U | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ SVar=DBDraw | SpellDescription$ Look at target player's hand.
SVar:DBDraw:DB$Draw | NumCards$ 1 | NextUpkeep$ True | SpellDescription$ Draw a card at the beginning of the next turn's upkeep.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/clairvoyance.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Gitaxian Probe
ManaCost:PU
Types:Instant
Text:no text
A:SP$ RevealHand | Cost$ PU | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ SVar=DBDraw | SpellDescription$ Look at target player's hand.
SVar:DBDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/gitaxian_probe.jpg
End

View File

@@ -2,7 +2,7 @@ Name:Peek
ManaCost:U
Types:Instant
Text:no text
A:SP$ RevealHand | Cost$ U | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ SVar=DBDraw | SpellDescription$ Target creature gains haste until end of turn.
A:SP$ RevealHand | Cost$ U | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ SVar=DBDraw | SpellDescription$ Look at target player's hand.
SVar:DBDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:RemAIDeck:True
SVar:Rarity:Common

View File

@@ -0,0 +1,10 @@
Name:Sorcerous Sight
ManaCost:U
Types:Sorcery
Text:no text
A:SP$ RevealHand | Cost$ U | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SubAbility$ SVar=DBDraw | SpellDescription$ Look at target opponent's hand.
SVar:DBDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/sorcerous_sight.jpg
End