mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Add eyes, height, weight, hair, skin and personality fields to character sheet Biography tab
This commit is contained in:
parent
fd92540792
commit
37ed9fe29c
6 changed files with 84 additions and 23 deletions
|
|
@ -212,7 +212,11 @@
|
|||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": {
|
||||
"htmlFields": ["biography.background", "biography.connections"]
|
||||
"htmlFields": [
|
||||
"biography.personality",
|
||||
"biography.background",
|
||||
"biography.connections"
|
||||
]
|
||||
},
|
||||
"companion": {},
|
||||
"adversary": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue