mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Initial datamodel
This commit is contained in:
parent
1f5b5f9915
commit
c9e123e389
15 changed files with 279 additions and 101 deletions
18
lang/en.json
18
lang/en.json
|
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
"companion": "Companion",
|
||||
"adversary": "Adversary",
|
||||
"environment": "Environment"
|
||||
}
|
||||
|
|
@ -1201,6 +1202,23 @@
|
|||
"tooLowLevel": "You cannot lower the character level below starting level"
|
||||
}
|
||||
},
|
||||
"Companion": {
|
||||
"FIELDS": {
|
||||
"partner": { "label": "Partner" },
|
||||
"evasion": {
|
||||
"value": { "label": "Evasion" }
|
||||
},
|
||||
"resources": {
|
||||
"stress": {
|
||||
"value": { "label": "Stress" }
|
||||
}
|
||||
},
|
||||
"attack": {
|
||||
"name": { "label": "Attack Name" }
|
||||
}
|
||||
},
|
||||
"Experiences": "Experiences"
|
||||
},
|
||||
"Adversary": {
|
||||
"FIELDS": {
|
||||
"tier": { "label": "Tier" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue