{ "id": "liber-chronicles", "title": "Liber V3 Game System", "description": "The Liber Chronicles system for FoundryVTT !", "authors": [ { "name": "Vharung", "discord": "Vharung" }], "version": "4.0.39", "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": "magie", "label": "Magie", "system": "liber", "path": "./pack/magie", "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": "villes", "label": "Villes", "type": "Scene", "path": "./pack/villes", "system": "liber", "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } }, { "name": "regles", "label": "Régles", "type": "JournalEntry", "path": "./pack/regles", "system": "liber", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" } } ], "packFolders": [ { "name": "Liber", "sorting": "m", "color": "#c99e4c", "packs": [ ], "folders": [ { "name": "Acteur", "sorting": "m", "color": "#c7a25b", "packs": [ "pnj", "monstre" ] }, { "name": "Objets & Sorts", "sorting": "m", "color": "#c7a76b ", "packs": [ "inventaire", "magie" ] }, { "name": "Ressource", "sorting": "m", "color": "#c7ad7c", "packs": [ "villes", "regles" ] } ] } ], "url": "https://github.com/Vharung/liber", "manifest": "https://raw.githubusercontent.com/Vharung/liber/main/system.json", "download": "https://github.com/Vharung/liber/archive/refs/heads/main.zip", "background": "systems/liber-chronicles/assets/system/accueil.webp", "grid":{ "distance": 1, "units": "m" }, "primaryTokenAttribute": "hp", "secondaryTokenAttribute": "psy" }