diff --git a/src/assets/icons/zealot.png b/src/assets/icons/zealot.png new file mode 100644 index 0000000..7bdf3e9 Binary files /dev/null and b/src/assets/icons/zealot.png differ diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index b9721d7..ecc1aed 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1801,6 +1801,19 @@ "setup": false, "ability": "If you died today or tonight, the Minion & Demon players may choose new Minion & Demon characters to be." }, + { + "id": "zealot", + "name": "Zealot", + "edition": "", + "team": "outsider", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [], + "setup": false, + "ability": "If there are 5 or more players alive, you must vote for every nomination." + }, { "id": "ogre", "name": "Ogre", diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 7088ada..4298a1b 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1805,6 +1805,19 @@ "setup": false, "ability": "Si vous êtes mort aujourd'hui (de jour comme de nuit), les Sbires et Démons peuvent choisir de devenir d'autres Sbires et Démons." }, + { + "id": "zealot", + "name": "Fanatique", + "edition": "", + "team": "outsider", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [], + "setup": false, + "ability": "S'il reste au moins cinq joueurs en vie, vous devez voter pour toutes les accusations." + }, { "id": "ogre", "name": "Ogre",