fvtt-te-deum/system.json

68 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2023-12-11 20:11:10 +01:00
{
"description": "Te Deum Pour Un Massacre",
"esmodules": [
"modules/tedeum-main.js"
],
"gridDistance": 1,
"gridUnits": "m",
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"packs": [
{
"label": "Equipment",
"type": "Item",
"name": "equipment",
"path": "packs/equipment",
2024-02-19 22:02:44 +01:00
"system": "fvtt-te-deum",
2023-12-11 20:11:10 +01:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2024-02-29 22:35:12 +01:00
},
{
"label": "Compétences",
"type": "Item",
"name": "competences",
"path": "packs/competences",
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2023-12-11 20:11:10 +01:00
}
],
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-te-deum/raw/branch/master/system.json",
"compatibility": {
2024-02-19 22:02:44 +01:00
"minimum": "11",
2023-12-11 20:11:10 +01:00
"verified": "11"
},
2024-02-19 22:02:44 +01:00
"id": "fvtt-te-deum",
2023-12-11 20:11:10 +01:00
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/tedeum.css"
],
"relationships": {
},
"title": "Te Deum pour Un Massacre, le Jeu de Rôles",
2024-02-19 22:02:44 +01:00
"url": "https://www.uberwald.me/gitea/public/fvtt-te-deum",
2024-02-29 22:35:12 +01:00
"version": "11.0.1",
2024-02-19 22:02:44 +01:00
"download": "https://www.uberwald.me/gitea/public/fvtt-te-deum/archive/fvtt-te-deum-v11.0.0.zip",
2023-12-11 20:11:10 +01:00
"background": ""
}