feat(armorItem): add base thresholds to armor (#21)

Co-authored-by: JimCanE <6275508-jimcane@users.noreply.gitlab.com>
This commit is contained in:
Emilio Jimenez 2025-05-23 17:56:55 +02:00 committed by GitHub
parent 30a3b5fa55
commit 820c2df1f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 55 additions and 36 deletions

View file

@ -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": {