mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Improved Character datamodel
This commit is contained in:
parent
746e0f239a
commit
213a07b64c
20 changed files with 175 additions and 381 deletions
16
system.json
16
system.json
|
|
@ -163,10 +163,7 @@
|
|||
"name": "Daggerheart",
|
||||
"sorting": "m",
|
||||
"color": "#08718c",
|
||||
"packs": [
|
||||
"adversaries",
|
||||
"environments"
|
||||
],
|
||||
"packs": ["adversaries", "environments"],
|
||||
"folders": [
|
||||
{
|
||||
"name": "Character Options",
|
||||
|
|
@ -186,12 +183,7 @@
|
|||
"name": "Items",
|
||||
"sorting": "m",
|
||||
"color": "#000000",
|
||||
"packs": [
|
||||
"weapons",
|
||||
"armors",
|
||||
"consumables",
|
||||
"general-items"
|
||||
]
|
||||
"packs": ["weapons", "armors", "consumables", "general-items"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -211,7 +203,9 @@
|
|||
},
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"pc": {},
|
||||
"character": {
|
||||
"htmlFields": ["story", "description", "scars.*.description"]
|
||||
},
|
||||
"adversary": {},
|
||||
"environment": {}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue