From e7fe9d317fd711f03d946ccdcefb9f865593b252 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 20:31:17 +0000 Subject: [PATCH] - Added Fire at Will --- .gitattributes | 1 + res/cardsfolder/fire_at_will.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 res/cardsfolder/fire_at_will.txt diff --git a/.gitattributes b/.gitattributes index 5f311f2cc36..6f6d1b0cd83 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/fire_ambush.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_bowman.txt -text svneol=native#text/plain res/cardsfolder/fire_diamond.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/fire_at_will.txt b/res/cardsfolder/fire_at_will.txt new file mode 100644 index 00000000000..4e49a971a9c --- /dev/null +++ b/res/cardsfolder/fire_at_will.txt @@ -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 \ No newline at end of file