mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
fixing night orders
This commit is contained in:
parent
4ff06e8009
commit
2eea17af4e
1 changed files with 9 additions and 8 deletions
|
@ -1416,7 +1416,7 @@
|
|||
"name": "Steward",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 40,
|
||||
"firstNight": 33.3,
|
||||
"firstNightReminder": "Point to the marked player.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
|
@ -1429,7 +1429,7 @@
|
|||
"name": "Knight",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 40,
|
||||
"firstNight": 33.2,
|
||||
"firstNightReminder": "Point to the 2 marked players.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
|
@ -1442,7 +1442,8 @@
|
|||
"name": "High Priestess",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 50,
|
||||
"firstNight": 50.2,
|
||||
"otherNight": 69.2,
|
||||
"firstNightReminder": "Each night, wake the High Priestess. Point to a player. Put the High Priestess to sleep.",
|
||||
"otherNightReminder": "Each night, wake the High Priestess. Point to a player. Put the High Priestess to sleep.",
|
||||
"reminders": ["Friend"],
|
||||
|
@ -1672,8 +1673,8 @@
|
|||
"name": "Vizier",
|
||||
"edition": "",
|
||||
"team": "minion",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"firstNight": 55,
|
||||
"firstNightReminder": "Announce 'The Vizier is in play' and state which player they are.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
|
@ -1685,9 +1686,9 @@
|
|||
"name": "Harpy",
|
||||
"edition": "",
|
||||
"team": "minion",
|
||||
"firstNight": 25,
|
||||
"firstNight": 24.2,
|
||||
"firstNightReminder": "Select two players, one at a time.",
|
||||
"otherNight": 15,
|
||||
"otherNight": 14.2,
|
||||
"otherNightReminder": "Select two players, one at a time.",
|
||||
"reminders": ["Mad", "2nd"],
|
||||
"setup": false,
|
||||
|
@ -2180,7 +2181,7 @@
|
|||
},
|
||||
{
|
||||
"id": "shugenja",
|
||||
"firstNight": 33,
|
||||
"firstNight": 33.4,
|
||||
"firstNightReminder": "Wake the Shugenja; point horizontally in the direction of the closest evil player. If the two closest evil players are equidistant, point your finger horizontally in either direction.",
|
||||
"otherNight": 0,
|
||||
"setup": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue