Files
fvtt-chroniques-de-l-etrange/system.json
2026-03-29 21:34:59 +02:00

270 lines
6.1 KiB
JSON

{
"id": "fvtt-chroniques-de-l-etrange",
"version": "3.0.0",
"title": "Les Chroniques de l'Étrange (Unofficial)",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-chroniques-de-l-etrange",
"description": "Unofficial game system for Les Chroniques de l'Étrange.",
"license": "LICENSE.txt",
"authors": [
{
"name": "LeRatierBretonnien"
}
],
"esmodules": [
"dist/system.js"
],
"styles": [
"css/cde-theme.css"
],
"packFolders": [
{
"name": "FR - Aides",
"sorting": "a",
"color": "",
"packs": [
"aides-pour-les-joueuses",
"telecharger-compendiums",
"aide-pour-linitiative",
"aide-pour-la-lumiere",
"aide-pour-fxmaster"
],
"folders": []
},
{
"name": "FR - Macros & Générateurs",
"sorting": "a",
"color": "",
"packs": [
"macros",
"fxmastercde",
"cantonese-name-generators"
],
"folders": []
}
],
"packs": [
{
"name": "aides-pour-les-joueuses",
"label": "FR - Aides pour les Joueuses",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/aides-pour-les-joueuses",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "telecharger-compendiums",
"label": "Télécharger Compendiums",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/telecharger-compendiums",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "aide-pour-linitiative",
"label": "Aide pour l'initiative",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/aide-pour-linitiative",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "aide-pour-la-lumiere",
"label": "Aide pour la lumière",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/aide-pour-la-lumiere",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "aide-pour-fxmaster",
"label": "Aide pour FXMaster",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/aide-pour-fxmaster",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "macros",
"label": "Macros",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "fxmastercde",
"label": "FR - FXMaster/CdE",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/fxmastercde",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "cantonese-name-generators",
"label": "Générateurs de noms",
"system": "fvtt-chroniques-de-l-etrange",
"path": "packs/cantonese-name-generators",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en-cde.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr-cde.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es-cde.json"
}
],
"documentTypes": {
"Actor": {
"character": {
"htmlFields": [
"description"
]
},
"npc": {
"htmlFields": [
"description"
]
},
"tinji": {
"htmlFields": [
"description"
]
},
"loksyu": {
"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": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/download/v1.12.13.1/module.json",
"compatibility": {
"minimum": "1.12.13.1"
}
}
]
},
"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://chroniques-etrange-no.fr/download/foundry/system.json",
"download": "https://chroniques-etrange-no.fr/download/foundry/release-233.zip"
}