8.2.0 (2017-03-23)
Features
config: Add settings for Automatically roll damage ( e7b0afc ), closes #395 config: Tidy up config display + align with latest sheet ( 68e7146 ), closes #409 entity-lister: Add filters for ritual and concentration ( b1cca99 ), closes #403
import: Add new spell/monster lister UI ( e5c31fc ) import: Include SRD content in main script build ( 74366e0 ) Please note: You should install 11.0.2 sheet or later for this release or a bunch of stuff will look Wonky due to some changes in how the chat output is styled. Ok, so the big change here is the addition of two new commands - !shaped-monsters and !shaped-spells. When you run these, it will output a scrollable list of all of the monsters/spells in the chat window, along with filter buttons to allow you to narrow the list down by things like type, CR, school, class, etc. For the !shaped-spells , you need a character token selected, or you need to pass a character id like !shaped-spells --character @{Tenser|character_id} This is because clicking on any of the spells will import them to that character, or delete them from that character if already present. Clicking monster names for !shaped-monsters will import them; as yet there clicking a monster that is already imported won't remove it, but I'm thinking of adding this functionality. If you liked the old "Click to select a monster/spell" query input, it's still available as a link at the top of the monsters/spells listings - so you'll need to switch from doing !shaped-import-spell to !shaped-spells to continue using this feature. Have a play and let me know what you think! Since the script now does so much with JSON monsters/spells, it seemed like it was a good time to give you all a headstart with populating your JSON databases. The script now comes with all the SRD monsters and spells built in. If you already have monster/spell files installed, you will need to find/make updated versions as there have been minor tweaks to the format. Enjoy!