Division2Builder / Division2Builder/division2builder
Factor modifiers into skill stats
Open
Enhancement
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
With the existing system, we just display the base stats and then the modifiers separately. We could potentially calculate the final values with the following:
- convert strings to numbers, remove symbols
- utilize the "modifies" property on the modifier
- add meta data for how the modifier math should be done and how to format the numbers
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.