mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
adding vizier, steward and knight
This commit is contained in:
parent
ff91f4dc74
commit
c7da0d32c4
5 changed files with 68 additions and 0 deletions
BIN
src/assets/icons/knight.png
Normal file
BIN
src/assets/icons/knight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
BIN
src/assets/icons/steward.png
Normal file
BIN
src/assets/icons/steward.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/icons/vizier.png
Normal file
BIN
src/assets/icons/vizier.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 KiB |
|
@ -397,5 +397,34 @@
|
|||
"reason": "Only 1 jinxed character can be in play. Evil players start knowing which character it is."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "Vizier",
|
||||
"hatred": [
|
||||
{
|
||||
"id": "Alchemist",
|
||||
"reason": "If the Alchemist has the Vizier ability, they may only choose to execute immediately if three or more players voted."
|
||||
},
|
||||
{
|
||||
"id": "Courtier",
|
||||
"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": "Investigator",
|
||||
"reason": "If the Investigator learns that the Vizier is in play, the existence of the Vizier is not announced by the Storyteller."
|
||||
},
|
||||
{
|
||||
"id": "Magician",
|
||||
"reason": "Only 1 jinxed character can be in play."
|
||||
},
|
||||
{
|
||||
"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": "Fearmonger",
|
||||
"reason": "The Vizier wakes with the Fearmonger, learns who they choose and cannot choose to execute that player."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1411,6 +1411,32 @@
|
|||
"setup": false,
|
||||
"ability": "You have the ability of the recently killed executee. If they are evil, you are poisoned until a good player dies by execution."
|
||||
},
|
||||
{
|
||||
"id": "steward",
|
||||
"name": "Steward",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 40,
|
||||
"firstNightReminder": "Point to the marked player.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Known"],
|
||||
"setup": false,
|
||||
"ability": "You start knowing 1 good player."
|
||||
},
|
||||
{
|
||||
"id": "knight",
|
||||
"name": "Knight",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 40,
|
||||
"firstNightReminder": "Point to the 2 marked players.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Known"],
|
||||
"setup": false,
|
||||
"ability": "You start knowing 2 players that are not the Demon."
|
||||
},
|
||||
{
|
||||
"id": "snitch",
|
||||
"name": "Snitch",
|
||||
|
@ -1621,6 +1647,19 @@
|
|||
"setup": false,
|
||||
"ability": "All players keep their eyes closed when voting & the vote tally is secret. Votes for you only count if you vote."
|
||||
},
|
||||
{
|
||||
"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…
Add table
Reference in a new issue