diff --git a/CHANGELOG.md b/CHANGELOG.md index 371aa6a..f5f2149 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 to list of available characters +- add Huntsman/Damsel, Noble, Al-Hadikhia, Golem, Fearmonger, Puzzlemaster, Alchemist, Engineer, Riot, Psychopath to list of available characters ### Version 2.15.2 - added mobile web application support diff --git a/src/assets/icons/psychopath.png b/src/assets/icons/psychopath.png new file mode 100644 index 0000000..f0a8131 Binary files /dev/null and b/src/assets/icons/psychopath.png differ diff --git a/src/roles.json b/src/roles.json index e4009eb..1f3e248 100644 --- a/src/roles.json +++ b/src/roles.json @@ -1530,6 +1530,19 @@ "setup": false, "ability": "Each night, choose a player. If you nominate & execute them, their team loses. All players know if you choose a new player." }, + { + "id": "psychopath", + "name": "Psychopath", + "edition": "", + "team": "minion", + "firstNight": 0, + "firstNightReminder": "", + "otherNight": 0, + "otherNightReminder": "", + "reminders": [], + "setup": false, + "ability": "Each day, before nominations, you may publicly choose a player: they die. If executed, you only die if you lose roshambo." + }, { "id": "goblin", "name": "Goblin",