i did
Dulcet Sirens but i am not happy with it yet.
i did try it with a Effect, but i need to put the targeted opponent onto the creature, otherwise the AttackRequirement doesn't find it.
- Code: Select all
Name:Dulcet Sirens
ManaCost:2 U
Types:Creature Siren
PT:1/3
K:Morph:U
A:AB$ Pump | Cost$ U T | ValidTgts$ Creature | IsCurse$ True | TgtPrompt$ Select target creature | SubAbility$ DBAnimate | SpellDescription$ Target creature attacks target opponent this turn if able. | StackDescription$ SpellDescription
SVar:DBAnimate:DB$ Animate | ValidTgts$ Opponent | Defined$ ParentTarget | RememberObjects$ TargetedPlayer | HiddenKeywords$ CARDNAME attacks specific player each combat if able:Remembered
SVar:RemAIDeck:True
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/dulcet_sirens.jpg
Oracle:{U}, {T}: Target creature attacks target opponent this turn if able.\nMorph {U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)
first part: there is currently no way to remove the Remembered part from the creature. I was thinking in adding Defined Targets for CleanUpEffect.
also it needs DelayedTrigger or Effect for when the Creature leaves the battlefield or at the end of turn. Also it might have complications for if the Creature already has that Player in Remembered :/
second part: AI doesnt understand the Attack part ... i got:
"AI Attack declaration invalid, defaulting to: {Moonrise Intruder (154)=Robin}"
that might get to other complications