mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Resource setup finished
This commit is contained in:
parent
0c742eb91b
commit
d9d7b23838
13 changed files with 104 additions and 44 deletions
12
lang/en.json
12
lang/en.json
|
|
@ -1054,6 +1054,10 @@
|
|||
"shortrest": "Short Rest",
|
||||
"longrest": "Long Rest"
|
||||
},
|
||||
"Resource": {
|
||||
"single": "Resource",
|
||||
"plural": "Resources"
|
||||
},
|
||||
"Tabs": {
|
||||
"details": "Details",
|
||||
"attack": "Attack",
|
||||
|
|
@ -1139,6 +1143,14 @@
|
|||
"value": "Value"
|
||||
},
|
||||
"ITEMS": {
|
||||
"FIELDS": {
|
||||
"resource": {
|
||||
"value": { "label": "Value" },
|
||||
"max": { "label": "Max" },
|
||||
"icon": { "label": "Icon" },
|
||||
"recovery": { "label": "Recovery" }
|
||||
}
|
||||
},
|
||||
"Armor": {
|
||||
"baseScore": "Base Score",
|
||||
"baseThresholds": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue