{ "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": "3.0.1", "download": "https://git.varify.ca/Foundry/taf/releases/download/v3.0.1/release.zip", "manifest": "https://git.varify.ca/Foundry/taf/releases/download/latest/system.json", "url": "https://git.varify.ca/Foundry/taf", "compatibility": { "minimum": 13, "verified": 14, "maximum": 14 }, "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": { "generic": { "htmlFields": [ "description" ], "filePathFields": {} }, "attribute": { "htmlFields": [], "filePathFields": {} } } }, "socket": true }