fantasycalendar / FoundryVTT-ItemPiles

Other
34 stars 54 forks source link

[BUG] - [DnD5e / Agnostic] - item nonstacking issues #480

Closed Zarhog closed 8 months ago

Zarhog commented 10 months ago

sorry about not following your structure but im making this as a reminder based on what we talked about

to quote you:

There are multiple layers to it: If a GM adds an item to the merchant, or a player sells an item, or a table rolls an item and adds it to the merchant, I need to check if the item exists on the merchant, if it does, I need to check if the item can stack or not, and then compare that against the merchant's setting, and maybe create a new item, maybe add quantity to the existing item If a player buys an item, I need to check if the item was previously stacking, and reset it back to what it was before the merchant changed it. There are a lot of places that I would need to make sure works It's not just "when this then do this", there are a lot of parts of the code that would need to correctly add items It's a fundamental change deep in the code that has a huge impact across all parts of item piles

Haxxer commented 9 months ago

I think this has been added with the last few updates. Let me know if this issue still persists.

image image