Skip to content

Releases: xdy/xdy-pf2e-workbench

1.7.1

09 Dec 20:37
@xdy xdy
Compare
Choose a tag to compare

Manual release of the last Foundry 0.8 version. You will have to uninstall and reinstall to get this version, use https://github.com/xdy/xdy-pf2e-workbench/releases/download/v1.7.1/module.json

v1.7.0

04 Dec 14:01
Compare
Choose a tag to compare

1.7.0 (2021-12-04)

Features

  • Add experimental feature that mostly succeeds at keeping the mystified token name out of chat messages (it depends on the creature ability chat text consistently using the full name of the creature, which is not always the case.) (a727d8a)

v1.6.2

29 Nov 22:14
Compare
Choose a tag to compare

1.6.2 (2021-11-29)

Bug Fixes

  • Show a cover image on the Forge. (0fc2bef)

v1.6.1

29 Nov 21:17
Compare
Choose a tag to compare

1.6.1 (2021-11-29)

Bug Fixes

  • Once a creature has gotten a number at the end of it's name (whether through this module or in some other way), it'll keep it through mystification and demystification if the setting "Keep token number when mystifying/demystifying." is true, which it defaults to. (b2d1ca0), closes #14

v1.6.0

28 Nov 15:04
Compare
Choose a tag to compare

1.6.0 (2021-11-28)

Features

  • Added option to keep the random number (if it exists) when demystifying an npc. (717196d), closes #3

v1.5.2

28 Nov 14:15
Compare
Choose a tag to compare

1.5.2 (2021-11-28)

Bug Fixes

  • Move mystify hud button to the bottom left. Bottom right was too likely to interfere with adding to combat. (4969994)

v1.5.1

28 Nov 08:13
Compare
Choose a tag to compare

1.5.1 (2021-11-28)

Bug Fixes

  • Only GMs should be able to mystify/unmystify. (8cea6da)

v1.5.0

27 Nov 23:15
Compare
Choose a tag to compare

1.5.0 (2021-11-27)

Features

  • Added button on token hud to Mystify/Unmystify a token. (20fb7c2)

v1.4.1

22 Nov 21:40
Compare
Choose a tag to compare

1.4.1 (2021-11-22)

Bug Fixes

  • Deduplicate traits, somehow the iconics return duplicate traits. e.g. Amiri became 'Unknown Human Human Humanoid Humanoid', which was just too silly to leave in. :) (3b87510)

v1.4.0

22 Nov 21:12
Compare
Choose a tag to compare

1.4.0 (2021-11-22)

Features

  • Setting to replace rarities greater than Common with a word of your choice (default 'Unusual'). Setting to set a postfix that will be added to the generated npc name (e.g. 'Creature'). Cleans up code in preparation for adding other methods of generating mystified npc names. (d40c8b8)