diff --git a/CHANGELOG.md b/CHANGELOG.md index 3506f7f..c006a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Upcoming version +- Adding missing characters + - MAINT update dependencies ### Version 3.21.0 diff --git a/src/assets/icons/ogre.png b/src/assets/icons/ogre.png new file mode 100644 index 0000000..eaf09aa Binary files /dev/null and b/src/assets/icons/ogre.png differ diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index e2d60d0..02bb9b5 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1788,6 +1788,21 @@ "setup": false, "ability": "If you died today or tonight, the Minion & Demon players may choose new Minion & Demon characters to be." }, + { + "id": "ogre", + "name": "Ogre", + "edition": "", + "team": "outsider", + "firstNight": 63, + "firstNightReminder": "The Ogre points to a player (not themselves) and becomes their alignment.", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [ + "Friend" + ], + "setup": false, + "ability": "On your 1st night, choose a player (not yourself): you become their alignment (you don't know which) even if drunk or poisoned." + }, { "id": "widow", "name": "Widow", diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index d0b215b..ed6dee6 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1792,6 +1792,21 @@ "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": "ogre", + "name": "Ogre", + "edition": "", + "team": "outsider", + "firstNight": 63, + "firstNightReminder": "L'Ogre désigne un joueur (autre que lui-même) et acquiert son alignement.", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [ + "Ami" + ], + "setup": false, + "ability": "Durant votre première nuit, désignez un autre joueur : vous acquérez son alignement (sans savoir lequel), même si ivre ou empoisonné." + }, { "id": "widow", "name": "Veuve",