Better Templates - reonZ/pf2e-toolbelt GitHub Wiki

Whenever a template is placed/created on the board, a new popup window will show up and let you select which tokens to target.

[!IMPORTANT] if you are using the Token Magic FX module, you must disable the Automatically hide template elements setting from it or this feature will not work.

[!NOTE] When using the Target or Cancel buttons on the popup, the current state of the Remove Template option will be used while clicking on the x button to close the popup will not.

[!TIP] You can hold the Ctrl key before creating the template to skip this feature.

Settings

Auto Target 👤

When placing a template on the board, a new dialog will show up allowing you to target all the tokens inside it.

API

A third party creating a template wanting to skip this feature must add the following flag to the template at creation:

{
    "flags.pf2e-toolbelt.betterTemplates.split": true
}