I tried setting the max weight of an actor to reflect stats rather than a simple value, and, max weight in return, becomes 'NaN'.
Formula:
<maxWeight:((this.dex/3)*(this.level+1))+12>
(I have 'dex' set up as a custom stat as a parallel to 'def'.)
Just curious if I have to set this up a different way.