mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 08:23:38 +02:00
Dialog setup
This commit is contained in:
parent
97f8da69cd
commit
80c347471b
19 changed files with 473 additions and 14 deletions
13
lang/en.json
13
lang/en.json
|
|
@ -10,7 +10,8 @@
|
|||
"consumable": "Consumable",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor"
|
||||
"armor": "Armor",
|
||||
"beastform": "Beastform"
|
||||
},
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
|
|
@ -1461,8 +1462,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Beastform": {
|
||||
"DialogTitle": "Beastform Selection",
|
||||
"FIELDS": {
|
||||
"tier": { "label": "Tier" },
|
||||
"examples": { "label": "Examples" },
|
||||
"advantageOn": { "label": "Gain Advantage On" }
|
||||
},
|
||||
"Transform": "Transform"
|
||||
},
|
||||
"Global": {
|
||||
"Actions": "Actions",
|
||||
"Features": "Features",
|
||||
"Effects": "Effects",
|
||||
"activeEffects": "Active Effects",
|
||||
"inativeEffects": "Inative Effects"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue