diff --git a/src/assets/icons/ojo.png b/src/assets/icons/ojo.png new file mode 100644 index 0000000..67174d5 Binary files /dev/null and b/src/assets/icons/ojo.png differ diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 6a83d55..a1804a8 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -2034,6 +2034,21 @@ "setup": true, "ability": "Each night*, choose a player: they die. [You choose which players are Minions. -? to +? Outsiders]" }, + { + "id": "ojo", + "name": "Ojo", + "edition": "", + "team": "demon", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 35, + "otherNightReminder": "The Ojo points to a character on the sheet; if in play, that player dies. If it is not in play, the Storyteller chooses who dies instead.", + "reminders": [ + "Dead" + ], + "setup": false, + "ability": "Each night*, choose a character: they die. If they are not in play, the Storyteller chooses who dies." + }, { "id": "gangster", "name": "Gangster", diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index ca7ecbf..f89bae8 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -2043,6 +2043,21 @@ "setup": true, "ability": "Chaque nuit*, désignez un joueur : il meurt. [Vous choisissez quels joueurs sont quels Serviteurs. -? à +? Étrangers]" }, + { + "id": "ojo", + "name": "Ojo", + "edition": "", + "team": "demon", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 35, + "otherNightReminder": "L'Ojo désigne un rôle. S'il est en jeu, un joueur avec ce rôle meurt. Si le rôle choisi n'est pas en jeu, tuez le(s) joueur(s) que vous voulez.", + "reminders": [ + "Mort" + ], + "setup": false, + "ability": "Chaque nuit*, désignez un rôle : il meurt. Si ce rôle n'est pas en jeu, le Narrateur choisit qui meurt." + }, { "id": "gangster", "name": "Gangster",