how use token -id??

Discute about general card coding keyword, ask questions and get answer about the mechanism, about the guideline, the direction we want to go...etc...
Locked
1224Deko
Posts: 47
Joined: Mon Apr 11, 2011 9:13 am

how use token -id??

Post by 1224Deko »

piece of planeswalker's code

Code: Select all

auto=may life:1 controller && counter(0/1,-1,Loyalty) all(Ajani Goldmane|mybattlefield) && token(-51145)
i have a question about token id, is there some rule about numeric and which numbers i can use safetly with coding planeswalkers and other abilities ??
Magik
9864589 gg Pl Poland
Zethfox
Posts: 3029
Joined: Thu Jun 10, 2010 11:28 pm

Re: how use token -id??

Post by Zethfox »

token ids can be any number in the negitives which doesn't already have a token associated with it.
just be sure that the token that is supposed to pair with that id contains the line
id=whatever number you choose for the code.
auto={t}:token(-12222) <---the ability on the mother card

on the token include
id=-12222

hope that solves your issue :)
1224Deko
Posts: 47
Joined: Mon Apr 11, 2011 9:13 am

Re: how use token -id??

Post by 1224Deko »

ok thnx
Magik
9864589 gg Pl Poland
Locked