mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed up data model and a basic placeholder template (#117)
This commit is contained in:
parent
746e0f239a
commit
ad0acd62cd
15 changed files with 300 additions and 145 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -213,7 +205,9 @@
|
|||
"Actor": {
|
||||
"pc": {},
|
||||
"adversary": {},
|
||||
"environment": {}
|
||||
"environment": {
|
||||
"htmlFields": ["description", "impulses"]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"ancestry": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue