damonhook / warcry-statshammer

A tool for calculating and comparing damage outputs for Warhammer Warcry fighters.
https://warcry-statshammer.herokuapp.com/
MIT License
7 stars 5 forks source link

Customisable Toughness Ranges #14

Closed damonhook closed 4 years ago

damonhook commented 4 years ago

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:

Screenshot 2020-02-06 at 08 56 26