{ "id": "knight", "title": "Knight", "description": "Une fiche pour le JDR Knight.", "version": "#{VERSION}#", "esmodules": [ "module/knight.mjs" ], "scripts": [ "scripts/knight-dices.js", "scripts/lz-string.min.js" ], "styles": [ "styles/knight.css" ], "socket":true, "relationships": { "requires": [ { "id": "socketlib", "type": "module", "manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json" } ] }, "languages": [ { "lang": "fr", "name": "French", "path": "lang/fr.json", "flags": {} }, { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} } ], "authors": [ { "name": "Zakarik", "url": "https://fr.tipeee.com/zakarik", "discord": "Zakarik#9006", "flags": {} } ], "compatibility": { "minimum": "12", "verified": "13" }, "media": [ { "type": "setup", "thumbnail": "systems/knight/assets/artwork/knight-thumbnail.webp" } ], "documentTypes": { "Actor": { "knight": {}, "ia":{}, "pnj":{}, "creature":{}, "bande":{}, "vehicule":{}, "mechaarmure":{} }, "Item":{ "armure":{}, "arme":{}, "avantage":{}, "inconvenient":{}, "motivationMineure":{}, "langue":{}, "contact":{}, "blessure":{}, "trauma":{}, "module":{}, "capacite":{}, "armurelegende":{}, "carteheroique":{}, "capaciteheroique":{}, "effet":{}, "art":{}, "distinction":{}, "capaciteultime":{} } }, "primaryTokenAttribute":"sante", "secondaryTokenAttribute":"armure", "grid":{ "distance":5, "unit":"m" }, "url": "#{URL}#", "manifest": "#{MANIFEST}#", "download": "#{DOWNLOAD}#", "changelog": "https://raw.githubusercontent.com/Zakarik/foundry-knight/main/changelog.md" }