From 911c6c8db6e5d4d5099efcdec474c823dfb30d41 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:50:59 +0100 Subject: [PATCH] Adding Hatter's jinxes (EN) --- src/store/locale/en/hatred.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/store/locale/en/hatred.json b/src/store/locale/en/hatred.json index fa9b8f3..d04a3df 100644 --- a/src/store/locale/en/hatred.json +++ b/src/store/locale/en/hatred.json @@ -401,5 +401,26 @@ "reason": "Only 1 jinxed character can be in play. Evil players start knowing which player and character it is." } ] + }, + { + "id": "Hatter", + "hatred": [ + { + "id": "Legion", + "reason": "If the Hatter dies and Legion is in play, nothing happens. If the Hatter dies and an evil player chooses Legion, all current evil players become Legion." + }, + { + "id": "Leviathan", + "reason": "If the Hatter dies on or after day 5, the Demon cannot choose Leviathan." + }, + { + "id": "Lil' Monsta", + "reason": "If a Demon chooses Lil' Monsta, they also choose a Minion to become and babysit Lil' Monsta tonight." + }, + { + "id": "Riot", + "reason": "If the Hatter dies, Riot is in play and a Riot chooses a different Demon, a normal evil team is created from the Riot players. If the Hatter dies and the Demon chooses Riot, Minions become Riot too." + } + ] } ]