foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
338 stars 225 forks source link

Effect-modified "Uses" not showing on Character Sheet when item's base uses is null #4313

Closed MythicPalette closed 3 days ago

MythicPalette commented 1 month ago

As you can see, the effect sets the system.uses.max property and does function properly, but it doesn't show the modified use count under the Charges column on the character sheet. Manually setting the value in the item itself shows the charges though. image

Now, I did notice that setting the value to anything that is not null will make it show the correct number of Charges. image

You can see here, I set it to 0 in Max and it shows the correct number the effect gives, 6, on the character sheet.

MythicPalette commented 1 month ago

@arbron nobody has commented or tagged this bug. Did it get overlooked?