mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
12 lines
699 B
Plaintext
12 lines
699 B
Plaintext
Name:Wave of Reckoning
|
|
ManaCost:4 W
|
|
Types:Sorcery
|
|
#for this AF, the DefinedCards$ Self is the target for Each damaging. They EachDamage themselves.
|
|
A:SP$ EachDamage | Cost$ 4 W | ValidCards$ Creature | NumDmg$ X | References$ X | DamageDesc$ damage equal to its power | DefinedCards$ Self | SpellDescription$ Each creature deals damage to itself equal to its power.
|
|
#NumDmg isn't really used here. It is left for clarity. The AF pulls Damage straight from "X" hardcoded.
|
|
SVar:X:Count$CardPower
|
|
SVar:RemAIDeck:True
|
|
SVar:RemRandomDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/wave_of_reckoning.jpg
|
|
Oracle:Each creature deals damage to itself equal to its power.
|