- Added Peer Through Depths and Raven Familiar.

- Fixed activation cost of Browse.
This commit is contained in:
jendave
2011-08-06 23:07:34 +00:00
parent 5ccd5259de
commit d58d150d56
4 changed files with 34 additions and 11 deletions

4
.gitattributes vendored
View File

@@ -982,7 +982,7 @@ res/cardsfolder/broodmate_dragon.txt -text svneol=native#text/plain
res/cardsfolder/broodstar.txt -text svneol=native#text/plain
res/cardsfolder/broodwarden.txt -text svneol=native#text/plain
res/cardsfolder/brothers_of_fire.txt -text svneol=native#text/plain
res/cardsfolder/browse.txt svneol=native#text/plain
res/cardsfolder/browse.txt -text svneol=native#text/plain
res/cardsfolder/brush_with_death.txt -text svneol=native#text/plain
res/cardsfolder/brushland.txt -text svneol=native#text/plain
res/cardsfolder/brushwagg.txt -text svneol=native#text/plain
@@ -4986,6 +4986,7 @@ res/cardsfolder/pearled_unicorn.txt -text svneol=native#text/plain
res/cardsfolder/peat_bog.txt -text svneol=native#text/plain
res/cardsfolder/peek.txt svneol=native#text/plain
res/cardsfolder/peel_from_reality.txt -text svneol=native#text/plain
res/cardsfolder/peer_through_depths.txt -text svneol=native#text/plain
res/cardsfolder/pegasus_charger.txt -text svneol=native#text/plain
res/cardsfolder/pegasus_refuge.txt -text svneol=native#text/plain
res/cardsfolder/pegasus_stampede.txt -text svneol=native#text/plain
@@ -5416,6 +5417,7 @@ res/cardsfolder/rattleblaze_scarecrow.txt -text svneol=native#text/plain
res/cardsfolder/ravaged_highlands.txt -text svneol=native#text/plain
res/cardsfolder/ravages_of_war.txt -text svneol=native#text/plain
res/cardsfolder/ravaging_horde.txt -text svneol=native#text/plain
res/cardsfolder/raven_familiar.txt -text svneol=native#text/plain
res/cardsfolder/raven_guild_initiate.txt svneol=native#text/plain
res/cardsfolder/raven_guild_master.txt -text svneol=native#text/plain
res/cardsfolder/ravenous_baboons.txt -text svneol=native#text/plain

View File

@@ -2,7 +2,7 @@ Name:Browse
ManaCost:2 U U
Types:Enchantment
Text:no text
A:AB$Dig | Cost$ 2 U U U | DigNum$ 5 | ChangeNum$ 1 | DestinationZone2$ Exile | SpellDescription$ Look at the top five cards of your library, put one of them into your hand, and exile the rest.
A:AB$Dig | Cost$ 2 U U | DigNum$ 5 | ChangeNum$ 1 | DestinationZone2$ Exile | SpellDescription$ Look at the top five cards of your library, put one of them into your hand, and exile the rest.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/browse.jpg

View File

@@ -0,0 +1,9 @@
Name:Peer Through Depths
ManaCost:1 U
Types:Instant Arcane
Text:no text
A:SP$Dig | Cost$ 1 U | DigNum$ 5 | ChangeNum$ 1 | Optional$ True | ChangeValid$ Instant,Sorcery | SpellDescription$ Look at the top five cards of your library. You may reveal an instant or sorcery card from among them and put it into your hand. Put the rest on the bottom of your library in any order.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/peer_through_depths.jpg
End

View File

@@ -0,0 +1,12 @@
Name:Raven Familiar
ManaCost:2 U
Types:Creature Bird
Text:no text
PT:1/2
K:Flying
K:Echo:2 U
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order.
SVar:TrigDig:AB$Dig | Cost$ 0 | DigNum$ 3 | ChangeNum$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/raven_familiar.jpg
End