Merge f3aecc1ce8 into 2414fde703
This commit is contained in:
commit
5b12534126
44 changed files with 931 additions and 123 deletions
22
system.json
22
system.json
|
|
@ -12,7 +12,8 @@
|
|||
{ "name": "Oliver" }
|
||||
],
|
||||
"esmodules": [
|
||||
"module/main.mjs"
|
||||
"module/main.mjs",
|
||||
"dev/main.mjs"
|
||||
],
|
||||
"styles": [
|
||||
{
|
||||
|
|
@ -36,7 +37,7 @@
|
|||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json", "mjs", "svg"],
|
||||
"paths": ["assets", "templates", "langs", "module"]
|
||||
"paths": ["assets", "templates", "langs", "module", "dev"]
|
||||
}
|
||||
},
|
||||
"documentTypes": {
|
||||
|
|
@ -48,9 +49,22 @@
|
|||
"ammo": {},
|
||||
"armour": {},
|
||||
"craft": {},
|
||||
"good": {},
|
||||
"good": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"shield": {},
|
||||
"skill": {},
|
||||
"skill": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"trait": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"weapon": {}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue