From b6713c50485663d6facb5373b8840fa2f392b57b Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:31:50 +0100 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 908d8a8b81456ffcf49e6350d4d702d39d7f556f Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:30:10 +0100 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c006a33..f208b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Upcoming version -- Adding missing characters +- Updating some characters who were officially edited - MAINT update dependencies From c7464ac01e3b2cb1b273fa3a3b4698fc9834d795 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:57:20 +0100 Subject: [PATCH 3/4] Updating the Acrobat (EN) --- src/store/locale/en/roles.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index e2d60d0..478a7bb 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1658,6 +1658,22 @@ "setup": false, "ability": "You start knowing 2 players that are not the Demon." }, + { + "id": "acrobat", + "name": "Acrobat", + "edition": "", + "team": "townsfolk", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 12.5, + "otherNightReminder": "The Acrobat choose a player: mark this player with the 'Chosen' reminder. If this player is or becomes drunk or poisoned tonight, the Acrobat dies.", + "reminders": [ + "Chosen", + "Dead" + ], + "setup": false, + "ability": "Each night*, choose a player: if they are or become drunk or poisoned tonight, you die." + }, { "id": "snitch", "name": "Snitch", @@ -1671,21 +1687,6 @@ "setup": false, "ability": "Minions start knowing 3 not-in-play characters." }, - { - "id": "acrobat", - "name": "Acrobat", - "edition": "", - "team": "outsider", - "firstNight": 0, - "firstNightReminder": "", - "otherNight": 48, - "otherNightReminder": "If a good living neighbour is drunk or poisoned, the Acrobat player dies.", - "reminders": [ - "Dead" - ], - "setup": false, - "ability": "Each night*, if either good living neighbour is drunk or poisoned, you die." - }, { "id": "puzzlemaster", "name": "Puzzlemaster", From 0ac6d6359d5f9db559f83b1f7e630767948b1ec6 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:00:57 +0100 Subject: [PATCH 4/4] Updating Acrobat (FR) --- src/store/locale/fr/roles.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index d0b215b..bafd602 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1662,6 +1662,22 @@ "setup": false, "ability": "Vous commencez la partie en connaissant deux joueurs qui ne sont pas Démon." }, + { + "id": "acrobat", + "name": "Acrobate", + "edition": "", + "team": "townsfolk", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 12.5, + "otherNightReminder": "L'Acrobate désigne un joueur : marquez ce joueur \"Désigné\". Si ce joueur est ou devient ivre ou empoisonné avant le matin, l'Acrobate meurt.", + "reminders": [ + "Désigné", + "Mort" + ], + "setup": false, + "ability": "Chaque nuit*, désignez un joueur : s'il est ou devient ivre ou empoisonné cette nuit, vous mourez." + }, { "id": "snitch", "name": "Cafteur", @@ -1675,21 +1691,6 @@ "setup": false, "ability": "Les Sbires commencent la partie en connaissant 3 personnages qui ne sont pas en jeu." }, - { - "id": "acrobat", - "name": "Acrobate", - "edition": "", - "team": "outsider", - "firstNight": 0, - "firstNightReminder": "", - "otherNight": 48, - "otherNightReminder": "Si l'un de ses bons voisins vivants est Ivre ou Empoisonné, l'Accrobate meurt.", - "reminders": [ - "Mort" - ], - "setup": false, - "ability": "Chaque nuit*, si l'un de vos bons voisins vivants est ivre ou empoisonné, vous mourez." - }, { "id": "puzzlemaster", "name": "Maître des puzzles",