mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Remove NightReminders for entries with night value 0
These can never appear so long as the associated `firstNight`/`otherNight` value is 0, so they are dead weight that can be removed. They can be resurrected from history in the future if needed.
This commit is contained in:
parent
a1e1b627db
commit
bbde4f4202
1 changed files with 10 additions and 10 deletions
|
@ -484,7 +484,7 @@
|
|||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "Remove the 'Everyone drunk' marker. If a Minion died today: All players but the Minstrel are drunk. Place the 'Everyone drunk' marker.",
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Everyone drunk"],
|
||||
"setup": false,
|
||||
"ability": "When a Minion dies by execution, all other players (except Travellers) are drunk until dusk tomorrow."
|
||||
|
@ -534,7 +534,7 @@
|
|||
"edition": "bmr",
|
||||
"team": "outsider",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "The Tinker might die.",
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 44,
|
||||
"otherNightReminder": "The Tinker might die.",
|
||||
"reminders": ["Dead"],
|
||||
|
@ -560,9 +560,9 @@
|
|||
"edition": "bmr",
|
||||
"team": "outsider",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "If a player used their character ability to choose the Goon: The ability does not work. Place the Drunk token on that player. The Goon becomes that player\u2019s alignment. Show 'You are' card. Show thumbs-up good, thumbs-down 'evil' for the Goon\u2019s current alignment.",
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "If a player used their character ability to choose the Goon: The Goon becomes that player\u2019s alignment. Show the 'You are' card. Show the hand signal (thumbs-up 'good', thumbs-down 'evil') for the Goon\u2019s current alignment.",
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Drunk"],
|
||||
"setup": false,
|
||||
"ability": "Each night, the 1st player to choose you with their ability is drunk until dusk. You become their alignment."
|
||||
|
@ -816,7 +816,7 @@
|
|||
"edition": "snv",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "Place the 'Demon not voted' marker.",
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 52,
|
||||
"otherNightReminder": "Nod 'yes' or shake head 'no' for whether the Demon voted today. Place the 'Demon not voted' marker (remove 'Demon voted', if any).",
|
||||
"reminders": ["Demon voted",
|
||||
|
@ -830,7 +830,7 @@
|
|||
"edition": "snv",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "Place the 'Minions not nominated' marker.",
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 53,
|
||||
"otherNightReminder": "Nod 'yes' or shake head 'no' for whether a Minion nominated today. Place the 'Minion not nominated' marker (remove 'Minion nominated', if any).",
|
||||
"reminders": ["Minions not nominated",
|
||||
|
@ -1177,7 +1177,7 @@
|
|||
"firstNight": 25,
|
||||
"firstNightReminder": "Show the Pixie 1 in-play Townsfolk character token.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "If the Pixie has been mad they were the relevant character and that player has died, treat the Pixie as if they have the relevant character ability.",
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Mad",
|
||||
"Has ability"],
|
||||
"setup": false,
|
||||
|
@ -1351,7 +1351,7 @@
|
|||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "Wake the cannibal when the character who was executed today would wake",
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Poisoned",
|
||||
"Died today"],
|
||||
"setup": false,
|
||||
|
@ -1376,7 +1376,7 @@
|
|||
"edition": "",
|
||||
"team": "outsider",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "If a good living neighbour is drunk or poisoned, the Acrobat player dies.",
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 35,
|
||||
"otherNightReminder": "If a good living neighbour is drunk or poisoned, the Acrobat player dies.",
|
||||
"reminders": ["Dead"],
|
||||
|
@ -1501,7 +1501,7 @@
|
|||
"firstNight": 45,
|
||||
"firstNightReminder": "Place the Leviathan 'Day 1' marker. Announce 'The Leviathan is in play; this is Day 1.'",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "Place the next Leviathan 'Day n' marker, where 'n' is the next day number. Announce 'The Leviathan is in play; this is Day n.'.",
|
||||
"otherNightReminder": "",
|
||||
"reminders": ["Day 1",
|
||||
"Day 2",
|
||||
"Day 3",
|
||||
|
|
Loading…
Add table
Reference in a new issue