mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Added menu with refresh tools
This commit is contained in:
parent
18b6194afe
commit
4622d7ae51
11 changed files with 269 additions and 1 deletions
14
lang/en.json
14
lang/en.json
|
|
@ -2314,6 +2314,10 @@
|
|||
"heal": "Heal",
|
||||
"applyHealing": "Apply Healing"
|
||||
},
|
||||
"refreshMessage": {
|
||||
"title": "Feature Refresh",
|
||||
"header": "Refreshed"
|
||||
},
|
||||
"reroll": {
|
||||
"confirmTitle": "Reroll Dice",
|
||||
"confirmText": "Are you sure you want to reroll?"
|
||||
|
|
@ -2384,7 +2388,15 @@
|
|||
"insufficientResources": "You have insufficient resources",
|
||||
"multiclassAlreadyPresent": "You already have a class and multiclass",
|
||||
"subclassesAlreadyPresent": "You already have a class and multiclass subclass",
|
||||
"noDiceSystem": "Your selected dice {system} does not have a {faces} dice"
|
||||
"noDiceSystem": "Your selected dice {system} does not have a {faces} dice",
|
||||
"gmMenuRefresh": "You refreshed all actions and resources {types}"
|
||||
},
|
||||
"Sidebar": {
|
||||
"daggerheartMenu": {
|
||||
"title": "Daggerheart Menu",
|
||||
"startSession": "Start Session",
|
||||
"startScene": "Start Scene"
|
||||
}
|
||||
},
|
||||
"Tooltip": {
|
||||
"disableEffect": "Disable Effect",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue