mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Updated attack rolls and damage rolls for adversaries
This commit is contained in:
parent
ee6c97d134
commit
faab60b45b
22 changed files with 356 additions and 204 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -86,7 +86,8 @@
|
|||
"SecondaryEquipWhileTwohanded": "A secondary weapon can't be equipped together with a Two-Handed weapon.",
|
||||
"TwohandedEquipWhileSecondary": "Can't equip a Two-Handed weapon together with a secondary weapon.",
|
||||
"SelectClassBeforeSubclass": "Select a Class before selecting a Subclass.",
|
||||
"SubclassNotOfClass": "This Subclass doesn't belong to your current Class."
|
||||
"SubclassNotOfClass": "This Subclass doesn't belong to your current Class.",
|
||||
"AttackTargetDoesNotExist": "The target token no longer exists"
|
||||
},
|
||||
"Error": {
|
||||
"NoClassSelected": "Your character has no class selected!",
|
||||
|
|
@ -101,8 +102,14 @@
|
|||
"Hope": "Hope",
|
||||
"Fear": "Fear",
|
||||
"CriticalSuccess": "Critical Success",
|
||||
"Advantage": "Advantage",
|
||||
"Disadvantage": "Disadvantage",
|
||||
"Advantage": {
|
||||
"Full": "Advantage",
|
||||
"Short": "Adv"
|
||||
},
|
||||
"Disadvantage": {
|
||||
"Full": "Disadvantage",
|
||||
"Short": "Dis"
|
||||
},
|
||||
"OK": "OK",
|
||||
"Cancel": "Cancel",
|
||||
"Or": "Or",
|
||||
|
|
@ -748,6 +755,7 @@
|
|||
"AdvantageChooseTitle": "Select Hope Dice"
|
||||
},
|
||||
"DamageRoll": {
|
||||
"DealDamageToTargets": "Damage Hit Targets",
|
||||
"DealDamage": "Deal Damage"
|
||||
},
|
||||
"HealingRoll": {
|
||||
|
|
@ -899,8 +907,8 @@
|
|||
"Stress": "Stress",
|
||||
"Experience": "Experience",
|
||||
"Experiences": "Experiences",
|
||||
"Moves": "Moves",
|
||||
"NewMove": "New Move"
|
||||
"Features": "Features",
|
||||
"NewFeature": "New Feature"
|
||||
},
|
||||
"Environment": {
|
||||
"ToneAndFeel": "Tone And feel",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue