Fixed up data model and a basic placeholder template (#117)

This commit is contained in:
WBHarry 2025-06-09 13:25:43 +02:00 committed by GitHub
parent 746e0f239a
commit ad0acd62cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {