Hello everybody! My friends and kinda me have been working on a custom system and in trying to make the character sheet we're running into a problem with getting movement fields to automatically update based on the characters statistics, there is a similar issue with getting it to calculate total armor values. <input type="number" value="floor(@{speed}/10)+4"> is the current standing line, however we have tried 10 or 12 others, including workers. Ideally it would display the characters movement which is a base of 4 tiles, + their speed modifier which is speed/10 round down, minus the encumberance penalty which isnt set at the moment.