Advertisement
moonymarauder

BOTC Character Abilities

Nov 22nd, 2024 (edited)
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.84 KB | None | 0 0
  1. {
  2.  
  3. "ALL CAPS":
  4.     {
  5.         "Type":["Townsfolk"],
  6.         "Ability":["Example Text"]
  7.     },
  8.  
  9. "WASHERWOMAN":
  10.     {
  11.         "Type":["Townsfolk"],
  12.         "Ability":["You start knowing that 1 of 2 players is a particular Townsfolk"]
  13.     },
  14.  
  15. "LIBRARIAN":
  16.     {
  17.         "Type":["Townsfolk"],
  18.         "Ability":["You start knowing that 1 of 2 players is a particular Outsider. Or that zero are in play"]
  19.     },
  20.  
  21. "INVESTIGATOR":
  22.     {
  23.         "Type":["Townsfolk"],
  24.         "Ability":["You start knowing that 1 of 2 players is a particular Minion"]
  25.     },
  26.  
  27. "CHEF":
  28.     {
  29.         "Type":["Townsfolk"],
  30.         "Ability":["You start knowing how many pairs of evil players there are"]
  31.     },
  32.  
  33. "EMPATH":
  34.     {
  35.         "Type":["Townsfolk"],
  36.         "Ability":["Each night, you learn how many of your 2 alive neighbors are evil"]
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement