- Added Coffin Purge and Morgue Theft.

This commit is contained in:
jendave
2011-08-06 13:23:46 +00:00
parent f192b6db75
commit fdb4baec42
3 changed files with 21 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -893,6 +893,7 @@ res/cardsfolder/cobalt_golem.txt -text svneol=native#text/plain
res/cardsfolder/cockatrice.txt -text svneol=native#text/plain
res/cardsfolder/coercion.txt -text svneol=native#text/plain
res/cardsfolder/coffin_puppets.txt -text svneol=native#text/plain
res/cardsfolder/coffin_purge.txt -text svneol=native#text/plain
res/cardsfolder/cognivore.txt -text svneol=native#text/plain
res/cardsfolder/coiled_tinviper.txt -text svneol=native#text/plain
res/cardsfolder/cold_eyed_selkie.txt -text svneol=native#text/plain
@@ -3110,6 +3111,7 @@ res/cardsfolder/moonwing_moth.txt -text svneol=native#text/plain
res/cardsfolder/moor_fiend.txt -text svneol=native#text/plain
res/cardsfolder/moorish_cavalry.txt -text svneol=native#text/plain
res/cardsfolder/morbid_hunger.txt -text svneol=native#text/plain
res/cardsfolder/morgue_theft.txt -text svneol=native#text/plain
res/cardsfolder/morgue_toad.txt -text svneol=native#text/plain
res/cardsfolder/moriok_reaver.txt -text svneol=native#text/plain
res/cardsfolder/moriok_replica.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Coffin Purge
ManaCost:B
Types:Instant
Text:no text
A:SP$Retrieve | Cost$ B | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card | SpellDescription$ Exile target card from a graveyard.
A:SP$Retrieve | Cost$ B | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card | Flashback$ True | CostDesc$ Flashback B | SpellDescription$ (You may cast this card from your graveyard for its flashback cost. Then exile it.)
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/coffin_purge.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Morgue Theft
ManaCost:1 B
Types:Sorcery
Text:no text
A:SP$Retrieve | Cost$ 1 B | Destination$ Hand | TgtPrompt$ Choose target creature card in a graveyard | ValidTgts$ Creature.YouCtrl | SpellDescription$ Return target creature card from your graveyard to your hand.
A:SP$Retrieve | Cost$ 4 B | Destination$ Hand | TgtPrompt$ Choose target creature card in a graveyard | ValidTgts$ Creature.YouCtrl | Flashback$ True | CostDesc$ Flashback 4 B | SpellDescription$ (You may cast this card from your graveyard for its flashback cost. Then exile it.)
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/morgue_theft.jpg
End