{ "id": "libersf", "title": "Liber SF Game System", "description": "A simple game system with Physical, Mental, and Social characteristics.", "authors": [ { "name": "Vharung", "discord": "Vharung" }], "version": "4", "compatibility": { "minimum": "13", "verified": "13" }, "license": "MIT", "scripts": [], "styles": ["style/liber.css"], "languages": [ { "lang": "fr", "name": "Français", "path": "lang/fr.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" } ], "esmodules": ["module/liber.js"], "packs": [ { "name": "inventaire", "label": "Inventaire", "system": "liber", "path": "./pack/inventaire", "type": "Item", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "competences", "label": "Compétences", "system": "liber", "path": "./pack/competences", "type": "Item", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "monstre", "label": "Monstres", "system": "liber", "path": "./pack/monstre", "type": "Actor", "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "pnj", "label": "PNJ", "system": "liber", "path": "./pack/pnj", "type": "Actor", "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "vehicule", "label": "Véhicule", "system": "liber", "path": "./pack/vehicule", "type": "Actor", "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "lieux", "label": "lieux", "type": "Scene", "path": "./pack/lieux", "system": "liber", "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "regles", "label": "Régles", "type": "JournalEntry", "path": "./pack/regles", "system": "liber", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } }, { "name": "table", "label": "Tables", "type": "RollTable", "path": "./pack/tables", "system": "liber", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } } ], "packFolders": [ { "name": "Liber", "sorting": "m", "color": "#001f20", "packs": [ ], "folders": [ { "name": "Acteur", "sorting": "m", "color": "#003e40", "packs": [ "pnj", "monstre", "vehicule" ] }, { "name": "Objets & Compétences", "sorting": "m", "color": "#005d60 ", "packs": [ "inventaire", "competences" ] }, { "name": "Ressource", "sorting": "m", "color": "#007b80", "packs": [ "lieux", "table", "regles" ] } ] } ], "url": "https://github.com/Vharung/libersf", "manifest": "https://raw.githubusercontent.com/Vharung/libersf/main/system.json", "download": "https://github.com/Vharung/libersf/archive/refs/heads/main.zip", "background": "systems/libersf/assets/system/accueil.webp", "grid":{ "distance": 1, "units": "m" }, "primaryTokenAttribute": "health", "secondaryTokenAttribute": "shield" }