crnormand / gurps

Implementing a GURPS 4e game aid for Foundry VTT
MIT License
105 stars 49 forks source link

On Import (GCA4) Items in Containers are Dumped Out #913

Open Snailramp opened 3 years ago

Snailramp commented 3 years ago

When importing characters from GCA4, items in the FVTT character sheets are removed from containers. Items not lost, just dumped into inventory. GCA4 is not attempting to import any items, all items exist only in FVTT.

Edit: just remembered, also while importing, characters who have a lot of items in inventory take a lot longer, and it looks like it is cycling through the items (Items go away and reappear, Encumbrance block changes rapidly commensurately). I assume this is expected behavior but seems related.

Thank you for your time.

crnormand commented 3 years ago

Unfortunately, this is a known limitation. The Foundry Items don't really know where they exist in the inventory, so when the inventory is reimported, they get dumped at the end of the list.

I may be able to leave some "bread crumbs" so the Foundry Items can reinsert themselves in the correct location after the import.

Snailramp commented 3 years ago

Thank you sir, I appreciate your time.