From fde1a304a4a08dfd5bd6e0f5ad942e794367d554 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:25:51 +0200 Subject: [PATCH] Lunatic's token (#102) --- src/store/locale/en/roles.json | 5 ++--- src/store/locale/fr/roles.json | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 42171ff..dcb2093 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -576,9 +576,8 @@ "firstNightReminder": "If 7 or more players: Show the Lunatic a number of arbitrary 'Minions', players equal to the number of Minions in play. Show 3 character tokens of arbitrary good characters. If the token received by the Lunatic is a Demon that would wake tonight: Allow the Lunatic to do the Demon actions. Place their 'attack' markers. Wake the Demon. Show the Demon\u2019s real character token. Show them the Lunatic player. If the Lunatic attacked players: Show the real demon each marked player. Remove any Lunatic 'attack' markers.", "otherNight": 20, "otherNightReminder": "Allow the Lunatic to do the actions of the Demon. Place their 'attack' markers. If the Lunatic selected players: Wake the Demon. Show the 'attack' marker, then point to each marked player. Remove any Lunatic 'attack' markers.", - "reminders": ["Attack 1", - "Attack 2", - "Attack 3"], + "reminders": [], + "remindersGlobal": ["Lunatic"], "setup": false, "ability": "You think you are a Demon, but you are not. The Demon knows who you are & who you choose at night." }, diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index bdc6d09..34c6172 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -635,7 +635,8 @@ "firstNightReminder": "S'il y a 7 joueurs ou plus, indiquez à l'Aliéné un nombre de rôles de Serviteurs correspondant au nombre de Serviteurs en jeu et des joueurs pour chacuns de ces personnages. Montrez 3 jetons de personnages bons de votre choix. Si le faux personnage de Démon assigné à l'Aliéné a des actions de nuit, prétendez que vous lui faites réaliser ces actions. Placez le(s) marqueur(s) d'attaque de l'Aliéné. Réveillez le vrai Démon. Dévoilez au Démon les véritables Serviteurs et 3 bons personnages qui ne sont pas en jeu. Dévoilez au Démon qui est l'Aliéné. Si l'Aliéné a attaqué des joueurs, dévoilez au véritable Démon les joueurs marqués puis retirez les marqueurs de l'Aliéné.", "otherNight": 21, "otherNightReminder": "Permettez à l'Aliéné de réaliser les actions du Démon qu'il croit être. Placez le(s) marqueur(s) d'attaque. Si l'Aliéné a indiqué des joueurs, réveillez le Démon. Dévoilez au Démon les marqueurs de l'Aliéné puis retirez-les.", - "reminders": [ + "reminders": [], + "remindersGlobal": [ "Aliéné" ], "setup": true,