Merge branch 'main' into feature/item-links-field

This commit is contained in:
WBHarry 2025-07-23 01:02:49 +02:00
commit 600c08cb23
45 changed files with 1147 additions and 340 deletions

View file

@ -756,7 +756,7 @@
},
"SelectAction": {
"selectType": "Select Action Type",
"selectAction": "Select Action"
"selectAction": "Action Selection"
},
"Traits": {
"agility": {
@ -1196,6 +1196,7 @@
},
"Roll": {
"attack": "Attack Roll",
"difficulty": "Roll (Difficulty {difficulty})",
"primaryWeaponAttack": "Primary Weapon Attack Roll",
"secondaryWeaponAttack": "Secondary Weapon Attack Roll",
"spellcast": "Spellcast Roll",
@ -1310,6 +1311,7 @@
"single": "Experience",
"plural": "Experiences"
},
"failure": "Failure",
"fear": "Fear",
"features": "Features",
"formula": "Formula",
@ -1337,6 +1339,8 @@
"quantity": "Quantity",
"range": "Range",
"recovery": "Recovery",
"reroll": "Reroll",
"rerollThing": "Reroll {thing}",
"resource": "Resource",
"roll": "Roll",
"rollAll": "Roll All",
@ -1345,6 +1349,7 @@
"scalable": "Scalable",
"situationalBonus": "Situational Bonus",
"stress": "Stress",
"success": "Success",
"take": "Take",
"Target": {
"single": "Target",
@ -1516,6 +1521,7 @@
}
},
"Menu": {
"title": "Daggerheart Game Settings",
"automation": {
"name": "Automation Settings",
"label": "Configure Automation",
@ -1611,6 +1617,10 @@
"title": "Heal - {healing}",
"heal": "Heal"
},
"reroll": {
"confirmTitle": "Reroll Dice",
"confirmText": "Are you sure you want to reroll?"
},
"resourceRoll": {
"playerMessage": "{user} rerolled their {name}"
}