mirror of https://github.com/bra1n/townsquare.git
Atheist
This commit is contained in:
parent
a3cb8570f6
commit
31265aa4fd
|
@ -1,7 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
### Version 2.15.3
|
||||
- add Huntsman/Damsel, Noble, Al-Hadikhia, Golem, Fearmonger, Puzzlemaster, Alchemist, Engineer, Riot, Psychopath to list of available characters
|
||||
- add Huntsman/Damsel, Noble, Al-Hadikhia, Golem, Fearmonger, Puzzlemaster, Alchemist, Engineer, Riot, Psychopath, Atheist to list of available characters
|
||||
|
||||
### Version 2.15.2
|
||||
- added mobile web application support
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
|
@ -1397,6 +1397,19 @@
|
|||
"setup": false,
|
||||
"ability": "Minions & Demons do not know each other. If you die, they learn who each other are that night."
|
||||
},
|
||||
{
|
||||
"id": "atheist",
|
||||
"name": "Atheist",
|
||||
"edition": "",
|
||||
"team": "townsfolk",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": true,
|
||||
"ability": "The Storyteller can break the game rules & if executed, good wins, even if you are dead. [No evil characters]"
|
||||
},
|
||||
{
|
||||
"id": "cannibal",
|
||||
"name": "Cannibal",
|
||||
|
@ -1699,19 +1712,6 @@
|
|||
"reminders": [],
|
||||
"setup": true,
|
||||
"ability": "Nominees die, but may nominate again immediately (on day 3, they must). After day 3, evil wins. [All Minions are Riot]"
|
||||
},
|
||||
{
|
||||
"id": "gangster",
|
||||
"name": "Gangster",
|
||||
"edition": "",
|
||||
"team": "traveler",
|
||||
"firstNight": 0,
|
||||
"firstNightReminder": "",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [],
|
||||
"setup": false,
|
||||
"ability": "Once per day, you may choose to kill an alive neighbour, if your other alive neighbour agrees."
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue