Rework des fiches creature/PJ et Tinji/Loksyu

This commit is contained in:
2026-03-30 17:05:34 +02:00
parent b19dcdef3c
commit 8753784dc9
4 changed files with 13 additions and 795 deletions

View File

@@ -1,9 +1,9 @@
{
"id": "fvtt-chroniques-de-l-etrange",
"version": "3.0.0",
"title": "Les Chroniques de l'Étrange (Unofficial)",
"version": "13.0.0",
"title": "Les Chroniques de l'Étrange",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-chroniques-de-l-etrange",
"description": "Unofficial game system for Les Chroniques de l'Étrange.",
"description": "Game system for Les Chroniques de l'Étrange, from Antre-Monde éditions",
"license": "LICENSE.txt",
"authors": [
{
@@ -11,7 +11,7 @@
}
],
"esmodules": [
"dist/system.js"
"src/system.js"
],
"styles": [
"css/cde-theme.css"
@@ -19,20 +19,10 @@
"packFolders": [],
"packs":[],
"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": {
@@ -114,16 +104,6 @@
"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": {
@@ -133,6 +113,6 @@
"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"
"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"
}