Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Release v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 03:15

New Features

Adds two new helpers for use in macros by themselves or as part of your own macros (and a compendium with them already setup)

game.PF2EToolbox.rollSecretSkill(skill_id) can roll an always-secret skill check for the selected token, or if none is selected for the user's configured character. If no skill id is passed in it will show a prompt to determine the skill. You can use game.PF2EToolbox.rollSecretSkill('give me the ids!') to get a list of skill ids.

game.PF2EToolbox.distributeXp(amount) can distribute an amount of XP to selected tokens. If no amount is provided, shows a prompt for the amount.