mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge branch 'main' into feature/159-Companion
This commit is contained in:
commit
5f6ed71d04
81 changed files with 3802 additions and 1883 deletions
42
lang/en.json
42
lang/en.json
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue