mirror of https://github.com/bra1n/townsquare.git
Merge e528507f19
into 1c52b232c0
This commit is contained in:
commit
3d560eacf0
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",
|
||||
"hatred": [
|
||||
|
|
|
@ -1637,6 +1637,19 @@
|
|||
"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": "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",
|
||||
"name": "Lil' Monsta",
|
||||
|
|
Loading…
Reference in New Issue