Updating Night Order (#199)

Updating the night order, and adding Dusk during the first night

Pour prendre en compte le Spécialiste, récemment ajouté
This commit is contained in:
MRegnard 2024-12-04 20:57:25 +01:00 committed by GitHub
parent 4cdd2d340f
commit 33b9fd0a6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 360 additions and 343 deletions

View file

@ -3,6 +3,7 @@
## Upcoming version
- Adding some special votes
- Automatic Djinn and Bootlegger
- Updating night order
### Version 3.20.1
- Inconsistancies in french translations for "Power" & "Character"

View file

@ -39,7 +39,7 @@
<span
class="player"
v-if="
(role.id == 'dawn' || role.team == 'fabled') &&
(role.team == 'default' || role.team == 'fabled') &&
!session.isSpectator &&
players.length &&
players[0].role.id
@ -107,9 +107,7 @@
<span
class="player"
v-if="
(role.id == 'dawn' ||
role.id == 'dusk' ||
role.team == 'fabled') &&
(role.team == 'default' || role.team == 'fabled') &&
!session.isSpectator &&
players.length &&
players[0].role.id
@ -139,17 +137,27 @@ export default {
computed: {
rolesFirstNight: function () {
const rolesFirstNight = [];
// Ajouter le matin à l'ordre nocturne
rolesFirstNight.push({
id: "dawn",
name: this.locale.modal.nightOrder.dawn,
firstNight: 1000,
team: "default",
players: [],
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
});
// Adding Dawn and Dusk to the night order
rolesFirstNight.push(
{
id: "dusk",
name: this.locale.modal.nightOrder.dusk,
team: "default",
firstNight: 2,
players: [],
firstNightReminder: this.locale.modal.nightOrder.duskDescription1,
},
{
id: "dawn",
name: this.locale.modal.nightOrder.dawn,
firstNight: 1000,
team: "default",
players: [],
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
},
);
var toymaker = false;
// Ajout des fabuleux
// Adding Fabled characters
this.fabled.forEach((fabled) => {
if (fabled.firstNight) {
rolesFirstNight.push(Object.assign({ players: [] }, fabled));
@ -163,7 +171,7 @@ export default {
rolesFirstNight.push(Object.assign({ players }, role));
}
});
// Ajout des Voyageurs, en n'ajoutant qu'une fois ceux en double
// Adding Travellers (duplicates only once)
const seenTravelers = [];
var nbTravelers = 0;
this.players.forEach((player) => {
@ -180,13 +188,13 @@ export default {
}
}
});
// Ajouter minion / demon infos à l'ordre nocturne
// Adding Minions/Demon info
if (this.players.length - nbTravelers > 6 || toymaker) {
rolesFirstNight.push(
{
id: "minion",
name: this.locale.modal.nightOrder.minionInfo,
firstNight: 7,
firstNight: 12,
team: "minion",
players: this.players.filter((p) => p.role.team === "minion"),
firstNightReminder:
@ -195,7 +203,7 @@ export default {
{
id: "evil",
name: this.locale.modal.nightOrder.demonInfo,
firstNight: 10,
firstNight: 18,
team: "demon",
players: this.players.filter((p) => p.role.team === "demon"),
firstNightReminder:
@ -213,9 +221,9 @@ export default {
id: "dusk",
name: this.locale.modal.nightOrder.dusk,
team: "default",
otherNight: 1,
otherNight: 2,
players: [],
otherNightReminder: this.locale.modal.nightOrder.duskDescription,
otherNightReminder: this.locale.modal.nightOrder.duskDescription2,
},
{
id: "dawn",
@ -237,7 +245,7 @@ export default {
rolesOtherNight.push(Object.assign({ players }, role));
}
});
// Ajout des Voyageurs, en n'ajoutant qu'une fois ceux en double
// Adding Travellers (duplicates only once)
const seenTravelers = [];
this.players.forEach((player) => {
if (

View file

@ -50,7 +50,8 @@
},
{
"id": "revolutionary",
"firstNightReminder": "",
"firstNight": 1,
"firstNightReminder": "Tell the group who the two players impacted by the Revolutionary are, and remind them that they have the same alignment.",
"otherNightReminder": "",
"reminders": [
"Same alignment",
@ -74,7 +75,7 @@
{
"id": "toymaker",
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 27,
"otherNightReminder": "If it is a night when a Demon attack could end the game, and the Demon is marked “Final night: No Attack,” then the Demon does not act tonight. (Do not wake them.)",
"reminders": [
"Final Night: No Attack"
@ -99,7 +100,7 @@
{
"id": "duchess",
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Wake each player marked “Visitor” or “False Info” one at a time. Show them the Duchess token, then fingers (1, 2, 3) equaling the number of evil players marked “Visitor” or, if you are waking the player marked “False Info,” show them any number of fingers except the number of evil players marked “Visitor.”",
"reminders": [
"Visitor",
@ -145,8 +146,8 @@
},
{
"id": "stormcatcher",
"firstNight": 1,
"firstNightReminder": "Mark a good player as \"Safe\". Wake each evil player and show them the marked player.",
"firstNight": 13,
"firstNightReminder": "Show each evil player which player is marked as \"Safe\".",
"otherNightReminder": "",
"reminders": [
"Safe"
@ -159,7 +160,8 @@
{
"id": "ferryman",
"firstNightReminder": "",
"otherNightReminder": "",
"otherNight": 1002,
"otherNightReminder": "If it's the last day, return each dead player's vote token.",
"reminders": [],
"setup": false,
"name": "Ferryman",
@ -168,7 +170,8 @@
},
{
"id": "gardener",
"firstNightReminder": "",
"firstNight": 1,
"firstNightReminder": "Tell the group which player's character you've chosen.",
"otherNightReminder": "",
"reminders": [
"Assigned"
@ -180,9 +183,9 @@
},
{
"id": "bootlegger",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "If applicable, use homebrew rule(s).",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "If applicable, use homebrew rule(s).",
"reminders": [],
"setup": false,

View file

@ -4,7 +4,7 @@
"name": "Washerwoman",
"edition": "tb",
"team": "townsfolk",
"firstNight": 35,
"firstNight": 42,
"firstNightReminder": "Show the character token of a Townsfolk in play. Point to two players, one of which is that character.",
"otherNight": 0,
"otherNightReminder": "",
@ -20,7 +20,7 @@
"name": "Librarian",
"edition": "tb",
"team": "townsfolk",
"firstNight": 36,
"firstNight": 43,
"firstNightReminder": "Show the character token of an Outsider in play. Point to two players, one of which is that character.",
"otherNight": 0,
"otherNightReminder": "",
@ -36,7 +36,7 @@
"name": "Investigator",
"edition": "tb",
"team": "townsfolk",
"firstNight": 37,
"firstNight": 44,
"firstNightReminder": "Show the character token of a Minion in play. Point to two players, one of which is that character.",
"otherNight": 0,
"otherNightReminder": "",
@ -52,7 +52,7 @@
"name": "Chef",
"edition": "tb",
"team": "townsfolk",
"firstNight": 38,
"firstNight": 45,
"firstNightReminder": "Show the finger signal (0, 1, 2, \u2026) for the number of pairs of neighbouring evil players.",
"otherNight": 0,
"otherNightReminder": "",
@ -65,9 +65,9 @@
"name": "Empath",
"edition": "tb",
"team": "townsfolk",
"firstNight": 39,
"firstNight": 46,
"firstNightReminder": "Show the finger signal (0, 1, 2) for the number of evil alive neighbours of the Empath.",
"otherNight": 58,
"otherNight": 63,
"otherNightReminder": "Show the finger signal (0, 1, 2) for the number of evil neighbours.",
"reminders": [],
"setup": false,
@ -78,9 +78,9 @@
"name": "Fortune Teller",
"edition": "tb",
"team": "townsfolk",
"firstNight": 40,
"firstNight": 47,
"firstNightReminder": "The Fortune Teller points to two players. Give the head signal (nod yes, shake no) for whether one of those players is the Demon. ",
"otherNight": 59,
"otherNight": 64,
"otherNightReminder": "The Fortune Teller points to two players. Show the head signal (nod 'yes', shake 'no') for whether one of those players is the Demon.",
"reminders": [
"Red herring"
@ -95,7 +95,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 60,
"otherNight": 65,
"otherNightReminder": "If a player was executed today: Show that player\u2019s character token.",
"reminders": [
"Executed"
@ -110,7 +110,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 13,
"otherNight": 14,
"otherNightReminder": "The previously protected player is no longer protected. The Monk points to a player not themself. Mark that player 'Protected'.",
"reminders": [
"Protected"
@ -125,7 +125,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 57,
"otherNight": 62,
"otherNightReminder": "If the Ravenkeeper died tonight: The Ravenkeeper points to a player. Show that player\u2019s character token.",
"reminders": [],
"setup": false,
@ -192,9 +192,9 @@
"name": "Butler",
"edition": "tb",
"team": "outsider",
"firstNight": 41,
"firstNight": 48,
"firstNightReminder": "The Butler points to a player. Mark that player as 'Master'.",
"otherNight": 73,
"otherNight": 78,
"otherNightReminder": "The Butler points to a player. Mark that player as 'Master'.",
"reminders": [
"Master"
@ -249,9 +249,9 @@
"name": "Poisoner",
"edition": "tb",
"team": "minion",
"firstNight": 18,
"firstNight": 26,
"firstNightReminder": "The Poisoner points to a player. That player is poisoned.",
"otherNight": 8,
"otherNight": 9,
"otherNightReminder": "The previously poisoned player is no longer poisoned. The Poisoner points to a player. That player is poisoned.",
"reminders": [
"Poisoned"
@ -264,9 +264,9 @@
"name": "Spy",
"edition": "tb",
"team": "minion",
"firstNight": 55,
"firstNight": 62,
"firstNightReminder": "Show the Grimoire to the Spy for as long as they need.",
"otherNight": 74,
"otherNight": 79,
"otherNightReminder": "Show the Grimoire to the Spy for as long as they need.",
"reminders": [],
"setup": false,
@ -279,7 +279,7 @@
"team": "minion",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 21,
"otherNight": 22,
"otherNightReminder": "If the Scarlet Woman became the Demon today: Show the 'You are' card, then the demon token.",
"reminders": [
"Demon"
@ -307,7 +307,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 26,
"otherNight": 29,
"otherNightReminder": "The Imp points to a player. That player dies. If the Imp chose themselves: Replace the character of 1 alive minion with a spare Imp token. Show the 'You are' card, then the Imp token.",
"reminders": [
"Dead"
@ -320,9 +320,9 @@
"name": "Bureaucrat",
"edition": "tb",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "The Bureaucrat points to a player. Put the Bureaucrat's '3 votes' reminder by the chosen player's character token.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "The Bureaucrat points to a player. Put the Bureaucrat's '3 votes' reminder by the chosen player's character token.",
"reminders": [
"3 votes"
@ -335,9 +335,9 @@
"name": "Thief",
"edition": "tb",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "The Thief points to a player. Put the Thief's 'Negative vote' reminder by the chosen player's character token.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "The Thief points to a player. Put the Thief's 'Negative vote' reminder by the chosen player's character token.",
"reminders": [
"Negative vote"
@ -389,9 +389,9 @@
"name": "Grandmother",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 42,
"firstNight": 49,
"firstNightReminder": "Show the marked character token. Point to the marked player.",
"otherNight": 56,
"otherNight": 61,
"otherNightReminder": "If the Grandmother\u2019s grandchild was killed by the Demon tonight: The Grandmother dies.",
"reminders": [
"Grandchild"
@ -404,9 +404,9 @@
"name": "Sailor",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 12,
"firstNight": 20,
"firstNightReminder": "The Sailor points to a living player. Either the Sailor, or the chosen player, is drunk.",
"otherNight": 5,
"otherNight": 6,
"otherNightReminder": "The previously drunk player is no longer drunk. The Sailor points to a living player. Either the Sailor, or the chosen player, is drunk.",
"reminders": [
"Drunk"
@ -419,9 +419,9 @@
"name": "Chambermaid",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 58,
"firstNight": 66,
"firstNightReminder": "The Chambermaid points to two players. Show the number signal (0, 1, 2, \u2026) for how many of those players wake tonight for their ability.",
"otherNight": 77,
"otherNight": 82,
"otherNightReminder": "The Chambermaid points to two players. Show the number signal (0, 1, 2, \u2026) for how many of those players wake tonight for their ability.",
"reminders": [],
"setup": false,
@ -434,7 +434,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 23,
"otherNight": 25,
"otherNightReminder": "The Exorcist points to a player, different from the previous night. If that player is the Demon: Wake the Demon. Show the Exorcist token. Point to the Exorcist. The Demon does not act tonight.",
"reminders": [
"Chosen"
@ -449,7 +449,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 10,
"otherNight": 11,
"otherNightReminder": "The previously protected and drunk players lose those markers. The Innkeeper points to two players. Those players are protected. One is drunk.",
"reminders": [
"Protected",
@ -465,7 +465,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 11,
"otherNight": 12,
"otherNightReminder": "The Gambler points to a player, and a character on their sheet. If incorrect, the Gambler dies.",
"reminders": [
"Dead"
@ -480,7 +480,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 42,
"otherNight": 47,
"otherNightReminder": "If the Gossip\u2019s public statement was true: Choose a player not protected from dying tonight. That player dies.",
"reminders": [
"Dead"
@ -493,9 +493,9 @@
"name": "Courtier",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 20,
"firstNight": 28,
"firstNightReminder": "The Courtier either shows a 'no' head signal, or points to a character on the sheet. If the Courtier used their ability: If that character is in play, that player is drunk.",
"otherNight": 9,
"otherNight": 10,
"otherNightReminder": "Reduce the remaining number of days the marked player is poisoned. If the Courtier has not yet used their ability: The Courtier either shows a 'no' head signal, or points to a character on the sheet. If the Courtier used their ability: If that character is in play, that player is drunk.",
"reminders": [
"Drunk 3",
@ -513,7 +513,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 48,
"otherNight": 54,
"otherNightReminder": "If the Professor has not used their ability: The Professor either shakes their head no, or points to a player. If that player is a Townsfolk, they are now alive.",
"reminders": [
"Alive",
@ -587,7 +587,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 54,
"otherNight": 59,
"otherNightReminder": "The Tinker might die.",
"reminders": [
"Dead"
@ -602,7 +602,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 55,
"otherNight": 60,
"otherNightReminder": "If the Moonchild used their ability to target a player today: If that player is good, they die.",
"reminders": [
"Dead"
@ -630,9 +630,9 @@
"name": "Lunatic",
"edition": "bmr",
"team": "outsider",
"firstNight": 9,
"firstNight": 16,
"firstNightReminder": "If 7 or more players: Show the Lunatic a number of arbitrary 'Minions', players equal to the number of Minions in play. Show 3 character tokens of arbitrary good characters. If the token received by the Lunatic is a Demon that would wake tonight: Allow the Lunatic to do the Demon actions. Place their 'attack' markers. Wake the Demon. Show the Demon\u2019s real character token. Show them the Lunatic player. If the Lunatic attacked players: Show the real demon each marked player. Remove any Lunatic 'attack' markers.",
"otherNight": 22,
"otherNight": 24,
"otherNightReminder": "Allow the Lunatic to do the actions of the Demon. Place their 'attack' markers. If the Lunatic selected players: Wake the Demon. Show the 'attack' marker, then point to each marked player. Remove any Lunatic 'attack' markers.",
"reminders": [],
"remindersGlobal": [
@ -646,9 +646,9 @@
"name": "Godfather",
"edition": "bmr",
"team": "minion",
"firstNight": 22,
"firstNight": 30,
"firstNightReminder": "Show each of the Outsider tokens in play.",
"otherNight": 41,
"otherNight": 46,
"otherNightReminder": "If an Outsider died today: The Godfather points to a player. That player dies.",
"reminders": [
"Died today",
@ -662,9 +662,9 @@
"name": "Devil's Advocate",
"edition": "bmr",
"team": "minion",
"firstNight": 23,
"firstNight": 31,
"firstNightReminder": "The Devil\u2019s Advocate points to a living player. That player survives execution tomorrow.",
"otherNight": 14,
"otherNight": 15,
"otherNightReminder": "The Devil\u2019s Advocate points to a living player, different from the previous night. That player survives execution tomorrow.",
"reminders": [
"Survives execution"
@ -679,7 +679,7 @@
"team": "minion",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 40,
"otherNight": 45,
"otherNightReminder": "If the Assassin has not yet used their ability: The Assassin either shows the 'no' head signal, or points to a player. That player dies.",
"reminders": [
"Dead",
@ -708,7 +708,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 27,
"otherNight": 30,
"otherNightReminder": "If no-one died during the day: The Zombuul points to a player. That player dies.",
"reminders": [
"Died today",
@ -722,9 +722,9 @@
"name": "Pukka",
"edition": "bmr",
"team": "demon",
"firstNight": 30,
"firstNight": 38,
"firstNightReminder": "The Pukka points to a player. That player is poisoned.",
"otherNight": 28,
"otherNight": 31,
"otherNightReminder": "The Pukka points to a player. That player is poisoned. The previously poisoned player dies. ",
"reminders": [
"Poisoned",
@ -740,7 +740,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 29,
"otherNight": 32,
"otherNightReminder": "One player that the Shabaloth chose the previous night might be resurrected. The Shabaloth points to two players. Those players die.",
"reminders": [
"Dead",
@ -756,7 +756,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 30,
"otherNight": 33,
"otherNightReminder": "If the Po chose no-one the previous night: The Po points to three players. Otherwise: The Po either shows the 'no' head signal , or points to a player. Chosen players die",
"reminders": [
"Dead",
@ -770,9 +770,9 @@
"name": "Apprentice",
"edition": "bmr",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Show the Apprentice the 'You are' card, then a Townsfolk or Minion token. In the Grimoire, replace the Apprentice token with that character token, and put the Apprentice's 'Is the Apprentice' reminder by that character token.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "If the Apprentice has just arrived, show them the 'You are' card, then a Townsfolk or Minion token. In the Grimoire, replace the Apprentice token with that character token, and put the Apprentice's 'Is the Apprentice' reminder by that character token.",
"reminders": [
"Is the Apprentice"
@ -842,7 +842,7 @@
"name": "Clockmaker",
"edition": "snv",
"team": "townsfolk",
"firstNight": 43,
"firstNight": 50,
"firstNightReminder": "Show the hand signal for the number (1, 2, 3, etc.) of places from Demon to closest Minion.",
"otherNight": 0,
"otherNightReminder": "",
@ -855,9 +855,9 @@
"name": "Dreamer",
"edition": "snv",
"team": "townsfolk",
"firstNight": 44,
"firstNight": 51,
"firstNightReminder": "The Dreamer points to a player. Show 1 good and 1 evil character token; one of these is correct.",
"otherNight": 61,
"otherNight": 66,
"otherNightReminder": "The Dreamer points to a player. Show 1 good and 1 evil character token; one of these is correct.",
"reminders": [],
"setup": false,
@ -868,9 +868,9 @@
"name": "Snake Charmer",
"edition": "snv",
"team": "townsfolk",
"firstNight": 21,
"firstNight": 29,
"firstNightReminder": "The Snake Charmer points to a player. If that player is the Demon: swap the Demon and Snake Charmer character and alignments. Wake each player to inform them of their new role and alignment. The new Snake Charmer is poisoned.",
"otherNight": 12,
"otherNight": 13,
"otherNightReminder": "The Snake Charmer points to a player. If that player is the Demon: swap the Demon and Snake Charmer character and alignments. Wake each player to inform them of their new role and alignment. The new Snake Charmer is poisoned.",
"reminders": [
"Poisoned"
@ -883,9 +883,9 @@
"name": "Mathematician",
"edition": "snv",
"team": "townsfolk",
"firstNight": 59,
"firstNight": 67,
"firstNightReminder": "Show the hand signal for the number (0, 1, 2, etc.) of players whose ability malfunctioned due to other abilities.",
"otherNight": 78,
"otherNight": 83,
"otherNightReminder": "Show the hand signal for the number (0, 1, 2, etc.) of players whose ability malfunctioned due to other abilities.",
"reminders": [
"Abnormal"
@ -900,7 +900,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 62,
"otherNight": 67,
"otherNightReminder": "Nod 'yes' or shake head 'no' for whether the Demon voted today. Place the 'Demon not voted' marker (remove 'Demon voted', if any).",
"reminders": [
"Demon voted",
@ -916,7 +916,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 63,
"otherNight": 68,
"otherNightReminder": "Nod 'yes' or shake head 'no' for whether a Minion nominated today. Place the 'Minion not nominated' marker (remove 'Minion nominated', if any).",
"reminders": [
"Minions not nominated",
@ -932,7 +932,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 64,
"otherNight": 69,
"otherNightReminder": "Show the hand signal for the number (0, 1, 2, etc.) of dead evil players.",
"reminders": [],
"setup": false,
@ -956,9 +956,9 @@
"name": "Seamstress",
"edition": "snv",
"team": "townsfolk",
"firstNight": 45,
"firstNight": 52,
"firstNightReminder": "The Seamstress either shows a 'no' head signal, or points to two other players. If the Seamstress chose players , nod 'yes' or shake 'no' for whether they are of same alignment.",
"otherNight": 65,
"otherNight": 70,
"otherNightReminder": "If the Seamstress has not yet used their ability: the Seamstress either shows a 'no' head signal, or points to two other players. If the Seamstress chose players , nod 'yes' or shake 'no' for whether they are of same alignment.",
"reminders": [
"No ability"
@ -971,9 +971,9 @@
"name": "Philosopher",
"edition": "snv",
"team": "townsfolk",
"firstNight": 2,
"firstNight": 7,
"firstNightReminder": "The Philosopher either shows a 'no' head signal, or points to a good character on their sheet. If they chose a character: Swap the out-of-play character token with the Philosopher token and add the 'Is the Philosopher' reminder. If the character is in play, place the drunk marker by that player.",
"otherNight": 3,
"otherNight": 4,
"otherNightReminder": "If the Philosopher has not used their ability: the Philosopher either shows a 'no' head signal, or points to a good character on their sheet. If they chose a character: Swap the out-of-play character token with the Philosopher token and add the 'Is the Philosopher' reminder. If the character is in play, place the drunk marker by that player.",
"reminders": [
"Drunk",
@ -1005,7 +1005,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 66,
"otherNight": 71,
"otherNightReminder": "If today was the Juggler\u2019s first day: Show the hand signal for the number (0, 1, 2, etc.) of 'Correct' markers. Remove markers.",
"reminders": [
"Correct"
@ -1020,7 +1020,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 47,
"otherNight": 52,
"otherNightReminder": "If the Sage was killed by a Demon: Point to two players, one of which is that Demon.",
"reminders": [],
"setup": false,
@ -1046,7 +1046,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 46,
"otherNight": 51,
"otherNightReminder": "Choose a player that is drunk.",
"reminders": [
"Drunk"
@ -1061,7 +1061,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 45,
"otherNight": 50,
"otherNightReminder": "If the Barber died today: Wake the Demon. Show the 'This character selected you' card, then Barber token. The Demon either shows a 'no' head signal, or points to 2 players. If they chose players: Swap the character tokens. Wake each player. Show 'You are', then their new character token.",
"reminders": [
"Haircuts tonight"
@ -1087,7 +1087,7 @@
"name": "Evil Twin",
"edition": "snv",
"team": "minion",
"firstNight": 24,
"firstNight": 32,
"firstNightReminder": "Wake the Evil Twin and their twin. Confirm that they have acknowledged each other. Point to the Evil Twin. Show their Evil Twin token to the twin player. Point to the twin. Show their character token to the Evil Twin player.",
"otherNight": 0,
"otherNightReminder": "",
@ -1103,9 +1103,9 @@
"name": "Witch",
"edition": "snv",
"team": "minion",
"firstNight": 25,
"firstNight": 33,
"firstNightReminder": "The Witch points to a player. If that player nominates tomorrow they die immediately.",
"otherNight": 15,
"otherNight": 16,
"otherNightReminder": "If there are 4 or more players alive: The Witch points to a player. If that player nominates tomorrow they die immediately.",
"reminders": [
"Cursed"
@ -1118,9 +1118,9 @@
"name": "Cerenovus",
"edition": "snv",
"team": "minion",
"firstNight": 26,
"firstNight": 34,
"firstNightReminder": "The Cerenovus points to a player, then to a character on their sheet. Wake that player. Show the 'This character selected you' card, then the Cerenovus token. Show the selected character token. If the player is not mad about being that character tomorrow, they can be executed.",
"otherNight": 16,
"otherNight": 17,
"otherNightReminder": "The Cerenovus points to a player, then to a character on their sheet. Wake that player. Show the 'This character selected you' card, then the Cerenovus token. Show the selected character token. If the player is not mad about being that character tomorrow, they can be executed.",
"reminders": [
"Mad"
@ -1135,7 +1135,7 @@
"team": "minion",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 17,
"otherNight": 18,
"otherNightReminder": "The Pit-Hag points to a player and a character on the sheet. If this character is not in play, wake that player and show them the 'You are' card and the relevant character token. If the character is in play, nothing happens.",
"reminders": [],
"setup": false,
@ -1148,7 +1148,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 31,
"otherNight": 34,
"otherNightReminder": "The Fang Gu points to a player. That player dies. Or, if that player was an Outsider and there are no other Fang Gu in play: The Fang Gu dies instead of the chosen player. The chosen player is now an evil Fang Gu. Wake the new Fang Gu. Show the 'You are' card, then the Fang Gu token. Show the 'You are' card, then the thumb-down 'evil' hand sign.",
"reminders": [
"Dead",
@ -1164,7 +1164,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 34,
"otherNight": 38,
"otherNightReminder": "The Vigormortis points to a player. That player dies. If a Minion, they keep their ability and one of their Townsfolk neighbours is poisoned.",
"reminders": [
"Dead",
@ -1181,7 +1181,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 32,
"otherNight": 35,
"otherNightReminder": "The No Dashii points to a player. That player dies.",
"reminders": [
"Dead",
@ -1197,7 +1197,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 33,
"otherNight": 36,
"otherNightReminder": "The Vortox points to a player. That player dies.",
"reminders": [
"Dead"
@ -1210,9 +1210,9 @@
"name": "Barista",
"edition": "snv",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Choose a player, wake them and tell them which Barista power is affecting them. Treat them accordingly (sober/healthy/true info or activate their ability twice).",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Choose a player, wake them and tell them which Barista power is affecting them. Treat them accordingly (sober/healthy/true info or activate their ability twice).",
"reminders": [
"Sober & Healthy",
@ -1228,7 +1228,7 @@
"team": "traveler",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "The Harlot points at any player. Then, put the Harlot to sleep. Wake the chosen player, show them the 'This character selected you' token, then the Harlot token. That player either nods their head yes or shakes their head no. If they nodded their head yes, wake the Harlot and show them the chosen player's character token. Then, you may decide that both players die.",
"reminders": [
"Dead"
@ -1256,7 +1256,7 @@
"team": "traveler",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "The Bone Collector either shakes their head no or points at any dead player. If they pointed at any dead player, put the Bone Collector's 'Has Ability' reminder by the chosen player's character token. (They may need to be woken tonight to use it.)",
"reminders": [
"No ability",
@ -1285,7 +1285,7 @@
"name": "Noble",
"edition": "",
"team": "townsfolk",
"firstNight": 48,
"firstNight": 55,
"firstNightReminder": "Point to 3 players including one evil player, in no particular order.",
"otherNight": 0,
"otherNightReminder": "",
@ -1300,9 +1300,9 @@
"name": "Bounty Hunter",
"edition": "",
"team": "townsfolk",
"firstNight": 52,
"firstNight": 59,
"firstNightReminder": "Point to 1 evil player. Wake the townsfolk who is evil and show them the 'You are' card and the thumbs down evil sign.",
"otherNight": 70,
"otherNight": 75,
"otherNightReminder": "If the known evil player has died, point to another evil player. ",
"reminders": [
"Know"
@ -1315,7 +1315,7 @@
"name": "Pixie",
"edition": "",
"team": "townsfolk",
"firstNight": 31,
"firstNight": 39,
"firstNightReminder": "Show the Pixie 1 in-play Townsfolk character token.",
"otherNight": 0,
"otherNightReminder": "",
@ -1331,9 +1331,9 @@
"name": "General",
"edition": "",
"team": "townsfolk",
"firstNight": 57,
"firstNight": 65,
"firstNightReminder": "Show the General thumbs up for good winning, thumbs down for evil winning or thumb to the side for neither.",
"otherNight": 76,
"otherNight": 81,
"otherNightReminder": "Show the General thumbs up for good winning, thumbs down for evil winning or thumb to the side for neither.",
"reminders": [],
"setup": false,
@ -1344,9 +1344,9 @@
"name": "Preacher",
"edition": "",
"team": "townsfolk",
"firstNight": 15,
"firstNight": 23,
"firstNightReminder": "The Preacher chooses a player. If a Minion is chosen, wake the Minion and show the 'This character selected you' card and then the Preacher token.",
"otherNight": 7,
"otherNight": 8,
"otherNightReminder": "The Preacher chooses a player. If a Minion is chosen, wake the Minion and show the 'This character selected you' card and then the Preacher token.",
"reminders": [
"At a sermon"
@ -1359,9 +1359,9 @@
"name": "King",
"edition": "",
"team": "townsfolk",
"firstNight": 11,
"firstNight": 19,
"firstNightReminder": "Wake the Demon, show them the 'This character selected you' card, show the King token and point to the King player.",
"otherNight": 69,
"otherNight": 74,
"otherNightReminder": "If there are at least as many dead as living, show the King a character token of a living player.",
"reminders": [],
"setup": false,
@ -1372,9 +1372,9 @@
"name": "Balloonist",
"edition": "",
"team": "townsfolk",
"firstNight": 49,
"firstNight": 56,
"firstNightReminder": "Choose a character type. Point to a player whose character is of that type. Place the Balloonist's Seen reminder next to that character.",
"otherNight": 67,
"otherNight": 72,
"otherNightReminder": "Choose a character type that does not yet have a Seen reminder next to a character of that type. Point to a player whose character is of that type, if there are any. Place the Balloonist's Seen reminder next to that character.",
"reminders": [
"Seen Townsfolk",
@ -1390,9 +1390,9 @@
"name": "Cult Leader",
"edition": "",
"team": "townsfolk",
"firstNight": 54,
"firstNight": 61,
"firstNightReminder": "If the cult leader changed alignment, show them the thumbs up good signal of the thumbs down evil signal accordingly.",
"otherNight": 72,
"otherNight": 77,
"otherNightReminder": "If the cult leader changed alignment, show them the thumbs up good signal of the thumbs down evil signal accordingly.",
"reminders": [],
"setup": false,
@ -1405,7 +1405,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 24,
"otherNight": 26,
"otherNightReminder": "The Lycanthrope points to a living player: if good, they die and no one else can die tonight.",
"reminders": [
"Dead"
@ -1418,9 +1418,9 @@
"name": "Amnesiac",
"edition": "",
"team": "townsfolk",
"firstNight": 34,
"firstNight": 41,
"firstNightReminder": "Decide the Amnesiac's entire ability. If the Amnesiac's ability causes them to wake tonight: Wake the Amnesiac and run their ability.",
"otherNight": 52,
"otherNight": 57,
"otherNightReminder": "If the Amnesiac's ability causes them to wake tonight: Wake the Amnesiac and run their ability.",
"reminders": [
"?"
@ -1433,9 +1433,9 @@
"name": "Nightwatchman",
"edition": "",
"team": "townsfolk",
"firstNight": 53,
"firstNight": 60,
"firstNightReminder": "The Nightwatchman may point to a player. Wake that player, show the 'This character selected you' card and the Nightwatchman token, then point to the Nightwatchman player.",
"otherNight": 71,
"otherNight": 76,
"otherNightReminder": "The Nightwatchman may point to a player. Wake that player, show the 'This character selected you' card and the Nightwatchman token, then point to the Nightwatchman player.",
"reminders": [
"No ability"
@ -1448,9 +1448,9 @@
"name": "Engineer",
"edition": "",
"team": "townsfolk",
"firstNight": 14,
"firstNight": 22,
"firstNightReminder": "The Engineer shows a 'no' head signal, or points to a Demon or points to the relevant number of Minions. If the Engineer chose characters, replace the Demon or Minions with the choices, then wake the relevant players and show them the You are card and the relevant character tokens.",
"otherNight": 6,
"otherNight": 7,
"otherNightReminder": "The Engineer shows a 'no' head signal, or points to a Demon or points to the relevant number of Minions. If the Engineer chose characters, replace the Demon or Minions with the choices, then wake the relevant players and show them the 'You are' card and the relevant character tokens.",
"reminders": [
"No ability"
@ -1478,9 +1478,9 @@
"name": "Huntsman",
"edition": "",
"team": "townsfolk",
"firstNight": 32,
"firstNight": 40,
"firstNightReminder": "The Huntsman shakes their head 'no' or points to a player. If they point to the Damsel, wake that player, show the 'You are' card and a not-in-play character token.",
"otherNight": 50,
"otherNight": 56,
"otherNightReminder": "The Huntsman shakes their head 'no' or points to a player. If they point to the Damsel, wake that player, show the 'You are' card and a not-in-play character token.",
"reminders": [
"No ability"
@ -1493,7 +1493,7 @@
"name": "Alchemist",
"edition": "",
"team": "townsfolk",
"firstNight": 4,
"firstNight": 8,
"firstNightReminder": "Show the Alchemist a not-in-play Minion token",
"otherNight": 0,
"otherNightReminder": "",
@ -1511,7 +1511,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 53,
"otherNight": 58,
"otherNightReminder": "If a Farmer died tonight, choose another good player and make them the Farmer. Wake this player, show them the 'You are' card and the Farmer character token.",
"reminders": [],
"setup": false,
@ -1522,7 +1522,7 @@
"name": "Magician",
"edition": "",
"team": "townsfolk",
"firstNight": 6,
"firstNight": 11,
"firstNightReminder": "To the Minions, show the Magician as another Demon. To the Demon, show the Magician as another Minion.",
"otherNight": 0,
"otherNightReminder": "",
@ -1537,7 +1537,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 49,
"otherNight": 55,
"otherNightReminder": "If the King was killed by the Demon, wake the Choirboy and point to the Demon player.",
"reminders": [],
"setup": true,
@ -1548,9 +1548,9 @@
"name": "Poppy Grower",
"edition": "",
"team": "townsfolk",
"firstNight": 5,
"firstNight": 9,
"firstNightReminder": "Do not inform the Demon/Minions who each other are",
"otherNight": 4,
"otherNight": 5,
"otherNightReminder": "If the Poppy Grower has died, show the Minions/Demon who each other are.",
"reminders": [
"Evil wakes"
@ -1592,7 +1592,7 @@
"name": "Steward",
"edition": "",
"team": "townsfolk",
"firstNight": 46,
"firstNight": 53,
"firstNightReminder": "Point to a good player.",
"otherNight": 0,
"otherNightReminder": "",
@ -1607,7 +1607,7 @@
"name": "Shugenja",
"edition": "",
"team": "townsfolk",
"firstNight": 50,
"firstNight": 57,
"firstNightReminder": "Wake the Shugenja; point horizontally in the direction of the closest evil player. If the two closest evil players are equidistant, point your finger horizontally in either direction.",
"otherNight": 0,
"otherNightReminder": "",
@ -1620,9 +1620,9 @@
"name": "High Priestess",
"edition": "",
"team": "townsfolk",
"firstNight": 56,
"firstNight": 64,
"firstNightReminder": "Point to a player.",
"otherNight": 75,
"otherNight": 80,
"otherNightReminder": "Point to a player.",
"reminders": [],
"setup": false,
@ -1633,9 +1633,9 @@
"name": "Village Idiot",
"edition": "",
"team": "townsfolk",
"firstNight": 51,
"firstNight": 58,
"firstNightReminder": "The Village Idiot points to a player; give a thumbs up if that player is good or a thumbs down if that player is evil.",
"otherNight": 68,
"otherNight": 73,
"otherNightReminder": "The Village Idiot points to a player; give a thumbs up if that player is good or a thumbs down if that player is evil.",
"reminders": [
"Drunk"
@ -1648,7 +1648,7 @@
"name": "Knight",
"edition": "",
"team": "townsfolk",
"firstNight": 47,
"firstNight": 54,
"firstNightReminder": "Point to two players who are not the Demon.",
"otherNight": 0,
"otherNightReminder": "",
@ -1663,7 +1663,7 @@
"name": "Snitch",
"edition": "",
"team": "outsider",
"firstNight": 8,
"firstNight": 14,
"firstNightReminder": "After Minion info wake each Minion and show them three not-in-play character tokens. These may be the same or different to each other and the ones shown to the Demon.",
"otherNight": 0,
"otherNightReminder": "",
@ -1678,7 +1678,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 43,
"otherNight": 48,
"otherNightReminder": "If a good living neighbour is drunk or poisoned, the Acrobat player dies.",
"reminders": [
"Dead"
@ -1720,10 +1720,10 @@
"name": "Damsel",
"edition": "",
"team": "outsider",
"firstNight": 33,
"firstNightReminder": "If selected by the Huntsman, wake the Damsel, show 'You are' card and a not-in-play Townsfolk token.",
"otherNight": 51,
"otherNightReminder": "If selected by the Huntsman, wake the Damsel, show 'You are' card and a not-in-play Townsfolk token.",
"firstNight": 15,
"firstNightReminder": "Tell each Minion the Damsel is in play.",
"otherNight": 0,
"otherNightReminder": "",
"reminders": [
"Guess used"
],
@ -1780,7 +1780,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 44,
"otherNight": 49,
"otherNightReminder": "If the Hatter died today: Wake the Minions and Demon. Show them the 'This Character Selected You' info token, then the Hatter token. Each player either shakes their head no or points to another character of the same type as their current character. If a second player would end up with the same character as another player, shake your head no and gesture for them to choose again. Put them to sleep. Change each player to the character they chose.",
"reminders": [
"Tea Party Tonight"
@ -1793,7 +1793,7 @@
"name": "Widow",
"edition": "",
"team": "minion",
"firstNight": 19,
"firstNight": 27,
"firstNightReminder": "Show the Grimoire to the Widow for as long as they need. The Widow points to a player. That player is poisoned. Wake a good player. Show the 'These characters are in play' card, then the Widow character token.",
"otherNight": 0,
"otherNightReminder": "",
@ -1811,9 +1811,9 @@
"name": "Fearmonger",
"edition": "",
"team": "minion",
"firstNight": 27,
"firstNight": 35,
"firstNightReminder": "The Fearmonger points to a player. Place the Fear token next to that player and announce that a new player has been selected with the Fearmonger ability.",
"otherNight": 18,
"otherNight": 19,
"otherNightReminder": "The Fearmonger points to a player. If different from the previous night, place the Fear token next to that player and announce that a new player has been selected with the Fearmonger ability.",
"reminders": [
"Fear"
@ -1854,9 +1854,9 @@
"name": "Mezepheles",
"edition": "",
"team": "minion",
"firstNight": 29,
"firstNight": 37,
"firstNightReminder": "Show the Mezepheles their secret word.",
"otherNight": 20,
"otherNight": 21,
"otherNightReminder": "Wake the 1st good player that said the Mezepheles' secret word and show them the 'You are' card and the thumbs down evil signal.",
"reminders": [
"Turns evil",
@ -1870,9 +1870,9 @@
"name": "Mezepheles",
"edition": "",
"team": "minion",
"firstNight": 29,
"firstNight": 37,
"firstNightReminder": "Show the Mezepheles their secret word.",
"otherNight": 20,
"otherNight": 21,
"otherNightReminder": "Wake the 1st good player that said the Mezepheles' secret word and show them the 'You are' card and the thumbs down evil signal.",
"reminders": [
"Turns evil",
@ -1886,7 +1886,7 @@
"name": "Marionette",
"edition": "",
"team": "minion",
"firstNight": 13,
"firstNight": 21,
"firstNightReminder": "Select one of the good players next to the Demon and place the Is the Marionette reminder token. Wake the Demon and show them the Marionette.",
"otherNight": 0,
"otherNightReminder": "",
@ -1931,9 +1931,9 @@
"name": "Summoner",
"edition": "",
"team": "minion",
"firstNight": 9.5,
"firstNight": 17,
"firstNightReminder": "Show the \"These characters are not in play\" card. Show 3 character tokens of good characters not in play.",
"otherNight": 21.5,
"otherNight": 23,
"otherNightReminder": "If it is the 3rd night, wake the Summoner. They point to a player and a Demon on the character sheet - that player becomes that Demon.",
"reminders": [
"Night 1",
@ -1961,9 +1961,9 @@
"name": "Harpy",
"edition": "",
"team": "minion",
"firstNight": 28,
"firstNight": 36,
"firstNightReminder": "Wake the Harpy; they point at one player, then another. Wake the 1st player the Harpy pointed to, show them the 'This character has selected you' card, show them the Harpy token, then point at the 2nd player the Harpy pointed to.",
"otherNight": 19,
"otherNight": 20,
"otherNightReminder": "Wake the Harpy; they point at one player, then another. Wake the 1st player the Harpy pointed to, show them the 'This character has selected you' card, show them the Harpy token, then point at the 2nd player the Harpy pointed to.",
"reminders": [
"Mad",
@ -1977,9 +1977,9 @@
"name": "Lil' Monsta",
"edition": "",
"team": "demon",
"firstNight": 16,
"firstNight": 24,
"firstNightReminder": "Wake all Minions together, allow them to vote by pointing at who they want to babysit Lil' Monsta.",
"otherNight": 38,
"otherNight": 42,
"otherNightReminder": "Wake all Minions together, allow them to vote by pointing at who they want to babysit Lil' Monsta. Choose a player, that player dies.",
"reminders": [],
"remindersGlobal": [
@ -1994,9 +1994,9 @@
"name": "Lleech",
"edition": "",
"team": "demon",
"firstNight": 17,
"firstNight": 25,
"firstNightReminder": "The Lleech points to a player. Place the Poisoned reminder token.",
"otherNight": 37,
"otherNight": 41,
"otherNightReminder": "The Lleech points to a player. That player dies.",
"reminders": [
"Dead",
@ -2012,7 +2012,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 36,
"otherNight": 40,
"otherNightReminder": "The Al-Hadikhia chooses 3 players. Announce the first player, wake them to nod yes to live or shake head no to die, kill or resurrect accordingly, then put to sleep and announce the next player. If all 3 are alive after this, all 3 die.",
"reminders": [
"1",
@ -2031,7 +2031,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 25,
"otherNight": 28,
"otherNightReminder": "Choose a player, that player dies.",
"reminders": [
"Dead",
@ -2080,9 +2080,9 @@
"name": "Yaggababble",
"edition": "",
"team": "demon",
"firstNight": 5.5,
"firstNight": 10,
"firstNightReminder": "Show the Yaggababble their secret phrase.",
"otherNight": 38.5,
"otherNight": 43,
"otherNightReminder": "Choose a number of players up to the total number of times the Yaggababble said their secret phrase publicly, those players die.",
"reminders": [
"Dead"
@ -2095,9 +2095,9 @@
"name": "Kazali",
"edition": "",
"team": "demon",
"firstNight": 3,
"firstNight": 5,
"firstNightReminder": "The Kazali points to a player and a Minion on the character sheet. They do this for as many Minions as should be in play. Change those players' tokens to the chosen Minion tokens in the Grim. Wake those players, show them the 'You Are' card, the Minions they have become, and a thumbs down.",
"otherNight": 39,
"otherNight": 44,
"otherNightReminder": "The Kazali points to a player. That player dies",
"reminders": [
"Dead"
@ -2112,7 +2112,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 35,
"otherNight": 39,
"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"

View file

@ -204,11 +204,12 @@
"minionInfoDescription": "If more than one Minion, they all make eye contact with each other. Show the “This is the Demon” card. Point to the Demon.",
"demonInfo": "Demon info & bluffs",
"demonInfoDescription": "Show the “These are your minions” card. Point to each Minion. Show the “These characters are not in play” card. Show 3 character tokens of good characters not in play.",
"dusk": "Dusk",
"duskDescription1": "Put all players to sleep.",
"duskDescription2": "End the day, and put all players to sleep.",
"dawn": "Dawn",
"dawnDescription1": "Wake all players.",
"dawnDescription2": "Wake all players, then announce who died this night.",
"dusk": "Dusk",
"duskDescription": "End the day, and put all players to sleep.",
"reference": "Show Character Reference"
},
"reference": {

View file

@ -50,7 +50,8 @@
},
{
"id": "revolutionary",
"firstNightReminder": "",
"firstNight": 1,
"firstNightReminder": "Dites au groupe qui sont les deux joueurs impactés par le Révolutionnaire, et rappelez qu'ils ont le même alignement.",
"otherNightReminder": "",
"reminders": [
"Même camp",
@ -74,7 +75,7 @@
{
"id": "toymaker",
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 27,
"otherNightReminder": "Si le Démon pourrait terminer la partie cette nuit, mais qu'il a toujours son marqueur 'nuit sans attaque', il n'agit pas cette nuit (ne le réveillez pas)",
"reminders": [
"Nuit sans attaque"
@ -99,7 +100,7 @@
{
"id": "duchess",
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Reveillez chaque visiteur dans l'ordre un par un. Indiquez à chacun d'entre eux combien de Visiteurs sont mauvais. Excepté celui qui reçoit les fausses informations qui recevra à la place n'importe quel autre nombre.",
"reminders": [
"Visiteur 1",
@ -147,8 +148,8 @@
},
{
"id": "stormcatcher",
"firstNight": 1,
"firstNightReminder": "Marquez un joueur comme \"Sûr\". Réveillez chaque joueur Mauvais et indiquez lui qui est ce joueur.",
"firstNight": 13,
"firstNightReminder": "Réveillez chaque joueur Mauvais et indiquez-lui quel joueur est marqué comme \"Protégé\".",
"otherNightReminder": "",
"reminders": [
"Sûr"
@ -161,7 +162,8 @@
{
"id": "ferryman",
"firstNightReminder": "",
"otherNightReminder": "",
"otherNight": 1002,
"otherNightReminder": "Si c'est le dernier jour, rendez à chaque joueur mort son jeton de vote.",
"reminders": [],
"setup": false,
"name": "Passeur",
@ -170,7 +172,8 @@
},
{
"id": "gardener",
"firstNightReminder": "",
"firstNight": 1,
"firstNightReminder": "Dites au groupe quel est le joueur dont vous avez choisi le personnage.",
"otherNightReminder": "",
"reminders": [
"Rôle choisi"
@ -182,9 +185,9 @@
},
{
"id": "bootlegger",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Si applicables, utilisez la (les) règle(s) faite(s)-maison.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Si applicables, utilisez la (les) règle(s) faite(s)-maison.",
"reminders": [],
"setup": false,

View file

@ -4,7 +4,7 @@
"name": "Lavandière",
"edition": "tb",
"team": "townsfolk",
"firstNight": 35,
"firstNight": 42,
"firstNightReminder": "Indiquez un personnage de villageois en jeu et deux joueurs. L'un de ces joueurs est ce personnage.",
"otherNight": 0,
"otherNightReminder": "",
@ -20,7 +20,7 @@
"name": "Bibliothécaire",
"edition": "tb",
"team": "townsfolk",
"firstNight": 36,
"firstNight": 43,
"firstNightReminder": "Indiquez un personnage d'Étranger en jeu et deux joueurs. L'un de ces joueurs est ce personnage. (S'il n'y a pas d'Étranger, indiquez le).",
"otherNight": 0,
"otherNightReminder": "",
@ -36,7 +36,7 @@
"name": "Enquêteur",
"edition": "tb",
"team": "townsfolk",
"firstNight": 37,
"firstNight": 44,
"firstNightReminder": "Indiquez un personnage de Sbire en jeu et deux joueurs. L'un de ces joueurs est ce personnage.",
"otherNight": 0,
"otherNightReminder": "",
@ -52,7 +52,7 @@
"name": "Chef",
"edition": "tb",
"team": "townsfolk",
"firstNight": 38,
"firstNight": 45,
"firstNightReminder": "Indiquez combien de paires de Mauvais voisins sont dans la partie.",
"otherNight": 0,
"otherNightReminder": "",
@ -65,9 +65,9 @@
"name": "Empathe",
"edition": "tb",
"team": "townsfolk",
"firstNight": 39,
"firstNight": 46,
"firstNightReminder": "Indiquez combien de joueurs sont Mauvais parmi les voisins de l'Empathe.",
"otherNight": 58,
"otherNight": 63,
"otherNightReminder": "Indiquez combien de joueurs sont Mauvais parmi les voisins vivants de l'Empathe.",
"reminders": [],
"setup": false,
@ -78,9 +78,9 @@
"name": "Voyante",
"edition": "tb",
"team": "townsfolk",
"firstNight": 40,
"firstNight": 47,
"firstNightReminder": "La Voyante désigne 2 joueurs. Indiquez si, oui ou non, l'un d'eux est le Démon (ou la fausse piste).",
"otherNight": 59,
"otherNight": 64,
"otherNightReminder": "La Voyante désigne 2 joueurs. Indiquez si, oui ou non, l'un d'eux est le Démon (ou la fausse piste).",
"reminders": [
"Fausse piste"
@ -95,7 +95,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 60,
"otherNight": 65,
"otherNightReminder": "Si un joueur est mort par execution aujourd'hui, indiquez le personnage du joueur exécuté.",
"reminders": [
"Executé"
@ -110,7 +110,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 13,
"otherNight": 14,
"otherNightReminder": "Le joueur précédement protégé ne l'est plus. Le Moine désigne un joueur (autre que lui-même). Marquez ce joueur comme protégé.",
"reminders": [
"Protégé"
@ -125,7 +125,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 57,
"otherNight": 62,
"otherNightReminder": "Si l'Ami des corbeaux est mort cette nuit, il désigne un joueur. Indiquez le personnage de ce joueur.",
"reminders": [],
"setup": false,
@ -192,9 +192,9 @@
"name": "Majordome",
"edition": "tb",
"team": "outsider",
"firstNight": 41,
"firstNight": 48,
"firstNightReminder": "Le Majordome désigne un joueur. Marquez ce joueur comme 'Maître'.",
"otherNight": 73,
"otherNight": 78,
"otherNightReminder": "Le Majordome désigne un joueur. Marquez ce joueur comme 'Maître'.",
"reminders": [
"Maître"
@ -249,9 +249,9 @@
"name": "Empoisonneur",
"edition": "tb",
"team": "minion",
"firstNight": 18,
"firstNight": 26,
"firstNightReminder": "L'empoisonneur désigne un joueur, marquez-le comme empoisonné.",
"otherNight": 8,
"otherNight": 9,
"otherNightReminder": "Le joueur précédement empoisonné ne l'est plus. L'empoisonneur désigne un joueur. Ce joueur est empoisonné.",
"reminders": [
"Empoisonné"
@ -264,9 +264,9 @@
"name": "Espion",
"edition": "tb",
"team": "minion",
"firstNight": 55,
"firstNight": 62,
"firstNightReminder": "Montrez votre grimoire à l'Espion aussi longtemps qu'il en a besoin.",
"otherNight": 74,
"otherNight": 79,
"otherNightReminder": "Montrez votre grimoire à l'Espion aussi longtemps qu'il en a besoin.",
"reminders": [],
"setup": false,
@ -279,7 +279,7 @@
"team": "minion",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 21,
"otherNight": 22,
"otherNightReminder": "Si le Démon est mort (et que la partie n'a pas pris fin), informez la Gourgandine qu'elle devient le Démon.",
"reminders": [
"Démon"
@ -307,7 +307,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 26,
"otherNight": 29,
"otherNightReminder": "Le Diablotin désigne un joueur, ce joueur meurt. Si le Diablotin se choisit lui-même, l'un des Sbires encore en vie devient le Diablotin.",
"reminders": [
"Mort",
@ -321,9 +321,9 @@
"name": "Bureaucrate",
"edition": "tb",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Le Bureaucrate indique un joueur. Placez le marqueur 'triple vote' sur ce joueur.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Le Bureaucrate indique un joueur. Placez le marqueur 'triple vote' sur ce joueur.",
"reminders": [
"Triple vote"
@ -336,9 +336,9 @@
"name": "Voleur",
"edition": "tb",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Le Voleur désigne un joueur. Placez le marqueur 'Vote négatif' sur ce joueur.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Le Voleur désigne un joueur. Placez le marqueur 'Vote négatif' sur ce joueur.",
"reminders": [
"Vote négatif"
@ -390,9 +390,9 @@
"name": "Grand-mère",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 42,
"firstNight": 49,
"firstNightReminder": "Indiquez à la Grand-mère qui est son Petit-fils.",
"otherNight": 56,
"otherNight": 61,
"otherNightReminder": "Si le Petit-Fils a été tué par le Démon cette nuit: la Grand-mère meurt.",
"reminders": [
"Petit-fils"
@ -405,9 +405,9 @@
"name": "Marin",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 12,
"firstNight": 20,
"firstNightReminder": "Le Marin désigne un autre joueur. Le marin ou le joueur qu'il a désigné est Ivre jusqu'à la tombée de la nuit.",
"otherNight": 5,
"otherNight": 6,
"otherNightReminder": "Le joueur précédement Ivre ne l'est plus. Le Marin désigne un autre joueur. Le marin ou le joueur qu'il a désigné est Ivre jusqu'à la tombée de la nuit.",
"reminders": [
"Ivre"
@ -420,9 +420,9 @@
"name": "Femme de chambre",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 58,
"firstNight": 66,
"firstNightReminder": "La Femme de chambre désigne deux autres joueurs vivants. Indiquez combien parmi eux ont été reveillés pour leur capacité cette nuit.",
"otherNight": 77,
"otherNight": 82,
"otherNightReminder": "La Femme de chambre désigne deux autres joueurs vivants. Indiquez combien parmi eux ont été reveillés pour leur capacité cette nuit.",
"reminders": [],
"setup": false,
@ -435,7 +435,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 23,
"otherNight": 25,
"otherNightReminder": "L'Exorciste désigne un joueur, différent de la nuit précédente. Si ce joueur est le Démon, informez celui-ci qu'il a été identifié par l'Exorciste et dévoilez-lui qui est l'Exorciste. Ne réveillez pas le Démon pour utiliser sa capacité cette nuit.",
"reminders": [
"Exorcisé"
@ -450,7 +450,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 10,
"otherNight": 11,
"otherNightReminder": "Les joueurs Ivres et protégés désignés précédement ne le sont plus. L'Aubergiste désigne 2 joueurs. Ils sont protégés. L'un des 2 est Ivre.",
"reminders": [
"Protégé",
@ -466,7 +466,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 11,
"otherNight": 12,
"otherNightReminder": "Le Parieur désigne un joueur, et un rôle. S'ils ne correspondent pas, le Parieur meurt.",
"reminders": [
"Mort"
@ -481,7 +481,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 42,
"otherNight": 47,
"otherNightReminder": "Si les annonces publiques de la Commère étaient vraie aujourd'hui, choisisser un joueur non protégé. Ce joueur meurt.",
"reminders": [
"Mort"
@ -494,9 +494,9 @@
"name": "Courtisan",
"edition": "bmr",
"team": "townsfolk",
"firstNight": 20,
"firstNight": 28,
"firstNightReminder": "Le Courtisan décide d'utiliser ou non sa capacité. S'il le fait, il désigne un personnage : s'il est en jeu, il devient Ivre.",
"otherNight": 9,
"otherNight": 10,
"otherNightReminder": "S'il ne l'a pas déjà fait, Le Courtisan décide d'utiliser ou non sa capacité. S'il le fait, il désigne un personnage : si ce personnage est en jeu, il devient Ivre pour 3 jours et 3 nuits.",
"reminders": [
"Ivre 3",
@ -514,7 +514,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 48,
"otherNight": 54,
"otherNightReminder": "S'il ne l'a pas déjà fait, Le Professeur décide d'utiliser ou non sa capacité. S'il le fait, il désigne un joueur mort. Si c'est un Villageois, il est ressuscité.",
"reminders": [
"Vivant",
@ -588,7 +588,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 54,
"otherNight": 59,
"otherNightReminder": "Le bricoleur peut mourir à tout moment.",
"reminders": [
"Mort"
@ -603,7 +603,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 55,
"otherNight": 60,
"otherNightReminder": "Si l'Enfant de la lune a désigné un joueur et que ce joueur est bon, le joueur désigné meurt.",
"reminders": [
"Mort"
@ -631,9 +631,9 @@
"name": "Aliéné",
"edition": "bmr",
"team": "outsider",
"firstNight": 9,
"firstNight": 16,
"firstNightReminder": "S'il y a 7 joueurs ou plus, indiquez à l'Aliéné un nombre de rôles de Sbires correspondant au nombre de Sbires en jeu et des joueurs pour chacuns de ces personnages. Montrez 3 jetons de personnages bons de votre choix. Si le faux personnage de Démon assigné à l'Aliéné a des actions de nuit, prétendez que vous lui faites réaliser ces actions. Placez le(s) marqueur(s) d'attaque de l'Aliéné. Réveillez le vrai Démon. Dévoilez au Démon les véritables Sbires et 3 bons personnages qui ne sont pas en jeu. Dévoilez au Démon qui est l'Aliéné. Si l'Aliéné a attaqué des joueurs, dévoilez au véritable Démon les joueurs marqués puis retirez les marqueurs de l'Aliéné.",
"otherNight": 22,
"otherNight": 24,
"otherNightReminder": "Permettez à l'Aliéné de réaliser les actions du Démon qu'il croit être. Placez le(s) marqueur(s) d'attaque. Si l'Aliéné a indiqué des joueurs, réveillez le Démon. Dévoilez au Démon les marqueurs de l'Aliéné puis retirez-les.",
"reminders": [],
"remindersGlobal": [
@ -647,9 +647,9 @@
"name": "Parrain",
"edition": "bmr",
"team": "minion",
"firstNight": 22,
"firstNight": 30,
"firstNightReminder": "Dévoilez les rôles d'Étrangers en jeu.",
"otherNight": 41,
"otherNight": 46,
"otherNightReminder": "Si un Étranger est mort aujourd'hui, le Parrain désigne un joueur. Ce joueur meurt.",
"reminders": [
"Mort"
@ -662,9 +662,9 @@
"name": "Avocat du diable",
"edition": "bmr",
"team": "minion",
"firstNight": 23,
"firstNight": 31,
"firstNightReminder": "L'avocat du Diable désigne un joueur vivant. Si ce joueur est executé demain, il ne meurt pas.",
"otherNight": 14,
"otherNight": 15,
"otherNightReminder": "L'avocat du Diable désigne un joueur vivant différent de la nuit précédente. Si ce joueur est executé demain, il ne meurt pas.",
"reminders": [
"Non Exécutable"
@ -679,7 +679,7 @@
"team": "minion",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 40,
"otherNight": 45,
"otherNightReminder": "S'il ne l'a pas déjà fait, L'Assassin décide d'utiliser ou non sa capacité. S'il le fait, il désigne un joueur. Ce joueur meurt même s'il ne devrait pas pouvoir mourir pour une raison quelconque.",
"reminders": [
"Mort",
@ -708,7 +708,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 27,
"otherNight": 30,
"otherNightReminder": "Si personne n'est mort aujourd'hui, Le Zombuul désigne un joueur. Ce joueur meurt.",
"reminders": [
"Mort"
@ -721,9 +721,9 @@
"name": "Pukka",
"edition": "bmr",
"team": "demon",
"firstNight": 30,
"firstNight": 38,
"firstNightReminder": "Le Pukka désigne un joueur. Ce joueur est empoisonné.",
"otherNight": 28,
"otherNight": 31,
"otherNightReminder": "Le Pukka désigne un joueur. Ce joueur est empoisonné. Le joueur précédement empoisonné meurt et devient sain.",
"reminders": [
"Empoisonné",
@ -739,7 +739,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 29,
"otherNight": 32,
"otherNightReminder": "L'un des joueurs désignés par le Shabaloth la nuit précédente peut être régurgité. Le Shabaloth désigne deux joueurs. Ces joueurs meurent.",
"reminders": [
"Mort",
@ -755,7 +755,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 30,
"otherNight": 33,
"otherNightReminder": "Si le Po n'a désigné personne la nuit précédente, Le Po choisit 3 joueurs. Sinon, il n'en choisit qu'un. Les joueurs désignés meurent",
"reminders": [
"Mort",
@ -769,9 +769,9 @@
"name": "Apprenti",
"edition": "bmr",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Indiquez à l'Apprenti à quelle équipe il appartient et de quel personnage il acquiert la capacité. Dans le grimmoire, remplacez l'Apprenti par le personnage dont il copie la capacité et marquez-le comme apprenti.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Si l'Apprenti vient d'emménager, indiquez-lui à quelle équipe il appartient et de quel personnage il acquiert la capacité. Dans le grimmoire, remplacez l'Apprenti par le personnage dont il copie la capacité et marquez-le comme apprenti.",
"reminders": [
"Apprenti"
@ -841,7 +841,7 @@
"name": "Horloger",
"edition": "snv",
"team": "townsfolk",
"firstNight": 43,
"firstNight": 50,
"firstNightReminder": "Indiquez à quelle distance le Démon se trouve de son Sbire le plus proche (en nombre de maisons).",
"otherNight": 0,
"otherNightReminder": "",
@ -854,9 +854,9 @@
"name": "Rêveur",
"edition": "snv",
"team": "townsfolk",
"firstNight": 44,
"firstNight": 51,
"firstNightReminder": "Le Rêveur désigne un joueur. Indiquez lui un personnage Bon et un personnage Mauvais. L'un de ces deux personnages est ce joueur.",
"otherNight": 61,
"otherNight": 66,
"otherNightReminder": "Le Rêveur désigne un joueur. Indiquez lui un personnage Bon et un personnage Mauvais. L'un de ces deux personnages est ce joueur.",
"reminders": [],
"setup": false,
@ -867,9 +867,9 @@
"name": "Charmeur",
"edition": "snv",
"team": "townsfolk",
"firstNight": 21,
"firstNight": 29,
"firstNightReminder": "Le Charmeur désigne un joueur. Si ce joueur est le Démon: inversez les personnages et les équipes du Charmeur et du Démon. Reveillez-les pour les en informer. Le nouveau Charmeur est empoisonné.",
"otherNight": 12,
"otherNight": 13,
"otherNightReminder": "Le Charmeur désigne un joueur. Si ce joueur est le Démon: inversez les personnages et les équipes du Charmeur et du Démon. Reveillez-les pour les en informer. Le nouveau Charmeur est empoisonné.",
"reminders": [
"Empoisonné"
@ -882,9 +882,9 @@
"name": "Mathématicien",
"edition": "snv",
"team": "townsfolk",
"firstNight": 59,
"firstNight": 67,
"firstNightReminder": "Indiquez combien de joueurs ont vu leurs capacités dysfonctionner (depuis le matin) à cause d'un autre personnage.",
"otherNight": 78,
"otherNight": 83,
"otherNightReminder": "Indiquez combien de joueurs ont vu leurs capacités dysfonctionner (depuis le matin) à cause d'un autre personnage.",
"reminders": [
"Anormal"
@ -899,7 +899,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 62,
"otherNight": 67,
"otherNightReminder": "Indiquez si le Démon a voté ou non aujourd'hui.",
"reminders": [
"Démon Votant",
@ -915,7 +915,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 63,
"otherNight": 68,
"otherNightReminder": "Indiquez si un Sbire a lancé une accusation aujourd'hui",
"reminders": [
"A Accusé",
@ -931,7 +931,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 64,
"otherNight": 69,
"otherNightReminder": "Indiquez combien de joueurs morts sont Mauvais.",
"reminders": [],
"setup": false,
@ -955,9 +955,9 @@
"name": "Couturière",
"edition": "snv",
"team": "townsfolk",
"firstNight": 45,
"firstNight": 52,
"firstNightReminder": "Si la Couturière désigne 2 joueurs, indiquez si ces joueurs sont dans la même équipe.",
"otherNight": 65,
"otherNight": 70,
"otherNightReminder": "Si la Couturière n'a pas encore utilisé sa capacité et qu'il désigne 2 joueurs, indiquez si ces joueurs sont du même alignement.",
"reminders": [
"Épuisé"
@ -970,9 +970,9 @@
"name": "Philosophe",
"edition": "snv",
"team": "townsfolk",
"firstNight": 2,
"firstNight": 7,
"firstNightReminder": "Le Philosophe choisit s'il souhaite utiliser sa capacité. S'il le fait, il choisir un personnage Bon. Si ce personnage n'est pas en jeu, le philosophe gagne sa capacité. Sinon, ce personnage devient Ivre.",
"otherNight": 3,
"otherNight": 4,
"otherNightReminder": "S'il ne l'a pas encore fait, le Philosophe choisit s'il souhaite utiliser sa capacité. S'il le fait, il choisit un personnage Bon. Si ce personnage n'est pas en jeu, le philosophe gagne sa capacité. Sinon, ce personnage devient Ivre.",
"reminders": [
"Ivre",
@ -1004,7 +1004,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 66,
"otherNight": 71,
"otherNightReminder": "Si aujourd'hui était la première journée du jongleur, indiquez-lui combien de ses prédictions étaient juste.",
"reminders": [
"Correct",
@ -1020,7 +1020,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 47,
"otherNight": 52,
"otherNightReminder": "Si le sage a été tué par le Démon, indiquez-lui deux joueur dont l'un est le Démon.",
"reminders": [],
"setup": false,
@ -1046,7 +1046,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 46,
"otherNight": 51,
"otherNightReminder": "Si le Bien-aimé est mort aujourd'hui, choisissez un joueur qui sera définitivement Ivre.",
"reminders": [
"Ivre définitif"
@ -1061,7 +1061,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 45,
"otherNight": 50,
"otherNightReminder": "Si le Barbier est mort aujourd'hui, réveillez le Démon. Le Démon désigne 2 joueurs : reveillez ces joueurs et informez-les de leur nouveau personnage.",
"reminders": [
"Échanges"
@ -1087,7 +1087,7 @@
"name": "Jumeau maléfique",
"edition": "snv",
"team": "minion",
"firstNight": 24,
"firstNight": 32,
"firstNightReminder": "Réveillez le Jumeau Maléfique et son Jumeau. Informez-les tous deux du personnage de l'autre.",
"otherNight": 0,
"otherNightReminder": "",
@ -1103,9 +1103,9 @@
"name": "Sorcière",
"edition": "snv",
"team": "minion",
"firstNight": 25,
"firstNight": 33,
"firstNightReminder": "S'il reste 4 joueurs ou plus en vie, la Sorcière désigne un joueur. Si ce joueur accuse demain, il meurt.",
"otherNight": 15,
"otherNight": 16,
"otherNightReminder": "S'il reste 4 joueurs ou plus en vie, la Sorcière désigne un joueur. Si ce joueur accuse demain, il meurt.",
"reminders": [
"Ensorcelé"
@ -1118,9 +1118,9 @@
"name": "Cerenovus",
"edition": "snv",
"team": "minion",
"firstNight": 26,
"firstNight": 34,
"firstNightReminder": "Le Cerenovus désigne un joueur et un personnage. Reveillez ce joueur. Informez-le qu'il est persuadé d'être ce personnage. S'il n'est pas convaincant, il peut être exécuté.",
"otherNight": 16,
"otherNight": 17,
"otherNightReminder": "Le Cerenovus désigne un joueur et un personnage. Reveillez ce joueur. Informez-le qu'il est persuadé d'être ce personnage. S'il n'est pas convaincant, il peut être exécuté.",
"reminders": [
"Persuadé"
@ -1135,7 +1135,7 @@
"team": "minion",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 17,
"otherNight": 18,
"otherNightReminder": "Le Chaudronnier désigne un joueur et un personnage. Si ce personnage n'est pas en jeu, réveillez ce joueur et dévoillez-lui son nouveau personnage. Si le personnage est déjà en jeu, rien ne se passe.",
"reminders": [],
"setup": false,
@ -1148,7 +1148,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 31,
"otherNight": 34,
"otherNightReminder": "Le Fang Gu désigne un joueur. Si ce joueur n'est pas un Étranger, il meurt. Si ce personnage est un Étranger et qu'il n'y a qu'un seul Fang gu en jeu, le Fang Gu meurt à la place du joueur désigné. Le joueur désigné devient un Fang Gu et rejoint l'équipe des Mauvais. Réveillez le nouveau Fang Gu. Indiquez-lui son nouveau rôle.",
"reminders": [
"Mort",
@ -1166,7 +1166,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 34,
"otherNight": 38,
"otherNightReminder": "Le Vigormortis désigne un joueur. Ce joueur meurt. Si c'est un Sbire, l'un de ses voisins Villageois est empoisonné.",
"reminders": [
"Mort",
@ -1183,7 +1183,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 32,
"otherNight": 35,
"otherNightReminder": "Le No Dashii désigne un joueur. Ce joueur meurt. Les voisins villageois du No Dashii sont empoisonnés.",
"reminders": [
"Mort",
@ -1199,7 +1199,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 33,
"otherNight": 36,
"otherNightReminder": "Le Vortox désigne un joueur. Ce joueur meurt.",
"reminders": [
"Mort"
@ -1212,9 +1212,9 @@
"name": "Barista",
"edition": "snv",
"team": "traveler",
"firstNight": 1,
"firstNight": 3,
"firstNightReminder": "Choisissez un joueur, reveillez-le et indiquez-lui s'il est soigné et l'esprit clair ou s'il bénéficie de double capacité. Traitez-le en conséquences.",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Choisissez un joueur, reveillez-le et indiquez-lui s'il est soigné et l'esprit clair ou s'il bénéficie de double capacité. Traitez-le en conséquences.",
"reminders": [
"Sobriété & Santé",
@ -1230,7 +1230,7 @@
"team": "traveler",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "La prosituée désigne un joueur puis s'endort. Reveillez le joueur désigné, informez-le qu'il a été désigné par la prostituée. Le joueur décide s'il accepte ou non de dévoiler son personnage au rique de mourrir. Vous décidez s'ils meurent tous les deux.",
"reminders": [
"Mort"
@ -1258,7 +1258,7 @@
"team": "traveler",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 2,
"otherNight": 3,
"otherNightReminder": "Le Collecteur d'os peut, s'il n'a pas encore utilisé sa capacité, désigner un joueur mort. S'il le fait, le joueur désigné peut utiliser sa capacité jusqu'à la nuit prochaine. (Pensez à le reveiller si sa capacité s'active la nuit).",
"reminders": [
"Épuisé",
@ -1287,7 +1287,7 @@
"name": "Noble",
"edition": "",
"team": "townsfolk",
"firstNight": 48,
"firstNight": 55,
"firstNightReminder": "Indiquez 3 joueurs dont un seul est Mauvais, sans ordre particulier.",
"otherNight": 0,
"otherNightReminder": "",
@ -1302,9 +1302,9 @@
"name": "Mercenaire",
"edition": "",
"team": "townsfolk",
"firstNight": 52,
"firstNight": 59,
"firstNightReminder": "Indiquer au Mercenaire un joueur de l'équipe des Mauvais. Réveillez le Villageois qui fait partie des Mauvais pour l'informer qu'il est Mauvais.",
"otherNight": 70,
"otherNight": 75,
"otherNightReminder": "Si le Mauvais connu par le Mercenaire est mort, informez-le d'un autre Mauvais.",
"reminders": [
"Connu"
@ -1317,7 +1317,7 @@
"name": "Pixie",
"edition": "",
"team": "townsfolk",
"firstNight": 31,
"firstNight": 39,
"firstNightReminder": "Indiquez à la Pixie le personnage d'un villageois déjà en jeu.",
"otherNight": 0,
"otherNightReminder": "",
@ -1333,9 +1333,9 @@
"name": "Général",
"edition": "",
"team": "townsfolk",
"firstNight": 57,
"firstNight": 65,
"firstNightReminder": "Indiquez quelle équipe est selon vous en train de mener la partie : les Bons, les Mauvais ou personne.",
"otherNight": 76,
"otherNight": 81,
"otherNightReminder": "Indiquez quelle équipe est selon vous en train de mener la partie : les Bons, les Mauvais ou personne.",
"reminders": [],
"setup": false,
@ -1346,9 +1346,9 @@
"name": "Prêcheur",
"edition": "",
"team": "townsfolk",
"firstNight": 15,
"firstNight": 23,
"firstNightReminder": "Le Prêcheur désigne un joueur. Si c'est un Sbire, réveillez-le et indiquez lui qu'il a été démasqué par le Prêcheur. Le Sbire perd ses capacités.",
"otherNight": 7,
"otherNight": 8,
"otherNightReminder": "Le Prêcheur désigne un joueur. Si c'est un Sbire, réveillez-le et indiquez lui qu'il a été démasqué par le Prêcheur. Le Sbire perd ses capacités.",
"reminders": [
"Sermonné"
@ -1361,9 +1361,9 @@
"name": "Roi",
"edition": "",
"team": "townsfolk",
"firstNight": 11,
"firstNight": 19,
"firstNightReminder": "Informez le Démon de qui est le Roi.",
"otherNight": 69,
"otherNight": 74,
"otherNightReminder": "S'il y a au moins autant de joueurs morts que vivants, révélez au Roi un personnage encore en vie.",
"reminders": [],
"setup": false,
@ -1374,9 +1374,9 @@
"name": "Aéronaute",
"edition": "",
"team": "townsfolk",
"firstNight": 49,
"firstNight": 56,
"firstNightReminder": "Choisissez un type de personnage. Indiquez à l'Aéronaute le personnage d'un joueur qui est de ce type. Marquez ce personnage comme vu par l'Aéronaute.",
"otherNight": 67,
"otherNight": 72,
"otherNightReminder": "Choisissez un type de personnage qui n'a pas encore été vu par l'Aéronaute. Indiquez à l'Aéronaute un joueur dont le personnage est de ce type. Marquez ce type de personnage comme vu par l'Aéronaute.",
"reminders": [
"Villageois vu",
@ -1392,9 +1392,9 @@
"name": "Gourou",
"edition": "",
"team": "townsfolk",
"firstNight": 54,
"firstNight": 61,
"firstNightReminder": "Si le Gourou change d'équipe, réveillez-le pour l'en informer.",
"otherNight": 72,
"otherNight": 77,
"otherNightReminder": "Si le Gourou change d'équipe, réveillez-le pour l'en informer.",
"reminders": [],
"setup": false,
@ -1407,7 +1407,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 24,
"otherNight": 26,
"otherNightReminder": "Le Lycanthrope désigne un joueur vivant : s'il est gentil, il meurt, et personne d'autre ne pourra mourir cette nuit.",
"reminders": [
"Mort"
@ -1420,9 +1420,9 @@
"name": "Amnésique",
"edition": "",
"team": "townsfolk",
"firstNight": 34,
"firstNight": 41,
"firstNightReminder": "Décidez de la capacité de l'Amnésique. Si sa capacité nécessite de le réveiller la nuit, réveillez l'Amnésique et faites-lui utiliser sa capacité.",
"otherNight": 52,
"otherNight": 57,
"otherNightReminder": "Si sa capacité nécessite de le réveiller la nuit, réveillez l'Amnésique et faites-lui utiliser sa capacité.",
"reminders": [
"?"
@ -1435,9 +1435,9 @@
"name": "Gardien de nuit",
"edition": "",
"team": "townsfolk",
"firstNight": 53,
"firstNight": 60,
"firstNightReminder": "Le Garde de nuit peut désigner un joueur. Reveillez ce joueur, indiquez lui que le garde de nuit se dévoile à lui.",
"otherNight": 71,
"otherNight": 76,
"otherNightReminder": "Le Garde de nuit peut désigner un joueur. Reveillez ce joueur, indiquez lui que le garde de nuit se dévoile à lui.",
"reminders": [
"Épuisé"
@ -1450,9 +1450,9 @@
"name": "Ingénieur",
"edition": "",
"team": "townsfolk",
"firstNight": 14,
"firstNight": 22,
"firstNightReminder": "L'ingénieur décide s'il veut utiliser sa capacité. S'il le fait, il désigne un personnage de Démon et autant de personnages de Sbires qu'il y en a en jeu. Remplacez les rôles des joueurs correspondants par les rôles désignés, puis réveillez-les un à un pour leur indiquer leurs nouveaux rôles.",
"otherNight": 6,
"otherNight": 7,
"otherNightReminder": "S'il ne l'a pas encore fait, l'Ingénieur décide s'il veut utiliser sa capacité. S'il le fait, il désigne un personnage de Démon et autant de personnages de Sbires qu'il y en a en jeu. Remplacez les rôles des joueurs correspondants par les rôles désignés, puis réveillez-les un à un pour leur indiquer leurs nouveaux rôles.",
"reminders": [
"Changé",
@ -1481,9 +1481,9 @@
"name": "Chasseur",
"edition": "",
"team": "townsfolk",
"firstNight": 32,
"firstNight": 40,
"firstNightReminder": "Le chasseur décide s'il souhaite utiliser sa compétence. S'il le fait : il désigne un joueur qu'il suppose être la demoiselle, s'il a raison, la demoiselle devient un villageois qui n'est pas encore en jeu.",
"otherNight": 50,
"otherNight": 56,
"otherNightReminder": "S'il ne l'a pas encore fait, le chasseur décide s'il souhaite utiliser sa compétence. S'il le fait : il désigne un joueur qu'il suppose être la demoiselle, s'il a raison, la demoiselle devient un villageois qui n'est pas encore en jeu.",
"reminders": [
"Épuisé"
@ -1496,7 +1496,7 @@
"name": "Alchimiste",
"edition": "",
"team": "townsfolk",
"firstNight": 4,
"firstNight": 8,
"firstNightReminder": "Indiquez à l'alchimiste de quelle capacité il dispose.",
"otherNight": 0,
"otherNightReminder": "Si la capacité de l'alchimiste s'utilise la nuit, réveillez le.",
@ -1514,7 +1514,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 53,
"otherNight": 58,
"otherNightReminder": "Si le Fermier est mort aujourd'hui, réveillez un villageois et indiquez-lui qu'il est devenu le Fermier.",
"reminders": [],
"setup": false,
@ -1525,7 +1525,7 @@
"name": "Magicien",
"edition": "",
"team": "townsfolk",
"firstNight": 6,
"firstNight": 11,
"firstNightReminder": "Aux Sbires, montrez le Magicien comme un autre Démon. Au Démon, montrez le Magicien comme un autre Sbire.",
"otherNight": 0,
"otherNightReminder": "",
@ -1540,7 +1540,7 @@
"team": "townsfolk",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 49,
"otherNight": 55,
"otherNightReminder": "Si le Roi a été tué par le Démon, réveillez l'Enfant de chœur et dévoilez-lui quel joueur est le Démon.",
"reminders": [],
"setup": true,
@ -1551,9 +1551,9 @@
"name": "Planteur de pavot",
"edition": "",
"team": "townsfolk",
"firstNight": 5,
"firstNight": 9,
"firstNightReminder": "Ne donnez pas les informations sur leurs alliés au Démon et aux Sbires.",
"otherNight": 4,
"otherNight": 5,
"otherNightReminder": "Si le Cultivateur de Pavot est mort, indiquez au Démon et à ses Sbires qui sont leurs alliés.",
"reminders": [
"Revélations",
@ -1596,7 +1596,7 @@
"name": "Intendant",
"edition": "",
"team": "townsfolk",
"firstNight": 46,
"firstNight": 53,
"firstNightReminder": "Désignez un joueur bon à l'Intendant.",
"otherNight": 0,
"otherNightReminder": "",
@ -1611,7 +1611,7 @@
"name": "Shugenja",
"edition": "",
"team": "townsfolk",
"firstNight": 50,
"firstNight": 57,
"firstNightReminder": "Réveillez le Shugenja. Indiquez-lui dans quelle direction se trouve le mauvais le plus proche. En cas d'égalité, lui indiquer n'importe laquelle des deux directions.",
"otherNight": 0,
"otherNightReminder": "",
@ -1624,9 +1624,9 @@
"name": "Grande Prêtresse",
"edition": "",
"team": "townsfolk",
"firstNight": 56,
"firstNight": 64,
"firstNightReminder": "Désignez un joueur à la Grande Prêtresse.",
"otherNight": 75,
"otherNight": 80,
"otherNightReminder": "Désignez un joueur à la Grande Prêtresse.",
"reminders": [],
"setup": false,
@ -1637,9 +1637,9 @@
"name": "Idiot du Village",
"edition": "",
"team": "townsfolk",
"firstNight": 51,
"firstNight": 58,
"firstNightReminder": "Réveillez l'Idiot du Village. Celui-ci désigne un joueur : indiquez-lui l'alignement de ce joueur.",
"otherNight": 68,
"otherNight": 73,
"otherNightReminder": "Réveillez l'Idiot du Village. Celui-ci désigne un joueur : indiquez-lui l'alignement de ce joueur.",
"reminders": [
"Ivre"
@ -1652,7 +1652,7 @@
"name": "Chevalier",
"edition": "",
"team": "townsfolk",
"firstNight": 47,
"firstNight": 54,
"firstNightReminder": "Désignez au Chevalier deux joueurs qui ne sont pas Démon",
"otherNight": 0,
"otherNightReminder": "",
@ -1667,7 +1667,7 @@
"name": "Cafteur",
"edition": "",
"team": "outsider",
"firstNight": 8,
"firstNight": 14,
"firstNightReminder": "Reveillez les Sbires séparement et indiquez leur 3 personnages qui ne sont pas en jeu. Ces personnages peuvent différer ou être les mêmes que ceux montrés à d'autres Sbires et/ou au Démon.",
"otherNight": 0,
"otherNightReminder": "",
@ -1682,7 +1682,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 43,
"otherNight": 48,
"otherNightReminder": "Si l'un de ses bons voisins vivants est Ivre ou Empoisonné, l'Accrobate meurt.",
"reminders": [
"Mort"
@ -1724,10 +1724,10 @@
"name": "Demoiselle",
"edition": "",
"team": "outsider",
"firstNight": 33,
"firstNightReminder": "Si sélectionnée par le Chasseur, la demoiselle devient un Villageois qui n'était pas en jeu.",
"otherNight": 51,
"otherNightReminder": "Si sélectionnée par le Chasseur, la demoiselle devient un Villageois qui n'était pas en jeu.",
"firstNight": 15,
"firstNightReminder": "Indiquez aux Sbires que la Demoiselle est en jeu.",
"otherNight": 0,
"otherNightReminder": "",
"reminders": [
"Épuisé"
],
@ -1784,7 +1784,7 @@
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 44,
"otherNight": 49,
"otherNightReminder": "À la mort du Chapelier, effacez les rôles des Sbires et des Démons. Réveillez-les l'un après l'autre, en leur demandant à chacun le personnage qu'il souhaite devenir. Si l'un d'eux demande le même personnage qu'un joueur qui a déjà choisi, demandez-lui de choisir un autre rôle. Modifier les rôles de ces joueurs en conséquence.",
"reminders": [
"Heure du Thé"
@ -1797,7 +1797,7 @@
"name": "Veuve",
"edition": "",
"team": "minion",
"firstNight": 19,
"firstNight": 27,
"firstNightReminder": "Montrez le grimmoire à la Veuve aussi longtemps qu'elle le souhaite. La Veuve désigne un joueur. Ce joueur est empoisonné. Reveillez un joueur Bon. Indiquez-lui qu'il y a une Veuve dans la partie.",
"otherNight": 0,
"otherNightReminder": "",
@ -1815,9 +1815,9 @@
"name": "Semeur de peur",
"edition": "",
"team": "minion",
"firstNight": 27,
"firstNight": 35,
"firstNightReminder": "Le Semeur de peur désigne un joueur. Placez le marqueur 'Peur' sur le joueur désigné.",
"otherNight": 18,
"otherNight": 19,
"otherNightReminder": "Le Semeur de peur désigne un joueur. Si le joueur désigné n'est plus le même que la nuit précédente, déplacez le marqueur 'Peur'.",
"reminders": [
"Peur"
@ -1858,9 +1858,9 @@
"name": "Mezepheles",
"edition": "",
"team": "minion",
"firstNight": 29,
"firstNight": 37,
"firstNightReminder": "Indiquez au Mezepheles son mot secret.",
"otherNight": 20,
"otherNight": 21,
"otherNightReminder": "Si un joueur Bon a pronnoncé le mot secret aujourd'hui, réveillez-le et informez-le qu'il fait maintenant partie de l'équipe des Mauvais.",
"reminders": [
"Mauvais",
@ -1874,9 +1874,9 @@
"name": "Mezepheles",
"edition": "",
"team": "minion",
"firstNight": 29,
"firstNight": 37,
"firstNightReminder": "Indiquez au Mezepheles son mot secret.",
"otherNight": 20,
"otherNight": 21,
"otherNightReminder": "Si un joueur Bon a pronnoncé le mot secret aujourd'hui, réveillez-le et informez-le qu'il fait maintenant partie de l'équipe des Mauvais.",
"reminders": [
"Mauvais",
@ -1890,7 +1890,7 @@
"name": "Marionnette",
"edition": "",
"team": "minion",
"firstNight": 13,
"firstNight": 21,
"firstNightReminder": "Selectionnez un Bon joueur, voisin du Démon et marquez le comme Marionnette. Reveillez le Démon et indiquez lui qui est la Marionnette.",
"otherNight": 0,
"otherNightReminder": "",
@ -1935,9 +1935,9 @@
"name": "Harpie",
"edition": "",
"team": "minion",
"firstNight": 28,
"firstNight": 36,
"firstNightReminder": "Réveillez la Harpie. Elle désigne deux joueurs, l'un après l'autre. Réveillez le premier joueur, et lui révéler qu'il est persuadé par la Harpie que le deuxième est mauvais.",
"otherNight": 19,
"otherNight": 20,
"otherNightReminder": "Réveillez la Harpie. Elle désigne deux joueurs, l'un après l'autre. Réveillez le premier joueur, et lui révéler qu'il est persuadé par la Harpie que le deuxième est mauvais.",
"reminders": [
"Persuadé",
@ -1951,9 +1951,9 @@
"name": "Invocateur",
"edition": "",
"team": "minion",
"firstNight": 9.5,
"firstNight": 17,
"firstNightReminder": "Réveillez l'Invocateur, et indiquez-lui trois rôles bons qui ne sont pas en jeu.",
"otherNight": 21.5,
"otherNight": 23,
"otherNightReminder": "S'il s'agit de la 3e nuit, réveillez l'Invocateur. Il chosit un joueur et un Démon : ce joueur devient ce Démon.",
"reminders": [
"Nuit 1",
@ -1981,9 +1981,9 @@
"name": "Bébé monstre",
"edition": "",
"team": "demon",
"firstNight": 16,
"firstNight": 24,
"firstNightReminder": "Réveillez tous les Sbires ensemble, faites-les voter pour désigner quel joueur baby-sitte le Bébé Monstre.",
"otherNight": 38,
"otherNight": 42,
"otherNightReminder": "Réveillez tous les Sbires ensemble, faites-les voter pour désigner quel joueur baby-sitte le Bébé Monstre. Choisissez un joueur, il meurt.",
"reminders": [],
"remindersGlobal": [
@ -1998,9 +1998,9 @@
"name": "Ssangssue",
"edition": "",
"team": "demon",
"firstNight": 17,
"firstNight": 25,
"firstNightReminder": "La Ssangssue désigne un joueur. Ce joueur est empoisonné.",
"otherNight": 37,
"otherNight": 41,
"otherNightReminder": "La Ssangssue désigne un joueur. Ce joueur meurt.",
"reminders": [
"Mort",
@ -2016,7 +2016,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 36,
"otherNight": 40,
"otherNightReminder": "Le Al-Hadikhia désigne 3 joueurs. Annoncez à chacun des joueurs désignés, dans l'ordre et individuellement la liste des désignés, et demandez leur s'ils veulent vivre ou mourir. A la fin des décisions, chaque joueur devient vivant ou mort conformément à son choix. Si les joueurs ont tous les 3 choisi de vivre, ils meurent tous les 3.",
"reminders": [
"1",
@ -2035,7 +2035,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 25,
"otherNight": 28,
"otherNightReminder": "Vous pouvez choisir un joueur, Ce joueur meurt.",
"reminders": [
"Mort",
@ -2089,9 +2089,9 @@
"name": "Yaggablabla",
"edition": "",
"team": "demon",
"firstNight": 5.5,
"firstNight": 10,
"firstNightReminder": "Révélez sa phrase au Yaggablabla.",
"otherNight": 38.5,
"otherNight": 43,
"otherNightReminder": "Choisissez un nombre de joueurs inférieur ou égal au nombre de fois que le Yaggablabla a dit sa phrase publiquement : ces joueurs meurent.",
"reminders": [
"Mort"
@ -2104,9 +2104,9 @@
"name": "Kazali",
"edition": "",
"team": "demon",
"firstNight": 3,
"firstNight": 5,
"firstNightReminder": "Réveillez le Kazali. Celui-ci choisit un joueur et un personnage de Sbire : changez le personnage de ce joueur. Répétez autant de fois qu'il faut de Sbires. Réveillez les joueurs désignés pour les informer de leurs nouveaux rôles.",
"otherNight": 39,
"otherNight": 44,
"otherNightReminder": "Le Kazali désigne un joueur : ce joueur meurt.",
"reminders": [
"Mort"
@ -2121,7 +2121,7 @@
"team": "demon",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 35,
"otherNight": 39,
"otherNightReminder": "L'Ojo désigne un rôle. S'il est en jeu, un joueur avec ce personnage meurt. Si le personnage choisi n'est pas en jeu, tuez le(s) joueur(s) que vous voulez.",
"reminders": [
"Mort"

View file

@ -204,11 +204,12 @@
"minionInfoDescription": "S'il y a plusieurs Sbires, ils apprennent qui sont les autres Sbires. Indiquez aux Sbires qui est le Démon.",
"demonInfo": "Info & Bluffs Démon",
"demonInfoDescription": "Indiquez au Démon qui sont ses Sbires. Indiquez les rôles de 3 personnages bons qui ne sont pas en jeu.",
"dusk": "Tombée de la nuit",
"duskDescription1": "Endormez les joueurs.",
"duskDescription2": "Terminez la journée, et endormez les joueurs.",
"dawn": "Matin",
"dawnDescription1": "Réveillez les joueurs.",
"dawnDescription2": "Réveillez les joueurs, puis annoncez qui est mort cette nuit",
"dusk": "Tombée de la nuit",
"duskDescription": "Terminez la journée, et endormez les joueurs.",
"reference": "Afficher la Réference de rôles"
},
"reference": {