mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 00:19:03 +01:00
Merged with main
This commit is contained in:
commit
4b82169fbf
74 changed files with 2018 additions and 1299 deletions
12
system.json
12
system.json
|
|
@ -35,6 +35,12 @@
|
|||
},
|
||||
{
|
||||
"name": "Po0lp"
|
||||
},
|
||||
{
|
||||
"name": "JoaquinP",
|
||||
"url": "https://github.com/joaquinpereyra98",
|
||||
"email": "joaquinpereyra98@gmail.com",
|
||||
"discord": "joaquinp98"
|
||||
}
|
||||
],
|
||||
"esmodules": ["build/daggerheart.js"],
|
||||
|
|
@ -187,14 +193,14 @@
|
|||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": {
|
||||
"htmlFields": ["story", "description", "scars.*.description"]
|
||||
"htmlFields": ["biography.background", "biography.connections"]
|
||||
},
|
||||
"companion": {},
|
||||
"adversary": {
|
||||
"htmlFields": ["description", "motivesAndTactics"]
|
||||
"htmlFields": ["notes", "description"]
|
||||
},
|
||||
"environment": {
|
||||
"htmlFields": ["description", "impulses"]
|
||||
"htmlFields": ["notes", "description"]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue