From 1447489d45c4785f6570d87a5403ee166b7cd347 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:14:51 +0100 Subject: [PATCH] Adding Knight (EN) --- src/store/locale/en/roles.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 1f20721..fab6ff8 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1437,6 +1437,19 @@ "setup": false, "ability": "You have the ability of the recently killed executee. If they are evil, you are poisoned until a good player dies by execution." }, + { + "id": "knight", + "name": "Knight", + "edition": "", + "team": "townsfolk", + "firstNight": 47, + "firstNightReminder": "Point to two players who are not the Demon.", + "otherNight": 0, + "otherNightReminder": "", + "reminders": ["Knows"], + "setup": false, + "ability": "You start knowing 2 players that are not the Demon." + }, { "id": "snitch", "name": "Snitch",