From 099ce0377483866bd97c6ddf089b2795fba186ef Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 9 Aug 2026 21:54:41 +0200 Subject: [PATCH] fix(welcome): message de bienvenue minimal, sans texte de tutoriel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Retire la phrase « notre shaman va vous guider vers votre rite d'initiation » : le message ne contient plus que le titre de bienvenue et les crédits. --- lang/en.json | 2 +- lang/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en.json b/lang/en.json index d248098..a6ec5b1 100644 --- a/lang/en.json +++ b/lang/en.json @@ -65,7 +65,7 @@ "roll_dice": "Roll the dice" }, "TOURS": { - "ChatMessage": "

Welcome to Vermine 2047!

If you're using this system for the first time, our shaman will guide you to your initiation rite


Vermine 2047 — a game by Julien Blondel
© 2023 Studio Agate — TOTEM System — © 2023 Julien Blondel — All rights reserved.
Foundry VTT system developed by LeRatierBretonnier, based on an original work by RWanoux.

" + "ChatMessage": "

Welcome to Vermine 2047!


Vermine 2047 — a game by Julien Blondel
© 2023 Studio Agate — TOTEM System — © 2023 Julien Blondel — All rights reserved.
Foundry VTT system developed by LeRatierBretonnier, based on an original work by RWanoux.

" }, "DIFFICULTY_LEVELS": { "obvious": "Obvious", diff --git a/lang/fr.json b/lang/fr.json index 5aba1c1..e68717f 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -65,7 +65,7 @@ "roll_dice": "Jeter les dés" }, "TOURS": { - "ChatMessage": "

Bienvenue dans Vermine 2047 !

Si vous utilisez ce système pour la première fois, notre shaman va vous guider vers votre rite d'initiation


Vermine 2047 — un jeu de Julien Blondel
© 2023 Studio Agate — TOTEM System — © 2023 Julien Blondel — Tous droits réservés.
Système Foundry VTT développé par LeRatierBretonnier, sur un travail original de RWanoux.

" + "ChatMessage": "

Bienvenue dans Vermine 2047 !


Vermine 2047 — un jeu de Julien Blondel
© 2023 Studio Agate — TOTEM System — © 2023 Julien Blondel — Tous droits réservés.
Système Foundry VTT développé par LeRatierBretonnier, sur un travail original de RWanoux.

" }, "DIFFICULTY_LEVELS": { "obvious": "Evidente",