mirror of https://github.com/bra1n/townsquare.git
Merge e528507f19
into d9c2b17dc9
This commit is contained in:
commit
7508e7df02
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
|
@ -52,6 +52,23 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "Vizier",
|
||||||
|
"hatred": [
|
||||||
|
{
|
||||||
|
"id": "Alchemist",
|
||||||
|
"reason": "An Alchemist with the Vizier ability requires three players to vote in order to force an execution."
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"id": "Magician",
|
||||||
|
"reason": "Only 1 jinxed character can be in play. Evil players start knowing which character it is."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Preacher",
|
||||||
|
"reason": "If the Vizier loses their ability, they learn this and if the Vizier is executed while they have their ability, their team wins."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "Leviathan",
|
"id": "Leviathan",
|
||||||
"hatred": [
|
"hatred": [
|
||||||
|
|
|
@ -1637,6 +1637,19 @@
|
||||||
"setup": false,
|
"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."
|
"ability": "If you are executed, all but 3 players die. 1 minute later, the player with the most players pointing at them dies."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "vizier",
|
||||||
|
"name": "Vizier",
|
||||||
|
"edition": "",
|
||||||
|
"team": "minion",
|
||||||
|
"firstNight": 0,
|
||||||
|
"firstNightReminder": "",
|
||||||
|
"otherNight": 0,
|
||||||
|
"otherNightReminder": "",
|
||||||
|
"reminders": [],
|
||||||
|
"setup": false,
|
||||||
|
"ability": "All players know who you are. You can not die during the day. If good voted, you may choose to execute immediately."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "lilmonsta",
|
"id": "lilmonsta",
|
||||||
"name": "Lil' Monsta",
|
"name": "Lil' Monsta",
|
||||||
|
|
Loading…
Reference in New Issue