Merge branch 'fabled' into develop

This commit is contained in:
Pingumask 2024-04-19 23:02:47 +00:00
commit 7e9f0d72c4
7 changed files with 62 additions and 7 deletions

View file

@ -1,12 +1,13 @@
# Release Notes # Release Notes
- Adding all missing roles (up to Summoner)
- Correcting Dawn night order
## Upcomming Version ## Upcomming Version
- Adding a missing jinx - Adding a missing jinx
- Updating night order (and its print) - Updating night order (and its print)
- Correcting automatic adding/deletion of Fabled - Correcting automatic adding/deletion of Fabled
- Adding all missing roles (up to Summoner)
- Correcting Dawn night order
### Version 3.17.0 ### Version 3.17.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -132,5 +132,37 @@
"name": "Storm Catcher", "name": "Storm Catcher",
"team": "fabled", "team": "fabled",
"ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is." "ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is."
} },
{
"id": "ferryman",
"firstNightReminder": "",
"otherNightReminder": "",
"reminders": [],
"setup": false,
"name": "Ferryman",
"team": "fabled",
"ability": "On the final day, all dead players regain their vote token."
},
{
"id": "gardener",
"firstNightReminder": "",
"otherNightReminder": "",
"reminders": ["Assigned"],
"setup": false,
"name": "Gardener",
"team": "fabled",
"ability": "The Storyteller assigns 1 or more players' characters."
},
{
"id": "bootlegger",
"firstNight": 1,
"firstNightReminder": "If applicable, use homebrew rule(s).",
"otherNight": 2,
"otherNightReminder": "If applicable, use homebrew rule(s).",
"reminders": [],
"setup": false,
"name": "Bootlegger",
"team": "fabled",
"ability": "This script has homebrew characters or rules."
},
] ]

View file

@ -134,13 +134,35 @@
"ability": "Désignez un rôle de gentil. S'il est en jeu, il ne peut mourrir que par exécution, mais les joueurs mauvais savent qui a ce rôle." "ability": "Désignez un rôle de gentil. S'il est en jeu, il ne peut mourrir que par exécution, mais les joueurs mauvais savent qui a ce rôle."
}, },
{ {
"id": "deusexfiasco", "id": "ferryman",
"firstNightReminder": "", "firstNightReminder": "",
"otherNightReminder": "", "otherNightReminder": "",
"reminders": ["Whoops"], "reminders": [],
"setup": false, "setup": false,
"name": "Deus ex Fiasco", "name": "Passeur",
"team": "fabled", "team": "fabled",
"ability": "Une fois par partie, le Narrateur fera une \"Erreur\", la corrigera et l'admettra publiquement." "ability": "Le dernier jour, tous les morts regagnent leur jeton de vote."
},
{
"id": "gardener",
"firstNightReminder": "",
"otherNightReminder": "",
"reminders": ["Rôle choisi"],
"setup": false,
"name": "Jardinier",
"team": "fabled",
"ability": "Le Narrateur choisit le rôle dun ou de plusieurs joueurs."
},
{
"id": "bootlegger",
"firstNight": 1,
"firstNightReminder": "Si applicables, utilisez la (les) règle(s) faite(s)-maison.",
"otherNight": 2,
"otherNightReminder": "Si applicables, utilisez la (les) règle(s) faite(s)-maison.",
"reminders": [],
"setup": false,
"name": "Contrebandier",
"team": "fabled",
"ability": "Ce script possède des rôles ou des règles faits-maison."
} }
] ]