add Death Denied (from Saviors of Kamigawa)

This commit is contained in:
jendave
2011-08-06 16:39:52 +00:00
parent 121050f20c
commit 432b7f3ba9
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1276,6 +1276,7 @@ res/cardsfolder/death_baron.txt -text svneol=native#text/plain
res/cardsfolder/death_bomb.txt -text svneol=native#text/plain
res/cardsfolder/death_cloud.txt -text svneol=native#text/plain
res/cardsfolder/death_cultist.txt -text svneol=native#text/plain
res/cardsfolder/death_denied.txt svneol=native#text/plain
res/cardsfolder/death_grasp.txt -text svneol=native#text/plain
res/cardsfolder/death_mutation.txt -text svneol=native#text/plain
res/cardsfolder/death_of_a_thousand_stings.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Death Denied
ManaCost:X B B
Types:Instant Arcane
Text:no text
A:SP$ChangeZone | Cost$ X B B | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature.YouOwn | TgtPrompt$ Select target creature in your graveyard | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return X target creature cards from your graveyard to your hand.
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
SVar:X:Targeted$Amount
SVar:MaxTgts:Count$TypeInYourYard.Creature
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/death_denied.jpg
End