Moerill / token-mold

MIT License
27 stars 33 forks source link

[FEATURE] Max hitpoints option #70

Open mark-drury opened 3 years ago

mark-drury commented 3 years ago

Currently the options for token hitpoints are rolled or average

I would like to see the option for maximum hitpoints as well, my group are powergamers and I typically run with max hitpoints and modifying it for a group of mooks is a pain.

sargeant commented 3 years ago

I wanted the same thing so hacked it into my install of token-mold. Line 308 of token-mold.js now reads:

r.evaluate({maximize: true}); /* max hit points -svs */

I would be happy to contribute with a pull-request for a proper implementation if that's useful.