Merge branch 'main' into feature/159-Companion

This commit is contained in:
WBHarry 2025-06-28 19:02:30 +02:00
commit 5f6ed71d04
81 changed files with 3802 additions and 1883 deletions

View file

@ -208,6 +208,12 @@
"Session": "Session",
"Shortrest": "Short Rest",
"Longrest": "Long Rest"
},
"Damage": {
"Severe": "Severe",
"Major": "Major",
"Minor": "Minor",
"None": "None"
}
},
"ActionType": {
@ -618,6 +624,14 @@
"Stress": {
"Name": "Stress",
"Stress": "STR"
},
"Hope": {
"Name": "Hope",
"Abbreviation": "HO"
},
"ArmorStack": {
"Name": "Armor Stack",
"Stress": "AS"
}
},
"ArmorFeature": {
@ -1005,14 +1019,20 @@
},
"AttackRoll": {
"Title": "Attack - {attack}",
"RollDamage": "Roll Damage"
"RollDamage": "Roll Damage",
"RollHealing": "Roll Healing",
"ApplyEffect": "Apply Effects"
},
"DamageRoll": {
"Title": "Damage - {damage}",
"DealDamageToTargets": "Damage Hit Targets",
"DealDamage": "Deal Damage"
},
"ApplyEffect": {
"Title": "Apply Effects - {name}"
},
"HealingRoll": {
"Title": "Heal - {healing}",
"Heal": "Heal"
},
"DeathMove": {
@ -1071,6 +1091,21 @@
"Title": "Ownership Selection - {name}",
"Default": "Default Ownership"
},
"DamageReduction": {
"Title": "Damage Reduction",
"ArmorMarks": "Armor Marks",
"UsedMarks": "Used Marks",
"Stress": "Stress",
"ArmorWithStress": "Spend 1 stress to use an extra mark",
"UnncessaryStress": "You don't need to expend stress",
"StressReduction": "Reduce By Stress",
"Notifications": {
"DamageAlreadyNone": "The damage has already been reduced to none",
"NoAvailableArmorMarks": "You have no more available armor marks",
"NotEnoughStress": "You don't have enough stress",
"DamageIgnore": "{character} did not take damage"
}
},
"Sheets": {
"TABS": {
"features": "Features",
@ -1524,6 +1559,11 @@
"Macro": {
"Name": "Macro"
}
},
"Settings": {
"ResultBased": {
"label": "Formula based on Hope/Fear result."
}
}
},
"RollTypes": {