Files
fvtt-chroniques-de-l-etrange/system.json

119 lines
2.6 KiB
JSON

{
"id": "fvtt-chroniques-de-l-etrange",
"version": "13.0.0",
"title": "Les Chroniques de l'Étrange",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-chroniques-de-l-etrange",
"description": "Game system for Les Chroniques de l'Étrange, from Antre-Monde éditions",
"license": "LICENSE.txt",
"authors": [
{
"name": "LeRatierBretonnien"
}
],
"esmodules": [
"src/system.js"
],
"styles": [
"css/cde-theme.css"
],
"packFolders": [],
"packs":[],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr-cde.json"
}
],
"documentTypes": {
"Actor": {
"character": {
"htmlFields": [
"description"
]
},
"npc": {
"htmlFields": [
"description"
]
}
},
"Item": {
"item": {
"htmlFields": [
"description",
"notes"
]
},
"kungfu": {
"htmlFields": [
"description",
"techniques.technique1.technique",
"techniques.technique2.technique",
"techniques.technique3.technique",
"notes"
]
},
"spell": {
"htmlFields": [
"description",
"components",
"effects",
"examples",
"notes"
]
},
"supernatural": {
"htmlFields": [
"description",
"notes",
"effects"
]
},
"weapon": {
"htmlFields": [
"description",
"notes"
]
},
"armor": {
"htmlFields": [
"description",
"notes"
]
},
"sanhei": {
"htmlFields": [
"description",
"properties.prop1.description",
"properties.prop2.description",
"properties.prop3.description",
"notes"
]
},
"ingredient": {
"htmlFields": [
"description",
"notes"
]
}
}
},
"compatibility": {
"minimum": "13",
"verified": "13"
},
"relationships": {
},
"background": "/systems/fvtt-chroniques-de-l-etrange/images/background/accueil.webp",
"grid": {
"distance": 5,
"units": "m"
},
"initiative": "@anti_initiative",
"primaryTokenAttribute": "threetreasures.heiyang",
"secondaryTokenAttribute": "threetreasures.heiyin",
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-chroniques-de-l-etrange/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-chroniques-de-l-etrange/raw/branch/main/13.0.0.zip"
}