mirror of https://github.com/bra1n/townsquare.git
commit
b1a4aa5c65
|
@ -1,7 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
### Version 2.15.3
|
||||
- add Huntsman/Damsel, Noble, Al-Hadikhia, Golem, Fearmonger, Puzzlemaster, Alchemist, Engineer, Riot to list of available characters
|
||||
- add Huntsman/Damsel, Noble, Al-Hadikhia, Golem, Fearmonger, Puzzlemaster, Alchemist, Engineer, Riot, Psychopath to list of available characters
|
||||
|
||||
### Version 2.15.2
|
||||
- added mobile web application support
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
|
@ -1530,6 +1530,19 @@
|
|||
"setup": false,
|
||||
"ability": "Each night, choose a player. If you nominate & execute them, their team loses. All players know if you choose a new player."
|
||||
},
|
||||
{
|
||||
"id": "psychopath",
|
||||
"name": "Psychopath",
|
||||
"edition": "",
|
||||
"team": "minion",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"ability": "Each day, before nominations, you may publicly choose a player: they die. If executed, you only die if you lose roshambo."
|
||||
},
|
||||
{
|
||||
"id": "goblin",
|
||||
"name": "Goblin",
|
||||
|
|
Loading…
Reference in New Issue