fvtt-ecryme/system.json

129 lines
2.8 KiB
JSON
Raw Normal View History

2023-04-19 18:44:41 +02:00
{
"description": "Ecryme",
"esmodules": [
"modules/ecryme-main.js"
],
"gridDistance": 1,
2023-04-28 15:25:57 +02:00
"gridUnits": "m",
2023-04-19 18:44:41 +02:00
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"packs": [
2023-07-29 09:44:29 +02:00
{
"label": "Spécialisation",
"type": "Item",
"name": "specialisation",
"path": "packs/specialisation",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Equipment",
"type": "Item",
"name": "equipment",
"path": "packs/equipment",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Traits",
"type": "Item",
"name": "traits",
"path": "packs/traits",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
2024-03-15 12:10:44 +01:00
{
"label": "Scenes",
"type": "Scene",
"name": "scenes",
"path": "packs/scenes",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
2023-07-29 09:44:29 +02:00
{
"label": "Maneuvers",
"type": "Item",
"name": "maneuvers",
"path": "packs/maneuvers",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2023-08-17 08:31:22 +02:00
},
{
"label": "Help/Aides",
"type": "JournalEntry",
"name": "help",
"path": "packs/help",
"system": "fvtt-ecryme",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2023-07-29 09:44:29 +02:00
}
2023-04-19 18:44:41 +02:00
],
"license": "LICENSE.txt",
2023-08-26 09:53:14 +02:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-ecryme/raw/branch/master/system.json",
2023-04-19 18:44:41 +02:00
"compatibility": {
"minimum": "11",
"verified": "12"
2023-04-19 18:44:41 +02:00
},
"id": "fvtt-ecryme",
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/ecryme.css"
],
"relationships": {
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
}
]
},
2023-04-19 18:44:41 +02:00
"title": "Ecryme, le Jeu de Rôles",
2023-08-26 09:53:14 +02:00
"url": "https://www.uberwald.me/gitea/public/fvtt-ecryme",
"version": "11.1.0",
"download": "https://www.uberwald.me/gitea/public/fvtt-ecryme/archive/fvtt-ecryme-v11.1.0.zip",
2023-05-26 07:46:06 +02:00
"background": "systems/fvtt-ecryme/images/assets/ecryme_extract_panel_01.webp"
2023-04-19 18:44:41 +02:00
}