mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
12 lines
825 B
Plaintext
12 lines
825 B
Plaintext
|
Name:Eliminate the Competition
|
||
|
ManaCost:4 B
|
||
|
Types:Sorcery
|
||
|
A:SP$ Destroy | Cost$ 4 B Sac<X/Creature> | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature | References$ X,MaxTgts | TgtPrompt$ Select target creatures | AIMaxTgtsCount$ Valid Creature.YouCtrl+cmcLE2 | SpellDescription$ Destroy X target creatures.
|
||
|
# 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 Creature
|
||
|
#ChosenX SVar created by Cost payment
|
||
|
SVar:AIPreference:SacCost$Creature.token,Creature.cmcLE2
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/eliminate_the_competition.jpg
|
||
|
Oracle:As an additional cost to cast Eliminate the Competition, sacrifice X creatures.\nDestroy X target creatures.
|