mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
f
This commit is contained in:
parent
1228eb0105
commit
810d74baa5
11 changed files with 220 additions and 17 deletions
31
lang/en.json
31
lang/en.json
|
|
@ -1885,6 +1885,7 @@
|
|||
"tier4": "tier 4",
|
||||
"domains": "Domains",
|
||||
"downtime": "Downtime",
|
||||
"roll": "Roll",
|
||||
"rules": "Rules"
|
||||
},
|
||||
"Tiers": {
|
||||
|
|
@ -1934,6 +1935,7 @@
|
|||
"fear": "Fear",
|
||||
"features": "Features",
|
||||
"formula": "Formula",
|
||||
"gm": "GM",
|
||||
"healing": "Healing",
|
||||
"healingRoll": "Healing Roll",
|
||||
"hit": {
|
||||
|
|
@ -1968,6 +1970,10 @@
|
|||
"none": "None",
|
||||
"noTarget": "No current target",
|
||||
"partner": "Partner",
|
||||
"player": {
|
||||
"single": "Player",
|
||||
"plurial": "Players"
|
||||
},
|
||||
"proficiency": "Proficiency",
|
||||
"quantity": "Quantity",
|
||||
"range": "Range",
|
||||
|
|
@ -2162,10 +2168,35 @@
|
|||
"playerCanEditSheet": {
|
||||
"label": "Players Can Manually Edit Character Settings",
|
||||
"hint": "Players are allowed to access the manual Character Settings and change their statistics beyond the rules."
|
||||
},
|
||||
"roll": {
|
||||
"roll": {
|
||||
"label": "Roll",
|
||||
"hint": "Roll Hint"
|
||||
},
|
||||
"damage": {
|
||||
"label": "Damage/Healing Roll",
|
||||
"hint": "Damage/Healing Roll Hint"
|
||||
},
|
||||
"save": {
|
||||
"label": "Reaction Roll",
|
||||
"hint": "Reaction Roll Hint"
|
||||
},
|
||||
"damageApply": {
|
||||
"label": "Apply Damage/Healing",
|
||||
"hint": "Apply Damage/Healing Hint"
|
||||
},
|
||||
"effect": {
|
||||
"label": "Apply Effects",
|
||||
"hint": "Apply Effects Hint"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defeated": {
|
||||
"title": "Defeated Handling"
|
||||
},
|
||||
"roll": {
|
||||
"title": "Roll"
|
||||
}
|
||||
},
|
||||
"Homebrew": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue