DrOgres / twdu

The Walking Dead Universe RPG system for Foundry VTT
GNU General Public License v3.0
4 stars 4 forks source link

Stress Bar on Tokens are set to a maximum of 100 #25

Closed Tarubain closed 8 months ago

Tarubain commented 8 months ago

On the Ressources Tab the Stress Bar is set to a maximum of 100 which can't be right. The result is that the bar is useless for this high maximum and it can't be changed as a GM either:

image

DrOgres commented 8 months ago

not sure why they are not editable. I'll reduce the max to make it more reasonable in the mean time

Tarubain commented 8 months ago

The field is locked. Nothing can be changed there. Maybe because this values are linked to the actor and therefore you can't change it. It makes sense this way.

Good idea to reduce the max maybe to 10 because there is basically no limit how much stress you can suffer, but there are 10 stress dices in the official dice box. So I think 10 is a good max value. :)

Tarubain commented 8 months ago

A little Update: Before an update to the template.json, this was your old setting:

image

For testing purpose I changed the value in the template.json to 10 and a new created characters will have this value, but every old character stuck with the old settings, either 5 or 100, depends on the system version. So every character I created with the latest version stucks on a max of 100. I didn't figure out so far how to change this though. :(

DrOgres commented 8 months ago

Ok next update will have a solution: Max stress will initially be set to 10, as the user increases the stress if the total stress is greater than the max it will update the max to be equal to the new value +1 (making the bar a bit more dynamic and will hopefully find a range that is useful for the player/GM as play progresses.

I will do a quick migration as well to make max stress either 10 or current +1 whichever is greater for all existing actors in a world when the update is first applied.

this should be out over the weekend

DrOgres commented 8 months ago

update out now

DrOgres commented 8 months ago

Note you may need to update actors with large Stress maximums this macro will set ALL your actors to max stress 10

twdu-maxhp-sanitizer.json

Tarubain commented 8 months ago

Awesome David! Thanks for your support. <3