- Added Arc Lightning.

This commit is contained in:
jendave
2011-08-06 17:22:42 +00:00
parent 0198e23991
commit f4b8c040be
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -246,6 +246,7 @@ res/cardsfolder/arachnoid.txt -text svneol=native#text/plain
res/cardsfolder/arashi_the_sky_asunder.txt -text svneol=native#text/plain res/cardsfolder/arashi_the_sky_asunder.txt -text svneol=native#text/plain
res/cardsfolder/arbor_elf.txt -text svneol=native#text/plain res/cardsfolder/arbor_elf.txt -text svneol=native#text/plain
res/cardsfolder/arc_blade.txt -text svneol=native#text/plain res/cardsfolder/arc_blade.txt -text svneol=native#text/plain
res/cardsfolder/arc_lightning.txt -text svneol=native#text/plain
res/cardsfolder/arc_runner.txt -text svneol=native#text/plain res/cardsfolder/arc_runner.txt -text svneol=native#text/plain
res/cardsfolder/arc_slogger.txt -text svneol=native#text/plain res/cardsfolder/arc_slogger.txt -text svneol=native#text/plain
res/cardsfolder/arcades_sabboth.txt -text svneol=native#text/plain res/cardsfolder/arcades_sabboth.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Arc Lightning
ManaCost:2 R
Types:Sorcery
Text:no text
A:SP$ DealDamage | Cost$ 2 R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (1) | NumDmg$ 1 | SubAbility$ SVar=DBDamage2 | SpellDescription$ 4 R R - CARDNAME deals 3 damage divided as you choose among any number of target creatures and/or players.
SVar:DBDamage2:DB$DealDamage | Cost$ 0 | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$ SVar=DBDamage3
SVar:DBDamage3:DB$DealDamage | Cost$ 0 | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player (3) | NumDmg$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/Arc_Lightning.jpg
End