diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f2149..c38e6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/assets/icons/atheist.png b/src/assets/icons/atheist.png new file mode 100644 index 0000000..63217cc Binary files /dev/null and b/src/assets/icons/atheist.png differ diff --git a/src/roles.json b/src/roles.json index 1f3e248..553242f 100644 --- a/src/roles.json +++ b/src/roles.json @@ -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." } ]