mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Death Denied (from Saviors of Kamigawa)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/death_denied.txt
Normal file
12
res/cardsfolder/death_denied.txt
Normal 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
|
||||
Reference in New Issue
Block a user