bushvin / actor-export

A Foundry VTT module to export actors
GNU General Public License v3.0
5 stars 1 forks source link

[Bug]: Not exporting hit dice #11

Closed ejwright closed 2 months ago

ejwright commented 3 months ago

Contact Details

No response

Foundry VTT version

12.324

Game system

dnd5e

Game system version

3.2.0

actor-export module version

2024.5.8

What browsers are you seeing the problem on?

No response

What Provider is affected?

No response

What happened?

Hit Dice total shows as : '[object .' -- I was able to patch the provider file with

// Hit Dice
ref = 'hit dice';
const hitDice_size = Array.from(character.hd.sizes);
const hitDice = character.hd.max + 'd' + hitDice_size[0];
mapper.textBox(ref, fileNames, 0, 249, 313, 48, 14, hitDice, mf_12);

Relevant log output

No response

Sample Actor

Sorry.. doesn't let me paste it (comment too long error)

Attachments

No response

bushvin commented 2 months ago

Thank you for this. I will see to update this asap.

bushvin commented 2 months ago

This should be fixed with release 2024.6.2