Add the toggle for item equipped status and inventory properties

This commit is contained in:
Oliver 2026-03-23 00:23:32 -06:00
parent 44372d0a17
commit f5c7e1c4bc
5 changed files with 37 additions and 9 deletions

View file

@ -84,6 +84,13 @@
"manage-attributes": "Manage Attributes",
"current-value": "Current value",
"max-value": "Maximum value",
"carry-capacity-used": "({percent}% Used)",
"carrying-capacity": {
"title": "Carrying Capacity:",
"label": "Maximum carrying weight"
},
"total-weight": "Total weight",
"toggle-item-description": "Show/Hide Item Description",
"tab-names": {
"content": "Content",
"items": "Items"