Fixed datamodel and set up basic template in new style

This commit is contained in:
WBHarry 2025-06-08 22:28:10 +02:00
parent 746e0f239a
commit 52484bd818
11 changed files with 288 additions and 420 deletions

View file

@ -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"]
}
]
}
@ -212,7 +204,9 @@
"documentTypes": {
"Actor": {
"pc": {},
"adversary": {},
"adversary": {
"htmlFields": ["description", "motivesAndTactics"]
},
"environment": {}
},
"Item": {