|
Post by Minoke on Jun 19, 2019 3:58:09 GMT
Looking for a template like Cajin's token copies that have the mana costs on the top - but for a planeswalker.
Like to represent Jace, Cunning Casaway's illusion copies. I haven't found anything that quite works and not that good with MSE.
|
|
|
Post by 2wb on Jun 19, 2019 12:47:31 GMT
I don't know how to do this properly, unfortunately. (But just it in manually to the \data\ folder: unzip and drop in, make sure the folder name starts with "magic-" and ends with ".mse-style", and put something in the middle so you can find it)
This is mainframe PW with "token" and "copy" toggles added, and they change the font/name color/add the "token" namebox.
I, uh, never actually learned how to do the popout render part for planeswalker cards and am lazy so
...That didn't quite screenshot correctly but I think the boxes being there show the point well enough
|
|
|
Post by Minoke on Jun 27, 2019 6:54:22 GMT
The frame is great, and works for me. There's just one problem. It doesn't sort with tokens but is sorting as a 'real card'. I don't know how to fix that. Any thoughts? Just don't know what to edit in the file to make a card made with this style use token numbering
|
|
|
Post by 2wb on Jun 27, 2019 7:51:29 GMT
Line 68 reads
card_shape := {"planeswalker"}
Change that to "token" ie
card_shape := {"token"}
I didn't even notice! Thank you.
|
|
|
Post by Minoke on Jun 27, 2019 17:52:05 GMT
So _that_ is what determines it. I was going over that style document for a long time last night trying to figure it out.
Thanks.
|
|
|
Post by Minoke on Jun 28, 2019 20:06:26 GMT
Another question - I'm making up tokens for every card in the game that makes them. Two are making me question how to do it - basically the gold Dragon from Sword of Dungeons and Dragons and the pink teddy bear from the water balloon game. I can fake the dragon but no idea how to do the pink token. Any thoughts?
|
|