- Added Dredge and Perilous Research.

This commit is contained in:
jendave
2011-08-06 13:36:19 +00:00
parent c36ef4ad62
commit 19f967ca10
3 changed files with 22 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -1316,6 +1316,7 @@ res/cardsfolder/dream_prowler.txt -text svneol=native#text/plain
res/cardsfolder/dream_stalker.txt -text svneol=native#text/plain
res/cardsfolder/dreamscape_artist.txt -text svneol=native#text/plain
res/cardsfolder/dreamstone_hedron.txt -text svneol=native#text/plain
res/cardsfolder/dredge.txt -text svneol=native#text/plain
res/cardsfolder/dreg_reaver.txt -text svneol=native#text/plain
res/cardsfolder/dregscape_zombie.txt -text svneol=native#text/plain
res/cardsfolder/drekavac.txt -text svneol=native#text/plain
@@ -3500,6 +3501,7 @@ res/cardsfolder/people_of_the_woods.txt -text svneol=native#text/plain
res/cardsfolder/peregrine_drake.txt -text svneol=native#text/plain
res/cardsfolder/peregrine_mask.txt -text svneol=native#text/plain
res/cardsfolder/perilous_forays.txt -text svneol=native#text/plain
res/cardsfolder/perilous_research.txt -text svneol=native#text/plain
res/cardsfolder/perimeter_captain.txt -text svneol=native#text/plain
res/cardsfolder/perish.txt -text svneol=native#text/plain
res/cardsfolder/perish_the_thought.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Dredge
ManaCost:B
Types:Instant
Text:no text
A:SP$Sacrifice | Cost$ B | SacValid$ Creature,Land | SacMessage$ Creature or Land | SpellDescription$ Sacrifice a creature or land.
K:Draw a card.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/dredge.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Perilous Research
ManaCost:1 U
Types:Instant
Text:no text
A:AB$Draw | Cost$ 1 U | NumCards$ 2 | SubAbility$ SVar=DBSac | SpellDescription$ Draw two cards, then sacrifice a permanent.
SVar:DBSac:DB$Sacrifice | SacValid$ Permanent
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/perilous_research.jpg
End