- Added Electropotence

This commit is contained in:
jendave
2011-08-06 16:07:38 +00:00
parent 287a01cacd
commit f471105dca
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1587,6 +1587,7 @@ res/cardsfolder/eland_umbra.txt -text svneol=native#text/plain
res/cardsfolder/elder_druid.txt -text svneol=native#text/plain
res/cardsfolder/eldrazi_conscription.txt -text svneol=native#text/plain
res/cardsfolder/eldrazi_monument.txt -text svneol=native#text/plain
res/cardsfolder/electropotence.txt -text svneol=native#text/plain
res/cardsfolder/elephant_ambush.txt -text svneol=native#text/plain
res/cardsfolder/elephant_graveyard.txt -text svneol=native#text/plain
res/cardsfolder/elf_replica.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Electropotence
ManaCost:2 R
Types:Enchantment
Text:no text
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigDamage | TriggerDescription$ Whenever a creature enters the battlefield under your control, you may pay 2 R. If you do, that creature deals damage equal to its power to target creature or player.
SVar:TrigDamage:AB$DealDamage | Cost$ 2 R | ValidTgts$ Creature,Player | NumDmg$ Damage | TgtPrompt$ Select target creature or player.
SVar:Damage:Triggered$CardPower
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/electropotence.jpg
End