mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
FEAT: add eritch to NPC description
FIX: missing htmlFieldss on manfiest FIX: add misisng localizations
This commit is contained in:
parent
f56c2482cb
commit
ff8c257d2c
8 changed files with 59 additions and 12 deletions
10
system.json
10
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"],
|
||||
|
|
@ -182,10 +188,10 @@
|
|||
},
|
||||
"companion": {},
|
||||
"adversary": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["notes", "description"]
|
||||
},
|
||||
"environment": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["notes", "description"]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue