You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exhaustion rules on 2024 edition reduce the movement speed by 5 feet for each level.
However, D&D editions released outside of the US use metric conversion of 5ft = 1.5m, it would be nice if the game could account for this since the flag already exists in the settings.
Or at least remove automation from exhaustion so the users can set it on their own.
I assume this suggestion is valid for all automation that the system does and assumes for feet
The text was updated successfully, but these errors were encountered:
We'll probably have to finish add the "Use Metric Length Units" setting, because right now we only have a setting for weight units (that was discussed earlier and held up this PR: #2073).
When applying exhaustion speed reduction to an actor, this ensures
that the reduction matches the units defined on the actor. This
uses a new `convertLength` method for converting the value defined
in config from the default imperial units (e.g. `ft`) into
whatever units are used for the actor.
Closes#4215
The exhaustion rules on 2024 edition reduce the movement speed by 5 feet for each level.
However, D&D editions released outside of the US use metric conversion of 5ft = 1.5m, it would be nice if the game could account for this since the flag already exists in the settings.
Or at least remove automation from exhaustion so the users can set it on their own.
I assume this suggestion is valid for all automation that the system does and assumes for feet
The text was updated successfully, but these errors were encountered: