From 093ac59e75914ec0a9ca7ae6fd56582085bf89c8 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:50:18 +0100 Subject: [PATCH] Adding Plague Doctor's jinxes (EN) --- src/store/locale/en/hatred.json | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/store/locale/en/hatred.json b/src/store/locale/en/hatred.json index fa9b8f3..1d7769b 100644 --- a/src/store/locale/en/hatred.json +++ b/src/store/locale/en/hatred.json @@ -401,5 +401,42 @@ "reason": "Only 1 jinxed character can be in play. Evil players start knowing which player and character it is." } ] + }, + { + "id": "Plague Doctor", + "hatred": [ + { + "id": "Baron", + "reason": "If the Storyteller gains the Baron ability, up to two players become out-of-play Outsiders." + }, + { + "id": "Boomdandy", + "reason": "If the Plague Doctor is executed and the Storyteller would gain the Boomdandy ability, the Boomdandy ability triggers immediately." + }, + { + "id": "Evil Twin", + "reason": "The Storyteller cannot gain the Evil Twin ability if the Plague Doctor dies." + }, + { + "id": "Fearmonger", + "reason": "If the Plague Doctor dies, a living Minion gains the Fearmonger ability in addition to their own ability, and learns this." + }, + { + "id": "Goblin", + "reason": "If the Plague Doctor dies, a living Minion gains the Goblin ability in addition to their own ability, and learns this." + }, + { + "id": "Scarlet Woman", + "reason": "If the Plague Doctor dies, a living Minion gains the Scarlet Woman ability in addition to their own ability, and learns this." + }, + { + "id": "Spy", + "reason": "If the Plague Doctor dies, a living Minion gains the Spy ability in addition to their own ability, and learns this." + }, + { + "id": "Marionette", + "reason": "If the Demon has a neighbor who is alive and a Townsfolk or Outsider when the Plague Doctor dies, that player becomes an evil Marionette. If there is already an extra evil player, this does not happen." + } + ] } ]