diff --git a/.gitattributes b/.gitattributes index ef29a87a650..b895dfe0247 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/death_denied.txt b/res/cardsfolder/death_denied.txt new file mode 100644 index 00000000000..5643a40fde3 --- /dev/null +++ b/res/cardsfolder/death_denied.txt @@ -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 \ No newline at end of file