mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Merge remote-tracking branch 'MRegnard/dawn-order' into develop
This commit is contained in:
commit
d2cab8749a
4 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
- Adding all missing roles (up to Summoner)
|
- Adding all missing roles (up to Summoner)
|
||||||
|
- Correcting Dawn night order
|
||||||
|
|
||||||
## Upcomming Version
|
## Upcomming Version
|
||||||
- Adding a missing jinx
|
- Adding a missing jinx
|
||||||
|
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
rolesFirstNight.push({
|
rolesFirstNight.push({
|
||||||
id: "dawn",
|
id: "dawn",
|
||||||
name: this.locale.modal.nightOrder.dawn,
|
name: this.locale.modal.nightOrder.dawn,
|
||||||
firstNight: Infinity,
|
firstNight: 1000,
|
||||||
team: "default",
|
team: "default",
|
||||||
players: [],
|
players: [],
|
||||||
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
|
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
|
||||||
|
@ -221,7 +221,7 @@ export default {
|
||||||
id: "dawn",
|
id: "dawn",
|
||||||
name: this.locale.modal.nightOrder.dawn,
|
name: this.locale.modal.nightOrder.dawn,
|
||||||
team: "default",
|
team: "default",
|
||||||
otherNight: Infinity,
|
otherNight: 1000,
|
||||||
players: [],
|
players: [],
|
||||||
otherNightReminder: this.locale.modal.nightOrder.dawnDescription2,
|
otherNightReminder: this.locale.modal.nightOrder.dawnDescription2,
|
||||||
},
|
},
|
||||||
|
|
|
@ -2045,9 +2045,9 @@
|
||||||
"name": "Leviathan",
|
"name": "Leviathan",
|
||||||
"edition": "",
|
"edition": "",
|
||||||
"team": "demon",
|
"team": "demon",
|
||||||
"firstNight": 61,
|
"firstNight": 1001,
|
||||||
"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": 80,
|
"otherNight": 1001,
|
||||||
"otherNightReminder": "Change the Leviathan Day reminder for the next day.",
|
"otherNightReminder": "Change the Leviathan Day reminder for the next day.",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Good player executed"
|
"Good player executed"
|
||||||
|
|
|
@ -2049,9 +2049,9 @@
|
||||||
"name": "Léviathan",
|
"name": "Léviathan",
|
||||||
"edition": "",
|
"edition": "",
|
||||||
"team": "demon",
|
"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.'",
|
"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.",
|
"otherNightReminder": "Changez le marqueur de jour du Léviathan.",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Joueur Bon Exécuté"
|
"Joueur Bon Exécuté"
|
||||||
|
|
Loading…
Add table
Reference in a new issue