Import initial du système

This commit is contained in:
2026-03-28 08:44:19 +01:00
parent 068fca00e5
commit f7a01900ac
105 changed files with 7362 additions and 2090 deletions

View File

@@ -10,8 +10,12 @@
"name": "LeRatierBretonnien"
}
],
"esmodules": ["dist/system.js"],
"styles": ["css/cde-theme.css"],
"esmodules": [
"dist/system.js"
],
"styles": [
"css/cde-theme.css"
],
"packFolders": [
{
"name": "FR - Aides",
@@ -142,7 +146,7 @@
"name": "English",
"path": "lang/en-cde.json"
},
{
{
"lang": "fr",
"name": "Français",
"path": "lang/fr-cde.json"
@@ -155,13 +159,34 @@
],
"documentTypes": {
"Actor": {
"character": { "htmlFields": ["description"] },
"npc": { "htmlFields": ["description"] },
"tinji": { "htmlFields": ["description"] },
"loksyu": { "htmlFields": ["description"] }
"character": {
"htmlFields": [
"description"
]
},
"npc": {
"htmlFields": [
"description"
]
},
"tinji": {
"htmlFields": [
"description"
]
},
"loksyu": {
"htmlFields": [
"description"
]
}
},
"Item": {
"item": { "htmlFields": ["description", "notes"] },
"item": {
"htmlFields": [
"description",
"notes"
]
},
"kungfu": {
"htmlFields": [
"description",
@@ -171,8 +196,49 @@
"notes"
]
},
"spell": { "htmlFields": ["description", "components", "effects", "examples", "notes"] },
"supernatural": { "htmlFields": ["description", "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": {
@@ -180,14 +246,16 @@
"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"
"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.jpg",
"grid": {
@@ -199,4 +267,4 @@
"secondaryTokenAttribute": "threetreasures.heiyin",
"manifest": "https://chroniques-etrange-no.fr/download/foundry/system.json",
"download": "https://chroniques-etrange-no.fr/download/foundry/release-233.zip"
}
}