Files
fvtt-prism-rpg/system.json
T
2025-11-06 23:30:37 +01:00

111 lines
2.8 KiB
JSON

{
"id": "fvtt-prism-rpg",
"title": "Prism 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": ["prism-rpg.mjs"],
"styles": ["css/fvtt-prism-rpg.css"],
"languages": [
{
"lang": "en",
"name": "Anglais",
"path": "lang/en.json"
}
],
"documentTypes": {
"Actor": {
"character": { "htmlFields": ["description", "notes"] },
"monster": { "htmlFields": ["description"] }
},
"Item": {
"skill": { "htmlFields": ["description"] },
"racial-ability": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"armor": { "htmlFields": ["description"] },
"shield": { "htmlFields": ["description"] },
"spell": { "htmlFields": ["description"] },
"equipment": { "htmlFields": ["description"] },
"race": { "htmlFields": ["description", "racialPassiveDescription", "subraceAbilityDescription", "notes"] },
"class": { "htmlFields": ["description", "attributeBonuses", "notes", "features.level1", "features.level2", "features.level3", "features.level4", "features.level5", "features.level6", "features.level7", "features.level8", "features.level9", "features.level10"] }
}
},
"grid": {
"distance": 10,
"units": "m"
},
"primaryTokenAttribute": "hp",
"socket": true,
"background": "systems/fvtt-prism-rpg/assets/ui/prism_rpg_main_picture.webp",
"packs": [
{
"name": "lf-skills",
"banner": "",
"label": "Skills",
"system": "fvtt-prism-rpg",
"path": "packs-system/lf-skills",
"type": "Item"
},
{
"name": "lf-equipment",
"banner": "",
"label": "Equipment",
"system": "fvtt-prism-rpg",
"path": "packs-system/lf-equipment",
"type": "Item"
},
{
"name": "lf-racial-abilities",
"banner": "",
"label": "Racial Abilities",
"system": "fvtt-prism-rpg",
"path": "packs-system/lf-racial-abilities",
"type": "Item"
},
{
"name": "lf-vulnerabilities",
"banner": "",
"label": "Vulnerabilities",
"system": "fvtt-prism-rpg",
"path": "packs-system/lf-vulnerabilities",
"type": "Item"
},
{
"name": "lf-spells-miracles",
"banner": "",
"label": "Spells & Miracles",
"system": "fvtt-prism-rpg",
"path": "packs-system/lf-spells-miracles",
"type": "Item"
}
],
"flags": {
"hotReload": {
"extensions": [
"css",
"hbs",
"json"
],
"paths": [
"css/",
"lang/",
"assets/",
"templates/"
]
}
}
}