mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 20:51:21 +01:00
Fixed basic beastform
This commit is contained in:
parent
978d45b931
commit
3186468f28
18 changed files with 231 additions and 21 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -23,7 +23,9 @@
|
|||
"DAGGERHEART": {
|
||||
"UI": {
|
||||
"notifications": {
|
||||
"adversaryMissing": "The linked adversary doesn't exist in the world."
|
||||
"adversaryMissing": "The linked adversary doesn't exist in the world.",
|
||||
"beastformInapplicable": "A beastform can only be applied to a Character.",
|
||||
"beastformAlreadyApplied": "The character already has a beastform applied!"
|
||||
}
|
||||
},
|
||||
"Settings": {
|
||||
|
|
@ -1473,13 +1475,21 @@
|
|||
}
|
||||
},
|
||||
"Beastform": {
|
||||
"DialogTitle": "Beastform Selection",
|
||||
"FIELDS": {
|
||||
"tier": { "label": "Tier" },
|
||||
"examples": { "label": "Examples" },
|
||||
"advantageOn": { "label": "Gain Advantage On" }
|
||||
"advantageOn": { "label": "Gain Advantage On" },
|
||||
"tokenImg": { "label": "Token Image" },
|
||||
"tokenSize": {
|
||||
"placeholder": "Using character dimensions",
|
||||
"height": { "label": "Height" },
|
||||
"width": { "label": "Width" }
|
||||
}
|
||||
},
|
||||
"Transform": "Transform"
|
||||
"dialogTitle": "Beastform Selection",
|
||||
"tokenTitle": "Beastform Token",
|
||||
"transform": "Transform",
|
||||
"beastformEffect": "Beastform Transformation"
|
||||
},
|
||||
"Global": {
|
||||
"Actions": "Actions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue