mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Peer Through Depths and Raven Familiar.
- Fixed activation cost of Browse.
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
9
res/cardsfolder/peer_through_depths.txt
Normal file
9
res/cardsfolder/peer_through_depths.txt
Normal 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
|
||||
12
res/cardsfolder/raven_familiar.txt
Normal file
12
res/cardsfolder/raven_familiar.txt
Normal 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
|
||||
Reference in New Issue
Block a user