mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Merge branch 'fabled' into develop
This commit is contained in:
commit
7e9f0d72c4
7 changed files with 62 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
# Release Notes
|
||||
|
||||
- Adding all missing roles (up to Summoner)
|
||||
- Correcting Dawn night order
|
||||
|
||||
|
||||
## Upcomming Version
|
||||
- Adding a missing jinx
|
||||
- Updating night order (and its print)
|
||||
- Correcting automatic adding/deletion of Fabled
|
||||
- Adding all missing roles (up to Summoner)
|
||||
- Correcting Dawn night order
|
||||
|
||||
### Version 3.17.0
|
||||
|
||||
|
|
BIN
src/assets/icons/bootlegger.png
Normal file
BIN
src/assets/icons/bootlegger.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 133 KiB |
Binary file not shown.
Before ![]() (image error) Size: 112 KiB |
BIN
src/assets/icons/ferryman.png
Normal file
BIN
src/assets/icons/ferryman.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 130 KiB |
BIN
src/assets/icons/gardener.png
Normal file
BIN
src/assets/icons/gardener.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 104 KiB |
|
@ -132,5 +132,37 @@
|
|||
"name": "Storm Catcher",
|
||||
"team": "fabled",
|
||||
"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."
|
||||
},
|
||||
]
|
||||
|
|
|
@ -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."
|
||||
},
|
||||
{
|
||||
"id": "deusexfiasco",
|
||||
"id": "ferryman",
|
||||
"firstNightReminder": "",
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Whoops"],
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"name": "Deus ex Fiasco",
|
||||
"name": "Passeur",
|
||||
"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 d’un 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."
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue