jbhaywood / 5e-statblock-importer

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

Update for Senses #85

Closed MaxPat931 closed 7 months ago

MaxPat931 commented 7 months ago

Closes #84 This update seems to always capture the senses on a statblock across multiple imports in a session It also supports multiple special senses

Tested with importing Chimeron and Durixaviinox back and forth

jbhaywood commented 7 months ago

Can you test with the built in statblocks, at least the 'uberNpc' one? Go to sbiConfig.js and turn on "debug" and "autoDebug". It'll parse the statblock imported at the top of the file without having to paste anything into the window. Just click the Import button.

MaxPat931 commented 7 months ago

ahh yes, I didn't account for my own tunnelvision haha, totally forgot those were there I will make sure to test against them, and good to know about the autoDebug

MaxPat931 commented 7 months ago

Passed the test with uberNPC, Earth Elemental, and FM testBlocks 👍