taf/system.json
2024-08-30 18:06:49 -06:00

44 lines
924 B
JSON

{
"id": "taf",
"title": "Text-Based Actors",
"description": "",
"version": "1.0.0",
"download": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/dotdungeon.zip",
"manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json",
"url": "https://github.com/Oliver-Akins/Text-Actors-Foundry",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [
{
"name": "Oliver Akins",
"url": "https://oliver.akins.me"
}
],
"esmodules": [
"src/main.mjs"
],
"styles": [
".styles/root.css"
],
"packs": [],
"documentTypes": {
"Actor": {
"player": {
"htmlFields": [
"content"
],
"filePathFields": {}
}
},
"Item": {}
},
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", ".styles", "module", "assets"]
}
}
}