Back to request board
3

Token Flip: Wildcard support

Open
Token Flip
August 16, 2023

Description

Add support to wildcard character when setting up path to a token image. The logic would be similar to the core feature, with the wildcard being used to randomly get an existing token image when dropping an actor to a scene. I believe that, ideally, the wildcard selection should be the same as the base token. For example, given the actor token image wildcard path: "foo-*-1.png" and the following files: - "foo-black-1.png" - "foo-black-2.png" - "foo-white-1.png" - "foo-white-2.png" If I add "foo-*-2.png" as a token image to token flip, I drop the actor and "foo-black-1.png" gets selected, I can only flip to "foo-black-2.png" and then back to "foo-black-1.png". I hope it makes sense.