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

Releases: Djphoenix719/FVTT-PF2EToolbox

Release v1.5.1

13 Sep 03:15
Compare
Choose a tag to compare

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.

Release v1.5.0

09 Sep 21:25
Compare
Choose a tag to compare

Enhancements

Moved all settings to a new sub-menu to allow for verbose descriptions of settings, hints, and other custom settings types without cluttering the main settings menu.

New Features

All Secrets of Magic playtest content is now available in compendium packs. Data entry courtesy of TMun#1625.

Release v1.4.1

07 Sep 20:42
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Djphoenix719/FVTT-PF2EToo…

Release v1.4.0

06 Sep 23:10
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Djphoenix719/FVTT-PF2EToo…

Release v1.3.1

29 Aug 17:15
Compare
Choose a tag to compare

Bug Fixes

Fixes proficiency flattening failing to update strike attack bonus

Release v1.3.0

29 Aug 15:28
Compare
Choose a tag to compare

Bug Fixes

Closes #4 - ability description updates should correctly use area damage instead of strike damage

New Features

Adds a 'Flatten Proficiency' option for players wanting to play with proficiency without level. This is a very simple implementation, and you will have to manually reflatten the actor if you change its level (just unflatten then reflatten with the context menu)

Enhancements

Preparation for upcoming magic item & consumable rolls.

NOTE PF2E CONTAINS BROKEN ROLLABLE TABLES AND MAGIC ITEMS & CONSUMABLES WILL NOT WORK UNTIL PF2E IS UPDATED.

Treasure roller now displays price ranges of treasure so you know at a glance how much wealth you are adding.

Release v1.2.0

28 Aug 20:04
Compare
Choose a tag to compare

New Features

Treasure Generator v1 - focusing only quickly rolling treasure items and generating their correct values. Alt may be held to mystify the generated items if Quick Mystify is enabled.

Release v1.1.5

28 Aug 02:05
Compare
Choose a tag to compare

Bug Fixes

Closes #2 - fixes an issue where some damage for strikes may not be correctly scaled

New Features

Adds a new toggle to remove all default artwork from the bestiary each new system version upgrade

Release v1.1.4

28 Aug 01:55
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Djphoenix719/FVTT-PF2EToo…

Release v1.1.3

27 Aug 17:54
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Djphoenix719/FVTT-PF2EToo…