add Soul of Magma (from Champions of Kamigawa)

This commit is contained in:
jendave
2011-08-06 20:31:23 +00:00
parent e7fe9d317f
commit dbe826d1ea
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5954,6 +5954,7 @@ res/cardsfolder/soul_kiss.txt -text svneol=native#text/plain
res/cardsfolder/soul_link.txt svneol=native#text/plain
res/cardsfolder/soul_manipulation.txt -text svneol=native#text/plain
res/cardsfolder/soul_net.txt -text svneol=native#text/plain
res/cardsfolder/soul_of_magma.txt -text svneol=native#text/plain
res/cardsfolder/soul_parry.txt -text svneol=native#text/plain
res/cardsfolder/soul_shepherd.txt svneol=native#text/plain
res/cardsfolder/soul_shred.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Soul of Magma
ManaCost:3 R R
Types:Creature Spirit
Text:no text
PT:2/2
T:Mode$ SpellCast | ValidCard$ Card.Spirit,Card.Arcane | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, CARDNAME deals 1 damage to target creature.
SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 2
SVar:BuffedBy:Arcane,Spirit
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_of_magma.jpg
End