mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
feat(armorItem): add base thresholds to armor (#21)
Co-authored-by: JimCanE <6275508-jimcane@users.noreply.gitlab.com>
This commit is contained in:
parent
30a3b5fa55
commit
820c2df1f4
3 changed files with 55 additions and 36 deletions
|
|
@ -910,7 +910,12 @@
|
|||
"Armor": {
|
||||
"BaseScore": "Base Score",
|
||||
"Feature": "Feature",
|
||||
"Description": "Description"
|
||||
"Description": "Description",
|
||||
"BaseThresholds": {
|
||||
"Base": "Base Thresholds",
|
||||
"Major": "Major Threshold",
|
||||
"Severe": "Severe Threshold"
|
||||
}
|
||||
},
|
||||
"Class": {
|
||||
"Tabs": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue