Add quantity field for all items
Release Creation / build (release) Successful in 2m8s

This commit is contained in:
2026-06-06 09:21:01 +02:00
parent 0d3cc5bbe0
commit 58db55d1ad
20 changed files with 276 additions and 87 deletions
+25 -2
View File
@@ -15,6 +15,9 @@
"armorType": {
"label": "Armor Type"
},
"quantity": {
"label": "Qty"
},
"cost": {
"label": "Cost"
},
@@ -366,6 +369,9 @@
"description": {
"label": "Description"
},
"quantity": {
"label": "Qty"
},
"encLoad": {
"label": "Load"
},
@@ -479,6 +485,7 @@
"Wounded": "Wounded"
},
"Label": {
"quantity": "Qty",
"agility": "Dexterity",
"gotoToken": "Go to token",
"combatAction": "Combat action",
@@ -943,13 +950,17 @@
"excessBurden": "Equipped burden exceeds max — excess reduces Movement Rating",
"assignToContainer": "Assign to container",
"removeFromContainer": "Remove from container",
"packBurden": "Pack Burden"
"packBurden": "Pack Burden",
"quantityPlus": "Increase quantity",
"quantityMinus": "Decrease quantity"
},
"RollSavingThrow": "Roll Saving Throw",
"Dialog": {
"useConsumable": "Use Consumable",
"useConsumableContent": "Use one charge of <strong>{name}</strong>? ({uses} remaining)",
"assignToContainer": "Assign to Container"
"assignToContainer": "Assign to Container",
"deleteItem": "Delete Item",
"deleteItemContent": "Remove last copy of <strong>{name}</strong>?"
},
"Message": {
"selectCoreSkill": "You must select a Core Skill for your character. Each character chooses one Core Skill at creation.",
@@ -1111,6 +1122,9 @@
"cost": {
"label": "Cost"
},
"quantity": {
"label": "Qty"
},
"defense": {
"label": "Defense Bonus"
},
@@ -1372,6 +1386,9 @@
"cost": {
"label": "Cost"
},
"quantity": {
"label": "Qty"
},
"encLoad": {
"label": "Encumbrance Load"
},
@@ -1480,6 +1497,9 @@
"uses": {
"label": "Uses"
},
"quantity": {
"label": "Qty"
},
"encLoad": {
"label": "Enc. Load"
},
@@ -1496,6 +1516,9 @@
"description": {
"label": "Description"
},
"quantity": {
"label": "Qty"
},
"encLoad": {
"label": "Enc. Load"
},