taf/system.json
2025-11-05 22:41:53 -07:00

51 lines
1 KiB
JSON

{
"id": "taf",
"title": "Text-Based Actors",
"description": "An intentionally minimalist system that enables you to play rules-light games without getting in your way!",
"version": "2.3.0",
"download": "#{DOWNLOAD}#",
"manifest": "https://github.com/Eldritch-Oliver/Text-Actors-Foundry/releases/latest/download/system.json",
"url": "https://github.com/Eldritch-Oliver/Text-Actors-Foundry",
"compatibility": {
"minimum": 13,
"verified": 13,
"maximum": 13
},
"authors": [
{ "name": "Oliver" }
],
"esmodules": [
"./module/main.mjs"
],
"styles": [
{
"src": "./styles/main.css",
"layer": "system"
}
],
"languages": [
{
"lang": "en",
"name": "English (Canadian)",
"path": "langs/en-ca.json"
}
],
"documentTypes": {
"Actor": {
"player": {
"htmlFields": [
"content"
],
"filePathFields": {}
}
},
"Item": {}
},
"socket": true,
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", "styles", "module", "assets"]
}
}
}