Re: Shadows over Innistrad spoiler season
New card:
Declaration in Stone
{W}
Sorcery
Exile target creature and all other creatures its controller controls with the same name as that creature. That player investigates for each nontoken creature exiled this way.
I'm not implementing it for now because I'm not quite sure how this multiple investigate works -- do the tokens enter the battlefield all at once or one at a time? I suspect that it's one at a time. Plus, for Commander, the code should make sure the card is actually exiled -- if a commander is sent to command zone, it's not "nontoken creature exiled this way", and so it shouldn't let the player investigate.
Declaration in Stone
{W}Sorcery
Exile target creature and all other creatures its controller controls with the same name as that creature. That player investigates for each nontoken creature exiled this way.
I'm not implementing it for now because I'm not quite sure how this multiple investigate works -- do the tokens enter the battlefield all at once or one at a time? I suspect that it's one at a time. Plus, for Commander, the code should make sure the card is actually exiled -- if a commander is sent to command zone, it's not "nontoken creature exiled this way", and so it shouldn't let the player investigate.