Some checks failed
Release Creation / build (release) Failing after 48s
169 lines
3.1 KiB
JSON
169 lines
3.1 KiB
JSON
{
|
|
"id": "fvtt-cthulhu-eternal",
|
|
"title": "Cthulhu Eternal RPG",
|
|
"description": "The OGL Cthulhu Eternal RPG system for Foundry VTT",
|
|
"manifest": "https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal/raw/branch/main/system.json",
|
|
"download": "#{DOWNLOAD}#",
|
|
"url": "https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal",
|
|
"license": "LICENSE",
|
|
"version": "13.0.1",
|
|
"authors": [
|
|
{
|
|
"name": "Uberwald",
|
|
"discord": "LeRatierBretonnien",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": [
|
|
"css",
|
|
"html",
|
|
"hbs",
|
|
"json"
|
|
],
|
|
"paths": [
|
|
"acks.css",
|
|
"./",
|
|
"templates",
|
|
"css",
|
|
"lang/en.json"
|
|
]
|
|
}
|
|
},
|
|
"compatibility": {
|
|
"minimum": "13",
|
|
"verified": "13"
|
|
},
|
|
"esmodules": [
|
|
"cthulhu-eternal.mjs"
|
|
],
|
|
"styles": [
|
|
"css/fvtt-cthulhu-eternal.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "Anglais",
|
|
"path": "lang/en.json",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"protagonist": {
|
|
"htmlFields": [
|
|
"description",
|
|
"notes"
|
|
]
|
|
},
|
|
"vehicle": {
|
|
"htmlFields": [
|
|
"description",
|
|
"notes"
|
|
]
|
|
},
|
|
"creature": {
|
|
"htmlFields": [
|
|
"description",
|
|
"notes"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"gear": {
|
|
"htmlFields": [
|
|
"description"
|
|
]
|
|
},
|
|
"archetype": {
|
|
"htmlFields": [
|
|
"description"
|
|
]
|
|
},
|
|
"ritual": {
|
|
"htmlFields": [
|
|
"description"
|
|
]
|
|
},
|
|
"tome": {
|
|
"htmlFields": [
|
|
"description"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"packs": [
|
|
{
|
|
"name": "skills",
|
|
"label": "Skills",
|
|
"system": "fvtt-cthulhu-eternal",
|
|
"path": "packs-system/skills",
|
|
"type": "Item",
|
|
"ownership": {
|
|
"PLAYER": "OBSERVER",
|
|
"ASSISTANT": "OWNER"
|
|
},
|
|
"flags": {}
|
|
},
|
|
{
|
|
"name": "rituals",
|
|
"label": "Rituals",
|
|
"system": "fvtt-cthulhu-eternal",
|
|
"path": "packs-system/rituals",
|
|
"type": "Item",
|
|
"ownership": {
|
|
"PLAYER": "OBSERVER",
|
|
"ASSISTANT": "OWNER"
|
|
},
|
|
"flags": {}
|
|
}
|
|
],
|
|
"grid": {
|
|
"distance": 10,
|
|
"units": "m"
|
|
},
|
|
"primaryTokenAttribute": "hp",
|
|
"socket": true,
|
|
"background": "systems/fvtt-cthulhu-eternal/assets/ui/background_01.webp"
|
|
} |