Upgrade armors

This commit is contained in:
2024-12-10 17:43:51 +01:00
parent 27c420200e
commit 4e6abebd70
11 changed files with 108 additions and 6 deletions

View File

@ -83,6 +83,37 @@
},
"app": {
"label": "Appearance"
}
},
"saves": {
"will": {
"label": "Will"
},
"dodge": {
"label": "Dodge"
},
"toughness": {
"label": "Toughness"
},
"contagion": {
"label": "Contagion"
},
"poison": {
"label": "Poison"
},
"pain": {
"label": "Pain"
}
},
"challenges": {
"str": {
"label": "Strength"
},
"agility": {
"label": "Agility"
},
"dying": {
"label": "Dying"
}
}
},
@ -176,6 +207,9 @@
"mace": "Mace"
},
"FIELDS": {
"equipped": {
"label": "Equipped"
},
"weaponType": {
"label": "Type"
},
@ -259,6 +293,12 @@
"heavy": "Heavy"
},
"FIELDS": {
"equipped": {
"label": "Equipped?"
},
"isHelmet": {
"label": "Is Helmet?"
},
"armorType": {
"label": "Category"
},
@ -287,6 +327,9 @@
},
"Shield": {
"FIELDS": {
"equipped": {
"label": "Equipped"
},
"defense": {
"label": "Defense"
},