mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
12 lines
848 B
Plaintext
12 lines
848 B
Plaintext
|
Name:Release the Gremlins
|
||
|
ManaCost:X X R
|
||
|
Types:Sorcery
|
||
|
A:SP$ Destroy | Cost$ X X R | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | References$ X,MaxTgts | SpellDescription$ Destroy X target artifacts. Create X 2/2 red Gremlin creature tokens. | SubAbility$ DBToken
|
||
|
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
||
|
SVar:X:Targeted$Amount
|
||
|
SVar:MaxTgts:Count$Valid Artifact
|
||
|
SVar:DBToken:DB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Gremlin | TokenTypes$ Creature,Gremlin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 2 | TokenToughness$ 2
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/release_the_gremlins.jpg
|
||
|
Oracle:Destroy X target artifacts. Create X 2/2 red Gremlin creature tokens.
|
||
|
|