Replies: 2 comments 2 replies
-
|
Some of these values are for the sake of showing as exactly X pounds, since that's the default weight unit used. Doesn't apply to oddball volume units however, since those are in liters by default. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
was writing script to find and replace such values to something more sane, e.g 1kg/1250g. also about pounds, should we change it to 450g or 500g? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Stuff like this
Is all over the place.
Many items use suspiciously precise numbers for their weights and/or volumes that don't convert nicely into either metric or the other measurement system.
Not only the UI cannot display such precision:

But since we're not pursuing realism, there's also literally zero gameplay value in having a
2002 gramsitem over a2000 gramsone. On the contrary, round numbers are much easier to calculate in mind if for example the player would want to estimate how much 3 or 4 copies of an item would weight.Thus, the proposal is to:
10 grams/10 millilitersmay be a good starting point, as it the smallest the UI can display.Older Cata used
250 milliliters, not sure whether we want to go this far.Beta Was this translation helpful? Give feedback.
All reactions