MrPrimate / pathmuncher

Munch Pathfinder 2e characters into Foundry from Pathbuilder
MIT License
23 stars 6 forks source link

Inventories for Tiny characters are imported as Medium-sized #17

Closed King-Wedgie closed 1 year ago

King-Wedgie commented 1 year ago

Describe the bug Inventories for Tiny characters (usually Sprites, or Poppets with the Toy Poppet heritage) that are exported from Pathbuilder and then imported into Foundry with Pathmuncher have their items imported as Medium sized. This results in a few conflicts (overencumbered inventories, can't wield weapons properly, etc.) due to how Tiny characters work in Pathfinder.

To Reproduce Import a Tiny character from Pathbuilder as normal (export to JSON, import with Pathmuncher).

Expected behavior Inventories should import with items set to Tiny size to avoid conflicts. (Funnily enough, items dragged over from compendiums automatically resize for Tiny characters, but items dragged from the directory retain their set size - usually Medium.)

Screenshots image

Environment:

Additional context Add any other context about the problem here.

MrPrimate commented 1 year ago

AH! Thanks for this, I will make changes to try and accommodate this, but it looks like there is also a bug in the JSON from Pathbuilder, so will raise that as well to get it fixed.

MrPrimate commented 1 year ago

I will add a work around to the next version of Pathmuncher though.

King-Wedgie commented 1 year ago

New update works great! Thanks.