Merge remote-tracking branch 'MRegnard/dawn-order' into develop

This commit is contained in:
Pingumask 2024-04-19 22:58:36 +00:00
commit d2cab8749a
4 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
# Release Notes
- Adding all missing roles (up to Summoner)
- Correcting Dawn night order
## Upcomming Version
- Adding a missing jinx

View file

@ -143,7 +143,7 @@ export default {
rolesFirstNight.push({
id: "dawn",
name: this.locale.modal.nightOrder.dawn,
firstNight: Infinity,
firstNight: 1000,
team: "default",
players: [],
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
@ -221,7 +221,7 @@ export default {
id: "dawn",
name: this.locale.modal.nightOrder.dawn,
team: "default",
otherNight: Infinity,
otherNight: 1000,
players: [],
otherNightReminder: this.locale.modal.nightOrder.dawnDescription2,
},

View file

@ -2045,9 +2045,9 @@
"name": "Leviathan",
"edition": "",
"team": "demon",
"firstNight": 61,
"firstNight": 1001,
"firstNightReminder": "Place the Leviathan 'Day 1' marker. Announce 'The Leviathan is in play; this is Day 1.'",
"otherNight": 80,
"otherNight": 1001,
"otherNightReminder": "Change the Leviathan Day reminder for the next day.",
"reminders": [
"Good player executed"

View file

@ -2049,9 +2049,9 @@
"name": "Léviathan",
"edition": "",
"team": "demon",
"firstNight": 61,
"firstNight": 1001,
"firstNightReminder": "Placez le marqueur 'Jour 1'. Annoncez 'Il y a un Léviathan en jeu; Ceci est votre premier jour.'",
"otherNight": 80,
"otherNight": 1001,
"otherNightReminder": "Changez le marqueur de jour du Léviathan.",
"reminders": [
"Joueur Bon Exécuté"