diff --git a/src/assets/icons/gnome.png b/src/assets/icons/gnome.png new file mode 100644 index 0000000..e4799e7 Binary files /dev/null and b/src/assets/icons/gnome.png differ diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index 1a212ff..acb6043 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -2200,5 +2200,20 @@ "reminders": [], "setup": false, "ability": "Once per day, you may choose to kill an alive neighbour, if your other alive neighbour agrees." + }, + { + "id": "gnome", + "name": "Gnome", + "edition": "", + "team": "traveler", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [ + "Amigo" + ], + "setup": false, + "ability": "All players start knowing a player of your alignment. You may choose to kill anyone who nominates them." } ] diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index f7b62f2..41fc3d3 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -2209,5 +2209,20 @@ "reminders": [], "setup": false, "ability": "Une fois par jour, vous pouvez tuer un de vos voisins vivants, à condition d'avoir la permission de votre autre voisin vivant." + }, + { + "id": "gnome", + "name": "Gnome", + "edition": "", + "team": "traveler", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [ + "Amigo" + ], + "setup": false, + "ability": "Tous les joueurs commencent en connaissant un joueur de votre alignement. Vous pouvez choisir de tuer quiconque accuse ce joueur." } ]