jbhaywood / 5e-statblock-importer

A module for FoundryVTT that creates a new actor from any 5e monster or NPC statblock.
MIT License
18 stars 14 forks source link

Bonus Action Spells importing issue #8

Closed Briqckoleur closed 2 years ago

Briqckoleur commented 2 years ago

Spells and Bonus actions require specific formatting and action to import properly. I've found so far that the standard stat block does not import Spells unless they follow the Challenge rating in the stat block. Bonus actions must be in the same location, only they must have the action allocated to them after import and do not appear as actions. The initial statblock is as written with spaces removed, the spell book section for this statblock uses INT instead of CHA for the attribute and no spells are populated. The modified version maps the spells and the statistic properly, if the word "Innate" is not used, the spells do not import.

Brigganock_Initial_Import Brigganock_initial_statblock.txt

Brigganock_ working_statblock_format.txt ) Brigganock_Working-ish_Import

jbhaywood commented 2 years ago

Yep, I'm going to have to update the module to work with the new formatting in Wild Beyond the Witchlight. If you watched the D&D Celebration this weekend, Jeremy Crawford talked about how this is the new format going forward. I'll won't be able to get to it until Tuesday at the earliest.

jbhaywood commented 2 years ago

Fixed in v1.2.0.

Briqckoleur commented 2 years ago

Awesome! Thanks!