Open dezzak opened 10 years ago
Hmm, I didn't realise changing the maximum altered the field width. It might be a side effect of using SpringLayout.
I lied. it's actually currently 200. We can force the width by using setPreferredSize() - I've just done that with gold, but it means having to horizontal scroll in the field
Max wounds is currently 100. The if we stick with WHQ, the barbarian can get up to 10D6 + 9 wounds = max 69 (although some mobs can have up to 125), but there may be other things which can also add wounds. Dropping to 99 will reduce the field width slightly and shouldn't cause issues with WHQ but might with other games. Increasing to 999 will allow a bit of expansion without changing the field width. Thoughts?