From c749bbdee48e059dd0d87bc54a484b2cb7cf4333 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:30:16 +0200 Subject: [PATCH] Philosopher's token (#106) * Update CHANGELOG.md * Update roles.json * Update roles.json * Update roles.json * Update roles.json --- src/store/locale/en/roles.json | 3 ++- src/store/locale/fr/roles.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 3f95175..b8949f0 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -886,7 +886,8 @@ "otherNight": 2, "otherNightReminder": "If the Philosopher has not used their ability: the Philosopher either shows a 'no' head signal, or points to a good character on their sheet. If they chose a character: Swap the out-of-play character token with the Philosopher token and add the 'Is the Philosopher' reminder. If the character is in play, place the drunk marker by that player.", "reminders": ["Drunk", - "Is the Philosopher"], + "Philosopher", + "No ability"], "setup": false, "ability": "Once per game, at night, choose a good character: gain that ability. If this character is in play, they are drunk." }, diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 7211b7a..7bfbd72 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -976,7 +976,7 @@ "otherNightReminder": "S'il ne l'a pas encore fait, le Philosophe choisit s'il souhaite utiliser son pouvoir. S'il le fait, il choisit un personnage Bon. Si ce personnage n'est pas en jeu, le philosophe gagne son pouvoir. Sinon, ce personnage devient Ivre.", "reminders": [ "Ivre", - "Est le Philosophe", + "Philosophe", "Épuisé" ], "setup": false,