diff --git a/.gitattributes b/.gitattributes index 2a33a9847ec..1509895f7df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/clairvoyance.txt b/res/cardsfolder/clairvoyance.txt new file mode 100644 index 00000000000..2a513836c26 --- /dev/null +++ b/res/cardsfolder/clairvoyance.txt @@ -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 diff --git a/res/cardsfolder/gitaxian_probe.txt b/res/cardsfolder/gitaxian_probe.txt new file mode 100644 index 00000000000..764d9e28b31 --- /dev/null +++ b/res/cardsfolder/gitaxian_probe.txt @@ -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 diff --git a/res/cardsfolder/peek.txt b/res/cardsfolder/peek.txt index 0f974f9d045..24697a19253 100644 --- a/res/cardsfolder/peek.txt +++ b/res/cardsfolder/peek.txt @@ -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 diff --git a/res/cardsfolder/sorcerous_sight.txt b/res/cardsfolder/sorcerous_sight.txt new file mode 100644 index 00000000000..386280cdaa0 --- /dev/null +++ b/res/cardsfolder/sorcerous_sight.txt @@ -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