2024-12-04 00:11:23 +01:00
|
|
|
{
|
|
|
|
"id": "fvtt-cthulhu-eternal",
|
|
|
|
"title": "Cthulhu Eternal RPG",
|
|
|
|
"description": "",
|
2025-01-04 22:27:34 +01:00
|
|
|
"manifest": "https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal/raw/branch/main/system.json",
|
2024-12-04 00:11:23 +01:00
|
|
|
"download": "#{DOWNLOAD}#",
|
2025-01-04 22:27:34 +01:00
|
|
|
"url": "https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal",
|
2024-12-04 00:11:23 +01:00
|
|
|
"license": "LICENSE",
|
2025-01-09 15:18:41 +01:00
|
|
|
"version": "12.0.3",
|
2024-12-04 00:11:23 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Uberwald",
|
|
|
|
"discord": "LeRatierBretonnien"
|
|
|
|
}
|
|
|
|
],
|
2024-12-16 09:04:48 +01:00
|
|
|
"flags": {
|
|
|
|
"hotReload": {
|
|
|
|
"extensions": ["css", "html", "hbs", "json"],
|
|
|
|
"paths": ["acks.css", "./", "templates", "css", "lang/en.json"]
|
|
|
|
}
|
|
|
|
},
|
2024-12-04 00:11:23 +01:00
|
|
|
"compatibility": {
|
|
|
|
"minimum": "12",
|
|
|
|
"verified": "12"
|
|
|
|
},
|
|
|
|
"esmodules": ["cthulhu-eternal.mjs"],
|
|
|
|
"styles": ["css/fvtt-cthulhu-eternal.css"],
|
|
|
|
"languages": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"name": "Anglais",
|
|
|
|
"path": "lang/en.json"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"documentTypes": {
|
|
|
|
"Actor": {
|
2025-01-08 17:26:57 +01:00
|
|
|
"protagonist": { "htmlFields": ["description", "notes"] },
|
|
|
|
"vehicle": { "htmlFields": ["description", "notes"] }
|
2024-12-04 00:11:23 +01:00
|
|
|
},
|
|
|
|
"Item": {
|
|
|
|
"skill": { "htmlFields": ["description"] },
|
|
|
|
"injury": { "htmlFields": ["description"] },
|
|
|
|
"weapon": { "htmlFields": ["description"] },
|
|
|
|
"armor": { "htmlFields": ["description"] },
|
|
|
|
"bond": { "htmlFields": ["description"] },
|
|
|
|
"mentaldisorder": { "htmlFields": ["description"] },
|
|
|
|
"motivation": { "htmlFields": ["description"] },
|
|
|
|
"arcane": { "htmlFields": ["description"] },
|
2024-12-16 09:04:48 +01:00
|
|
|
"gear": { "htmlFields": ["description"] },
|
|
|
|
"archetype": { "htmlFields": ["description"] }
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|
|
|
|
},
|
2025-01-05 23:23:37 +01:00
|
|
|
"packs": [
|
|
|
|
{
|
|
|
|
"name": "skills",
|
|
|
|
"banner": "",
|
|
|
|
"label": "Skills",
|
|
|
|
"system": "fvtt-cthulhu-eternal",
|
2025-01-09 15:36:41 +01:00
|
|
|
"path": "packs-system/skills",
|
2025-01-05 23:23:37 +01:00
|
|
|
"type": "Item"
|
|
|
|
}
|
|
|
|
],
|
2024-12-04 00:11:23 +01:00
|
|
|
"grid": {
|
|
|
|
"distance": 10,
|
|
|
|
"units": "m"
|
|
|
|
},
|
|
|
|
"primaryTokenAttribute": "hp",
|
|
|
|
"socket": true,
|
2025-01-05 23:23:37 +01:00
|
|
|
"background": "systems/fvtt-cthulhu-eternal/assets/background.webp"
|
2024-12-04 00:11:23 +01:00
|
|
|
}
|