fvtt-te-deum/system.json

158 lines
3.3 KiB
JSON
Raw Normal View History

2023-12-11 20:11:10 +01:00
{
"description": "Te Deum Pour Un Massacre",
"esmodules": [
"modules/tedeum-main.js"
],
2024-09-13 22:14:21 +02:00
"grid": {
"distance": 2,
"units": "m"
},
2023-12-11 20:11:10 +01:00
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"packs": [
{
2025-01-28 21:40:20 +01:00
"label": "Compétences",
2023-12-11 20:11:10 +01:00
"type": "Item",
2025-01-28 21:40:20 +01:00
"name": "competences",
"path": "packs/competences",
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
},
{
2025-01-28 21:40:20 +01:00
"label": "Armes",
2024-02-29 22:35:12 +01:00
"type": "Item",
2025-01-28 21:40:20 +01:00
"name": "armes",
"path": "packs/armes",
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Armures",
"type": "Item",
"name": "armures",
"path": "packs/armures",
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Education",
"type": "Item",
"name": "education",
"path": "packs/education",
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Grâces",
"type": "Item",
"name": "graces",
"path": "packs/graces",
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Maladies",
"type": "Item",
"name": "maladies",
"path": "packs/maladies",
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Simples",
"type": "Item",
"name": "simples",
"path": "packs/simples",
2024-02-29 22:35:12 +01:00
"system": "fvtt-te-deum",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2025-02-03 23:00:59 +01:00
},
{
"label": "Scenes",
"type": "Scene",
"name": "scenes",
"path": "packs/scenes",
"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-09-13 22:14:21 +02:00
"minimum": "12",
2024-06-06 17:16:40 +02:00
"verified": "12"
2023-12-11 20:11:10 +01:00
},
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": {
},
2024-10-27 11:51:08 +01:00
"title": "Te Deum pour Un Massacre, le Jeu de Rôles (Officiel)",
2024-02-19 22:02:44 +01:00
"url": "https://www.uberwald.me/gitea/public/fvtt-te-deum",
2024-12-05 22:48:23 +01:00
"version": "12.0.9",
"download": "https://www.uberwald.me/gitea/public/fvtt-te-deum/archive/fvtt-te-deum-v12.0.9.zip",
2025-02-03 23:00:59 +01:00
"background": "systems/fvtt-te-deum/images/ui/tdeum_welcome_page_01.webp",
2024-06-06 17:16:40 +02:00
"flags": {
"hotReload": {
"extensions": [
"css",
"hbs",
"json"
],
"paths": [
"styles/",
"lang/",
"assets/",
"templates/"
]
}
}
2024-07-10 22:59:38 +02:00
}