Magic 2013 229/249
Re: Magic 2013 229/249
8/11/12 Sublime Archangel reverted to lord effect in M13 primitives.
Re: Magic 2013 229/249
I misunderstood your post initially, Exalted is not meant to be treated like Warcry.sandman423 wrote:So it needs to look like this...I tried replacing line but ALL other creatures don't get Exalted...I have 4 Creatures and only 1 Exalted trigger...
Sublime Archangel ruling per Gatherer: "Whenever a creature you control attacks alone, count the number of instances of exalted among permanents you control. After those abilities resolve, that's how many times the creature will get +1/+1."
So in the example you wrote, "I have 4 Creatures and only 1 Exalted trigger" because 4 creatures attacked, Exalted would not have kicked in. If you attacked with one (1) creature, all instances of Exalted would have been added to your SINGLE attacking creature.
Now with Sublime Archangel using the original lord effect, if you had 4 creatures and attacked with only one you should get +4/+4 for a SINGLE (1) attacking creature; +1/+1 for the actual attacking creature with Exalted and +1/+1 for each other creature with Exalted provided by Sublime Archangel.
-
- Posts: 739
- Joined: Thu Sep 10, 2009 8:59 pm
Re: Magic 2013 229/249
That is what I am saying...
I have 1 creature attacking but I have 4 Creatures on my field with Sublime Archangel being one of them...
I am not getting +5/+5 with the one attacking creature.
I have 1 creature attacking but I have 4 Creatures on my field with Sublime Archangel being one of them...
I am not getting +5/+5 with the one attacking creature.
-
- Posts: 64
- Joined: Thu May 07, 2009 10:18 am
- Location: Shandalar
Re: Magic 2013 229/249
This are my code test of planeswalkers of M13, i'm noob 
liliana's 3rd ability don't show but at least others works perfect.
maybe "teach" could help but i don't know how to use it, if someone could help.
Ajani:
same results: 3rd ability shows and remove loyalty but don't work.
¿maybe some misspell or wrong structured?
in primitives:
dont exile the creature.

liliana's 3rd ability don't show but at least others works perfect.

Code: Select all
[card]
name=Liliana of the Dark Realms
auto=counter(0/0,3,loyalty)
auto={C(0/0,1,Loyalty)}:moveTo(hand) target(swamp|myLibrary)
auto={C(0/0,-3,Loyalty)}:foreach(swamp|myBattlefield)-1/-1 target(creature|*)
auto={C(0/0,-6,Loyalty)}:name(emblem) emblem lord(swamp|mybattlefield) {T}:{B}{B}{B}{B} dontremove
text=+1: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library. -3: Target creature gets +X/+X or -X/-X until end of turn, where X is the number of Swamps you control. -6: You get an emblem with "Swamps you control have ‘{T}: Add {B}{B}{B}{B} to your mana pool.'"
mana={2}{B}{B}
type=Planeswalker
subtype=Liliana
[/card]
Ajani:
Code: Select all
[card]
name=Ajani, Caller of the Pride
auto=counter(0/0,4,loyalty)
auto={C(0/0,1,Loyalty)}:target(creature|mybattlefield) counter(1/1,1)
auto={C(0/0,-3,Loyalty)}:flying && doublestrike target(creature|mybattlefield)
auto={C(0/0,-8,Loyalty)}:foreach(controllerlife) token(Cat,Creature Cat,2/2,white)
text=+1: Put a +1/+1 counter on up to one target creature. -3: Target creature gains flying and double strike until end of turn. -8: Put X 2/2 white Cat creature tokens onto the battlefield, where X is your life total.
mana={1}{W}{W}
type=Planeswalker
subtype=Ajani
[/card]
¿maybe some misspell or wrong structured?
in primitives:
Code: Select all
[card]
name=Vile Rebirth
auto=moveTo(exile) target(creature|graveyard) && token(Zombie,Creature Zombie,2/2,black)
text=Exile target creature card from a graveyard. Put a 2/2 black Zombie creature token onto the battlefield.
mana={B}
type=Instant
[/card]
MPR full collection owner!
Yo no quiero firma.
I Don't want signature.
Yo no quiero firma.
I Don't want signature.
It's all fun and games until someone loses an eye.
Re: Magic 2013 229/249
auto={C(0/0,-8,Loyalty)}:token(Cat,Creature Cat,2/2,white)*lifetotal
-
- Posts: 739
- Joined: Thu Sep 10, 2009 8:59 pm
Re: Magic 2013 229/249
Thank you so much for these walkers...So much fun
-
- Posts: 739
- Joined: Thu Sep 10, 2009 8:59 pm
Re: Magic 2013 229/249
Silklash Spider Ability doesn't work...Just does nothing
-
- Posts: 64
- Joined: Thu May 07, 2009 10:18 am
- Location: Shandalar
Re: Magic 2013 229/249
thanks!!Zethfox wrote:auto={C(0/0,-8,Loyalty)}:token(Cat,Creature Cat,2/2,white)*lifetotal
now, any idea for liliana's emblem?
MPR full collection owner!
Yo no quiero firma.
I Don't want signature.
Yo no quiero firma.
I Don't want signature.
It's all fun and games until someone loses an eye.
-
- Posts: 739
- Joined: Thu Sep 10, 2009 8:59 pm
Re: Magic 2013 229/249
Ajani is Missing Double Strike I believe his Ability gives the creature flying but no Double Strike
Re: Magic 2013 229/249
Thank you, KF1, it's great to see that you continue the great work of Dr. Solomat while he is absent. Good job 
