mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Leviathan's tokens (#103)
This commit is contained in:
parent
fde1a304a4
commit
085a853745
2 changed files with 6 additions and 4 deletions
|
@ -1717,12 +1717,12 @@
|
||||||
"firstNightReminder": "Place the Leviathan 'Day 1' marker. Announce 'The Leviathan is in play; this is Day 1.'",
|
"firstNightReminder": "Place the Leviathan 'Day 1' marker. Announce 'The Leviathan is in play; this is Day 1.'",
|
||||||
"otherNight": 73,
|
"otherNight": 73,
|
||||||
"otherNightReminder": "Change the Leviathan Day reminder for the next day.",
|
"otherNightReminder": "Change the Leviathan Day reminder for the next day.",
|
||||||
"reminders": ["Day 1",
|
"reminders": ["Good player executed"],
|
||||||
|
"remindersGlobal": ["Day 1",
|
||||||
"Day 2",
|
"Day 2",
|
||||||
"Day 3",
|
"Day 3",
|
||||||
"Day 4",
|
"Day 4",
|
||||||
"Day 5",
|
"Day 5"],
|
||||||
"Good player executed"],
|
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "If more than 1 good player is executed, you win. All players know you are in play. After day 5, evil wins."
|
"ability": "If more than 1 good player is executed, you win. All players know you are in play. After day 5, evil wins."
|
||||||
},
|
},
|
||||||
|
|
|
@ -1903,12 +1903,14 @@
|
||||||
"otherNight": 73,
|
"otherNight": 73,
|
||||||
"otherNightReminder": "Changez le marqueur de jour du Léviathan.",
|
"otherNightReminder": "Changez le marqueur de jour du Léviathan.",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
|
"Joueur Bon Exécuté"
|
||||||
|
],
|
||||||
|
"remindersGlobal": [
|
||||||
"Jour 1",
|
"Jour 1",
|
||||||
"Jour 2",
|
"Jour 2",
|
||||||
"Jour 3",
|
"Jour 3",
|
||||||
"Jour 4",
|
"Jour 4",
|
||||||
"Jour 5",
|
"Jour 5",
|
||||||
"Joueur Bon Exécuté"
|
|
||||||
],
|
],
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "Si plus d'un Bon joueur est exécuté, les Mauvais gagnent. Tous les joueurs savent que votre personnage est en jeu. Après 5 jours, les Mauvais gagnent."
|
"ability": "Si plus d'un Bon joueur est exécuté, les Mauvais gagnent. Tous les joueurs savent que votre personnage est en jeu. Après 5 jours, les Mauvais gagnent."
|
||||||
|
|
Loading…
Add table
Reference in a new issue