mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Using the official wording for the "Know" tokens (#186)
* Uniformizing know
This commit is contained in:
parent
24a44473d6
commit
1408991ca7
3 changed files with 6 additions and 5 deletions
|
@ -48,6 +48,7 @@
|
||||||
### Version 3.14.0
|
### Version 3.14.0
|
||||||
Reworked script selection UI
|
Reworked script selection UI
|
||||||
|
|
||||||
|
---
|
||||||
### Version 3.13.2
|
### Version 3.13.2
|
||||||
Malformed JSON breaking compilation
|
Malformed JSON breaking compilation
|
||||||
|
|
||||||
|
|
|
@ -1290,7 +1290,7 @@
|
||||||
"otherNight": 0,
|
"otherNight": 0,
|
||||||
"otherNightReminder": "",
|
"otherNightReminder": "",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Seen"
|
"Know"
|
||||||
],
|
],
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "You start knowing 3 players, 1 and only 1 of which is evil."
|
"ability": "You start knowing 3 players, 1 and only 1 of which is evil."
|
||||||
|
@ -1305,7 +1305,7 @@
|
||||||
"otherNight": 70,
|
"otherNight": 70,
|
||||||
"otherNightReminder": "If the known evil player has died, point to another evil player. ",
|
"otherNightReminder": "If the known evil player has died, point to another evil player. ",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Known"
|
"Know"
|
||||||
],
|
],
|
||||||
"setup": true,
|
"setup": true,
|
||||||
"ability": "You start knowing 1 evil player. If the player you know dies, you learn another evil player tonight. [1 Townsfolk is evil]"
|
"ability": "You start knowing 1 evil player. If the player you know dies, you learn another evil player tonight. [1 Townsfolk is evil]"
|
||||||
|
@ -1597,7 +1597,7 @@
|
||||||
"otherNight": 0,
|
"otherNight": 0,
|
||||||
"otherNightReminder": "",
|
"otherNightReminder": "",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Knows"
|
"Know"
|
||||||
],
|
],
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "You start knowing 1 good player."
|
"ability": "You start knowing 1 good player."
|
||||||
|
@ -1653,7 +1653,7 @@
|
||||||
"otherNight": 0,
|
"otherNight": 0,
|
||||||
"otherNightReminder": "",
|
"otherNightReminder": "",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Knows"
|
"Know"
|
||||||
],
|
],
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "You start knowing 2 players that are not the Demon."
|
"ability": "You start knowing 2 players that are not the Demon."
|
||||||
|
|
|
@ -1292,7 +1292,7 @@
|
||||||
"otherNight": 0,
|
"otherNight": 0,
|
||||||
"otherNightReminder": "",
|
"otherNightReminder": "",
|
||||||
"reminders": [
|
"reminders": [
|
||||||
"Vu"
|
"Connu"
|
||||||
],
|
],
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "Vous commencez la partie en connaissant les noms de 3 joueurs, un seul parmi ces 3 joueurs est Mauvais."
|
"ability": "Vous commencez la partie en connaissant les noms de 3 joueurs, un seul parmi ces 3 joueurs est Mauvais."
|
||||||
|
|
Loading…
Add table
Reference in a new issue