53 lines
1.1 KiB
JSON
53 lines
1.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.2.1",
|
|
"download": "#{DOWNLOAD}#",
|
|
"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": 13,
|
|
"verified": 13,
|
|
"maximum": 13
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Akins",
|
|
"url": "https://oliver.akins.me"
|
|
}
|
|
],
|
|
"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": {}
|
|
},
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
|
|
"paths": ["templates", "langs", ".styles", "module", "assets"]
|
|
}
|
|
}
|
|
}
|