Since Warcry only cares about Strength <, =, or > Toughness. A S6 weapon will do the same damage to a T4 as it does to a T5. So the way the API decides on the toughness ranges is:
lowest STR - 1 <----> highest STR + 1.
Proposal
We could provide an option for the user to provide the toughness ranges they want or use the auto generated ones. Quick mockup here:
How the T-range is decided
Since Warcry only cares about
Strength <, =, or > Toughness
. A S6 weapon will do the same damage to a T4 as it does to a T5. So the way the API decides on the toughness ranges is:lowest STR - 1 <----> highest STR + 1
.Proposal
We could provide an option for the user to provide the toughness ranges they want or use the auto generated ones. Quick mockup here: