syl3r86 / inventory-plus

A Foundry VTT module to enhance the dnd5e inventory. Allows to customize your Inventory in various ways.
8 stars 12 forks source link

Total weight for encumbrance is calculated without regard for item quantity. #5

Closed kimitsu closed 3 years ago

kimitsu commented 3 years ago

463: customWeight += i.data.weight; should be 463: customWeight += i.data.quantity * i.data.weight;

Nova-Katt commented 3 years ago

I can confirm that weight still only counts once, and adding more or less doesn't update it. So I'm bumping this one up! :)

syl3r86 commented 3 years ago

fixed in v0.3