tkjn / GameTable

Online Game Table. The aims will be partially driven by the desire to use this software for gameplay similar to Warhammer Quest.
0 stars 1 forks source link

Character Sheet: Is max wounds sensible #15

Open dezzak opened 10 years ago

dezzak commented 10 years ago

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?

tkjn commented 10 years ago

Hmm, I didn't realise changing the maximum altered the field width. It might be a side effect of using SpringLayout.

dezzak commented 10 years ago

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