taf/system.json
2024-08-28 21:23:31 -06:00

35 lines
584 B
JSON

{
"id": "fst",
"title": "Foundry System Template",
"description": "",
"version": "0.0.0",
"download": "",
"manifest": "",
"url": "",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [],
"esmodules": [
"src/main.mjs"
],
"styles": [],
"packs": [],
"documentTypes": {
"Actor": {
"player": {
"htmlFields": [],
"filePathFields": {}
}
},
"Item": {}
},
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", ".styles", "module", "assets"]
}
}
}