From 7b5290a5f5893f00f0aae123461d5e8f11e6302f Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:17:31 +0100 Subject: [PATCH] Adding Knight (FR) --- src/store/locale/fr/roles.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 6a0a27d..65387bf 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1587,6 +1587,19 @@ "setup": false, "ability": "Vous avez la capacité du dernier joueur mort par exécution. S'il était Mauvais, vous êtes empoisonné jusqu'à ce qu'un joueur Bon meure par exécution." }, + { + "id": "knight", + "name": "Chevalier", + "edition": "", + "team": "townsfolk", + "firstNight": 47, + "firstNightReminder": "Désignez au Chevalier deux joueurs qui ne sont pas Démon", + "otherNight": 0, + "otherNightReminder": "", + "reminders": ["Connu"], + "setup": false, + "ability": "Vous commencez la partie en connaissant deux joueurs qui ne sont pas Démon." + }, { "id": "snitch", "name": "Cafteur",