- Added Fire at Will

This commit is contained in:
jendave
2011-08-06 20:31:17 +00:00
parent 6110c46a75
commit e7fe9d317f
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2191,6 +2191,7 @@ res/cardsfolder/final_strike.txt -text svneol=native#text/plain
res/cardsfolder/finest_hour.txt -text svneol=native#text/plain res/cardsfolder/finest_hour.txt -text svneol=native#text/plain
res/cardsfolder/fire_ambush.txt -text svneol=native#text/plain res/cardsfolder/fire_ambush.txt -text svneol=native#text/plain
res/cardsfolder/fire_ants.txt -text svneol=native#text/plain res/cardsfolder/fire_ants.txt -text svneol=native#text/plain
res/cardsfolder/fire_at_will.txt -text svneol=native#text/plain
res/cardsfolder/fire_belly_changeling.txt -text svneol=native#text/plain res/cardsfolder/fire_belly_changeling.txt -text svneol=native#text/plain
res/cardsfolder/fire_bowman.txt -text svneol=native#text/plain res/cardsfolder/fire_bowman.txt -text svneol=native#text/plain
res/cardsfolder/fire_diamond.txt -text svneol=native#text/plain res/cardsfolder/fire_diamond.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Fire at Will
ManaCost:RW RW RW
Types:Instant
Text:no text
A:SP$ DealDamage | Cost$ RW RW RW | ValidTgts$ Creature.attacking,Creature.blocking | TgtPrompt$ Select target attacking or blocking creature (1) | NumDmg$ 1 | SubAbility$ SVar=DBDamage2 | SpellDescription$ CARDNAME deals 3 damage divided as you choose among one, two, or three target attacking or blocking creatures.
SVar:DBDamage2:DB$DealDamage | Cost$ 0 | ValidTgts$ Creature.attacking,Creature.blocking | TgtPrompt$ target attacking or blocking creature (2) | NumDmg$ 1 | SubAbility$ SVar=DBDamage3
SVar:DBDamage3:DB$DealDamage | Cost$ 0 | ValidTgts$ Creature.attacking,Creature.blocking | TgtPrompt$ target attacking or blocking creature (3) | NumDmg$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/fire_at_will.jpg
End