When adding coins to a container, the container may have an approximated content weight: example: 255gp + 6sp = 5.22000000000... thus overfilling the space of that display with digits, preventing to view the maximum capacity of that container.
This is due to the rebasing of binary to decimal. Cut off the digits after the second one behind the comma. Nothing weighs less than 0.01, and if it does it is considered weightless anyways.
When adding coins to a container, the container may have an approximated content weight:
example:
255gp + 6sp = 5.22000000000... thus overfilling the space of that display with digits, preventing to view the maximum capacity of that container.
This is due to the rebasing of binary to decimal. Cut off the digits after the second one behind the comma. Nothing weighs less than 0.01, and if it does it is considered weightless anyways.
DnD Bug: Container content weight cutoff image