diff --git a/src/assets/icons/vizier.png b/src/assets/icons/vizier.png new file mode 100644 index 0000000..9ce4058 Binary files /dev/null and b/src/assets/icons/vizier.png differ diff --git a/src/hatred.json b/src/hatred.json index a30bb1c..2366a88 100644 --- a/src/hatred.json +++ b/src/hatred.json @@ -52,6 +52,23 @@ } ] }, + { + "id": "Vizier", + "hatred": [ + { + "id": "Alchemist", + "reason": "An Alchemist with the Vizier ability requires three players to vote in order to force an execution." + } + { + "id": "Magician", + "reason": "Only 1 jinxed character can be in play. Evil players start knowing which character it is." + }, + { + "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": "Leviathan", "hatred": [ diff --git a/src/roles.json b/src/roles.json index 42c6a78..bd4f0fe 100644 --- a/src/roles.json +++ b/src/roles.json @@ -1637,6 +1637,19 @@ "setup": false, "ability": "If you are executed, all but 3 players die. 1 minute later, the player with the most players pointing at them dies." }, + { + "id": "vizier", + "name": "Vizier", + "edition": "", + "team": "minion", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [], + "setup": false, + "ability": "All players know who you are. You can not die during the day. If good voted, you may choose to execute immediately." + }, { "id": "lilmonsta", "name": "Lil' Monsta",