mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Clairvoyance, Gitaxian Probe and Sorcerous Sight.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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
|
||||
|
||||
10
res/cardsfolder/clairvoyance.txt
Normal file
10
res/cardsfolder/clairvoyance.txt
Normal 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
|
||||
10
res/cardsfolder/gitaxian_probe.txt
Normal file
10
res/cardsfolder/gitaxian_probe.txt
Normal 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
|
||||
@@ -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
|
||||
|
||||
10
res/cardsfolder/sorcerous_sight.txt
Normal file
10
res/cardsfolder/sorcerous_sight.txt
Normal 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
|
||||
Reference in New Issue
Block a user