mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Merge branch 'main' into feature/140-Subclasses-Actions-Effects
This commit is contained in:
commit
b969b8c84b
23 changed files with 870 additions and 218 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -264,6 +264,7 @@
|
|||
}
|
||||
},
|
||||
"Tiers": {
|
||||
"singular": "Tier",
|
||||
"tier1": "Tier 1",
|
||||
"tier2": "Tier 2",
|
||||
"tier3": "Tier 3",
|
||||
|
|
@ -622,7 +623,7 @@
|
|||
"WeaponFeature": {
|
||||
"Barrier": {
|
||||
"Name": "Barrier",
|
||||
"Description": "+{armorBonus} to Armor Score; -1 to Evasion"
|
||||
"Description": "+{armorScore} to Armor Score; -1 to Evasion"
|
||||
},
|
||||
"Bonded": {
|
||||
"Name": "Bonded",
|
||||
|
|
@ -692,6 +693,10 @@
|
|||
"Name": "Greedy",
|
||||
"Description": "Spend a handful of gold to gain a +1 bonus to your Proficiency on a damage roll."
|
||||
},
|
||||
"Healing": {
|
||||
"Name": "Healing",
|
||||
"Description": "During downtime, automatically clear a Hit Point."
|
||||
},
|
||||
"Heavy": {
|
||||
"Name": "Heavy",
|
||||
"Description": "-1 to Evasion"
|
||||
|
|
@ -716,6 +721,10 @@
|
|||
"Name": "Locked On",
|
||||
"Description": "On a successful attack, your next attack against the same target with your primary weapon automatically succeeds."
|
||||
},
|
||||
"Lucky": {
|
||||
"Name": "Lucky",
|
||||
"Description": "On a failed attack, you can mark a Stress to reroll your attack."
|
||||
},
|
||||
"Long": {
|
||||
"Name": "Long",
|
||||
"Description": "This weapon's attack targets all adversaries in a line within range."
|
||||
|
|
@ -750,7 +759,7 @@
|
|||
},
|
||||
"Protective": {
|
||||
"Name": "Protective",
|
||||
"Description": "+{armorBonus} to Armor Score"
|
||||
"Description": "+{tier} to Armor Score"
|
||||
},
|
||||
"Quick": {
|
||||
"Name": "Quick",
|
||||
|
|
@ -1188,8 +1197,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Heritage": {
|
||||
"Title": "Abilities"
|
||||
"Global": {
|
||||
"Actions": "Actions",
|
||||
"Effects": "Effects"
|
||||
},
|
||||
"DomainCard": {
|
||||
"Type": "Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue