mirror of https://github.com/bra1n/townsquare.git
commit
e1ba442af7
|
@ -1,7 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
### Version 2.15.3
|
||||
- add Huntsman/Damsel, Noble, Al-Hadikhia to list of available characters
|
||||
- add Huntsman/Damsel, Noble, Al-Hadikhia, Golem to list of available characters
|
||||
|
||||
### Version 2.15.2
|
||||
- added mobile web application support
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
|
@ -113,14 +113,14 @@
|
|||
},
|
||||
{
|
||||
"id": "djinn",
|
||||
"firstNight": 1,
|
||||
"firstNightReminder": "Wake each evil player and show them which jinxed characters are in play, so that they know not to bluff as characters that can not be in play.",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"name": "Djinn",
|
||||
"team": "fabled",
|
||||
"ability": "Jinxed characters are not both in-play, but evil players know which ones are. Or, use the Djinn's \"Special Rule\"."
|
||||
"ability": "Use the Djinn's special rule. All players know what it is."
|
||||
},
|
||||
{
|
||||
"id": "stormcatcher",
|
||||
|
|
|
@ -836,7 +836,7 @@
|
|||
"reminders": ["Minions not nominated",
|
||||
"Minion nominated"],
|
||||
"setup": false,
|
||||
"ability": "Each night*, you learn if a Minion nominated today"
|
||||
"ability": "Each night*, you learn if a Minion nominated today."
|
||||
},
|
||||
{
|
||||
"id": "oracle",
|
||||
|
@ -1128,7 +1128,7 @@
|
|||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"ability": "Each day, after the 1st execution, you nominate again."
|
||||
"ability": "Each day, after the 1st execution, you may nominate again."
|
||||
},
|
||||
{
|
||||
"id": "bonecollector",
|
||||
|
@ -1436,6 +1436,19 @@
|
|||
"setup": false,
|
||||
"ability": "All Minions know you are in play. If a Minion publicly guesses you (once), your team loses."
|
||||
},
|
||||
{
|
||||
"id": "golem",
|
||||
"name": "Golem",
|
||||
"edition": "",
|
||||
"team": "outsider",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Can not nominate"],
|
||||
"setup": false,
|
||||
"ability": "You may only nominate once per game. When you do, if the nominee is not the Demon, they die."
|
||||
},
|
||||
{
|
||||
"id": "politician",
|
||||
"name": "Politician",
|
||||
|
|
Loading…
Reference in New Issue