From 7ff62c8c3ccaf0235d6776b92b7072889e735aa1 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:27:08 +0100 Subject: [PATCH] Adding the three fabled (EN) --- src/store/locale/en/fabled.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/src/store/locale/en/fabled.json b/src/store/locale/en/fabled.json index 212d531..a7309d2 100644 --- a/src/store/locale/en/fabled.json +++ b/src/store/locale/en/fabled.json @@ -132,5 +132,36 @@ "name": "Storm Catcher", "team": "fabled", "ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is." - } + }, + { + "id": "ferryman", + "firstNightReminder": "", + "otherNightReminder": "", + "reminders": [], + "setup": false, + "name": "Ferryman", + "team": "fabled", + "ability": "On the final day, all dead players regain their vote token." + }, + { + "id": "gardener", + "firstNightReminder": "", + "otherNightReminder": "", + "reminders": ["Assigned"], + "setup": false, + "name": "Gardener", + "team": "fabled", + "ability": "The Storyteller assigns 1 or more players' characters." + }, + { + "id": "bootlegger", + "firstNight": 1, + "firstNightReminder": "Announce the Bootlegger is in play and inform the group of all homebrew characters and/or rules you are using in this game.", + "otherNightReminder": "", + "reminders": [], + "setup": false, + "name": "Bootlegger", + "team": "fabled", + "ability": "This script has homebrew characters or rules." + }, ]