From 9551f92395ba8adb4c6266785fd41bc22a5c7083 Mon Sep 17 00:00:00 2001
From: MRegnard <62838312+MRegnard@users.noreply.github.com>
Date: Sun, 18 Feb 2024 14:02:31 +0100
Subject: [PATCH] Adding Vizier jinxes (EN)

---
 src/store/locale/en/hatred.json | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/src/store/locale/en/hatred.json b/src/store/locale/en/hatred.json
index fa9b8f3..30e2711 100644
--- a/src/store/locale/en/hatred.json
+++ b/src/store/locale/en/hatred.json
@@ -401,5 +401,38 @@
         "reason": "Only 1 jinxed character can be in play. Evil players start knowing which player and character it is."
       }
     ]
+  },
+  {
+    "id": "Vizier",
+    "hatred": [
+      {
+        "id": "Magician",
+        "reason": "Only 1 jinxed character can be in play. Evil players start knowing which player and character it is."
+      },
+      {
+        "id": "Alchemist",
+        "reason": "If the Alchemist has the Vizier ability, they may only choose to execute immediately if three or more players voted, regardless of those players' alignment."
+      },
+      {
+        "id": "Courtier",
+        "reason": "If the Vizier loses their ability, they learn this and if the Vizier is executed while they have their ability, their team wins."
+      },
+      {
+        "id": "Preacher",
+        "reason": "If the Vizier loses their ability, they learn this and if the Vizier is executed while they have their ability, their team wins."
+      },
+      {
+        "id": "Investigator",
+        "reason": "If the Investigator learns that the Vizier is in play, the existence of the Vizier is not announced by the Storyteller."
+      },
+      {
+        "id": "Fearmonger",
+        "reason": "The Vizier wakes with the Fearmonger, learns who they choose and cannot choose to execute that player."
+      },
+      {
+        "id": "Lil' Monsta",
+        "reason": "The Vizier can die by execution if they are babysitting Lil' Monsta."
+      }
+    ]
   }
 ]