diff --git a/src/assets/icons/shugenja.png b/src/assets/icons/shugenja.png new file mode 100644 index 0000000..199a200 Binary files /dev/null and b/src/assets/icons/shugenja.png differ diff --git a/src/roles.json b/src/roles.json index 41ec307..4fb00c2 100644 --- a/src/roles.json +++ b/src/roles.json @@ -2173,9 +2173,19 @@ { "id": "iamspartacus_fall_of_rome", "reminders": ["I am Spartacus!"], - "name": "\"I Am Spartacus!\"", + "name": "I Am Spartacus!", "team": "fabled", "ability": "Each day, up to half the living players (rounded up & Travellers don\u2019t count) may publicly claim to be Spartacus.", "flavor": "I am Spartacus!" + }, + { + "id": "shugenja", + "firstNight": 33, + "firstNightReminder": "Wake the Shugenja; point horizontally in the direction of the closest evil player. If the two closest evil players are equidistant, point your finger horizontally in either direction.", + "otherNight": 0, + "setup": false, + "name": "Shugenja", + "team": "townsfolk", + "ability": "You start knowing if your closest evil player is clockwise or anti-clockwise. If equidistant, this info is arbitrary." } ]