add Detonate (from Antiquities)

This commit is contained in:
jendave
2011-08-06 20:44:01 +00:00
parent 3514af3cc8
commit e253b61875
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1600,6 +1600,7 @@ res/cardsfolder/despotic_scepter.txt -text svneol=native#text/plain
res/cardsfolder/destructive_flow.txt svneol=native#text/plain
res/cardsfolder/destructive_force.txt -text svneol=native#text/plain
res/cardsfolder/destructive_urge.txt -text svneol=native#text/plain
res/cardsfolder/detonate.txt -text svneol=native#text/plain
res/cardsfolder/devastate.txt svneol=native#text/plain
res/cardsfolder/devastation.txt -text svneol=native#text/plain
res/cardsfolder/devoted_druid.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Detonate
ManaCost:X R
Types:Sorcery
Text:no text
A:SP$Destroy | Cost$ X R | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | NoRegen$ True | SubAbility$ SVar=DBDamage | SpellDescription$ Destroy target artifact with converted mana cost X. It can't be regenerated. CARDNAME deals X damage to that artifact's controller.
SVar:DBDamage:DB$DealDamage | Defined$ TargetedController | NumDmg$ X
SVar:X:Targeted$CardManaCost
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/detonate.jpg
End