{ "id": "csb-basic-instinct-system", "title": "CSB - Basic Instinct System", "description": "Implémentation du Basic Instinct System des Imagitateurs avec Custom System Builder", "version": "1.0.1", "compatibility": { "minimum": "13", "verified": "13" }, "url": "https://github.com/los-brutos/csb-basic-instinct-system/", "manifest": "https://raw.githubusercontent.com/los-brutos/csb-basic-instinct-system/refs/tags/1.0.1/module.json", "download": "https://github.com/los-brutos/csb-basic-instinct-system/releases/download/1.0.1/csb-basic-instinct-system.zip", "readme": "https://github.com/los-brutos/csb-basic-instinct-system/blob/main/README.md", "bugs": "https://github.com/los-brutos/csb-basic-instinct-system/issues", "authors": [ { "name": "Los Brutos", "discord": "losbrutos", "flags": {} }, { "name": "Eric des Imagitateurs", "discord": "les_imagitateurs_eric", "flags": {} } ], "flags": { "canUpload": true }, "styles": [ "styles/csb-basic-instinct-system.css" ], "packs": [ { "name": "templates-acteurs", "label": "BIS - Templates Acteurs", "path": "packs/templates-acteurs", "type": "Actor", "system": "custom-system-builder", "flags": {}, "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "templates-objets", "label": "BIS - Templates Objets", "path": "packs/templates-objets", "type": "Item", "system": "custom-system-builder", "flags": {}, "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "basic-instinct-system-rules", "label": "Le Basic Instinct System", "path": "packs/basic-instinct-system-rules", "type": "JournalEntry", "system": "custom-system-builder", "flags": {}, "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } } ] }