mirror of https://github.com/bra1n/townsquare.git
commit
e694c24689
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
### Version 2.15.1
|
### Version 2.15.1
|
||||||
- fix Mephit not showing up on scripts
|
- fix Mephit not showing up on scripts
|
||||||
|
- add Boomdandy to list of available characters
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "townsquare",
|
"name": "townsquare",
|
||||||
"version": "2.15.0",
|
"version": "2.15.1",
|
||||||
"description": "Blood on the Clocktower Town Square",
|
"description": "Blood on the Clocktower Town Square",
|
||||||
"author": "Steffen Baumgart",
|
"author": "Steffen Baumgart",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
|
@ -235,7 +235,7 @@
|
||||||
"otherNightReminder": "The previously poisoned player is no longer poisoned. The Poisoner points to a player. That player is poisoned.",
|
"otherNightReminder": "The previously poisoned player is no longer poisoned. The Poisoner points to a player. That player is poisoned.",
|
||||||
"reminders": ["Poisoned"],
|
"reminders": ["Poisoned"],
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "Each night, choose a player: they are poisoned tonight and tomorrow day"
|
"ability": "Each night, choose a player: they are poisoned tonight and tomorrow day."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "spy",
|
"id": "spy",
|
||||||
|
@ -1436,6 +1436,20 @@
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "If you publicly claim to be the Goblin when nominated & are executed that day, your team wins."
|
"ability": "If you publicly claim to be the Goblin when nominated & are executed that day, your team wins."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "mezepheles",
|
||||||
|
"name": "Mezepheles",
|
||||||
|
"edition": "",
|
||||||
|
"team": "minion",
|
||||||
|
"firstNight": 24,
|
||||||
|
"firstNightReminder": "Show the Mezepheles their secret word.",
|
||||||
|
"otherNight": 17,
|
||||||
|
"otherNightReminder": "Wake the 1st good player that said the Mezepheles' secret word and show them the 'You are' card and the thumbs down evil signal.",
|
||||||
|
"reminders": ["Turns evil",
|
||||||
|
"No ability"],
|
||||||
|
"setup": false,
|
||||||
|
"ability": "You start knowing a secret word. The 1st good player to say this word becomes evil that night."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "mephit",
|
"id": "mephit",
|
||||||
"name": "Mephit",
|
"name": "Mephit",
|
||||||
|
@ -1464,6 +1478,19 @@
|
||||||
"setup": true,
|
"setup": true,
|
||||||
"ability": "You think you are a good character but you are not. The Demon knows who you are. [You neighbour the Demon]"
|
"ability": "You think you are a good character but you are not. The Demon knows who you are. [You neighbour the Demon]"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "boomdandy",
|
||||||
|
"name": "Boomdandy",
|
||||||
|
"edition": "",
|
||||||
|
"team": "minion",
|
||||||
|
"firstNight": 0,
|
||||||
|
"firstNightReminder": "",
|
||||||
|
"otherNight": 0,
|
||||||
|
"otherNightReminder": "",
|
||||||
|
"reminders": [],
|
||||||
|
"setup": false,
|
||||||
|
"ability": "If you are executed, all but 3 players die. 1 minute later, the player with the most players pointing at them dies."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "lilmonsta",
|
"id": "lilmonsta",
|
||||||
"name": "Lil Monsta",
|
"name": "Lil Monsta",
|
||||||
|
|
Loading…
Reference in New Issue