Re: Card Development Questions
Okay, if we had a Drawback for ChangeZoneAll, we could script Infernal Kirin.
- Code: Select all
Name:Infernal Kirin
ManaCost:2 B B
Types:Legendary Creature Kirin Spirit
Text:no text
PT:3/3
K:Flying
T:Mode$ SpellCast | ValidCard$ Spirit.YouCtrl,Arcane.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigReveal | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, target player reveals his or her hand and discards all cards with that spell's converted mana cost.
SVar:TrigReveal:AB$RevealHand | Cost$ 0 | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ SVar=DBChangeZoneAll
SVar:DBChangeZoneAll:DB$ChangeZoneAll | Defined$ Targeted | Origin$ Hand | Destination$ Graveyard | ChangeType$ Card.cmcEQX
SVar:X:TriggeredCard$CardManaCost
SVar:RemRandomDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/infernal_kirin.jpg
SetInfo:SOK|Rare|http://magiccards.info/scans/en/sok/72.jpg
End