WagicProject / wagic

Wagic the Homebrew
Other
349 stars 78 forks source link

Edgar Marvov #1047

Closed ranger7271 closed 3 years ago

ranger7271 commented 3 years ago

Does not create vampires when he's in the command zone or battlefield

Vitty85 commented 3 years ago

I guess i understood the error, you can try with this code:

[card] name=Edgar Markov abilities=first strike,haste auto=@movedTo(other *[vampire]|mystack):token(Vampire,Creature Vampire,1/1,black) autocommandzone=@movedTo(other *[vampire]|mystack):token(Vampire,Creature Vampire,1/1,black) auto=@combat(attacking) source(this):counter(1/1) all(vampire|myBattlefield) text=Eminence — Whenever you cast another Vampire spell, if Edgar Markov is in the command zone or on the battlefield, create a 1/1 black Vampire creature token. -- First strike, haste -- Whenever Edgar Markov attacks, put a +1/+1 counter on each Vampire you control. mana={3}{R}{W}{B} type=Legendary Creature subtype=Vampire Knight power=4 toughness=4 [/card]

Let me know if it works so i can update the game., see you.

Vitty85 commented 3 years ago

Closed with last update available on official release page.