mirror of https://github.com/bra1n/townsquare.git
It's Paradise!
This commit is contained in:
parent
3ae36e2f0f
commit
73ce0058c2
|
@ -3,7 +3,7 @@
|
|||
### Version 2.12.0
|
||||
- tweak reference sheet to better fit screen in single column layout
|
||||
- add warning icon overlay for setup roles on character assignment modal
|
||||
- added Heretic and Marionette plus King and Choirboy to list of available characters
|
||||
- added Heretic and Marionette plus King/Choirboy and the Gangster to list of available characters
|
||||
|
||||
---
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
|
@ -1484,6 +1484,19 @@
|
|||
"Good player executed"],
|
||||
"setup": false,
|
||||
"ability": "If more than 1 good player is executed, you win. All players know you are in play. After day 5, evil wins."
|
||||
},
|
||||
{
|
||||
"id": "gangster",
|
||||
"name": "Gangster",
|
||||
"edition": "",
|
||||
"team": "traveler",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"ability": "Once per day, you may choose to kill a living neighbour, if your other living neighbour agrees."
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue