From d58d150d56548c1e62f6d34bc7cb5dfd7f3950d1 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 23:07:34 +0000 Subject: [PATCH] - Added Peer Through Depths and Raven Familiar. - Fixed activation cost of Browse. --- .gitattributes | 4 +++- res/cardsfolder/browse.txt | 20 ++++++++++---------- res/cardsfolder/peer_through_depths.txt | 9 +++++++++ res/cardsfolder/raven_familiar.txt | 12 ++++++++++++ 4 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 res/cardsfolder/peer_through_depths.txt create mode 100644 res/cardsfolder/raven_familiar.txt diff --git a/.gitattributes b/.gitattributes index 6107d14b0f6..65fa063dcbb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/browse.txt b/res/cardsfolder/browse.txt index 3c7d97db3d3..382f920eb0c 100644 --- a/res/cardsfolder/browse.txt +++ b/res/cardsfolder/browse.txt @@ -1,11 +1,11 @@ -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. -SVar:RemAIDeck:True -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/browse.jpg -SetInfo:6ED|Uncommon|http://magiccards.info/scans/en/6e/59.jpg -SetInfo:ALL|Uncommon|http://magiccards.info/scans/en/ai/38.jpg +Name:Browse +ManaCost:2 U U +Types:Enchantment +Text:no text +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 +SetInfo:6ED|Uncommon|http://magiccards.info/scans/en/6e/59.jpg +SetInfo:ALL|Uncommon|http://magiccards.info/scans/en/ai/38.jpg End \ No newline at end of file diff --git a/res/cardsfolder/peer_through_depths.txt b/res/cardsfolder/peer_through_depths.txt new file mode 100644 index 00000000000..334c7d0bd9b --- /dev/null +++ b/res/cardsfolder/peer_through_depths.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/raven_familiar.txt b/res/cardsfolder/raven_familiar.txt new file mode 100644 index 00000000000..48649c59e98 --- /dev/null +++ b/res/cardsfolder/raven_familiar.txt @@ -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 \ No newline at end of file