mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Fire at Will
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
10
res/cardsfolder/fire_at_will.txt
Normal file
10
res/cardsfolder/fire_at_will.txt
Normal 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
|
||||
Reference in New Issue
Block a user