Fixed up data model and a basic placeholder template

This commit is contained in:
WBHarry 2025-06-08 18:49:42 +02:00
parent 746e0f239a
commit ece00c4fcb
15 changed files with 300 additions and 145 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"]
}
]
}
@ -213,7 +205,9 @@
"Actor": {
"pc": {},
"adversary": {},
"environment": {}
"environment": {
"htmlFields": ["description", "impulses"]
}
},
"Item": {
"ancestry": {