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..98df414 Binary files /dev/null and b/src/assets/icons/atheist.png differ diff --git a/src/assets/icons/engineer.png b/src/assets/icons/engineer.png index e1db07f..0dcfe2e 100644 Binary files a/src/assets/icons/engineer.png and b/src/assets/icons/engineer.png differ diff --git a/src/assets/icons/heretic.png b/src/assets/icons/heretic.png index dc8a39f..16ac03c 100644 Binary files a/src/assets/icons/heretic.png and b/src/assets/icons/heretic.png differ diff --git a/src/assets/icons/magician.png b/src/assets/icons/magician.png index 82b3814..5e239af 100644 Binary files a/src/assets/icons/magician.png and b/src/assets/icons/magician.png differ diff --git a/src/assets/icons/noble.png b/src/assets/icons/noble.png index 0692791..5556d2f 100644 Binary files a/src/assets/icons/noble.png and b/src/assets/icons/noble.png differ diff --git a/src/roles.json b/src/roles.json index 1f3e248..3901318 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",