All checks were successful
Release Creation / build (release) Successful in 58s
111 lines
2.6 KiB
JSON
111 lines
2.6 KiB
JSON
{
|
|
"id": "fvtt-lethal-fantasy",
|
|
"title": "Lethal Fantasy RPG",
|
|
"description": "",
|
|
"manifest": "#{MANIFEST}#",
|
|
"download": "#{DOWNLOAD}#",
|
|
"url": "#{URL}#",
|
|
"license": "LICENSE",
|
|
"version": "13.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Uberwald",
|
|
"discord": "LeRatierBretonnien"
|
|
}
|
|
],
|
|
"compatibility": {
|
|
"minimum": "13",
|
|
"verified": "13"
|
|
},
|
|
"esmodules": ["lethal-fantasy.mjs"],
|
|
"styles": ["css/fvtt-lethal-fantasy.css"],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "Anglais",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"character": { "htmlFields": ["description", "notes"] },
|
|
"monster": { "htmlFields": ["description"] }
|
|
},
|
|
"Item": {
|
|
"skill": { "htmlFields": ["description"] },
|
|
"gift": { "htmlFields": ["description"] },
|
|
"vulnerability": { "htmlFields": ["description"] },
|
|
"weapon": { "htmlFields": ["description"] },
|
|
"armor": { "htmlFields": ["description"] },
|
|
"shield": { "htmlFields": ["description"] },
|
|
"spell": { "htmlFields": ["description"] },
|
|
"equipment": { "htmlFields": ["description"] },
|
|
"miracle": { "htmlFields": ["miracle"] }
|
|
}
|
|
},
|
|
"grid": {
|
|
"distance": 10,
|
|
"units": "m"
|
|
},
|
|
"primaryTokenAttribute": "hp",
|
|
"socket": true,
|
|
"background": "systems/fvtt-lethal-fantasy/assets/ui/lethal_fatansy_main_picture.webp",
|
|
"packs": [
|
|
{
|
|
"name": "lf-skills",
|
|
"banner": "",
|
|
"label": "Skills",
|
|
"system": "fvtt-lethal-fantasy",
|
|
"path": "packs-system/lf-skills",
|
|
"type": "Item"
|
|
},
|
|
{
|
|
"name": "lf-equipment",
|
|
"banner": "",
|
|
"label": "Equipment",
|
|
"system": "fvtt-lethal-fantasy",
|
|
"path": "packs-system/lf-equipment",
|
|
"type": "Item"
|
|
},
|
|
{
|
|
"name": "lf-gifts",
|
|
"banner": "",
|
|
"label": "Gifts",
|
|
"system": "fvtt-lethal-fantasy",
|
|
"path": "packs-system/lf-gifts",
|
|
"type": "Item"
|
|
},
|
|
{
|
|
"name": "lf-vulnerabilities",
|
|
"banner": "",
|
|
"label": "Vulnerabilities",
|
|
"system": "fvtt-lethal-fantasy",
|
|
"path": "packs-system/lf-vulnerabilities",
|
|
"type": "Item"
|
|
},
|
|
{
|
|
"name": "lf-spells-miracles",
|
|
"banner": "",
|
|
"label": "Spells & Miracles",
|
|
"system": "fvtt-lethal-fantasy",
|
|
"path": "packs-system/lf-spells-miracles",
|
|
"type": "Item"
|
|
}
|
|
],
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": [
|
|
"css",
|
|
"hbs",
|
|
"json"
|
|
],
|
|
"paths": [
|
|
"css/",
|
|
"lang/",
|
|
"assets/",
|
|
"templates/"
|
|
]
|
|
}
|
|
}
|
|
}
|