Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 138.09 KB | None | 0 0
  1. 'use strict';
  2. /** @typedef {{name: string, plural: string, id: string, color?: string, buttonColor?: string, memo: string[], image?: string}} MafiaAlignment */
  3. /** @typedef {{[k: string]: MafiaAlignment | string}} MafiaAlignments */
  4.  
  5. /** @typedef {{name: string, id: string, memo: string[], alignment?: string, image?: string}} MafiaRole */
  6. /** @typedef {{[k: string]: MafiaRole | string}} MafiaRoles */
  7.  
  8. /** @typedef {{name: string, id: string, memo: string[]}} MafiaModifier */
  9. /** @typedef {{[k: string]: MafiaModifier | string}} MafiaModifiers */
  10.  
  11. /** @typedef {{name: string, desc: string, [k: number]: string}} MafiaTheme */
  12. /** @typedef {{[k: string]: MafiaTheme | string}} MafiaThemes */
  13.  
  14. /** @typedef {{name: string, roles: string[], picks: string[], choices: number}} MafiaIDEA */
  15. /** @typedef {{[k: string]: MafiaIDEA | string}} MafiaIDEAs */
  16.  
  17. /** @typedef {{name: string, memo: string[]}} MafiaTerm */
  18. /** @typedef {{[k: string]: MafiaTerm | string}} MafiaTerms */
  19.  
  20. /** @type {MafiaAlignments} */
  21. const alignments = {
  22. // Do not add Mafia variants, unless they are supported in a major theme (Werewolves, Replicants).
  23. // Do not add Solo alignments.
  24. town: {
  25. name: `Town`,
  26. plural: `Town`,
  27. id: `town`,
  28. color: `#060`,
  29. buttonColor: `#0A0`,
  30. memo: [`You are aligned with the <span style="color:#060;font-weight:bold">Town</span>. You win when all threats to the Town are eliminated and at least one Town-aligned player is still alive, or nothing can prevent the same.`],
  31. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  32. },
  33. mafia: {
  34. name: `Mafia`,
  35. plural: `Mafia`,
  36. id: `mafia`,
  37. color: `#F00`,
  38. memo: [
  39. `Factional Communication: If there are other Mafia-aligned players, you may PM them during the game.`,
  40. `Factional Kill: The Mafia may kill one player per night.`,
  41. `You are aligned with the <span style="color:#F00;font-weight:bold">Mafia</span>. You win when all players without a Mafia wincon are eliminated and at least one Mafia-aligned player is still alive (or nothing can prevent the same).`,
  42. ],
  43. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-mafia.png"/>`,
  44. },
  45. werewolf: {
  46. name: `Werewolf`,
  47. plural: `Werewolves`,
  48. id: `werewolf`,
  49. color: `#FFA500`,
  50. memo: [
  51. `Factional Communication: If there are other Werewolf-aligned players, you may PM them during the game.`,
  52. `Factional Kill: The Werewolves may kill one player per Night.`,
  53. `You are aligned with the <span style="color:#FFA500;font-weight:bold">Werewolves</span>. You win when all players without a Werewolf wincon are eliminated and at least one Werewolf-aligned player is still alive (or nothing can prevent the same).`,
  54. ],
  55. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-werewolf.png"/>`,
  56. },
  57. alien: {
  58. name: `Alien`,
  59. plural: `Aliens`,
  60. id: `alien`,
  61. color: `#F0F`,
  62. memo: [
  63. `Factional Communication: If there are other Alien-aligned players, you may PM them during the game.`,
  64. `Factional Kill: The Aliens may kill one player <span style="text-decoration:underline">once during the game</span>.`,
  65. `You are aligned with the <span style="color:#F0F;font-weight:bold">Aliens</span>. You win when all players without a Alien wincon are eliminated and at least one Alien-aligned player is still alive (or nothing can prevent the same).`,
  66. ],
  67. // TODO image for alien faction
  68. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  69. },
  70. cult: {
  71. name: `Cult`,
  72. plural: `Cultists`,
  73. id: `cult`,
  74. color: `#000`,
  75. memo: [
  76. `Factional Communication: If there are other Cult-aligned players, you may PM them during the game.`,
  77. `Factional Concept: The Cult can recruit other players into the Cult more often than not. Ask the Host for more information about how this works exactly.`,
  78. `You are aligned with the <span style="color:#000;font-weight:bold">Cult</span>. You win when all players without a Cult wincon are eliminated and at least one Cult-aligned player is still alive (or nothing can prevent the same).`,
  79. ],
  80. // TODO image for cult faction
  81. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  82. },
  83. cultafia: {
  84. name: `Cultafia`,
  85. plural: `Cultafia`,
  86. id: `cultafia`,
  87. color: `#600`,
  88. memo: [
  89. `Factional Communication: If there are other Cultafia-aligned players, you may PM them during the game.`,
  90. `Factional Concept: The Cultafia can recruit and kill players. Ask the Host for more information about how this works exactly.`,
  91. `You are aligned with the <span style="color:#600;font-weight:bold">Cultafia</span>. You win when all players without a Cultafia wincon are eliminated and at least one Cultafia-aligned player is still alive (or nothing can prevent the same).`,
  92. ],
  93. // TODO image for cult faction
  94. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  95. },
  96. goo: {
  97. name: `Goo`,
  98. plural: `Goos`,
  99. id: `goo`,
  100. color: `#2FF`,
  101. memo: [
  102. `Factional Communication: If there are other Goo-aligned players, you may PM them during the game.`,
  103. `Factional Concept: Goos have interesting Reflexive abilities to aid them more often than not.`,
  104. `You are aligned with the <span style="color:#2FF;font-weight:bold">Goos</span>. You win when all players without a Goo wincon are eliminated and at least one Goo-aligned player is still alive (or nothing can prevent the same).`,
  105. ],
  106. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  107. },
  108. replicant: {
  109. name: `Replicant`,
  110. plural: `Replicants`,
  111. id: `replicant`,
  112. color: `#DDD`,
  113. memo: [
  114. `Factional Communication: If there are other Replicant-aligned players, you may PM them during the game.`,
  115. `Factional Kill: The Replicants may kill one player per night.`,
  116. `You are aligned with the <span style="color:#DDD;font-weight:bold">Replicants</span>. You win when all players without a Replicant wincon are eliminated and at least one Replicant-aligned player is still alive (or nothing can prevent the same).`,
  117. ],
  118. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  119. },
  120. mime: {
  121. name: `Mime`,
  122. plural: `Mimes`,
  123. id: `mime`,
  124. color: `#590eb5`,
  125. memo: [
  126. `Factional Communication: If there are other Mime-aligned players, you may PM them during the game.`,
  127. `Factional Roleblock: The Mimes may roleblock one player per night.`,
  128. `You are aligned with the <span style="color:#A6B;font-weight:bold">Mimes</span>. You win when all players with a Mime wincon have been lynched.`,
  129. ],
  130. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  131. },
  132. arsonist: {
  133. name: `Arsonist`,
  134. plural: `Arsonists`,
  135. id: `arsonist`,
  136. color: `#E82`,
  137. memo: [
  138. `Factional Communication: If there are other Arsonist-aligned players, you may PM them during the game.`,
  139. `Factional Actions: The Arsonists may together use one factional action a night.`,
  140. `Factional Prime: The Arsonists prime someone by dousing them with gasoline.`,
  141. `Factional Ignite: The Arsonists light all previously primed players on fire, killing them.`,
  142. `You are aligned with the <span style="color:#E82;font-weight:bold">Arsonists</span>. You win when all players without an Arsonist wincon are eliminated and at least one Arsonist-aligned player is still alive (or nothing can prevent the same).`,
  143. ],
  144. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  145. },
  146. pygmee: {
  147. name: `Pygmee`,
  148. plural: `Pygmees`,
  149. id: `pygmee`,
  150. color: `#640`,
  151. memo: [
  152. `Factional Knowledge: If there are other Pygmee-aligned players, you know who they are.`,
  153. `Factional Kill: The Pygmees may attempt to kill someone at any moment.`,
  154. `You are aligned with the <span style="color:#640;font-weight:bold">Pygmees</span>. You win when all players without a Pygmee wincon are eliminated and at least one Pygmee-aligned player is still alive (or nothing can prevent the same).`,
  155. ],
  156. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  157. },
  158. hypnotist: {
  159. name: `Hypnotist`,
  160. plural: `Hypnotists`,
  161. id: `hypnotist`,
  162. color: `#A26`,
  163. memo: [
  164. `Factional Communication: If there are other Hypnotist-aligned players, you may PM them during the game.`,
  165. `Factional Hypnotise: The Hypnotists can hypnotise another player every night. For the next day only, this player gains an additional win-condition of lynching another player specified by the Hypnotists.`,
  166. `You are aligned with the <span style="color:#A26;font-weight:bold">Hypnotists</span>. You win when all players without a Hypnotist wincon are eliminated and at least one Hypnotist-aligned player is still alive (or nothing can prevent the same).`,
  167. ],
  168. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  169. },
  170. solo: {
  171. // Special alignment for all roles that are on their own.
  172. name: `Solo`,
  173. plural: `Solos`,
  174. id: `solo`,
  175. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-goon.png"/>`,
  176. memo: [],
  177. },
  178. };
  179.  
  180. /** @type {MafiaRoles} */
  181. const roles = {
  182. // active abilities and alignment indicating abilities
  183. vt: `villager`,
  184. vanilla_townie: `villager`,
  185. vanillager: `villager`,
  186. villy: `villager`,
  187. townie: `villager`,
  188. villager: {
  189. name: `Villager`,
  190. id: `villager`,
  191. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-villager.png"/>`,
  192. memo: [`Vanilla Townie: Town player without any additional abilities.`],
  193. },
  194. goon: {
  195. name: `Goon`,
  196. id: `goon`,
  197. memo: [`Goon: Mafia player without any additional abilities.`],
  198. },
  199. aoat: `alien-of-all-trades`,
  200. alien_of_all_trades: `alien-of-all-trades`,
  201. 'alien-of-all-trades': {
  202. name: `Alien-of-all-Trades`,
  203. id: `alienofalltrades`,
  204. memo: [`Alien-of-all-Trades: Before the game starts, you may pick another role. You will gain any powers this role has for the rest of the game.`],
  205. },
  206. aligner: {
  207. name: `Aligner`,
  208. id: `aligner`,
  209. alignment: `solo`,
  210. memo: [`Aligner: Once a game, you may target someone. You will win if that person wins. Otherwise, you are a Survivor.`],
  211. },
  212. anti_survivor: `anti-survivor`,
  213. antisurvivor: `anti-survivor`,
  214. 'anti-survivor': {
  215. name: `Anti-Survivor`,
  216. id: `antisurvivor`,
  217. alignment: `solo`,
  218. memo: [`Anti-Survivor: You are the only person who wins if you survive until the end of the game.`],
  219. },
  220. area51detective: `area_51_detective`,
  221. area_51_detective: {
  222. name: `Area 51 Detective`,
  223. id: `area51detective`,
  224. memo: [`Area 51 Detective: During the Night, you may PM the host the name of another player. This player will not be able to use an action if they are an Alien.`],
  225. },
  226. area51immunologist: `area_51_immunologist`,
  227. area_51_immunologist: {
  228. name: `Area 51 Immunologist`,
  229. id: `area51immunologist`,
  230. memo: [`Area 51 Immunologist: During the Night, you may PM the host the name of another player. This player will become permanently immune to Alien kills.`],
  231. },
  232. assassin: {
  233. name: `Assassin`,
  234. id: `assassin`,
  235. alignment: `solo`,
  236. memo: [`Assassin (Assassin in the Court): Wins when the King dies. Can shoot another player publicly once a game, but loses if this wasn't the King.`],
  237. },
  238. avoider: {
  239. name: `Avoider`,
  240. id: `avoider`,
  241. memo: [`Avoider: During the Night, you may PM the host the name of another player. If this player targeted you with an action, this action fails.`],
  242. },
  243. baby_monarch: {
  244. name: `Baby Monarch`,
  245. id: `babymonarch`,
  246. memo: [`Baby Monarch: Turns into a Monarch at the start of Day 4. It is announced that someone has turned into a Monarch.`],
  247. },
  248. babysitter: {
  249. name: `Babysitter`,
  250. id: `babysitter`,
  251. memo: [`Babysitter: During the Night, you may PM the host the name of another player. This player will be protected from all nightkills for that Night, but if the Babysitter dies, its target will die too.`],
  252. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-doctor.png"/>`,
  253. },
  254. bailiff: {
  255. name: `Bailiff`,
  256. id: `bailiff`,
  257. memo: [`Bailiff: During the Night, you may PM the host the name of another player. If this player is an X-Shot role, they will lose all of their shots.`],
  258. },
  259. birthday_boy: {
  260. name: `Birthday Boy`,
  261. id: `birthdayboy`,
  262. alignment: `solo`,
  263. memo: [`Birthday Boy: You start as a Survivor. When you are lynched, you may pick another player. You become an exact copy of this player, including alignment.`],
  264. },
  265. black_goo: {
  266. name: `Black Goo`,
  267. id: `blackgoo`,
  268. alignment: `town`,
  269. memo: [`Black Goo: Anyone who targets you will join the Cult.`],
  270. },
  271. blackmailer: {
  272. name: `Blackmailer`,
  273. id: `blackmailer`,
  274. memo: [`Blackmailer: During the Night, you may PM the host the name of another player. This player will kill their target.`],
  275. },
  276. blacksmith: {
  277. name: `Blacksmith`,
  278. id: `blacksmith`,
  279. memo: [`Blacksmith: During the Day, you may PM the host the name of another player. This player will be protected from one kill that day.`],
  280. },
  281. blockade: {
  282. name: `Blockade`,
  283. id: `blockade`,
  284. memo: [`Blockade: During the Night, you may PM the host the name of another player. This player will not be able to use an action, and you will get to know who, if anyone, they targeted.`],
  285. },
  286. bh: `bloodhound`,
  287. bloodhound: {
  288. name: `Bloodhound`,
  289. id: `bloodhound`,
  290. memo: [`Bloodhound: Each night you can PM the host the name of another player. You will be told if they are TOWN or NOT TOWN, or receive NO RESULT if your investigation failed.`],
  291. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  292. },
  293. bloodsucker: {
  294. name: `Bloodsucker`,
  295. id: `bloodsucker`,
  296. memo: [`Bloodsucker: Each night you can PM the host the name of another player. This player will die and become a Treestump.`],
  297. },
  298. bg: `bodyguard`,
  299. bodyguard: {
  300. name: `Bodyguard`,
  301. id: `bodyguard`,
  302. memo: [`Bodyguard: During the Night, you may PM the host the name of another player. This player will be protected from all nightkills for that Night, but the Bodyguard will be killed instead.`],
  303. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-doctor.png"/>`,
  304. },
  305. bouncer: {
  306. name: `Bouncer`,
  307. id: `bouncer`,
  308. memo: [`Bouncer: During the Night, you may PM the host the name of another player. Anyone who targeted this player will die.`],
  309. },
  310. broken_vanillaiser: {
  311. name: `Broken Vanillaiser`,
  312. id: `broken_vanillaiser`,
  313. memo: [`Broken Vanillaiser: Once a game, at night, you may PM the host that you want to activate the Broken Vanillaiser. For the next day and night, all players will be their Vanilla variants.`],
  314. },
  315. busdriver: {
  316. name: `Bus Driver`,
  317. id: `busdriver`,
  318. memo: [`Bus Driver: During the Night, you may PM the host the names of two players. People who targeted either of these players will instead target the other one.`],
  319. },
  320. chameleon_goo: {
  321. name: `Chameleon Goo`,
  322. id: `chameleongoo`,
  323. alignment: `goo`,
  324. memo: [`Chameleon Goo: Anyone who targets you will join the Cult. You are a Mason, and will die after Night 2. There is no way to stop this death.`],
  325. },
  326. chauffeur: {
  327. name: `Chauffeur`,
  328. id: `chauffeur`,
  329. memo: [`Chauffeur: During the Night, you may PM the host the names of two players. They will use the action the other player used. If either idled, it fails.`],
  330. },
  331. commuter: {
  332. name: `Commuter`,
  333. id: `commuter`,
  334. memo: [`Commuter: During the Night, you may PM the host that you want to commute. No other player will be able to target you this night.`],
  335. },
  336. compatibility_checker: {
  337. name: `Compatibility Checker`,
  338. id: `compatibilitychecker`,
  339. memo: [`Compatibility Checker: During the Night, you may PM the host the names of two players. You will get to know whether they are COMPATIBLE or NOT COMPATIBLE, depending on whether they are the same alignment or not.`],
  340. },
  341. confidant: {
  342. name: `Confidant`,
  343. id: `confidant`,
  344. memo: [`Confidant: During the Night, you may PM the host the name of another player. You will use the same action as the target, on the same target as them.`],
  345. },
  346. conspiracy_theorist: {
  347. name: `Conspiracy Theorist`,
  348. id: `conspiracytheorist`,
  349. memo: [`Conspiracy Theorist: Each night you can PM the host the name of another player. You will be told if they are ALIEN or NOT ALIEN, or receive NO RESULT if your investigation failed. Additionally, you will always be inspected as an ALIEN when possible.`],
  350. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  351. },
  352. // Above cop so they get checked first
  353. backup_cop: `deputy`,
  354. power_cop: {
  355. name: `Power Cop`,
  356. id: `powercop`,
  357. memo: [`Power Cop: During the Night, you can PM the host the name of another player. They will tell you how strong that player's role is on a scale from 0 to 10.`],
  358. },
  359. role_cop: {
  360. name: `Role Cop`,
  361. id: `rolecop`,
  362. memo: [`Role Cop: Each night you can PM the host the name of another player. You will be told their exact role (not alignment), or NO RESULT if your investigation failed.`],
  363. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  364. },
  365. role_cop_classic: `rolecopclassic`,
  366. rolecopclassic: {
  367. name: `Role Cop (Classic)`,
  368. id: `rolecopclassic`,
  369. memo: [`Role Cop: Each night you can PM the host the name of another player. You will be told their exact role and alignment, or NO RESULT if your investigation failed.`],
  370. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  371. },
  372. vanilla_cop: {
  373. name: `Vanilla Cop`,
  374. id: `vanillacop`,
  375. memo: [`Vanilla Cop: Each night you can PM the host the name of another player. You will be told if they are VANILLA or NOT VANILLA, or NO RESULT if your investigation failed.`],
  376. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  377. },
  378. cop: {
  379. name: `Cop`,
  380. id: `cop`,
  381. memo: [`Cop: Each night you can PM the host the name of another player. You will be told if they are MAFIA or NOT MAFIA, or receive NO RESULT if your investigation failed.`],
  382. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  383. },
  384. coat: `cop-of-all-trades`,
  385. cop_of_all_trades: `cop-of-all-trades`,
  386. 'cop-of-all-trades': {
  387. name: `Cop-of-all-Trades`,
  388. id: `copofalltrades`,
  389. memo: [`Cop-of-all-Trades: You may use the actions of a Cop, a Seer, an FBI Agent, a Conspiracy Theorist, and a Private Investigator once a game each.`],
  390. },
  391. coroner: `coronereternalsun`,
  392. coroneresun: `coronereternalsun`,
  393. coroner_esun: `coronereternalsun`,
  394. coroner_eternal_sun: `coronereternalsun`,
  395. coronereternalsun: {
  396. name: `Coroner (Eternal Sun)`,
  397. id: `coronereternalsun`,
  398. memo: [`Coroner: When any player dies, you will be PMd which role they were. Note: Check 'Coroner CI' for information about Coroners in Cracking Idea.`],
  399. },
  400. coroner_ci: `coronercrackingidea`,
  401. coronerci: `coronercrackingidea`,
  402. coroner_cracking_idea: `coronercrackingidea`,
  403. coronercrackingidea: {
  404. name: `Coroner (Cracking Idea)`,
  405. id: `coronercrackingidea`,
  406. memo: [`Coroner: Each night you can PM the host the name of another (dead) player. You learn the role(s) of the player who killed them, but not who this role belongs to. This also works when your target dies the night you used it.`],
  407. },
  408. corrupt_queen: {
  409. name: `Corrupt Queen`,
  410. id: `corruptqueen`,
  411. alignment: `solo`,
  412. memo: [`Corrupt Queen: During the Night, you may PM the host the name of another player. This player will become a King, and be the only person to be able to lynch the following day. However, after the following day, this player will die.`],
  413. },
  414. cowardly_hero: {
  415. name: `Cowardly Hero`,
  416. id: `cowardlyhero`,
  417. memo: [`Cowardly Hero: During the Night, you may PM the host the name of another player. This player will be protected from nightkills. If you are killed, the player you protected will die instead. Afterwards, you will not be able to use this action anymor.`],
  418. },
  419. cpr_doctor: {
  420. name: `CPR Doctor`,
  421. id: `cprdoctor`,
  422. memo: [`CPR Doctor: During the Night, you may PM the host the name of another player. This player will be protected from all nightkills for that Night. If they would not be nightkilled, you kill them instead.`],
  423. },
  424. cupid: {
  425. name: `Cupid`,
  426. id: `cupid`,
  427. memo: [`Cupid: At Night One you can PM the host the name of another player. Every other player who targeted the target becomes Lovers with the target.`],
  428. },
  429. deputy: {
  430. name: `Deputy`,
  431. id: `deputy`,
  432. memo: [`Deputy: If a Cop dies, you will inherit their ability and become a Cop yourself.`],
  433. },
  434. desperado: {
  435. name: `Desperado`,
  436. id: `desperado`,
  437. memo: [`Desperado: At Night, you can PM the host the name of another player. You will kill this player if they're not aligned with the TOWN, but you will die if they are.`],
  438. },
  439. wild_discard: {
  440. name: `Wild disCard`,
  441. id: `wilddiscard`,
  442. alignment: `solo`,
  443. memo: [`Wild disCard: You may choose a different role from the game's discards.`],
  444. },
  445. discard: {
  446. name: `Discard`,
  447. id: `discard`,
  448. memo: [`Discard: In IDEAs you may not pick this role.`],
  449. },
  450. discard_vendor: {
  451. name: `Discard Vendor`,
  452. id: `discardvendor`,
  453. memo: [`Discard Vendor: During the Night, you may PM the host the name of another player and a discarded role. The chosen player will receive a One-Shot version of the discarded role to use.`],
  454. },
  455. // Paired with doctor so its checked first
  456. backup_doctor: `nurse`,
  457. doc: `doctor`,
  458. doctor: {
  459. name: `Doctor`,
  460. id: `doctor`,
  461. memo: [`Doctor: During the Night, you may PM the host the name of another player. This player will be protected from all nightkills for that Night.`],
  462. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-doctor.png"/>`,
  463. },
  464. diyer: `do-it-yourselfer`,
  465. do_it_yourselfer: `do-it-yourselfer`,
  466. doityourselfer: `do-it-yourselfer`,
  467. 'do-it-yourselfer': {
  468. name: `Do-It-Yourselfer`,
  469. id: `doityourselfer`,
  470. memo: [`Do-It-Yourselfer: Each Night, you may use a One-Shot ability of a discarded role. You may not use a discarded role multiple times.`],
  471. },
  472. deathproof_mafias_child_lover: `drookez`,
  473. drookez: {
  474. name: `Drookez`,
  475. id: `drookez`,
  476. alignment: `mafia`,
  477. memo: [`Drookez: A Deathproof Mafia's Child Lover. Drookez gets revealed at the start of the game, but can only die when their (unknown) lover dies!`],
  478. },
  479. duskiller: {
  480. name: `Duskiller`,
  481. id: `duskiller`,
  482. alignment: `solo`,
  483. memo: [`Duskiller: At night you may PM the host the name of another player. This player will die after the following day.`],
  484. },
  485. et: {
  486. name: `E.T.`,
  487. id: `et`,
  488. alignment: `solo`,
  489. memo: [`E.T.: You win if either the Town or the Aliens win.`],
  490. },
  491. fbi_agent: {
  492. name: `FBI Agent`,
  493. id: `fbiagent`,
  494. memo: [`FBI Agent: Each night you can PM the host the name of another player. You will be told if they are SERIAL KILLER or NOT SERIAL KILLER, or receive NO RESULT if your investigation failed.`],
  495. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  496. },
  497. firefighter: {
  498. name: `Firefighter`,
  499. id: `firefighter`,
  500. memo: [`Firefighter: During the Night, you may PM the host the name of another player. This player can't be primed by an Arsonist that night.`],
  501. },
  502. flipflop: `flip_flop`,
  503. flip_flop: {
  504. name: `Flip Flop`,
  505. id: `flipflop`,
  506. alignment: `solo`,
  507. memo: [`Flip Flop: Every odd Day and Night, you are aligned with the Town, and every even Day and Night with the Mafia.`],
  508. },
  509. follower: {
  510. name: `Follower`,
  511. id: `follower`,
  512. memo: [`Follower: During the Night, you may PM the host the name of another player. You will get to know what action, if any, this player performed.`],
  513. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  514. },
  515. friend_recruiter: {
  516. name: `Friend Recruiter`,
  517. id: `friendrecruiter`,
  518. memo: [`Besides your normal win-condition, you can win when only Friends are left alive. You can talk to other Friends. Once a game, at night, you may PM the host the name of another player. This player will be turned into a Friend.`],
  519. },
  520. fruit_vendor: {
  521. name: `Fruit Vendor`,
  522. id: `fruitvendor`,
  523. memo: [`Fruit Vendor: During the Night, you may PM the host the name of another player. This player will be notified that they received fruit.`],
  524. },
  525. gladiator: {
  526. name: `Gladiator`,
  527. id: `gladiator`,
  528. memo: [`Gladiator: During the Night, you may PM the host the names of two players. These two players will be the only two who can be lynched the next day, assuming both of them are alive at the end of the night.`],
  529. },
  530. goofactory: {
  531. name: `Goofactory`,
  532. id: `goofactory`,
  533. memo: [`goofactory: During the Night, you may PM the host the name of another player. You will be able to turn this player into a Goo type of your choice.`],
  534. },
  535. goomaker: {
  536. name: `Goomaker`,
  537. id: `goomaker`,
  538. memo: [`Goomaker: During the Night, you may PM the host the name of another player. This player will take on the Black Goo ability.`],
  539. },
  540. governor: {
  541. name: `Governor`,
  542. id: `governor`,
  543. memo: [`Governor: At the end of each day, the Governor can decide whether the person who would be lynched will die or not.`],
  544. },
  545. gray_goo: `grey_goo`,
  546. grey_goo: {
  547. name: `Grey Goo`,
  548. id: `greygoo`,
  549. memo: [`You can target a player to turn them into more Grey Goo. Their alignment doesn't change.`],
  550. },
  551. graygooci: `greygoocrackingidea`,
  552. gray_goo_ci: `greygoocrackingidea`,
  553. gray_goo_cracking_idea: `greygoocrackingidea`,
  554. graygoocrackingidea: `greygoocrackingidea`,
  555. greygooci: `greygoocrackingidea`,
  556. grey_goo_ci: `greygoocrackingidea`,
  557. grey_goo_cracking_idea: `greygoocrackingidea`,
  558. greygoocrackingidea: {
  559. name: `Grey Goo (Cracking Idea)`,
  560. id: `greygoocrackingidea`,
  561. alignment: `goo`,
  562. memo: [`Grey Goo: Anyone who targets you will join the Cult. You will die after Night 2. There is no way to stop this death.`],
  563. },
  564. gossiper: {
  565. name: `Gossiper`,
  566. id: `gossiper`,
  567. memo: [`Gossiper: During the Night, you can PM the host the name of another player. This player will get to know who targeted you.`],
  568. },
  569. guard: {
  570. name: `Guard`,
  571. id: `guard`,
  572. memo: [`Guard (Assassin in the Court): You get to know the identity of the King at the start of the game.`],
  573. },
  574. gunsmith: {
  575. name: `Gunsmith`,
  576. id: `gunsmith`,
  577. memo: [`Gunsmith: Once per day or night, you can PM the name of a player to the host. This player will receive a gun, which they can kill someone with that day (if given at day) or the next day (if given at night).`],
  578. },
  579. halter: {
  580. name: `Halter`,
  581. id: `halter`,
  582. memo: [`Halter: You can give the host a set of arbitrary roles, and the host will tell you if a setup with those roles will run indefinitely.`],
  583. },
  584. hasty_lover: {
  585. name: `Hasty Lover`,
  586. id: `hastylover`,
  587. memo: [`Hasty Lover: During the Night, you must PM the name of a player to the host. For that night and the following day, you are Lovers.`],
  588. },
  589. hater: {
  590. name: `Hater`,
  591. id: `hater`,
  592. memo: [`Hater: During the Night, you can PM the name of a player to the host. This player will take one less vote to be lynched the next day.`],
  593. },
  594. hider: {
  595. name: `Hider`,
  596. id: `hider`,
  597. memo: [`Hider: During the Night, you may PM the host the name of another player. You will not be able to be targeted that night, but if the person you targeted died or is not aligned with the TOWN, you die.`],
  598. },
  599. homekeeper: {
  600. name: `Homekeeper`,
  601. id: `homekeeper`,
  602. memo: [`Homekeeper: During the Night, you may PM the host the name of another player. If they idled, they will not be able to be nightkilled that night.`],
  603. },
  604. child: `innocent_child`,
  605. innocent_child: {
  606. name: `Innocent Child`,
  607. id: `innocentchild`,
  608. alignment: `Town`,
  609. memo: [`Innocent Child: At any point during the game, you may PM the host to reveal you as TOWN publicly.`],
  610. },
  611. inquisitor: {
  612. name: `Inquisitor`,
  613. id: `inquisitor`,
  614. alignment: `solo`,
  615. memo: [`Inquisitor: During the Night, you may PM the host the name of another player. This player will die, if not, they will be recruited into your cult.`],
  616. },
  617. joat: `jack-of-all-trades`,
  618. jack_of_all_trades: `jack-of-all-trades`,
  619. 'jack-of-all-trades': {
  620. name: `Jack-of-all-Trades`,
  621. id: `jackofalltrades`,
  622. memo: [`Jack-of-all-Trades: You may use the actions of a Cop, a Roleblocker, and a Doctor once a game each.`],
  623. },
  624. jk: `jailkeeper`,
  625. jailkeeper: {
  626. name: `Jailkeeper`,
  627. id: `jailkeeper`,
  628. memo: [`Jailkeeper: During the Night, you may PM the host the name of another player. This player will be protected from all nightkills for that Night and won't be able to use an action that Night.`],
  629. },
  630. janitor: {
  631. name: `Janitor`,
  632. id: `janitor`,
  633. memo: [`Janitor: Whenever a player dies, the Janitor can decide whether or not their role gets revealed.`],
  634. },
  635. jester: {
  636. name: `Jester`,
  637. id: `jester`,
  638. alignment: `solo`,
  639. memo: [`Jester: You are aligned with yourself. You win if you get lynched at any point during the game.`],
  640. },
  641. journalist: {
  642. name: `Journalist`,
  643. id: `journalist`,
  644. memo: [`Journalist: Each night, you can PM the host the name of a player. When you die, all players you inspected will be publicly revealed as TOWN or NOT TOWN.`],
  645. },
  646. judas: {
  647. name: `Judas`,
  648. id: `judas`,
  649. alignment: `solo`,
  650. memo: [`Judas: You start off aligned with the TOWN, but when you get lynched for the first time you don't die. Instead, you become aligned with the MAFIA.`],
  651. },
  652. judge: {
  653. name: `Judge`,
  654. id: `judge`,
  655. memo: [`Judge: During the Night, you can PM the host the name of a player. If they are of a different alignment than the person being lynched the day prior, they die.`],
  656. },
  657. king: {
  658. name: `King`,
  659. id: `king`,
  660. memo: [`King (Assassin in the Court): The Assassin wins if you die. The Guards know your identity.`],
  661. },
  662. kingmaker: {
  663. name: `Kingmaker`,
  664. id: `kingmaker`,
  665. memo: [`Kingmaker: Each night, you can PM the host the name of a player. The next day this person, if alive, will decide the lynch for that day.`],
  666. },
  667. leader: {
  668. name: `Leader`,
  669. id: `leader`,
  670. memo: [`Leader: You are the leader of a faction. You may get special actions. Ask the host for more information.`],
  671. },
  672. litteliar: {
  673. name: `Little Liar`,
  674. id: `litteliar`,
  675. memo: [`Little Liar: At any point during the game, you may PM the host to reveal you as TOWN publicly.`],
  676. },
  677. loner: {
  678. name: `Loner`,
  679. id: `loner`,
  680. alignment: `solo`,
  681. memo: [`Loner: You win when everyone else is dead, have no partners, and do not have a nightkill.`],
  682. },
  683. loverboy: {
  684. name: `Loverboy`,
  685. id: `loverboy`,
  686. memo: [`Loverboy: During the Night, you can PM the host the name of another player. They will die if you die and are informed of this.`],
  687. },
  688. loyal_lover: {
  689. name: `Loyal Lover`,
  690. id: `loyallover`,
  691. alignment: `solo`,
  692. memo: [`Loyal Lover: Once a game, at night, you may PM the host the name of another player. You will become lovers with them. You can only win if the person you're lovers with wins.`],
  693. },
  694. stripper: `lure`,
  695. lure: {
  696. name: `Lure`,
  697. id: `lure`,
  698. memo: [`Lure: During the Night, you can PM the host the name of another player. This player will be forced to target you.`],
  699. },
  700. lyncher: {
  701. name: `Lyncher`,
  702. id: `lyncher`,
  703. alignment: `solo`,
  704. memo: [`Lyncher: You win when you get a specific player lynched.`],
  705. },
  706. magician: {
  707. name: `Magician`,
  708. id: `magician`,
  709. memo: [`Magician: During the Night, you can PM the host the name of another player. This player will be removed from the game at the end of the night, without a reveal. While the Mafia's kill target (if successful) stays in the game. At the end of the next day, the Magician's target is added back, while the Mafia's kill is removed.`],
  710. },
  711. millermaker: {
  712. name: `Millermaker`,
  713. id: `millermaker`,
  714. memo: [`Millermaker: Each night, you can PM the host the name of a player. This player will permanently show up as guilty to investigative role.`],
  715. },
  716. missionary: {
  717. name: `Missionary`,
  718. id: `missionary`,
  719. memo: [`Missionary: During the Night, you can PM the host the name of another player. This player will not be able to kill anyone else.`],
  720. },
  721. modposter: {
  722. name: `Modposter`,
  723. id: `modposter`,
  724. memo: [`Modposter: At any point during the game, you may PM the host a phrase. They will publicly, yet anonymously, post this phrase in chat.`],
  725. },
  726. monarch: {
  727. name: `Monarch`,
  728. id: `monarch`,
  729. memo: [`Monarch: You are Bulletproof, Unlynchable and a Day Vigilante. However, all these abilities go away when any one of them has been activated.`],
  730. },
  731. motion_detector: {
  732. name: `Motion Detector`,
  733. id: `motiondetector`,
  734. memo: [`Motion Detector: During the Night, you may PM the host the name of another player. You will get to know whether any actions were performed on or by this player.`],
  735. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  736. },
  737. multiplier: {
  738. name: `Multiplier`,
  739. id: `multiplier`,
  740. memo: [`Multiplier: During the Night, you can PM the host the name of another player. This player's action will target all players in the game.`],
  741. },
  742. neapolitan: {
  743. name: `Neapolitan`,
  744. id: `neapolitan`,
  745. memo: [`Neapolitan: Each night, you can PM the host the name of a player. You will be told if they are VT or NOT VT, or receive NO RESULT if your investigation failed.`],
  746. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  747. },
  748. necromancer: {
  749. name: `Necromancer`,
  750. id: `necromancer`,
  751. memo: [`Necromancer: Once a game at Night, you can PM the host to revive all dead players for the following Day and Night.`],
  752. },
  753. nightmare: {
  754. name: `Nightmare`,
  755. id: `nightmare`,
  756. memo: [`Nightmare: During the Night, you can PM the host the name of another player. This player will not be able to talk or lynch the next day, but can use their action again.`],
  757. },
  758. nurse: {
  759. name: `Nurse`,
  760. id: `nurse`,
  761. memo: [`Nurse: When a Doctor dies, you will become a Doctor instead.`],
  762. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-doctor.png"/>`,
  763. },
  764. nymphomaniac: {
  765. name: `Nymphomaniac`,
  766. id: `nymphomaniac`,
  767. memo: [`Nymphomaniac: Has to PM the host the name of a player Night 1. You will become Lovers with this player.`],
  768. },
  769. one_shot_townie: {
  770. name: `One Shot Townie`,
  771. id: `oneshottownie`,
  772. alignment: `solo`,
  773. memo: [`One Shot Townie: Starts out as a Town player. Turns into a Survivor at the start of Day 2.`],
  774. },
  775. oracle: {
  776. name: `Oracle`,
  777. id: `oracle`,
  778. memo: [`Oracle: Each night, you can PM the host the name of a player. If you die that night, or the next day, you will reveal their role publicly.`],
  779. },
  780. oracle_si: `oraclesi`,
  781. oracle_snaqs_idea: `oraclesi`,
  782. oraclesi: {
  783. name: `Oracle (Snaq's Idea)`,
  784. id: `oraclesi`,
  785. memo: [`Oracle: During the Night, you can PM the host a question about the setup of the game. They will answer you with YES or NO.`],
  786. },
  787. organ_donor: {
  788. name: `Organ Donor`,
  789. id: `organdonor`,
  790. memo: [`Organ Donor: During the Night, you can PM the host the name of a dead player. You will die, but this player will be revived.`], // Said night because ESun automatically reverts all to day.
  791. },
  792. palette_goo: {
  793. name: `Palette Goo`,
  794. id: `palettegoo`,
  795. memo: [`Palette Goo: During the Night, you may PM the the host a Goo type. You will turn into this type of Goo.`],
  796. },
  797. parrot: `parrot_role`,
  798. wereparrot: `parrot_role`,
  799. parrot_role: {
  800. name: `Parrot Role`,
  801. id: `parrotrole`,
  802. memo: [`Parrot Role: Each night, you can PM the host the name of a player. If they have an active ability, you use this ability on them.`],
  803. },
  804. politician: {
  805. name: `Politician`,
  806. id: `politician`,
  807. memo: [`Politician: Each night, you can PM the host the name of two players. You give the vote of the former player to the latter player for the next day.`],
  808. },
  809. praiser: {
  810. name: `Praiser`,
  811. id: `praiser`,
  812. memo: [`Praiser: During the Night, you can PM the host the name of another player. This player will take one more lynch to be lynched the following day.`],
  813. },
  814. hooker: `pretty_lady`,
  815. pl: `pretty_lady`,
  816. pretty_lady: {
  817. name: `Pretty Lady`,
  818. id: `pretty_lady`,
  819. memo: [`Pretty Lady: During the Night, you may PM the host the name of another player. This player won't be able to use an action this Night. If you target a Werewolf performing a kill, you redirect its kill onto you.`],
  820. },
  821. pi: `private_investigator`,
  822. private_investigator: {
  823. name: `Private Investigator`,
  824. id: `privateinvestigator`,
  825. memo: [`Private Investigator: Each night you can PM the host the name of another player. You will be told if they are CULT or NOT CULT, or receive NO RESULT if your investigation failed.`],
  826. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  827. },
  828. prober: {
  829. name: `Prober`,
  830. id: `prober`,
  831. memo: [`Prober: Each night you can PM the host the name of another player. You will be told if they are WEREWOLF or NOT WEREWOLF, or receive NO RESULT if your investigation failed. Additionally, this player can't perform a night action that night.`],
  832. },
  833. pseudocider: {
  834. name: `Pseudocider`,
  835. id: `pseudocider`,
  836. memo: [`Pseudocider: Once a game, during the Night, you can PM the host to remove you from the game. You will be removed without reveal, and can be added back during a future night upon choice.`],
  837. },
  838. pseudojester: {
  839. name: `Pseudojester`,
  840. id: `pseudojester`,
  841. alignment: `solo`,
  842. memo: [`Pseudojester: You are only able to win if you get lynched. You will be aligned with the player who placed the last lynch.`],
  843. },
  844. pseudolyncher: {
  845. name: `Pseudojester`,
  846. id: `pseudojester`,
  847. alignment: `solo`,
  848. memo: [`Pseudolyncher: You are only able to win if you get your target lynched. You will be aligned with the alignment of this player.`],
  849. },
  850. psychiatrist: {
  851. name: `Psychiatrist`,
  852. id: `psychiatrist`,
  853. memo: [`Psychiatrist: During the Night, you may PM the host the name of another player. If this player is a Serial Killer, they will be converted to a Vanilla Townie.`],
  854. },
  855. mass_redirector: `psychomagnet`,
  856. psychomagnet: {
  857. name: `Psychomagnet`,
  858. id: `psychomagnet`,
  859. memo: [`Psychomagnet: During the Night, you may PM the host the name of another player. All other actions used that Night will target this player instead.`],
  860. },
  861. reloader: {
  862. name: `Reloader`,
  863. id: `reloader`,
  864. memo: [`Reloader: During the Night, you may PM the host the name of another player. If this player has used an X-Shot action, they regain their shot, allowing them to use the action again.`],
  865. },
  866. recruiter: {
  867. name: `Recruiter`,
  868. id: `recruiter`,
  869. memo: [`Recruiter: During the Night, you may PM the host the name of another player. This player will be recruited to your own alignment.`],
  870. },
  871. redgooci: `redgoocrackingidea`,
  872. red_goo_ci: `redgoocrackingidea`,
  873. red_goo_cracking_idea: `redgoocrackingidea`,
  874. redgoocrackingidea: {
  875. name: `Red Goo (Cracking Idea)`,
  876. id: `redgoocrackingidea`,
  877. alignment: `goo`,
  878. memo: [`Red Goo: Once a game, you may PM the host the name of another player at night. This player will unstoppably die. It is announced that a Red Goo performed this kill.`],
  879. },
  880. redirector: {
  881. name: `Redirector`,
  882. id: `redirector`,
  883. memo: [`Redirector: During the Night, you may PM the host the names of two other players. The former player will target the latter player instead.`],
  884. },
  885. reviver: {
  886. name: `Reviver`,
  887. id: `reviver`,
  888. memo: [`Reviver: During the Night, you may PM the host the name of a dead player. This player will be added back to the game.`],
  889. },
  890. roleblocker: {
  891. name: `Roleblocker`,
  892. id: `roleblocker`,
  893. memo: [`Roleblocker: During the Night, you may PM the host the name of another player. This player won't be able to use an action this Night.`],
  894. },
  895. role_vanillaizer: `role_vanillaiser`,
  896. role_vanillaiser: {
  897. name: `Role Vanillaiser`,
  898. id: `rolevanillaiser`,
  899. memo: [`Role Vanillaiser: During the Night, you may PM the host the name of a role. If this role is in this setup, you will vanillaise any player with this role.`],
  900. },
  901. suppressor: `rolestopper`,
  902. rolestopper: {
  903. name: `Rolestopper`,
  904. id: `rolestopper`,
  905. memo: [`Rolestopper: Each night you can PM the host the name of another player. All other actions on this player will fail, excluding kills.`],
  906. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-doctor.png"/>`,
  907. },
  908. saulus: {
  909. name: `Saulus`,
  910. id: `saulus`,
  911. alignment: `solo`,
  912. memo: [`Saulus: You start off aligned with the MAFIA, but when you get lynched for the first time you don't die. Instead, you become aligned with the TOWN.`],
  913. },
  914. schemer: {
  915. name: `Schemer`,
  916. id: `schemer`,
  917. memo: [`Schemer: During the Night, you may PM the host the name of another player. You will get to know what kind of action this player used, and may redirect it.`],
  918. },
  919. screamer: {
  920. name: `Screamer`,
  921. id: `screamer`,
  922. memo: [`Screamer: During the Night, you may PM the host to scream. This will prevent anyone in the game from getting a result.`],
  923. },
  924. seer: {
  925. name: `Seer`,
  926. id: `seer`,
  927. memo: [`Seer: During the Night, you may PM the host the name of another player. You will be told if they are WEREWOLF or NOT WEREWOLF, or receive NO RESULT if your investigation failed.`],
  928. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  929. },
  930. seraph_knight: {
  931. name: `Seraph Knight`,
  932. id: `seraphknight`,
  933. memo: [`Seraph Knight: Once a game, you may PM the host the name of another player at night. This player will not be able to be killed at night until you die.`],
  934. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-doctor.png"/>`,
  935. },
  936. sk: `serial_killer`,
  937. serial_killer: {
  938. name: `Serial Killer`,
  939. id: `serialkiller`,
  940. alignment: `solo`,
  941. memo: [`Serial Killer: You are aligned with yourself and win when you are the last player standing. During the Night, you may PM the host the name of another player. This player will die.`],
  942. },
  943. shadow: {
  944. name: `Shadow`,
  945. id: `shadow`,
  946. alignment: `solo`,
  947. memo: [`Shadow: Once a game at Night, you may PM the host the name of another player. You will copy any abilities this player has. Additionally, you may kill someone once each night.`],
  948. },
  949. silencer: {
  950. name: `Silencer`,
  951. id: `silencer`,
  952. memo: [`Silencer: During the Night, you may PM the host the name of another player. This player will not be able to talk during the next day. Ask the host whether this player will be able to lynch or not.`],
  953. },
  954. silencer_gi: `silencergreateridea`,
  955. silencergi: `silencergreateridea`,
  956. silencer_greater_idea: `silencergreateridea`,
  957. silencergreateridea: {
  958. name: `Silencer (Greater Idea)`,
  959. id: `silencergreateridea`,
  960. memo: [`Silencer: During the Night, you may PM the host the name of another player. This player will not be able to lynch during the next day.`],
  961. },
  962. solar_god: {
  963. name: `Solar God`,
  964. id: `solargod`,
  965. memo: [`Solar God: During the Day, you may PM the host to end the Day. The Day will immediately end.`],
  966. },
  967. stalker: {
  968. name: `Stalker`,
  969. id: `stalker`,
  970. memo: [`Stalker: During the Night, you may PM the host the name of another player. You will get to know who this player targeted, and their target will be roleblocked.`],
  971. },
  972. substitute: {
  973. name: `Substitute`,
  974. id: `substitute`,
  975. memo: [`Substitute: Once a game, during the Night, you may PM the host the name of another player. If you die before this player, this player will die instead of you.`],
  976. },
  977. subway_recruiter: {
  978. name: `Subway Recruiter`,
  979. id: `subwayrecruiter`,
  980. memo: [`Subway Recruiter: During the Night, you may PM the host to add a player. If there's a player on the sublist, they will be added to the game, as your alignment.`],
  981. },
  982. kamikaze_pilot: `suicide_bomber`,
  983. suicide_bomber: {
  984. name: `Suicide Bomber`,
  985. id: `suicidebomber`,
  986. memo: [`Suicide Bomber: During the Night, you may PM the host the name of another player. This player will be killed, but you will die as well.`],
  987. },
  988. super_townie: `super`,
  989. super: {
  990. name: `Super`,
  991. id: `super`,
  992. memo: [`Super: Once a game, during the Night, you may PM the host to activate. If you would die that night, or the following day, you survive and may kill someone instead.`],
  993. },
  994. survivor: {
  995. name: `Survivor`,
  996. id: `survivor`,
  997. alignment: `solo`,
  998. memo: [`Survivor: You are aligned with yourself. You win when you are alive when the game ends.`],
  999. },
  1000. sympathiser: {
  1001. name: `Sympathiser`,
  1002. id: `sympathiser`,
  1003. memo: [`Sympathiser: You are aligned with a specified alignment when there are other players of this alignment in the game. Otherwise, you are TOWN.`],
  1004. },
  1005. sensor: `tallier`,
  1006. tallier: {
  1007. name: `Tallier`,
  1008. id: `tallier`,
  1009. memo: [`Tallier: During the Night, you may PM the host to get to know how many people on yesterday's lynch were not aligned with the Town.`],
  1010. },
  1011. teacher: {
  1012. name: `Teacher`,
  1013. id: `teacher`,
  1014. memo: [`Teacher: During the Night, you may PM the host the name of another player. This player will receive a One-Shot Cop to use, that gets TOWN / NOT TOWN results.`],
  1015. },
  1016. tourist: {
  1017. name: `Tourist`,
  1018. id: `tourist`,
  1019. memo: [`Tourist: During the Night, you have to PM the host the name of another player. You'll target this player, without any additional affect.`],
  1020. },
  1021. tracker: {
  1022. name: `Tracker`,
  1023. id: `tracker`,
  1024. memo: [`Tracker: During the Night, you may PM the host the name of another player. You will be told who, if anyone, this player targeted.`],
  1025. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  1026. },
  1027. trainwreck: {
  1028. name: `Trainwreck`,
  1029. id: `trainwreck`,
  1030. memo: [`Trainwreck: During the Night, you may PM the host the name of another player. Everyone who is lynching this person at the end of the day dies.`],
  1031. },
  1032. traitor: {
  1033. name: `Traitor`,
  1034. id: `traitor`,
  1035. alignment: `solo`,
  1036. memo: [`Traitor: You are aligned with the MAFIA, but are not able to perform the factional kill, and do not know the other members of the Mafia.`],
  1037. },
  1038. unblocker: {
  1039. name: `Unblocker`,
  1040. id: `unblocker`,
  1041. memo: [`Unblocker: During the Night, you may PM the host the name of another player. Their action will not fail.`],
  1042. },
  1043. underdog: {
  1044. name: `Underdog`,
  1045. id: `underdog`,
  1046. alignment: `solo`,
  1047. memo: [`Underdog: You are aligned with yourself. You start out as a Survivor, but turn into the alignment of the first player to die during a day when they die.`],
  1048. },
  1049. universal_sympathiser: {
  1050. name: `Universal Sympathiser`,
  1051. id: `univeralsympathiser`,
  1052. alignment: `solo`,
  1053. memo: [`Universal Sympathiser: You win if the Town does not win.`],
  1054. },
  1055. universal_usurper: {
  1056. name: `Universal Usurper`,
  1057. id: `universalusurper`,
  1058. alignment: `solo`,
  1059. memo: [`Universal Usurper: You win if you are alive and the Town does not win. No one else will win.`],
  1060. },
  1061. unjester: {
  1062. name: `Unjester`,
  1063. id: `unjester`,
  1064. alignment: `solo`,
  1065. memo: [`Unjester: You are aligned with yourself. You win when you are killed.`],
  1066. },
  1067. unlyncher: {
  1068. name: `Unlyncher`,
  1069. id: `unlyncher`,
  1070. alignment: `solo`,
  1071. memo: [`Unlyncher: You are aligned with yourself. To win, you must make sure a specific player is never lynched during the game.`],
  1072. },
  1073. vanillaiser: {
  1074. name: `Vanillaiser`,
  1075. id: `vanillaiser`,
  1076. memo: [`Vanillaiser: During the Night, you may PM the host the name of another player. Starting the next day, this player will lose any role they have, turning into a Vanilla role.`],
  1077. },
  1078. vanguard: {
  1079. name: `Vanguard`,
  1080. id: `vanguard`,
  1081. memo: [`Vanguard: During the Night, you may PM the host the name of another player. If this player used an action, they can't be killed that night.`],
  1082. },
  1083. vig: `vigilante`,
  1084. vigilante: {
  1085. name: `Vigilante`,
  1086. id: `vigilante`,
  1087. memo: [`Vigilante: During the Night, you may PM the host the name of another player. This player will be killed.`],
  1088. },
  1089. voyeur: {
  1090. name: `Voyeur`,
  1091. id: `voyeur`,
  1092. memo: [`Voyeur: During the Night, you may PM the host the name of another player. You will be told what actions, if any, targeted this player.`],
  1093. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  1094. },
  1095. watcher: {
  1096. name: `Watcher`,
  1097. id: `watcher`,
  1098. memo: [`Watcher: During the Night, you may PM the host the name of another player. You will be told who, if anyone, targeted this player.`],
  1099. image: `<img width="75" height="75" src="//${Config.routes.client}/fx/mafia-cop.png"/>`,
  1100. },
  1101. wild_card: {
  1102. name: `Wild Card`,
  1103. id: `wildcard`,
  1104. memo: [`Wild Card: During the Night, you may PM the host the name of another player. All actions used on the Wild Card, except kills, are redirected to the target.`],
  1105. },
  1106. wild_card_gi: `wildcardgreateridea`,
  1107. wildcardgi: `wildcardgreateridea`,
  1108. wild_card_greater_idea: `wildcardgreateridea`,
  1109. wildcardgreateridea: {
  1110. name: `Wild Card (Greater Idea)`,
  1111. id: `wildcardgreateridea`,
  1112. alignment: `solo`,
  1113. memo: [`Wild Card: You get a different randomised role.`],
  1114. },
  1115. yogi_bear: {
  1116. name: `Yogi Bear`,
  1117. id: `yogibear`,
  1118. memo: [`Yogi Bear: During the Night, you may PM the host the name of another player. You will be told whether they are TREESTUMP or NOT TREESTUMP, or NO RESULT if your investigation failed.`],
  1119. },
  1120. };
  1121.  
  1122. /** @type {MafiaModifiers} */
  1123. const modifiers = {
  1124. // passive abilities
  1125. active: {
  1126. name: `Active`,
  1127. id: `active`,
  1128. memo: [`Active: You can choose when to activate your role.`],
  1129. },
  1130. alpha: {
  1131. name: `Alpha`,
  1132. id: `alpha`,
  1133. memo: [`Alpha: You will be inspected as NOT WEREWOLF.`],
  1134. },
  1135. ascetic: {
  1136. name: `Ascetic`,
  1137. id: `ascetic`,
  1138. memo: [`Ascetic: Actions on you will fail, excluding kills.`],
  1139. },
  1140. backup: {
  1141. name: `Backup`,
  1142. id: `backup`,
  1143. memo: [`Backup: If the role specified in your role PM dies, you become that role instead.`],
  1144. },
  1145. blue_goo: {
  1146. name: `Blue Goo`,
  1147. id: `bluegoo`,
  1148. memo: [`Blue Goo: If you die or are lynched, the player who kills you or casts the lynching vote becomes blue goo themselves.`],
  1149. },
  1150. bomb: {
  1151. name: `Bomb`,
  1152. id: `bomb`,
  1153. memo: [`Bomb: If you are killed, your killer will die too.`],
  1154. },
  1155. brown_goo: {
  1156. name: `Brown Goo`,
  1157. id: `browngoo`,
  1158. memo: [`Brown Goo: You will steal the vote of anyone who targets you for the next game day.`],
  1159. },
  1160. bp: `bulletproof`,
  1161. bulletproof: {
  1162. name: `Bulletproof`,
  1163. id: `bulletproof`,
  1164. memo: [`Bulletproof: You cannot be nightkilled.`],
  1165. },
  1166. card_dealer: {
  1167. name: `Card Dealer`,
  1168. id: `card_dealer`,
  1169. memo: [`Anyone who targets you, will have their role replaced by a random other role.`],
  1170. },
  1171. celebrity: {
  1172. name: `Celebrity`,
  1173. id: `celebrity`,
  1174. memo: [`It will be publicly revealed who targeted you each night.`],
  1175. },
  1176. clairvoyant: {
  1177. name: `Clairvoyant`,
  1178. id: `clairvoyant`,
  1179. memo: [`Clairvoyant: You get to know how many different alignments are in the game.`],
  1180. },
  1181. compulsive: {
  1182. name: `Compulsive`,
  1183. id: `compulsive`,
  1184. memo: [`Compulsive: You must your use action each night.`],
  1185. },
  1186. cck: `compulsive_child_killer`,
  1187. compulsive_child_killer: {
  1188. name: `Compulsive Child Killer`,
  1189. id: `compulsivechildkiller`,
  1190. memo: [`Compulsive Child Killer: Whenever an Innocent Child (or a variation of one) reveals itself, you will immediately kill them.`],
  1191. },
  1192. consistent: {
  1193. name: `Consistent`,
  1194. id: `consistent`,
  1195. memo: [`Consistent: Once you targeted someone, you may not target anyone else.`],
  1196. },
  1197. contrary: {
  1198. name: `Contrary`,
  1199. id: `contrary`,
  1200. memo: [`Contrary: Your action only succeeds when it'd fail without this modifier.`],
  1201. },
  1202. curfew_agent: {
  1203. name: `Curfew Agent`,
  1204. id: `curfewagent`,
  1205. memo: [`Curfew Agent: While you are alive, no one will die at night.`],
  1206. },
  1207. day: {
  1208. name: `Day`,
  1209. id: `day`,
  1210. memo: [`Day: You have to use your action during the Day.`],
  1211. },
  1212. deactivator: {
  1213. name: `Deactivator`,
  1214. id: `deactivator`,
  1215. memo: [`Deactivator: While you are alive, a specific role can't be used.`],
  1216. },
  1217. death_miller: {
  1218. name: `Death Miller`,
  1219. id: `deathmiller`,
  1220. memo: [`Death Miller: You are revealed as a Mafia Goon upon dying.`],
  1221. },
  1222. death: {
  1223. name: `Death`,
  1224. id: `death`,
  1225. memo: [`Death: You can use your action upon dying.`],
  1226. },
  1227. deathproof: {
  1228. name: `Deathproof`,
  1229. id: `deathproof`,
  1230. memo: [`Deathproof: You can't die.`],
  1231. },
  1232. detector: {
  1233. name: `Detector`,
  1234. id: `detector`,
  1235. memo: [`Detector: You will be informed of anyone who targeted you.`],
  1236. },
  1237. delayed: {
  1238. name: `Delayed`,
  1239. id: `delayed`,
  1240. memo: [`Delayed: Your action will only go through the following night.`],
  1241. },
  1242. doppelganger: {
  1243. name: `Doppelganger`,
  1244. id: `doppelganger`,
  1245. memo: [`Doppelganger: All investigative actions on you return results for the target on the left of you on the userlist.`],
  1246. },
  1247. enabler: {
  1248. name: `Enabler`,
  1249. id: `enabler`,
  1250. memo: [`Enabler: When you die, a certain role can't be used anymore.`],
  1251. },
  1252. evangelistic: {
  1253. name: `Evangelistic`,
  1254. id: `evangelistic`,
  1255. memo: [`Evangelistic: You will be inspected as CULT.`],
  1256. },
  1257. excellent_sense_of_smell_townie: `excellent_sense_of_smell`,
  1258. excellent_sense_of_smell: {
  1259. name: `Excellent Sense of Smell`,
  1260. id: `ecxellentsenseofsmell`,
  1261. memo: [`Excellent Sense of Smell: You know how many Goo-aligned players there are in the game.`],
  1262. },
  1263. false: {
  1264. name: `False`,
  1265. id: `false`,
  1266. memo: [`False: You are not aware that this part of your role doesn't work.`],
  1267. },
  1268. friend: {
  1269. name: `Friend`,
  1270. id: `friend`,
  1271. memo: [`Friend: Besides your normal win-condition, you can win when only Friends are left alive. You can talk to other Friends.`],
  1272. },
  1273. gambit: {
  1274. name: `Gambit`,
  1275. id: `gambit`,
  1276. memo: [`Gambit: Your action only works if you die that same night.`],
  1277. },
  1278. godfather: {
  1279. name: `Godfather`,
  1280. id: `godfather`,
  1281. memo: [`Godfather: You will be inspected as NOT MAFIA.`],
  1282. },
  1283. gold_goo: {
  1284. name: `Gold Goo`,
  1285. id: `goldgoo`,
  1286. memo: [`Whenever someone targets you with a non-factional action, they lose the ability to use that action and you gain it.`],
  1287. },
  1288. gravedigger: {
  1289. name: `Gravedigger`,
  1290. id: `gravedigger`,
  1291. memo: [`Gravedigger: You will return as if you targeted the player who died to Watchers and Trackers.`],
  1292. },
  1293. green_goo: {
  1294. name: `Green Goo`,
  1295. id: `greengoo`,
  1296. memo: [`Whenever a player targets you with an action, they will become green goo and lose any powers they currently have. Their faction doesn't change.`],
  1297. },
  1298. grim_reaper: {
  1299. name: `Grim Reaper`,
  1300. id: `grimreaper`,
  1301. memo: [`Grim Reaper: While you are alive, all dead players are Restless Spirits.`],
  1302. },
  1303. hallucinator: {
  1304. name: `Hallucinator`,
  1305. id: `hallucinator`,
  1306. memo: [`Hallucinator: While you are alive, all dead players reveal a random role in the setup, instead of their own role.`],
  1307. },
  1308. haunting: {
  1309. name: `Haunting`,
  1310. id: `haunting`,
  1311. memo: [`Haunting: You can only use your actions after you've died.`],
  1312. },
  1313. hero: {
  1314. name: `Hero`,
  1315. id: `hero`,
  1316. memo: [`Hero: When a King (from Kingmaker) tries to execute you, they die instead.`],
  1317. },
  1318. hirsute: {
  1319. name: `Hirsute`,
  1320. id: `hirsute`,
  1321. memo: [`Hirsute: You will be inspected as WEREWOLF.`],
  1322. },
  1323. hidden: {
  1324. name: `Hidden`,
  1325. id: `hidden`,
  1326. memo: [`Hidden: You are now aware of this part of your role.`],
  1327. },
  1328. hopefuly: {
  1329. name: `Hopeful`,
  1330. id: `hopeful`,
  1331. memo: [`Hopeful: You always receive VIGILANTE upon inspection.`],
  1332. },
  1333. illusionist: {
  1334. name: `Illusionist`,
  1335. id: `illusionist`,
  1336. memo: [`Illusionist: You become a Restless Spirit after death.`],
  1337. },
  1338. immobile_os_parrot: 'immobile_parrot',
  1339. immobile_parrot: {
  1340. name: `Immobile Parrot`,
  1341. id: `immobile_parrot`,
  1342. memo: [`Immobile Parrot: Anyone who targets you, targets themselves instead.`],
  1343. },
  1344. inconsistent: {
  1345. name: `Inconsistent`,
  1346. id: `inconsistent`,
  1347. memo: [`Inconsistent: You may not target any player multiple times.`],
  1348. },
  1349. inheritor: {
  1350. name: `Inheritor`,
  1351. id: `inheritor`,
  1352. memo: [`Inheritor: You inherit the abilities of the most recently killed player.`],
  1353. },
  1354. insane: {
  1355. name: `Insane`,
  1356. id: `insane`,
  1357. memo: [`Insane: You receive the opposite results from expected upon inspection.`],
  1358. },
  1359. insomniac: {
  1360. name: `Insomniac`,
  1361. id: `insomniac`,
  1362. memo: [`Insomniac: You may talk at night.`],
  1363. },
  1364. lightkeeper: {
  1365. name: `Lightkeeper`,
  1366. id: `lightkeeper`,
  1367. memo: [`Lightkeeper: When you die, the next day is anonymous (and all messages go through the host).`],
  1368. },
  1369. lightning_rod: {
  1370. name: `Lightning Rod`,
  1371. id: `lightningrod`,
  1372. memo: [`Lightning Rod: All actions target you.`],
  1373. },
  1374. lover: {
  1375. name: `Lover`,
  1376. id: `lover`,
  1377. memo: [`Lover: You get a Lover partner, who you can talk with. If either of you dies, the other dies as well.`],
  1378. },
  1379. loyal: {
  1380. name: `Loyal`,
  1381. id: `loyal`,
  1382. memo: [`Loyal: Your actions only work on players with the same alignment as you.`],
  1383. },
  1384. lynchbait: {
  1385. name: `Lynchbait`,
  1386. id: `lynchbait`,
  1387. memo: [`Lynchbait: All Lynchers win when you get lynched.`],
  1388. },
  1389. macho: {
  1390. name: `Macho`,
  1391. id: `macho`,
  1392. memo: [`Macho: You cannot be protected from being killed.`],
  1393. },
  1394. mason: {
  1395. name: `Mason`,
  1396. id: `mason`,
  1397. memo: [`Mason: You can speak to other Masons, who are confirmed to not be members of the MAFIA.`],
  1398. },
  1399. doublevoter: `mayor`,
  1400. double_voter: `mayor`,
  1401. mayor: {
  1402. name: `Mayor`,
  1403. id: `mayor`,
  1404. memo: [`Mayor: Your lynch counts as two.`],
  1405. },
  1406. miller: {
  1407. name: `Miller`,
  1408. id: `miller`,
  1409. memo: [`Miller: You will always be inspected as MAFIA.`],
  1410. },
  1411. mirror: {
  1412. name: `Mirror`,
  1413. id: `mirror`,
  1414. memo: [`Mirror: When someone targets you, you use the same action on them.`],
  1415. },
  1416. monk: {
  1417. name: `Monk`,
  1418. id: `monk`,
  1419. memo: [`Monk: You can speak to other Monks, who are confirmed to not be WEREWOLVES.`],
  1420. },
  1421. murderous: {
  1422. name: `Murderous`,
  1423. id: `murderous`,
  1424. memo: [`Murderous: You die if you don't kill anyone.`],
  1425. },
  1426. naive: {
  1427. name: `Naive`,
  1428. id: `naive`,
  1429. memo: [`Naive: You always receive a NOT GUILTY result upon inspection, or an equivalent to this.`],
  1430. },
  1431. named: {
  1432. name: `Named`,
  1433. id: `named`,
  1434. memo: [`Named: You got a different role name than usual.`],
  1435. },
  1436. neighbor: {
  1437. name: `Neighbor`,
  1438. id: `neighbor`,
  1439. memo: [`Neighbor: You can talk to other Neighbors.`],
  1440. },
  1441. nexus: {
  1442. name: `Nexus`,
  1443. id: `nexus`,
  1444. memo: [`Nexus: All actions targeting you, excluding kills, will be redirected to a random other player.`],
  1445. },
  1446. midnight: `night`,
  1447. night: {
  1448. name: `Night`,
  1449. id: `night`,
  1450. memo: [`Night: You have to use your action during the Night.`],
  1451. },
  1452. ninja: {
  1453. name: `Ninja`,
  1454. id: `ninja`,
  1455. memo: [`Ninja: Trackers, Watchers and similar roles will always get it as if you targeted nobody, or nobody targeted you.`],
  1456. },
  1457. omniscient: {
  1458. name: `Omniscient`,
  1459. id: `omniscient`,
  1460. memo: [`Omniscient: You know all roles that are present in the setup.`],
  1461. },
  1462. orange_goo: {
  1463. name: `Orange Goo`,
  1464. id: `orangegoo`,
  1465. memo: [`Orange Goo: You will steal the vote of anyone who targets you for the rest of the game.`],
  1466. },
  1467. pacifist: {
  1468. name: `Pacifist`,
  1469. id: `pacifist`,
  1470. memo: [`Pacifist: You are unable to kill.`],
  1471. },
  1472. paranoid: {
  1473. name: `Paranoid`,
  1474. id: `paranoid`,
  1475. memo: [`Paranoid: You always receive GUILTY upon inspection, or an equivalent to this.`],
  1476. },
  1477. patron: {
  1478. name: `Patron`,
  1479. id: `patron`,
  1480. memo: [`Patron: Once you die, your faction loses.`],
  1481. },
  1482. prism: {
  1483. name: `Prism`,
  1484. id: `prism`,
  1485. memo: [`Prism: Any actions targeting you, target all players.`],
  1486. },
  1487. randomizer: {
  1488. name: `Randomizer`,
  1489. id: `randomizer`,
  1490. memo: [`Randomizer: If multiple people targeted you, they will target a random person who targeted you instead.`],
  1491. },
  1492. reflexive_vigilante: `paranoid_gun_owner`,
  1493. pgo: `paranoid_gun_owner`,
  1494. paranoid_gun_owner: {
  1495. name: `Paranoid Gun Owner`,
  1496. id: `paranoidgunowner`,
  1497. memo: [`Paranoid Gun Owner: You kill anyone who targets you.`],
  1498. },
  1499. passive: {
  1500. name: `Passive`,
  1501. id: `passive`,
  1502. memo: [`Passive: You cannot choose when to activate your role.`],
  1503. },
  1504. restriction: `post_restriction`,
  1505. post_restriction: {
  1506. name: `Post Restriction`,
  1507. id: `postrestriction`,
  1508. memo: [`Post Restriction: You have a certain limit on what you post.`],
  1509. },
  1510. psychotrooper: {
  1511. name: `Psychotrooper`,
  1512. id: `psychotrooper`,
  1513. memo: [`Psychotrooper: All investigative results are reversed while you are alive.`],
  1514. },
  1515. publishing: `public`,
  1516. public: {
  1517. name: `Public`,
  1518. id: `public`,
  1519. memo: [`Public: Your result is displayed publicly.`],
  1520. },
  1521. purple_goo: {
  1522. name: `Purple Goo`,
  1523. id: `purplegoo`,
  1524. memo: [`Purple Goo: Whenever someone targets you with an action, you switch roles with that player.`],
  1525. },
  1526. rainbow_goo: {
  1527. name: `Rainbow Goo`,
  1528. id: `rainbowgoo`,
  1529. memo: [`Rainbow Goo: Whenever a player targets you with an action, you do something random (anything any other color goo can do) to them.`],
  1530. },
  1531. random: {
  1532. name: `Random`,
  1533. id: `random`,
  1534. memo: [`Random: Your role is used randomly.`],
  1535. },
  1536. red_goo: {
  1537. name: `Red Goo`,
  1538. id: `redgoo`,
  1539. memo: [`Red Goo: Whenever a player targets you with an action, you become neighbors with them.`],
  1540. },
  1541. reflexive: {
  1542. name: `Reflexive`,
  1543. id: `reflexive`,
  1544. memo: [`Reflexive: You use your action on people who target you.`],
  1545. },
  1546. reserved: {
  1547. name: `Reserved`,
  1548. id: `reserved`,
  1549. memo: [`Reserved: This player can PM anyone, and can be PMd back, but may not talk in the main chat (excluding lynches).`],
  1550. },
  1551. restless_spirit: {
  1552. name: `Restless Spirit`,
  1553. id: `restlessspirit`,
  1554. memo: [`Restless Spirit: You can lynch after your death.`],
  1555. },
  1556. retired_marine: {
  1557. name: `Retired Marine`,
  1558. id: `retiredmarine`,
  1559. memo: [`Retired Marine: You cannot be killed by Serial Killers.`],
  1560. },
  1561. retired_werewolf_hunter: {
  1562. name: `Retired Werewolf Hunter`,
  1563. id: `retiredwerewolfhunter`,
  1564. memo: [`Retired Werewolf Hunter: You cannot be killed by Werewolves.`],
  1565. },
  1566. sacrifice: {
  1567. name: `Sacrifice`,
  1568. id: `sacrifice`,
  1569. memo: [`Sacrifice: No one else can die, besides other Sacrifices, until you die.`],
  1570. },
  1571. sane: {
  1572. name: `Sane`,
  1573. id: `sane`,
  1574. memo: [`Sane: You receive the correct results upon inspection.`],
  1575. },
  1576. secret_agent: {
  1577. name: `Secret Agent`,
  1578. id: `secretagent`,
  1579. memo: [`Secret Agent: You are informed of which factions are in the game immediately.`],
  1580. },
  1581. self: {
  1582. name: `Self`,
  1583. id: `self`,
  1584. memo: [`Self: You must target yourself.`],
  1585. },
  1586. semilyncher: {
  1587. name: `Semilyncher`,
  1588. id: `semilyncher`,
  1589. memo: [`Semilyncher: If you get a specific player lynched, they turn into your alignment.`],
  1590. },
  1591. senpai: {
  1592. name: `Senpai`,
  1593. id: `senpai`,
  1594. memo: [`Senpai: When you get lynched, everyone who lynched you dies as well.`],
  1595. },
  1596. silver_goo: {
  1597. name: `Silver Goo`,
  1598. id: `silvergoo`,
  1599. memo: [`Silver Goo: Whenever another player targets you with an action, you become a perfect copy of that player.`],
  1600. },
  1601. strongman: {
  1602. name: `Strongman`,
  1603. id: `strongman`,
  1604. memo: [`Strongman: Your kill can not fail.`],
  1605. },
  1606. strong_willed: `strong-willed`,
  1607. strongwilled: `strong-willed`,
  1608. 'strong-willed': {
  1609. name: `Strong-Willed`,
  1610. id: `strongwilled`,
  1611. memo: [`Strong-Willed: Your actions can not fail, excluding kills.`],
  1612. },
  1613. suicidal: {
  1614. name: `Suicidal`,
  1615. id: `suicidal`,
  1616. memo: [`Suicidal: You will passively die.`],
  1617. },
  1618. avenger: `supersaint`,
  1619. ss: `supersaint`,
  1620. supersaint: {
  1621. name: `Supersaint`,
  1622. id: `supersaint`,
  1623. memo: [`Supersaint: When this player is lynched, the player who placed the hammering vote dies as well..`],
  1624. },
  1625. talkative: {
  1626. name: `Talkative`,
  1627. id: `talkative`,
  1628. memo: [`Talkative: If anyone else has an ability that causes them to be able to talk to other players, you may talk with them too.`],
  1629. },
  1630. teal_goo: {
  1631. name: `Teal Goo`,
  1632. id: `tealgoo`,
  1633. memo: [`Teal Goo: Anyone who targets you with an action will become a different role.`],
  1634. },
  1635. temporary: {
  1636. name: `Temporary`,
  1637. id: `temporary`,
  1638. memo: [`Temporary: Only affects the target for one night.`],
  1639. },
  1640. tentacled: {
  1641. name: `Tentacled`,
  1642. id: `tentacled`,
  1643. memo: [`Tentacled: You will always be inspected as ALIEN.`],
  1644. },
  1645. toxic_goo: {
  1646. name: `Toxic Goo`,
  1647. id: `toxicgoo`,
  1648. memo: [`Toxic Goo: Anyone who targets you with an ability will die of poison at the end of the next day.`],
  1649. },
  1650. tree: {
  1651. name: `Tree`,
  1652. id: `tree`,
  1653. memo: [`Tree: You can talk after your death, provided you died due to a lynch.`],
  1654. },
  1655. treestump: {
  1656. name: `Treestump`,
  1657. id: `treestump`,
  1658. memo: [`Treestump: You can talk after your death.`],
  1659. },
  1660. trypophobic: {
  1661. name: `Trypophobic`,
  1662. id: `trypophobic`,
  1663. memo: [`Trypophobic: You may vanillaise someone upon being lynched.`],
  1664. },
  1665. turquoise_goo: {
  1666. name: `Turquoise Goo`,
  1667. id: `turquoisegoo`,
  1668. memo: [`Turquoise Goo: When you die, you can turn another player into Turquoise Goo.`],
  1669. },
  1670. ugly_townie: `ugly`,
  1671. ugly: {
  1672. name: `Ugly`,
  1673. id: `ugly`,
  1674. memo: [`Ugly: You know how many Goo-aligned players there are, and can win with them as long as you survive. You are inspected as ALIEN.`],
  1675. },
  1676. unibackup: `universal_backup`,
  1677. uni_backup: `universal_backup`,
  1678. universal_backup: {
  1679. name: `Universal Backup`,
  1680. id: `universalbacup`,
  1681. memo: [`Universal Backup: You inherit the role of the first player who died.`],
  1682. },
  1683. lynchproof: `unlynchable`,
  1684. unlynchable: {
  1685. name: `Unlynchable`,
  1686. id: `unlynchable`,
  1687. memo: [`Unlynchable: You cannot be lynched. If you're lynched, you will survive and the game will turn to Night.`],
  1688. },
  1689. usurper: {
  1690. name: `Usurper`,
  1691. id: `usurper`,
  1692. memo: [`Usurper: You must outlive a Godfather before you can win.`],
  1693. },
  1694. vengeful: {
  1695. name: `Vengeful`,
  1696. id: `vengeful`,
  1697. memo: [`Vengeful: When this player is lynched, they can kill another player.`],
  1698. },
  1699. watchlisted: {
  1700. name: `Watchlisted`,
  1701. id: `watchlisted`,
  1702. memo: [`Watchlisted: You will always be inspected as SERIAL KILLER.`],
  1703. },
  1704. weak: {
  1705. name: `Weak`,
  1706. id: `weak`,
  1707. memo: [`Weak: You will die if you target a player who is not aligned with the TOWN.`],
  1708. },
  1709. whisperer: {
  1710. name: `Whisperer`,
  1711. id: `whisperer`,
  1712. memo: [`Whisperer: You may PM any player in the game, but they may not PM you back.`],
  1713. },
  1714. white_goo: {
  1715. name: `White Goo`,
  1716. id: `whitegoo`,
  1717. memo: [`White Goo: All dead players will turn to White Goo as they die. You show up as town on death.`],
  1718. },
  1719. wrong_place_at_the_wrong_time: {
  1720. name: `Wrong Place at the Wrong Time`,
  1721. id: `wrongplaceatthewrongtime`,
  1722. memo: [`Wrong Place at the Wrong Time: You will always be inspected as the result that implies NOT TOWN.`],
  1723. },
  1724. xshot: {
  1725. // Role generator will change X to the number of shots the player gets
  1726. name: `X-Shot`,
  1727. id: `xshot`,
  1728. memo: [`X-Shot: You may only use this ability X times during the game.`],
  1729. },
  1730. yellow_goo: {
  1731. name: `Yellow Goo`,
  1732. id: `yellowgoo`,
  1733. memo: [`Yellow Goo: Whenever someone targets you with an action, they lose the ability to use that action and you gain it. This even affects factional actions. That member of the faction can no longer perform that action. Other members of the faction can still perform it.`],
  1734. },
  1735. };
  1736.  
  1737. /** @type {MafiaThemes} */
  1738. const themes = {
  1739. "1999": {
  1740. name: `1999`,
  1741. desc: `1999: Get the Town in the safe room, before the bomb explodes!`,
  1742. 8: `Mafia Goon, Mafia Goon, President, DC Cop, Ambassador, Citizen, Citizen, Citizen`,
  1743. 9: `Mafia Goon, Mafia Goon, Werewolf Assassin, DC Cop, Ambassador, Citizen, Citizen, Citizen`,
  1744. 10: `Mafia Goon, Mafia Goon, Werewolf Assassin, DC Cop, Ambassador, Citizen, Citizen, Citizen, Citizen`,
  1745. 12: `Mafia Goon, Mafia Goon, Mafia Infiltrator, Werewolf Assassin, DC Cop, Ambassador, Pope, Citizen, Citizen, Citizen, Citizen`,
  1746. 15: `Mafia Goon, Mafia Goon, Mafia Infiltrator, Werewolf Assassin, Werewolf, President, Navy Seal, DC Cop, Pope, Ambassador, Citizen, Citizen, Citizen, Citizen, Citizen`,
  1747. },
  1748. ace: {
  1749. name: `Ace`,
  1750. desc: `Ace: Coordinate your shots to not lose the game! Reroll if nobody is Mafia.`,
  1751. 5: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Compulsive Vigilante, Compulsive Vigilante, Compulsive Vigilante`,
  1752. },
  1753. aitc: `assassin_in_the_court`,
  1754. aitp: `assassin_in_the_court`,
  1755. assassin_in_the_castle: `assassin_in_the_court`,
  1756. assassin_in_the_palace: `assassin_in_the_court`,
  1757. assassin_in_the_court: {
  1758. name: `Assassin in the Court`,
  1759. desc: `The Assassin tries to shoot the King to win! The Guards try to protect the King.`,
  1760. 4: `Solo Assassin, Guard, Guard, King`,
  1761. 5: `Solo Assassin, Guard, Guard, Guard, King`,
  1762. 6: `Solo Assassin, Guard, Guard, Guard, Guard, King`,
  1763. 7: `Solo Assassin, Guard, Guard, Guard, Guard, Guard, King`,
  1764. },
  1765. tms: `too_much_scum`,
  1766. btms: `too_much_scum`,
  1767. baby_too_much_scum: `too_much_scum`,
  1768. too_much_scum: {
  1769. name: `Too Much Scum`,
  1770. desc: `Too Much Scum: Find the many scum, reminiscent of the Jungle Republic setup.`,
  1771. 8: `Mafia Goon, Mafia Goon, Solo Serial Killer, FBI Agent, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1772. 12: `Mafia Goon, Mafia Goon, Mafia Goon, Werewolf, Werewolf, Solo Lyncher, Cop, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1773. },
  1774. brothel_mafia: `brothel`,
  1775. brothel: {
  1776. name: `Brothel Mafia`,
  1777. desc: `Brothel Mafia: 6 Pretty Ladies that don't know their specific role. Some may do unexpected things like in MedMaf.`,
  1778. 9: `Mafia Goon, Mafia Goon, Pretty Lady, Pretty Lady, Pretty Lady, Pretty Lady, Pretty Lady, Pretty Lady, Girl`,
  1779. },
  1780. bh: `bullet_hell`,
  1781. bullet_hell: {
  1782. name: `Bullet Hell`,
  1783. desc: `Bullet Hell: Try to avoid all the shots at Night to win!`,
  1784. 5: `Mason, Mason, Solo Serial Killer, Solo Serial Killer, Solo Serial Killer`,
  1785. },
  1786. classic: {
  1787. name: `Classic`,
  1788. desc: `Classic: A PS! Mafia Classic. It's common, strategic, and fun!`,
  1789. 5: `Mafia Goon, Cop, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1790. 6: `Mafia Goon, Mafia Goon, Cop, Jailkeeper, Vanilla Townie, Vanilla Townie`,
  1791. 7: `Mafia Goon, Mafia Goon, Macho Cop, Doctor, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1792. 8: `Mafia Goon, Mafia Pretty Lady, Cop, Doctor, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1793. 9: `Mafia Goon, Mafia Pretty Lady, Cop, Doctor, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1794. 10: `Mafia Goon, Mafia Pretty Lady, Bulletproof Werewolf, Cop, Doctor, Pretty Lady, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1795. 11: `Mafia Goon, Mafia Pretty Lady, Bulletproof Werewolf, Cop, Doctor, Pretty Lady, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1796. 12: `Mafia Goon, Mafia Pretty Lady, Bulletproof Werewolf, Cop, Doctor, Pretty Lady, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1797. 13: `Mafia Goon, Mafia Pretty Lady, Bulletproof Werewolf, Cop, Doctor, Pretty Lady, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1798. 14: `Mafia Goon, Mafia Goon, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Pretty Lady, Jailkeeper, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1799. 15: `Mafia Goon, Mafia Role Cop, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Doctor, Pretty Lady, Jailkeeper, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1800. 16: `Mafia Goon, Mafia Role Cop, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Doctor, Pretty Lady, Jailkeeper, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1801. 17: `Mafia Goon, Mafia Role Cop, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Doctor, Pretty Lady, Jailkeeper, One-Shot Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1802. 18: `Mafia Goon, Mafia Role Cop, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Doctor, Pretty Lady, Jailkeeper, One-Shot Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1803. 19: `Mafia Goon, Mafia Goon, Mafia Role Cop, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Doctor, Pretty Lady, Jailkeeper, One-Shot Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1804. 20: `Mafia Goon, Mafia Goon, Mafia Role Cop, Mafia Pretty Lady, Bulletproof Werewolf JOAT, Cop, Doctor, Doctor, Pretty Lady, Jailkeeper, One-Shot Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1805. },
  1806. conformities: {
  1807. name: `Conformities`,
  1808. desc: `Conformities: Don't get too attached to your role, because it is bound to change.`,
  1809. 3: `Mafia Goon, Alien, Pygmee`,
  1810. },
  1811. creepy_girl: {
  1812. name: `Creepy Girl`,
  1813. desc: `Creepy Girl: Night 0 the Creepy Girl gives someone a doll. Each night, it has to be passed. If the person with the Doll is lynched, or a person gets the Doll for a second time, the Creepy Girl wins.`,
  1814. 5: `Solo Creepy Girl, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1815. },
  1816. desperado: {
  1817. name: `Desperado`,
  1818. desc: `Desperado: Vanilla spiced up with a Desperado, who can attempt to shoot someone at Day!`,
  1819. 4: `Mafia Goon, Desperado, Vanilla Townie, Vanilla Townie`,
  1820. 6: `Mafia Goon, Mafia Goon, Desperado, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1821. 8: `Mafia Goon, Mafia Goon, Desperado, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1822. 10: `Mafia Goon, Mafia Goon, Desperado, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1823. 12: `Mafia Goon, Mafia Goon, Mafia Little Liar, Innocent Child, Desperado, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1824. },
  1825. dethy: {
  1826. name: `Dethy`,
  1827. desc: `Dethy: Four Cops against one Mafia Goon. They just won't always get the correct results...`,
  1828. 5: `Mafia Goon, Cop, Cop, Cop, Cop`,
  1829. 11: `Mafia Goon, Mafia Goon, Mafia Goon, Cop, Cop, Cop, Cop, Cop, Cop, Cop, Cop`,
  1830. },
  1831. donner_party: {
  1832. name: `Donner Party`,
  1833. desc: `Donner Party: Many kills happen... but they won't just flip that easily!`,
  1834. 12: `Cannibal Mafia Goon, Cannibal Mafia Goon, Cannibal Serial Killer, Cannibal Vigilante, Dietist, Roleblocker, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1835. },
  1836. double_day: {
  1837. name: `Double Day`,
  1838. desc: `Double Day: Like Vanilla, but with two Days prior to each Night. Double the chances to lynch scum!`,
  1839. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1840. },
  1841. dv3: `dayvig3`,
  1842. dayvig3: {
  1843. name: `Day-Vig3`,
  1844. desc: `Day-Vig3: Shoot the other Day-Vig, before they shoot you!`,
  1845. 3: `Mafia One-Shot Day-Vigilante, One-Shot Day-Vigilante, Vanilla Townie`,
  1846. },
  1847. dimm: `drookez_is_mafia_mafia`,
  1848. drookez_is_mafia_mafia: {
  1849. name: `Drookez is Mafia Mafia`,
  1850. desc: `Drookez is Mafia Mafia: Drookez is Mafia, but try to find his Lover! Drookez must survive with his Lover to win.`,
  1851. 5: `Drookez, Solo Traitor Lover, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1852. },
  1853. eternal_sun: {
  1854. name: `Eternal Sun`,
  1855. desc: `Eternal Sun: A theme without nights! Everyone can use their action once a day.`,
  1856. 5: `Mafia Compulsive Janitor, One-Shot Gunsmith, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1857. 6: `Mafia Compulsive Janitor, Mafia Goon, One-Shot Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie,`,
  1858. 7: `Mafia Compulsive Janitor, Mafia Coroner, Coroner, One-Shot Gunsmith, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1859. 8: `Mafia Compulsive Janitor, Mafia Coroner, Coroner, One-Shot Gunsmith, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1860. 9: `Mafia Compulsive Janitor, Mafia Coroner, Coroner, One-Shot Gunsmith, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1861. 10: `Mafia Compulsive Janitor, Mafia Coroner, Mafia Goon, Coroner, One-Shot Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1862. 11: `Mafia Compulsive Janitor, Mafia Coroner, Mafia Goon, Coroner, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1863. 12: `Mafia Compulsive Janitor, Mafia Coroner, Mafia Goon, Coroner, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1864. 13: `Mafia Compulsive Janitor, Mafia Coroner, Mafia Goons, Mafia Goons, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1865. 14: `Mafia Compulsive Janitor, Mafia Coroner, Mafia Goons, Mafia Goons, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1866. 15: `Mafia Compulsive Janitor, Mafia Coroners, Mafia Coroners, Mafia Goon, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1867. 16: `Mafia Compulsive Janitor, Mafia Coroners, Mafia Coroners, Mafia Goon, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1868. 17: `Mafia Compulsive Janitor, Mafia Coroners, Mafia Coroners, Mafia Goons, Mafia Goons, Coroners, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1869. 18: `Mafia Compulsive Janitor, Mafia Coroners, Mafia Coroners, Mafia Goons, Mafia Goons, Coroners, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1870. 19: `Mafia Compulsive Janitor, Mafia Coroners, Mafia Coroners, Mafia Goons, Mafia Goons, Coroners, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1871. 20: `Mafia Compulsive Janitor, Mafia Coroners, Mafia Coroners, Mafia Goons, Mafia Goons, Coroners, Coroners, Coroners, Gunsmith, One-Shot Reviver, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie,`,
  1872. },
  1873. eyes: {
  1874. name: `Eyes`,
  1875. desc: `Eyes: Avoid the Tracker and Watcher to last till the end!`,
  1876. 7: `Mafia Roleblocker, Mafia Goon, Watcher, Tracker, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1877. },
  1878. fee: `friends_and_enemies_and_enemies`,
  1879. friends_and_enemies_and_enemies: {
  1880. name: `Friends and Enemies and Enemies`,
  1881. desc: `Two opposing scum factions and a group of Masons fight for dominance!`,
  1882. 12: `Mafia Goon, Mafia Goon, Werewolf, Werewolf, Mason, Mason, Mason, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1883. },
  1884. ff: `forest_fire`,
  1885. forest_fire: {
  1886. name: `Forest Fire`,
  1887. desc: `Forest Fire: The forest risks being burned down! Stop the Arsonists before its too late.`,
  1888. 9: `Arsonist, Arsonist, Tree, Tree, Tree, Tree, Tree, Tree, Firefighter`,
  1889. },
  1890. fi: `fire_and_ice`,
  1891. fire_ice: `fire_and_ice`,
  1892. fire_and_ice: {
  1893. name: `Fire and Ice`,
  1894. desc: `Fire and Ice: Two opposing Mafia factions battle for dominance. Their kills are flavored and neutralise each other! Goo is used for flavor, but they have Mafia powers.`,
  1895. 13: `Fire Mafia, Fire Mafia, Ice Goo, Ice Goo, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Doctor`,
  1896. },
  1897. frenzy: {
  1898. name: `Frenzy`,
  1899. desc: `Frenzy: An Outside Contact game where who you trust is essential. Which role will you claim to be?`,
  1900. 4: `Mafia Goon, Unblocker, Unblocker, Vigilante`,
  1901. 5: `Mafia Goon, Unblocker, Unblocker, Unblocker, Vigilante`,
  1902. 6: `Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante`,
  1903. 7: `Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante`,
  1904. 8: `Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante`,
  1905. 9: `Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante`,
  1906. 10: `Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante`,
  1907. 11: `Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante`,
  1908. 12: `Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante`,
  1909. 13: `Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante`,
  1910. 14: `Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante`,
  1911. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante`,
  1912. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante`,
  1913. 17: `Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante`,
  1914. 18: `Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante`,
  1915. 19: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante, Vigilante`,
  1916. 20: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Unblocker, Vigilante, Vigilante, Vigilante, Vigilante`,
  1917. },
  1918. journalist: {
  1919. name: `Journalist`,
  1920. desc: `Journalist: Successful inspections require death...`,
  1921. 8: `Mafia Framer, Mafia Goon, Journalist, Journalist, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1922. },
  1923. job: `jungle_of_bullshit`,
  1924. jungle_of_bullshit: {
  1925. name: `Jungle of Bullshit`,
  1926. desc: `Jungle of Bullshit: When a Vanilla Townie is lynched Day 1, they shoot two players instead. When a Mafia Goon is lynched, they kill one of their partners and clear a Vanilla Townie.`,
  1927. 5: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie`,
  1928. },
  1929. jungle_anarchy: {
  1930. name: `Jungle Anarchy`,
  1931. desc: `Jungle Anarchy: Two scum factions and a town nightkill. What could go wrong?`,
  1932. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Werewolf, Werewolf, Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1933. },
  1934. jungle_republic: {
  1935. name: `Jungle Republic`,
  1936. desc: `Jungle Republic: There's too many scum, so the Mafia can't kill...`,
  1937. 12: `Mafia Goon, Mafia Goon, Mafia Goon, Werewolf, Werewolf, Seer, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1938. },
  1939. kat: `kill_all_townies`,
  1940. kill_all_townies: {
  1941. name: `Kill All Townies`,
  1942. desc: `Kill All Townies: The more Town deaths, the more days! For each Town role's death at Night, there's a Day.`,
  1943. 17: `Mafia Goon, Mafia Godfather, Mafia Doctor, Werewolf, Alpha Werewolf, Werewolf Doctor, Cop, Seer, Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1944. },
  1945. kwg: `kids_with_guns`,
  1946. kids_with_guns: {
  1947. name: `Kids With Guns`,
  1948. desc: `Kids With Guns: A theme based around roles that can kill people!`,
  1949. 8: `Mafia Suicide Bomber, Mafia Goon, One-Shot Vigilante, Innocent Child, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1950. },
  1951. kirby: {
  1952. name: `Kirby`,
  1953. desc: `Kirby: Decide who you think would use this power-up well, or give a bad one to your scumread. It's all up to you!`,
  1954. 5: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1955. 9: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1956. 11: `Mafia Goon, Mafia Goon, Solo Serial Killer, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1957. 14: `Mafia Goon, Mafia Goon, Mafia Goon, Solo Serial Killer, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1958. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Solo One-Shot Bulletproof Serial Killer, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  1959. },
  1960. less_pressure: {
  1961. name: `Less Pressure`,
  1962. desc: `Less Pressure: Lead the town as an Innocent Child by finding the 3 Mafia Goons. Be aware, they get to kill someone upon dying.`,
  1963. 8: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Innocent Child, Innocent Child`,
  1964. },
  1965. lod: `life_or_death`,
  1966. lod6: `life_or_death`,
  1967. life_or_death: {
  1968. name: `Life or Death`,
  1969. desc: `Life or Death: Everyone is Deathproof! Who will be reloaded, and who won't?`,
  1970. 6: `One-Shot Deathproof Mafia Goon, One-Shot Deathproof Traitor Vigilante, One-Shot Deathproof Vigilante, One-Shot Deathproof Reloader, One-Shot Deathproof Reloader, One-Shot Deathproof Reloader`,
  1971. },
  1972. lh: `lighthouse`,
  1973. lighthouse: {
  1974. name: `Lighthouse`,
  1975. desc: `Lighthouse: A theme where the town has a Lightkeeper. When this role dies, the next day is anonymous!`,
  1976. 5: `Mafia Goon, Lightkeeper, Oracle, Oracle, Oracle`,
  1977. 6: `Mafia Goon, Mafia Goon, Lightkeeper, Gunsmith, Oracle, Oracle`,
  1978. 7: `Mafia Goon, Mafia Goon, Lightkeeper, Gunsmith, Oracle, Oracle, Oracle`,
  1979. 8: `Mafia Goon, Mafia Goon, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1980. 9: `Mafia Goon, Mafia Goon, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1981. 10: `Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1982. 11: `Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1983. 12: `Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1984. 13: `Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1985. 14: `Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle, One-Shot Oracle`,
  1986. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, Gunsmith, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle`,
  1987. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, Gunsmith, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle`,
  1988. 17: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, Gunsmith, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle`,
  1989. 18: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, Gunsmith, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle`,
  1990. 19: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, Gunsmith, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle`,
  1991. 20: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Lightkeeper, Lightkeeper, Gunsmith, Gunsmith, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle, Two-Shot Oracle`,
  1992. },
  1993. madness_os: `madness`,
  1994. madness: {
  1995. name: `Madness`,
  1996. desc: `Madness: The Mafia try to survive in a Power Role Mania. The Mafia Goon gains the Town role not distributed, reroll if a Mafia role wasn't given. The Bus Driver may target itself.`,
  1997. 8: `Mafia Goon, Mafia Bus Driver, Cop, Cop, Doctor, Doctor, Pretty Lady, Pretty Lady, Universal Backup`,
  1998. },
  1999. masonries: {
  2000. name: `Masonries`,
  2001. desc: `Masonries: You are divided into three chats, of which you can see only two...`,
  2002. 6: `Solo Traitor One-Shot Vigilante, Solo Traitor One-Shot Vigilante, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2003. 9: `Werewolf, Werewolf, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2004. 12: `Werewolf, Werewolf, Werewolf, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2005. },
  2006. mlosr: `maintaining_law_order_and_shallow_relationships`,
  2007. maintaining_law_order_and_shallow_relationships: {
  2008. name: `Maintaining Law, Order and Shallow Relationships`,
  2009. desc: `Maintaining Law, Order and Shallow Relationships: A theme where the Mafia try to kill the town roles passively by activating their PGO!`,
  2010. 10: `Mafia One-Shot Paranoid Gun Owner, Mafia One-Shot Paranoid Gun Owner, Cop, Jailkeeper, Tourist, Tourist, Tourist, Tourist, Tourist, Tourist`,
  2011. },
  2012. medmaf: `medical_mafia`,
  2013. medical_mafia: {
  2014. name: `Medical Mafia`,
  2015. desc: `Medical Mafia: A theme where the Mafia invade a hospital. The Mafia has to beat a group of Doctors... who may not all heal their patients.`,
  2016. 9: `Mafia Goon, Mafia Goon, Doctor, Doctor, Doctor, Doctor, Doctor, Doctor, Nurse`,
  2017. },
  2018. bomb_os: `minesweeper`,
  2019. minesweeper: {
  2020. name: `Minesweeper`,
  2021. desc: `Minesweeper: A lot of scum... and a lot of bombs who explode upon being hit.`,
  2022. 17: `Mafia Godfather, Mafia Goon, Mafia Goon, Alpha Werewolf, Werewolf, Werewolf, Bomb (Mafia), Bomb (Mafia), Bomb (Mafia), Bomb (Mafia), Bomb (Werewolf), Bomb (Werewolf), Bomb (Werewolf), Bomb (Werewolf), Cop, Seer, Bloodhound`,
  2023. },
  2024. execution: `modified_execution`,
  2025. modexe: `modified_execution`,
  2026. modified_execution: {
  2027. name: `Modified Execution`,
  2028. desc: `Modified Execution: Lynch someone to give them a kill, but beware of the Mafia corrupt. If they get the kill, they kill themselves!`,
  2029. 4: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2030. 5: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2031. 6: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2032. 7: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2033. 8: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2034. 9: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2035. 10: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2036. 11: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2037. 12: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2038. 13: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2039. 14: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2040. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2041. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2042. 17: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2043. 18: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2044. 19: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2045. 20: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2046. },
  2047. near_vanilla: `nearvanilla`,
  2048. nearvanilla: {
  2049. name: `Near-Vanilla`,
  2050. desc: `Near-Vanilla: Vanilla with with a Doctor and a Jailkeeper for some spice.`,
  2051. 14: `Mafia Goon, Mafia Goon, Mafia Goon, Doctor, Jailkeeper, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2052. },
  2053. nd: `neighbors_dilemma`,
  2054. neighbors_dilemma: {
  2055. name: `Neighbors Dilemma`,
  2056. desc: `Neighbors Dilemma: A theme where you get a Neighbor, who you can privately talk to. However, they may be scum...`,
  2057. 6: `Solo Odd-Night Serial Killer Neighbor, Solo Even-Night Serial Killer Neighbor, Town Neighbor, Town Neighbor, Town Neighbor, Town Neighbor`,
  2058. },
  2059. nommy: `nominations`,
  2060. nomination: `nominations`,
  2061. nominations: {
  2062. name: `Nominations`,
  2063. desc: `Nominations: A theme where every even day there's only three possible lynches, as chosen by the Mafia!`,
  2064. 7: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2065. 11: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2066. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2067. 19: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2068. },
  2069. no_setup: {
  2070. name: `No Setup`,
  2071. desc: `No Setup: Despite having a Vanilla role, you may use any action from a wide list of possible actions!`,
  2072. 4: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2073. 5: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2074. 6: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2075. 7: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2076. 8: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2077. 9: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2078. 10: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2079. 11: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2080. 12: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2081. 13: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2082. 14: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2083. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2084. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2085. 17: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2086. 18: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2087. 19: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2088. 20: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2089. },
  2090. pairs: `pairings`,
  2091. pairings: {
  2092. name: `Pairings`,
  2093. desc: `Pairings: A theme where all players are paired up. Pairs have the same role and alignment, which is only revealed when both of them have died!`,
  2094. 8: `Mafia Goon (Pair), Mafia Goon (Pair), Vanilla Townie (Pair), Vanilla Townie (Pair), Vanilla Townie (Pair), Vanilla Townie (Pair), Vanilla Townie (Pair), Vanilla Townie (Pair)`,
  2095. },
  2096. paris: `paris_mafia`,
  2097. paris_mafia: {
  2098. name: `Paris Mafia`,
  2099. desc: `Paris Mafia: Watch out for the Mimes who try to get lynched!`,
  2100. 11: `Mafia Goon, Mafia Goon, Mime, Mime, Watcher, Jailkeeper, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2101. 12: `Mafia Goon, Mafia Goon, Mime, Mime, Watcher, Jailkeeper, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2102. },
  2103. popcorn: {
  2104. name: `Popcorn`,
  2105. desc: `Mafia picks a person to start with the gun. The person with the gun is the person who decides the lynch. If Mafia is chosen, the Mafia dies and the person keeps the gun. If Town is chosen, then the person with the gun dies, and the Town gets the gun instead.`,
  2106. 11: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2107. 18: `Vengeful Mafia, Vengeful Mafia, Vengeful Mafia, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2108. },
  2109. purgatory: {
  2110. name: `Purgatory`,
  2111. desc: `Purgatory: Send Town to Heaven, Mafia to Hell!`,
  2112. 9: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2113. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2114. },
  2115. pygmee: {
  2116. name: `Pygmee`,
  2117. desc: `Pygmee: An Outside-Contact theme based around switching locations. You'll have to communicate to win, but who is worth your trust?`,
  2118. 4: `Town Elder, Town Spy, Town Spy, Pygmee Elder`,
  2119. 5: `Town Elder, Town Spy, Town Villager, Town Villager, Pygmee Elder`,
  2120. 6: `Town Elder, Town Spy, Town Patrol, Town Villager, Pygmee Elder, Pygmee Member`,
  2121. 7: `Town Elder, Town Spy, Town Patrol, Town Villager, Town Villager, Pygmee Elder, Pygmee Member`,
  2122. 8: `Town Elder, Town Spy, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Member`,
  2123. 9: `Town Elder, Town Spy, Town Patrol, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior`,
  2124. 10: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Scout, Town Villager, Town Villager, Pygmee Elder, Pygmee Member, Pygmee Member`,
  2125. 11: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Member, Pygmee Member`,
  2126. 12: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Member, Pygmee Warrior`,
  2127. 13: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Member, Pygmee Member, Pygmee Member`,
  2128. 14: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member`,
  2129. 15: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member`,
  2130. 16: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member`,
  2131. 17: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member, Pygmee Member`,
  2132. 18: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member, Pygmee Member`,
  2133. 19: `Town Elder, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member, Pygmee Member`,
  2134. 20: `Town Elder, Town Spy, Town Spy, Town Spy, Town Patrol, Town Patrol, Town Patrol, Town Scout, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Town Villager, Pygmee Elder, Pygmee Warrior, Pygmee Member, Pygmee Member, Pygmee Member`,
  2135. },
  2136. sacrifice: {
  2137. name: `Sacrifice`,
  2138. desc: `Sacrifice: The Vanilla Townies can't die until a Mafia Sacrifice has died. Use this to clear them!`,
  2139. 4: `Mafia Sacrifice, Mafia Sacrifice, Vanilla Townie, Vanilla Townie`,
  2140. },
  2141. semi_nightless: `seminightless`,
  2142. seminightless: {
  2143. name: `Semi-Nightless`,
  2144. desc: `Semi-Nightless: Mafia can't kill Night 1 and 2!`,
  2145. 11: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2146. },
  2147. senpai: {
  2148. name: `Senpai`,
  2149. desc: `Senpai: When a Senpai dies, everyone who lynched them dies as well!`,
  2150. 7: `Mafia Goon, Mafia Goon, Senpai, Senpai, Senpai, Senpai, Senpai`,
  2151. },
  2152. shifting: {
  2153. name: `Shifting`,
  2154. desc: `Shifting: When someone is successfully protected, they become a Doctor. The Doctor who protected becomes a Mafia Goon, and the Mafia Goon becomes whatever the protected person was. After each night, all users are informed of their current role.`,
  2155. 4: `Mafia Goon, Doctor, Doctor, Vanilla Townie`,
  2156. },
  2157. space_invaders: {
  2158. name: `Space Invaders`,
  2159. desc: `Space Invaders: Many years ago, Earth was invaded from aliens. Luckily thanks to General Laser Cannon, the aliens were sent back to their home. The general saved many bunkers from destruction.`,
  2160. 5: `Alien, Junior Laser Cannon, Bunker, Bunker, Bunker`,
  2161. 6: `Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker`,
  2162. 7: `Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2163. 8: `Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2164. 9: `Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2165. 10: `Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2166. 11: `Alien, Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2167. 12: `Alien, Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2168. 13: `Alien, Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2169. 14: `Alien, Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2170. 15: `Alien, Alien, Alien, Alien, Junior Laser Cannon, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker, Bunker`,
  2171. },
  2172. starcrossed: {
  2173. name: `Star-Crossed`,
  2174. desc: `Star-Crossed: Mafia cannot talk with each other. Their kill only succeeds if they both send the same kill.`,
  2175. 8: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2176. },
  2177. ss2: `supersaint2`,
  2178. supersaint2: {
  2179. name: `SS2`,
  2180. desc: `SS2: A two-player theme where you have to decide whether the opponent is Town or Mafia!`,
  2181. 2: `Hated Mafia, Hated Supersaint, Hated Supersaint`,
  2182. },
  2183. ss3: `supersaint3`,
  2184. supersaint3: {
  2185. name: `SS3`,
  2186. desc: `SS3: A three-player theme where even the Mafia has to be careful of whom they hammer!`,
  2187. 3: `Mafia Goon, Supersaint, Vanilla Townie`,
  2188. },
  2189. triplets: {
  2190. name: `Triplets`,
  2191. desc: `Triplets: A nine-player theme, where at first everyone is split into groups of three. You must lynch someone in this group first!`,
  2192. 9: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2193. },
  2194. semipriest: `the_one_i_cannot_kill`,
  2195. the_one_i_cannot_kill: {
  2196. name: `The One I Cannot Kill`,
  2197. desc: `The One I Cannot Kill: Here, the Mafia may not hammer one of the two townies, determined pre-game.`,
  2198. 3: `Mafia Semi-Priest, Vanilla Townie, Vanilla Townie`,
  2199. },
  2200. shortnight: {
  2201. name: `Shortnight`,
  2202. desc: `Shortnight: A smaller version of Triplets, where you play in two groups of three.`,
  2203. 6: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2204. },
  2205. twin_trap: {
  2206. name: `Twin Trap`,
  2207. desc: `Twin Trap: The Mafia has to make a choice. Who is more at risk of being spotted?`,
  2208. 9: `Track-Immune Mafia Goon, Watch-Immune Mafia Goon, Tracker, Watcher, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2209. },
  2210. nilla: `vanilla`,
  2211. vanilla: {
  2212. name: `Vanilla`,
  2213. desc: `A simple theme with only Mafia Goons and Vanilla Townies.`,
  2214. 4: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2215. 5: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2216. 6: `Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2217. 7: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2218. 8: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2219. 9: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2220. 10: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2221. 11: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2222. 12: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2223. 13: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2224. 14: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2225. 15: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2226. 16: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2227. 17: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2228. 18: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2229. 19: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2230. 20: `Mafia Goon, Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2231. },
  2232. wnac: `we_need_a_clear`,
  2233. we_need_a_clear: {
  2234. name: `We Need a Clear`,
  2235. desc: `We Need a Clear: When a Vanilla Townie is lynched Day 1, they get cleared instead.`,
  2236. 5: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie, Vanilla Townie`,
  2237. },
  2238. wnaf: `we_need_a_fifth`,
  2239. we_need_a_fifth: {
  2240. name: `We Need a Fifth`,
  2241. desc: `We Need a Fifth: When a Vanilla Townie is lynched Day 1, they shoot another player instead. When a Mafia Goon is lynched, they have to clear a Vanilla Townie.`,
  2242. 4: `Mafia Goon, Mafia Goon, Vanilla Townie, Vanilla Townie`,
  2243. },
  2244. };
  2245.  
  2246. /** @type {MafiaIDEAs} */
  2247. const IDEAs = {
  2248. gi: `greater_idea`,
  2249. greater_idea: {
  2250. name: `Greater Idea`,
  2251. roles: [
  2252. `Vanilla Townie`,
  2253. `Vanilla Townie`,
  2254. `Vanilla Townie`,
  2255. `Vanilla Townie`,
  2256. `Vanilla Townie`,
  2257. `Vanilla Townie`,
  2258. `Vanilla Townie`,
  2259. `Vanilla Townie`,
  2260. `Vanilla Townie`,
  2261. `Vanilla Townie`,
  2262. `Vanilla Townie`,
  2263. `Vanilla Townie`,
  2264. `Watcher`,
  2265. `Tracker`,
  2266. `Tracker`,
  2267. `Cop`,
  2268. `Cop`,
  2269. `Cop Lover`,
  2270. `Seer`,
  2271. `Seer`,
  2272. `FBI Agent`,
  2273. `Doctor`,
  2274. `Doctor`,
  2275. `Roleblocker`,
  2276. `Jailkeeper`,
  2277. `Bodyguard`,
  2278. `Vigilante`,
  2279. `One-Shot Vigilante`,
  2280. `One-Shot Day Vigilante`,
  2281. `One-Shot Day Vigilante`,
  2282. `Compulsive Childkiller`,
  2283. `Bulletproof Townie`,
  2284. `Supersaint`,
  2285. `One-Shot Paranoid Gun Owner`,
  2286. `Mason`,
  2287. `Mason`,
  2288. `Mason`,
  2289. `Mason`,
  2290. `Mason Doctor`,
  2291. `Mason Lover`,
  2292. `Lover`,
  2293. `Lover`,
  2294. `Lover`,
  2295. `Jack-of-all-Trades`,
  2296. `Vengeful Townie`,
  2297. `Retired Werewolf Hunter`,
  2298. `Retired Marine`,
  2299. `Miller`,
  2300. `Hirsute Townie`,
  2301. `Evangelistic Townie`,
  2302. `Tentacled Townie`,
  2303. `Watchlisted Townie`,
  2304. `Wrong Place at the Wrong Time Townie`,
  2305. `Town Black Goo`,
  2306. `Ascetic Townie`,
  2307. `Private Investigator`,
  2308. `Gravedigger`,
  2309. `Nymphomaniac`,
  2310. `One-Shot Governor`,
  2311. `One-Shot Unlynchable Townie`,
  2312. `Town Godfather`,
  2313. `Innocent Child`,
  2314. `Hider`,
  2315. `Enabler`,
  2316. `Treestump`,
  2317. `Conspiracy Theorist`,
  2318. `Conspiracy Theorist`,
  2319. `Conspiracy Theorist`,
  2320. `One-Shot Kingmaker`,
  2321. `Weak Jailkeeper`,
  2322. `Bloodhound`,
  2323. `Vanilla Cop`,
  2324. `Hero`,
  2325. `Tourist`,
  2326. `Nurse`,
  2327. `One-Shot Commuter`,
  2328. `Cop-of-all-Trades`,
  2329. `One-Shot Gladiator`,
  2330. `Lynchbait`,
  2331. `Psychiatrist`,
  2332. `Reloader`,
  2333. `Fruit Vendor`,
  2334. `Parrot Role`,
  2335. `Solo Judas`,
  2336. `Solo Saulus`,
  2337. `Solo One-Shot Townie`,
  2338. `Solo Underdog`,
  2339. `Mafia Goon`,
  2340. `Mafia Goon`,
  2341. `Mafia Goon`,
  2342. `Mafia Goon`,
  2343. `Mafia Goon`,
  2344. `Mafia Godfather`,
  2345. `Mafia Tracker`,
  2346. `Mafia Doctor`,
  2347. `Mafia Roleblocker`,
  2348. `Mafia Lover`,
  2349. `Mafia Seer`,
  2350. `Mafia One-Shot Day Vigilante`,
  2351. `Mafia One-Shot Governor`,
  2352. `Mafia Strongman`,
  2353. `Mafia Reflexive Doctor`,
  2354. `Mafia Hirsute Goon`,
  2355. `Mafia Cupid`,
  2356. `Mafia Alpha Goon`,
  2357. `Mafia Compulsive Hider`,
  2358. `Mafia Fruit Vendor`,
  2359. `Werewolf`,
  2360. `Werewolf`,
  2361. `Werewolf`,
  2362. `Werewolf`,
  2363. `Alpha Werewolf`,
  2364. `Werewolf Roleblocker`,
  2365. `One-Shot Bulletproof Werewolf`,
  2366. `Werewolf Cop`,
  2367. `Werewolf Mason`,
  2368. `Werewolf Watcher`,
  2369. `Werewolf FBI Agent`,
  2370. `Ninja Werewolf`,
  2371. `Werewolf One-Shot Paranoid Gun Owner`,
  2372. `Werewolf Miller`,
  2373. `Werewolf Supersaint`,
  2374. `Werewolf Godfather`,
  2375. `Werewolf Gravedigger`,
  2376. `Werewolf Wereparrot`,
  2377. `One-Shot Unlynchable Alien`,
  2378. `Alien Prober`,
  2379. `Alien Vanillaiser`,
  2380. `Alien Silencer GI`,
  2381. `Bulletproof Alien Lover`,
  2382. `Alien Psychotrooper`,
  2383. `Alien One-Shot Mass Redirector`,
  2384. `Alien Bloodsucker`,
  2385. `Alien Sympathiser`,
  2386. `Solo Survivor`,
  2387. `Solo Compulsive Bodyguard Survivor`,
  2388. `Solo Survivor Mason`,
  2389. `Solo Lyncher`,
  2390. `Solo Lyncher`,
  2391. `Solo Two-Shot Bulletproof Serial Killer`,
  2392. `Solo Serial Killer (Immune to Mafia Kills)`,
  2393. `Solo Serial Killer (Immune to Werewolf Kills)`,
  2394. `Solo Serial Killer (Immune to Alien Kills)`,
  2395. `One-Shot Cult Recruiter`,
  2396. `One-Shot Cult Goomaker`,
  2397. `Solo Wild Card GI`,
  2398. ],
  2399. picks: [`role`],
  2400. choices: 2,
  2401. },
  2402. gesti: `greatest_idea`,
  2403. greatest_idea: {
  2404. name: `Greatest Idea`,
  2405. roles: [
  2406. `Vanilla Townie`,
  2407. `Vanilla Townie`,
  2408. `Vanilla Townie`,
  2409. `Vanilla Townie`,
  2410. `Vanilla Townie`,
  2411. `Vanilla Townie`,
  2412. `Vanilla Townie`,
  2413. `Vanilla Townie`,
  2414. `Vanilla Townie`,
  2415. `Vanilla Townie`,
  2416. `Vanilla Townie`,
  2417. `Vanilla Townie`,
  2418. `Watcher`,
  2419. `Tracker`,
  2420. `Tracker`,
  2421. `Cop`,
  2422. `Cop`,
  2423. `Cop Lover`,
  2424. `Seer`,
  2425. `Seer`,
  2426. `FBI Agent`,
  2427. `Doctor`,
  2428. `Doctor`,
  2429. `Roleblocker`,
  2430. `Jailkeeper`,
  2431. `Bodyguard`,
  2432. `Vigilante`,
  2433. `One-Shot Vigilante`,
  2434. `One-Shot Day Vigilante`,
  2435. `One-Shot Day Vigilante`,
  2436. `Compulsive Childkiller`,
  2437. `Bulletproof Townie`,
  2438. `Supersaint`,
  2439. `One-Shot Paranoid Gun Owner`,
  2440. `Mason`,
  2441. `Mason`,
  2442. `Mason`,
  2443. `Mason`,
  2444. `Mason Doctor`,
  2445. `Mason Lover`,
  2446. `Lover`,
  2447. `Lover`,
  2448. `Lover`,
  2449. `Jack-of-all-Trades`,
  2450. `Vengeful Townie`,
  2451. `Retired Werewolf Hunter`,
  2452. `Retired Marine`,
  2453. `Miller`,
  2454. `Hirsute Townie`,
  2455. `Evangelistic Townie`,
  2456. `Tentacled Townie`,
  2457. `Watchlisted Townie`,
  2458. `Wrong Place at the Wrong Time Townie`,
  2459. `Town Black Goo`,
  2460. `Ascetic Townie`,
  2461. `Private Investigator`,
  2462. `Gravedigger`,
  2463. `Nymphomaniac`,
  2464. `One-Shot Governor`,
  2465. `One-Shot Unlynchable Townie`,
  2466. `Town Godfather`,
  2467. `Innocent Child`,
  2468. `Hider`,
  2469. `Enabler`,
  2470. `Treestump`,
  2471. `Conspiracy Theorist`,
  2472. `Conspiracy Theorist`,
  2473. `Conspiracy Theorist`,
  2474. `One-Shot Kingmaker`,
  2475. `Weak Jailkeeper`,
  2476. `Bloodhound`,
  2477. `Vanilla Cop`,
  2478. `Hero`,
  2479. `Tourist`,
  2480. `Nurse`,
  2481. `One-Shot Commuter`,
  2482. `Cop-of-all-Trades`,
  2483. `One-Shot Gladiator`,
  2484. `Lynchbait`,
  2485. `Psychiatrist`,
  2486. `Reloader`,
  2487. `Fruit Vendor`,
  2488. `Parrot Role`,
  2489. `Solo Judas`,
  2490. `Solo Saulus`,
  2491. `Solo One-Shot Townie`,
  2492. `Solo Underdog`,
  2493. `Mafia Goon`,
  2494. `Mafia Goon`,
  2495. `Mafia Goon`,
  2496. `Mafia Goon`,
  2497. `Mafia Goon`,
  2498. `Mafia Godfather`,
  2499. `Mafia Tracker`,
  2500. `Mafia Doctor`,
  2501. `Mafia Roleblocker`,
  2502. `Mafia Lover`,
  2503. `Mafia Seer`,
  2504. `Mafia One-Shot Day Vigilante`,
  2505. `Mafia One-Shot Governor`,
  2506. `Mafia Strongman`,
  2507. `Mafia Reflexive Doctor`,
  2508. `Mafia Hirsute Goon`,
  2509. `Mafia Cupid`,
  2510. `Mafia Alpha Goon`,
  2511. `Mafia Compulsive Hider`,
  2512. `Mafia Fruit Vendor`,
  2513. `Werewolf`,
  2514. `Werewolf`,
  2515. `Werewolf`,
  2516. `Werewolf`,
  2517. `Alpha Werewolf`,
  2518. `Werewolf Roleblocker`,
  2519. `One-Shot Bulletproof Werewolf`,
  2520. `Werewolf Cop`,
  2521. `Werewolf Mason`,
  2522. `Werewolf Watcher`,
  2523. `Werewolf FBI Agent`,
  2524. `Ninja Werewolf`,
  2525. `Werewolf One-Shot Paranoid Gun Owner`,
  2526. `Werewolf Miller`,
  2527. `Werewolf Supersaint`,
  2528. `Werewolf Godfather`,
  2529. `Werewolf Gravedigger`,
  2530. `Werewolf Wereparrot`,
  2531. `One-Shot Unlynchable Alien`,
  2532. `Alien Prober`,
  2533. `Alien Vanillaiser`,
  2534. `Alien Silencer GI`,
  2535. `Bulletproof Alien Lover`,
  2536. `Alien Psychotrooper`,
  2537. `Alien One-Shot Mass Redirector`,
  2538. `Alien Bloodsucker`,
  2539. `Alien Sympathiser`,
  2540. `Solo Survivor`,
  2541. `Solo Compulsive Bodyguard Survivor`,
  2542. `Solo Survivor Mason`,
  2543. `Solo Lyncher`,
  2544. `Solo Lyncher`,
  2545. `Solo Two-Shot Bulletproof Serial Killer`,
  2546. `Solo Serial Killer (Immune to Mafia Kills)`,
  2547. `Solo Serial Killer (Immune to Werewolf Kills)`,
  2548. `Solo Serial Killer (Immune to Alien Kills)`,
  2549. `One-Shot Cult Recruiter`,
  2550. `One-Shot Cult Goomaker`,
  2551. `Solo Wild Card GI`,
  2552. ],
  2553. picks: [`role`, `alignment`],
  2554. choices: 3,
  2555. },
  2556. rgi: `replicant_greater_idea`,
  2557. replicant_greater_idea: {
  2558. name: `Replicant Greater Idea`,
  2559. roles: [
  2560. `Vanilla Townie`,
  2561. `Vanilla Townie`,
  2562. `Vanilla Townie`,
  2563. `Vanilla Townie`,
  2564. `Vanilla Townie`,
  2565. `Vanilla Townie`,
  2566. `Vanilla Townie`,
  2567. `Vanilla Townie`,
  2568. `Vanilla Townie`,
  2569. `Vanilla Townie`,
  2570. `Vanilla Townie`,
  2571. `Vanilla Townie`,
  2572. `Watcher`,
  2573. `Tracker`,
  2574. `Tracker`,
  2575. `Cop`,
  2576. `Cop`,
  2577. `Cop Lover`,
  2578. `Seer`,
  2579. `Seer`,
  2580. `FBI Agent`,
  2581. `Doctor`,
  2582. `Doctor`,
  2583. `Roleblocker`,
  2584. `Jailkeeper`,
  2585. `Bodyguard`,
  2586. `Vigilante`,
  2587. `One-Shot Vigilante`,
  2588. `One-Shot Day Vigilante`,
  2589. `One-Shot Day Vigilante`,
  2590. `Compulsive Childkiller`,
  2591. `Bulletproof Townie`,
  2592. `Supersaint`,
  2593. `One-Shot Paranoid Gun Owner`,
  2594. `Mason`,
  2595. `Mason`,
  2596. `Mason`,
  2597. `Mason`,
  2598. `Mason Doctor`,
  2599. `Mason Lover`,
  2600. `Lover`,
  2601. `Lover`,
  2602. `Lover`,
  2603. `Jack-of-all-Trades`,
  2604. `Vengeful Townie`,
  2605. `Retired Werewolf Hunter`,
  2606. `Retired Marine`,
  2607. `Miller`,
  2608. `Hirsute Townie`,
  2609. `Evangelistic Townie`,
  2610. `Tentacled Townie`,
  2611. `Watchlisted Townie`,
  2612. `Wrong Place at the Wrong Time Townie`,
  2613. `Town Black Goo`,
  2614. `Ascetic Townie`,
  2615. `Private Investigator`,
  2616. `Gravedigger`,
  2617. `Nymphomaniac`,
  2618. `One-Shot Governor`,
  2619. `One-Shot Unlynchable Townie`,
  2620. `Town Godfather`,
  2621. `Innocent Child`,
  2622. `Hider`,
  2623. `Enabler`,
  2624. `Treestump`,
  2625. `Conspiracy Theorist`,
  2626. `Conspiracy Theorist`,
  2627. `Conspiracy Theorist`,
  2628. `One-Shot Kingmaker`,
  2629. `Weak Jailkeeper`,
  2630. `Bloodhound`,
  2631. `Vanilla Cop`,
  2632. `Hero`,
  2633. `Tourist`,
  2634. `Nurse`,
  2635. `One-Shot Commuter`,
  2636. `Cop-of-all-Trades`,
  2637. `One-Shot Gladiator`,
  2638. `Lynchbait`,
  2639. `Psychiatrist`,
  2640. `Reloader`,
  2641. `Fruit Vendor`,
  2642. `Parrot Role`,
  2643. `Solo Judas`,
  2644. `Solo Saulus`,
  2645. `Solo One-Shot Townie`,
  2646. `Solo Underdog`,
  2647. `Mafia Goon`,
  2648. `Mafia Goon`,
  2649. `Mafia Goon`,
  2650. `Mafia Goon`,
  2651. `Mafia Goon`,
  2652. `Mafia Godfather`,
  2653. `Mafia Tracker`,
  2654. `Mafia Doctor`,
  2655. `Mafia Roleblocker`,
  2656. `Mafia Lover`,
  2657. `Mafia Seer`,
  2658. `Mafia One-Shot Day Vigilante`,
  2659. `Mafia One-Shot Governor`,
  2660. `Mafia Strongman`,
  2661. `Mafia Reflexive Doctor`,
  2662. `Mafia Hirsute Goon`,
  2663. `Mafia Cupid`,
  2664. `Mafia Alpha Goon`,
  2665. `Mafia Compulsive Hider`,
  2666. `Mafia Fruit Vendor`,
  2667. `Werewolf`,
  2668. `Werewolf`,
  2669. `Werewolf`,
  2670. `Werewolf`,
  2671. `Alpha Werewolf`,
  2672. `Werewolf Roleblocker`,
  2673. `One-Shot Bulletproof Werewolf`,
  2674. `Werewolf Cop`,
  2675. `Werewolf Mason`,
  2676. `Werewolf Watcher`,
  2677. `Werewolf FBI Agent`,
  2678. `Ninja Werewolf`,
  2679. `Werewolf One-Shot Paranoid Gun Owner`,
  2680. `Werewolf Miller`,
  2681. `Werewolf Supersaint`,
  2682. `Werewolf Godfather`,
  2683. `Werewolf Gravedigger`,
  2684. `Werewolf Wereparrot`,
  2685. `Replicant One-Shot Lightning Rod`,
  2686. `Replicant Odd-Night Cop Even-Night Seer`,
  2687. `Replicant Doppelganger`,
  2688. `Replicant Suppressor`,
  2689. `Replicant Millermaker`,
  2690. `Replicant One-Shot Politician`,
  2691. `Replicant Day Suicide Bomber`,
  2692. `Bulletproof Replicant`,
  2693. `Replicant Sympathiser`,
  2694. `Solo Survivor`,
  2695. `Solo Compulsive Bodyguard Survivor`,
  2696. `Solo Survivor Mason`,
  2697. `Solo Lyncher`,
  2698. `Solo Lyncher`,
  2699. `Solo Two-Shot Bulletproof Serial Killer`,
  2700. `Solo Serial Killer (Immune to Mafia Kills)`,
  2701. `Solo Serial Killer (Immune to Werewolf Kills)`,
  2702. `Solo Serial Killer (Immune to Alien Kills)`,
  2703. `One-Shot Cult Recruiter`,
  2704. `One-Shot Cult Goomaker`,
  2705. `Solo Wild Card GI`,
  2706. ],
  2707. picks: [`role`],
  2708. choices: 2,
  2709. },
  2710. vi: `vanilla_idea`,
  2711. vanilla_idea: {
  2712. name: `Vanilla Idea`,
  2713. roles: [
  2714. `Town`,
  2715. `Town`,
  2716. `Town`,
  2717. `Town`,
  2718. `Town`,
  2719. `Town`,
  2720. `Town`,
  2721. `Town`,
  2722. `Town`,
  2723. `Town`,
  2724. `Town`,
  2725. `Town`,
  2726. `Town`,
  2727. `Town`,
  2728. `Town`,
  2729. `Town`,
  2730. `Town`,
  2731. `Town`,
  2732. `Town`,
  2733. `Town`,
  2734. `Town`,
  2735. `Town`,
  2736. `Town`,
  2737. `Town`,
  2738. `Town`,
  2739. `Town`,
  2740. `Town`,
  2741. `Town`,
  2742. `Town`,
  2743. `Town`,
  2744. `Town`,
  2745. `Town`,
  2746. `Town`,
  2747. `Town`,
  2748. `Town`,
  2749. `Town`,
  2750. `Town`,
  2751. `Town`,
  2752. `Town`,
  2753. `Town`,
  2754. `Town`,
  2755. `Town`,
  2756. `Town`,
  2757. `Town`,
  2758. `Town`,
  2759. `Town`,
  2760. `Town`,
  2761. `Town`,
  2762. `Town`,
  2763. `Town`,
  2764. `Town`,
  2765. `Town`,
  2766. `Town`,
  2767. `Town`,
  2768. `Town`,
  2769. `Town`,
  2770. `Town`,
  2771. `Town`,
  2772. `Town`,
  2773. `Town`,
  2774. `Town`,
  2775. `Town`,
  2776. `Town`,
  2777. `Town`,
  2778. `Town`,
  2779. `Town`,
  2780. `Town`,
  2781. `Town`,
  2782. `Town`,
  2783. `Town`,
  2784. `Town`,
  2785. `Town`,
  2786. `Town`,
  2787. `Town`,
  2788. `Town`,
  2789. `Town`,
  2790. `Town`,
  2791. `Town`,
  2792. `Town`,
  2793. `Town`,
  2794. `Town`,
  2795. `Town`,
  2796. `Town`,
  2797. `Town`,
  2798. `Town`,
  2799. `Town`,
  2800. `Town`,
  2801. `Town`,
  2802. `Town`,
  2803. `Town`,
  2804. `Town`,
  2805. `Town`,
  2806. `Town`,
  2807. `Town`,
  2808. `Town`,
  2809. `Town`,
  2810. `Town`,
  2811. `Town`,
  2812. `Town`,
  2813. `Town`,
  2814. `Mafia`,
  2815. `Mafia`,
  2816. `Mafia`,
  2817. `Mafia`,
  2818. `Mafia`,
  2819. `Mafia`,
  2820. `Mafia`,
  2821. `Mafia`,
  2822. `Mafia`,
  2823. `Mafia`,
  2824. `Mafia`,
  2825. `Traitor`,
  2826. `Traitor`,
  2827. `Traitor`,
  2828. `Traitor`,
  2829. `Werewolf`,
  2830. `Werewolf`,
  2831. `Werewolf`,
  2832. `Werewolf`,
  2833. `Werewolf`,
  2834. `Werewolf`,
  2835. `Werewolf`,
  2836. `Werewolf`,
  2837. `Werewolf`,
  2838. `Werewolf`,
  2839. `Werewolf`,
  2840. `Werewolf`,
  2841. `Werewolf`,
  2842. `Cult`,
  2843. `Cult`,
  2844. `Cult`,
  2845. `Cult`,
  2846. `Cult`,
  2847. `Solo Serial Killer`,
  2848. `Solo Serial Killer`,
  2849. `Solo Serial Killer`,
  2850. `Solo Serial Killer`,
  2851. `Solo Serial Killer`,
  2852. `Solo Survivor`,
  2853. `Solo Survivor`,
  2854. `Solo Jester`,
  2855. `Solo Unjester`,
  2856. `Solo Lyncher`,
  2857. `Solo Unlyncher`,
  2858. `Solo Underdog`,
  2859. `Solo Aligner`,
  2860. `Solo Universal Usurper`,
  2861. `Solo Universal Sympathiser`,
  2862. `Solo Wild Card GI`,
  2863. ],
  2864. picks: [`role`],
  2865. choices: 2,
  2866. },
  2867. ci: `cracking_idea`,
  2868. cracking_idea: {
  2869. name: `Cracking Idea`,
  2870. roles: [
  2871. `Vanilla Townie`,
  2872. `Vanilla Townie`,
  2873. `Vanilla Townie`,
  2874. `Vanilla Townie`,
  2875. `Vanilla Townie`,
  2876. `Vanilla Townie`,
  2877. `Vanilla Townie`,
  2878. `Vanilla Townie`,
  2879. `Vanilla Townie`,
  2880. `Vanilla Townie`,
  2881. `Doctor`,
  2882. `Doctor`,
  2883. `Coroner CI`,
  2884. `Coroner CI`,
  2885. `Coroner CI`,
  2886. `Coroner CI`,
  2887. `Bodyguard`,
  2888. `Bodyguard`,
  2889. `One-Shot Commuter`,
  2890. `Cop`,
  2891. `Cop`,
  2892. `Ascetic Cop`,
  2893. `Backup Cop `,
  2894. `Watcher`,
  2895. `Tracker`,
  2896. `Hider`,
  2897. `Ascetic Hider`,
  2898. `Area 51 Detective`,
  2899. `Area 51 Immunologist`,
  2900. `Conspiracy Theorist`,
  2901. `Conspiracy Theorist`,
  2902. `Conspiracy Theorist`,
  2903. `Conspiracy Theorist`,
  2904. `Conspiracy Theorist`,
  2905. `Conspiracy Theorist`,
  2906. `Conspiracy Theorist`,
  2907. `Compulsive Roleblocker`,
  2908. `Jailkeeper`,
  2909. `Jailkeeper`,
  2910. `Jack Of All Trades `,
  2911. `Mason`,
  2912. `Mason`,
  2913. `Mason`,
  2914. `Ascetic Mason`,
  2915. `Mason Compulsive Bodyguard`,
  2916. `Mason Reflexive Doctor`,
  2917. `One-Shot Vigilante`,
  2918. `Miller Vigilante`,
  2919. `One-Shot Day Vigilante`,
  2920. `Nymphomaniac `,
  2921. `Excellent Sense of Smell Townie`,
  2922. `Excellent Sense of Smell Townie`,
  2923. `Ugly Townie`,
  2924. `Ugly Townie`,
  2925. `Clairvoyant`,
  2926. `Clairvoyant`,
  2927. `Clairvoyant`,
  2928. `Clairvoyant`,
  2929. `Treestump`,
  2930. `Lynchbait`,
  2931. `Macho One-Shot Kingmaker`,
  2932. `Macho Death Kingmaker`,
  2933. `Supersaint`,
  2934. `Vengeful Townie`,
  2935. `One-Shot Unlynchable Townie`,
  2936. `Universal Backup`,
  2937. `Universal Backup`,
  2938. `Mafia Goon`,
  2939. `Mafia Goon`,
  2940. `Mafia Goon`,
  2941. `Mafia Goon`,
  2942. `Ascetic Mafia Goon`,
  2943. `Ascetic Mafia Goon`,
  2944. `Bulletproof Mafia Goon`,
  2945. `Bulletproof Mafia Goon`,
  2946. `Mafia Tracker`,
  2947. `Mafia One-Shot Role Cop`,
  2948. `Mafia One-Shot Role Cop`,
  2949. `Solo Traitor Cop`,
  2950. `Mafia Conspiracy Theorist`,
  2951. `Mafia Conspiracy Theorist`,
  2952. `Mafia Clairvoyant`,
  2953. `Mafia Clairvoyant`,
  2954. `Mafia One-Shot Day Vigilante`,
  2955. `Mafia Godfather`,
  2956. `Alien Avenger`,
  2957. `Alien Avenger`,
  2958. `Alien Vanillerizer`,
  2959. `Alien Vanillerizer`,
  2960. `Alien Psychotrooper`,
  2961. `Alien One-Shot Psychomagnet`,
  2962. `Alien Monarch`,
  2963. `Baby Alien Monarch`,
  2964. `Baby Alien Monarch`,
  2965. `Solo Lyncher`,
  2966. `Solo Pseudojester`,
  2967. `Red Goo CI`,
  2968. `Red Goo CI`,
  2969. `Grey Goo CI`,
  2970. `Chameleon Goo`,
  2971. ],
  2972. picks: [`role`],
  2973. choices: 2,
  2974. },
  2975. si: `snaqs_idea`,
  2976. snaqs_idea: {
  2977. name: `Snaq's Idea`,
  2978. roles: [
  2979. `Vanilla Townie (Must Pick)`,
  2980. `Discard`,
  2981. `Hater`,
  2982. `Hater`,
  2983. `Praiser`,
  2984. `Praiser`,
  2985. `Hasty Lover`,
  2986. `Hasty Lover`,
  2987. `Loverboy`,
  2988. `Compulsive Screamer`,
  2989. `Secret Agent`,
  2990. `Secret Agent`,
  2991. `Oracle SI`,
  2992. `Oracle SI`,
  2993. `Oracle SI`,
  2994. `Deactivator`,
  2995. `Deactivator`,
  2996. `Mayor`,
  2997. `Mayor`,
  2998. `Enabler`,
  2999. `Enabler`,
  3000. `Pariah`,
  3001. `Pariah`,
  3002. `Missionary`,
  3003. `Missionary`,
  3004. `Missionary`,
  3005. `OS Curfew Agent`,
  3006. `OS Curfew Agent`,
  3007. `Homekeeper`,
  3008. `Homekeeper`,
  3009. `Homekeeper`,
  3010. `Vanguard`,
  3011. `Vanguard`,
  3012. `Vanguard`,
  3013. `Cowardly Hero`,
  3014. `Cowardly Hero`,
  3015. `Cop-Of-All-Trades`,
  3016. `Cop-Of-All-Trades`,
  3017. `Cop-Of-All-Trades`,
  3018. `Journalist`,
  3019. `Journalist`,
  3020. `Journalist`,
  3021. `Compatibility Checker`,
  3022. `Compatibility Checker`,
  3023. `Compatibility Checker`,
  3024. `Teacher`,
  3025. `Teacher`,
  3026. `Teacher`,
  3027. `Power Cop`,
  3028. `Power Cop`,
  3029. `Tallier`,
  3030. `Yogi Bear`,
  3031. `Innocent Child`,
  3032. `Innocent Child`,
  3033. `Innocent Child`,
  3034. `Day 4 Suicidal Deathproof Townie`,
  3035. `Treestump`,
  3036. `Treestump`,
  3037. `Illusionist`,
  3038. `Illusionist`,
  3039. `OS Subway Recruiter`,
  3040. `OS Subway Recruiter`,
  3041. `Detector`,
  3042. `Detector`,
  3043. `Detector`,
  3044. `Blockade`,
  3045. `Blockade`,
  3046. `Blockade`,
  3047. `Stalker`,
  3048. `Stalker`,
  3049. `Bailiff`,
  3050. `Bailiff`,
  3051. `Bailiff`,
  3052. `Confidant`,
  3053. `Confidant`,
  3054. `Avoider`,
  3055. `Avoider`,
  3056. `Avoider`,
  3057. `Celebrity`,
  3058. `Celebrity`,
  3059. `Gossiper`,
  3060. `Gossiper`,
  3061. `Gossiper`,
  3062. `Unblocker`,
  3063. `Unblocker`,
  3064. `Unblocker`,
  3065. `Bus Driver`,
  3066. `Bus Driver`,
  3067. `Chauffeur`,
  3068. `Chauffeur`,
  3069. `One-Shot Mass Redirector`,
  3070. `One-Shot Mass Redirector`,
  3071. `Bulletproof Lure`,
  3072. `Bulletproof Lure`,
  3073. `Mirror`,
  3074. `Mirror`,
  3075. `2S Multiplier`,
  3076. `Wild Card`,
  3077. `Wild Card`,
  3078. `Wild Card`,
  3079. `Broken Vanillaiser`,
  3080. `Immobile OS Parrot`,
  3081. `Role Vanillaizer`,
  3082. `Role Vanillaizer`,
  3083. `Schemer`,
  3084. `One-Shot Day-Vigilante`,
  3085. `One-Shot Day-Vigilante`,
  3086. `Midnight Desperado`,
  3087. `Midnight Desperado`,
  3088. `Murderous Vigilante`,
  3089. `Murderous Vigilante`,
  3090. `Judge`,
  3091. `Haunting Vigilante`,
  3092. `Haunting Vigilante`,
  3093. `Haunting Doctor`,
  3094. `Haunting Doctor`,
  3095. `Haunting Doctor`,
  3096. `Gambit Vigilante`,
  3097. `Gambit Vigilante`,
  3098. `Gambit Vigilante`,
  3099. `Gambit Public Cop`,
  3100. `Gambit Public Cop`,
  3101. `Trypophobic Townie`,
  3102. `Trypophobic Townie`,
  3103. `Trypophobic Townie`,
  3104. `One-Shot Reviver`,
  3105. `One-Shot Reviver`,
  3106. `Substitute`,
  3107. `Substitute`,
  3108. `Compulsive Janitor Coroner`,
  3109. `Compulsive Janitor Coroner`,
  3110. `Compulsive Janitor Coroner`,
  3111. `Grim Reaper`,
  3112. `Grim Reaper`,
  3113. `Hallucinator`,
  3114. `Necromancer`,
  3115. `Insomniac`,
  3116. `Insomniac`,
  3117. `Friend`,
  3118. `Friend`,
  3119. `Friend`,
  3120. `Friend`,
  3121. `Friend`,
  3122. `Friend OS Friend Recruiter`,
  3123. `Talkative Townie`,
  3124. `Talkative Townie`,
  3125. `Whisperer`,
  3126. `Whisperer`,
  3127. `Reserved Townie`,
  3128. `Reserved Townie`,
  3129. `Discard Vendor`,
  3130. `Do-It-Yourselfer`,
  3131. `Inheritor`,
  3132. `Inheritor`,
  3133. `OS Prism`,
  3134. `Randomizer`,
  3135. `Randomizer`,
  3136. `Card Dealer`,
  3137. `Pseudocider`,
  3138. `Pseudocider`,
  3139. `Sacrifice`,
  3140. `Sacrifice`,
  3141. `Magician`,
  3142. `Solo Flip Flop`,
  3143. `Mafia Hater`,
  3144. `Mafia Praiser`,
  3145. `Mafia One-Shot Day-Vigilante`,
  3146. `Mafia Schemer`,
  3147. `Mafia Bus Driver`,
  3148. `Mafia Chauffeur`,
  3149. `Mafia Confidant`,
  3150. `Mafia Blockade`,
  3151. `Mafia Unblocker`,
  3152. `Mafia Insomniac`,
  3153. `Mafia Compulsive Janitor`,
  3154. `Mafia Compulsive Janitor Coroner`,
  3155. `Mafia Haunting Compulsive Janitor`,
  3156. `Mafia Secret Agent`,
  3157. `Mafia Oracle SI`,
  3158. `Mafia Compatibility Checker`,
  3159. `Mafia Teacher`,
  3160. `Mafia Wild Card`,
  3161. `Mafia Detector`,
  3162. `Mafia Mirror`,
  3163. `Mafia OS Modposter`,
  3164. `Mafia Whisperer`,
  3165. `Reserved Mafia`,
  3166. `Mafia Little Liar`,
  3167. `Mafia Magician`,
  3168. `Mafia Magician`,
  3169. `Mafia Bulletproof Lure`,
  3170. `Mafia Grim Reaper`,
  3171. `Mafia Screamer`,
  3172. `Mafia Psychotrooper Button`,
  3173. `Mafia Houdini`,
  3174. `Mafia Inheritor`,
  3175. `Mafia Role Vanillaizer`,
  3176. `Mafia Friend`,
  3177. `Mafia Friend`,
  3178. `Mafia Friend`,
  3179. `Solo Traitor Discard Vendor`,
  3180. `Solo Traitor Pseudocider`,
  3181. `Solo Traitor Celebrity`,
  3182. `Solo Traitor Gossiper`,
  3183. `Solo Traitor Broken Vanillaiser`,
  3184. `Solo Traitor OS Subway Recruiter`,
  3185. `Solo Traitor Hasty Lover`,
  3186. `Solo Talkative Traitor`,
  3187. `Alien Contrary`,
  3188. `Alien Contrary`,
  3189. `Alien Friend`,
  3190. `Alien Friend`,
  3191. `Alien Unblocker`,
  3192. `Alien One-Shot Reviver`,
  3193. `Alien One-Shot Mass Redirector`,
  3194. `Alien Bouncer`,
  3195. `Alien Blackmailer`,
  3196. `Alien Do-It-Yourselfer`,
  3197. `Alien Loverboy`,
  3198. `Alien Nightmare`,
  3199. `Alien Card Dealer`,
  3200. `Alien Judge`,
  3201. `Alien OS Trainwreck`,
  3202. `Alien OS Solar God`,
  3203. `Alien Alien-of-all-Trades`,
  3204. `Alien Omniscient`,
  3205. `Solo E.T`,
  3206. `Cultafia Leader`,
  3207. `Gambit Cult Recruiter`,
  3208. `Solo Inquisitor`,
  3209. `Solo Bulletproof Duskiller`,
  3210. `Solo Bulletproof Corrupt Queen`,
  3211. `Solo Substitute Loner`,
  3212. `Solo Substitute Loner`,
  3213. `Solo Bulletproof Shadow`,
  3214. `Solo Panther`,
  3215. `Solo Survivor Hallucinator`,
  3216. `Solo Survivor Pseudocider`,
  3217. `Solo Aligner`,
  3218. `Solo Aligner`,
  3219. `Solo Loyal Lover`,
  3220. `Solo Survivor Friend`,
  3221. `Solo Pseudojester`,
  3222. `Solo Pseudolyncher`,
  3223. `Solo Birthday Boy`,
  3224. `Solo Universal Usurper`,
  3225. `Solo Universal Sympathiser`,
  3226. `Solo Anti-Survivor`,
  3227. `Solo Wild disCard`,
  3228. ],
  3229. picks: [`role`],
  3230. choices: 2,
  3231. },
  3232. };
  3233.  
  3234. /** @type {MafiaTerms} */
  3235. const terms = {
  3236. bastard: {
  3237. name: `Bastard`,
  3238. memo: [`Bastard: Any kind of role may be in this setup, and the host may lie to the players.`],
  3239. },
  3240. bus: `bussing`,
  3241. bussing: {
  3242. name: `Bussing`,
  3243. memo: [`Bussing: A scum player lynching or scumreading their partner to appear town.`],
  3244. },
  3245. bw: `bandwagon`,
  3246. bandwagon: {
  3247. name: `Bandwagon`,
  3248. memo: [`Bandwagon: A group of people following a lynch or thought.`],
  3249. },
  3250. cc: `counter_claim`,
  3251. counterclaim: `counter_claim`,
  3252. counter_claim: {
  3253. name: `Counter Claim`,
  3254. memo: [`Counter Claim: When someone claims a role, in response of someone else claiming that role (of which there's usually only one left in the game).`],
  3255. },
  3256. defmaj: `definite_majority`,
  3257. definitemajority: `definite_majority`,
  3258. definite_majority: {
  3259. name: `Definite Majority`,
  3260. memo: [`The day only ends when hammer is reached.`],
  3261. },
  3262. dilemma: {
  3263. name: `Dilemma`,
  3264. memo: [`Dilemma: When town can only win by No Lynching and hoping the Anti-Town factions kill each other.`],
  3265. },
  3266. fillering: `filler`,
  3267. filler: {
  3268. name: `Filler`,
  3269. memo: [`Filler: Excessive talk about things that are not related or important to the game.`],
  3270. },
  3271. fos: `finger_of_suspect`,
  3272. finger_of_suspect: {
  3273. name: `Finger of Suspect`,
  3274. memo: [`Finger of Suspect: Pointing out that you scumread someone.`],
  3275. },
  3276. hammer: {
  3277. name: `Hammer`,
  3278. memo: [`Hammer: The amount of votes needed to have a majority of players lynching someone.`],
  3279. },
  3280. hypo: {
  3281. name: `Hypo`,
  3282. memo: [`Hypo: When everyone claims what they would've done if they were a specific role. This is done to not out the power role, but that Town still has access to their actions or results in case they die.`],
  3283. },
  3284. 'l-1': `l-x`, 'l-2': `l-x`, 'l-3': `l-x`, 'l-4': `l-x`, lx: `l-x`, l1: `l-x`, l2: `l-x`, l3: `l-x`, l4: `l-x`,
  3285. 'l-x': {
  3286. name: `L-x`,
  3287. memo: [`L-x: When a player is a specific amount of votes away from hammer.`],
  3288. },
  3289. lurking: {
  3290. name: `Lurking`,
  3291. memo: [`Lurking: When someone is purposefully not talking in the chat, even while they're there.`],
  3292. },
  3293. lylo: {
  3294. name: `LyLo`,
  3295. memo: [`LyLo: If the wrong player is lynched today, or nobody is lynched, town loses.`],
  3296. },
  3297. maj: `majority`,
  3298. majority: {
  3299. name: `Majority`,
  3300. memo: [`Majority: If no hammer is reached at the deadline, no one is lynched.`],
  3301. },
  3302. majnox: {
  3303. name: `MajNoX`,
  3304. memo: [`MajNoX: Majority, without any extensions.`],
  3305. },
  3306. modplur: `modified_plurality`,
  3307. modified_plurality: {
  3308. name: `Modified Plurality`,
  3309. memo: [`Modified Plurality: Plurality, but if a certain amount of votes isn't reached at the deadline, no one is lynched.`],
  3310. },
  3311. mylo: {
  3312. name: `MyLo`,
  3313. memo: [`MyLo: If the wrong player is lynched today, town loses.`],
  3314. },
  3315. nullread: {
  3316. name: `Nullread`,
  3317. memo: [`Nullread: A player who you don't know whether they're Town or not.`],
  3318. },
  3319. omgus: {
  3320. name: `OMGUS`,
  3321. memo: [`OMGUS: Accusing someone solely because they accused you.`],
  3322. },
  3323. plop: {
  3324. name: `PLOP`,
  3325. memo: [`PLOP: "Pretty Lady Over-Powered", using the Pretty Lady (protected by a Doctor) to find solo scum, by judging whether the Nightkill went through.`],
  3326. },
  3327. plur: `plurality`,
  3328. plurality: {
  3329. name: `Plurality`,
  3330. memo: [`Plurality: If the deadline is reached, the player with the most votes will be lynched.`],
  3331. },
  3332. plurnox: {
  3333. name: `PlurNoX`,
  3334. memo: [`PlurNoX: Plurality, without any extensions.`],
  3335. },
  3336. plylo: {
  3337. name: `PLyLo`,
  3338. memo: [`PLyLo: "Potential LyLo", there's a chance but it's not definite that if the wrong person, or No Lynch is lynched, town loses.`],
  3339. },
  3340. pmylo: {
  3341. name: `PMyLo`,
  3342. memo: [`PMyLo: "Potential MyLo", there's a chance but it's not definite that if the wrong person is lynched, town loses.`],
  3343. },
  3344. qh: `quickhammer`,
  3345. quickhammer: {
  3346. name: `Quickhammer`,
  3347. memo: [`Quickhammer: When all of the Mafia quickly lynch someone, to reach hammer and cause a Mafia win.`],
  3348. },
  3349. scorched_earth: {
  3350. name: `Scorched Earth`,
  3351. memo: [`Scorched Earth: When no players are left alive.`],
  3352. },
  3353. sr: `scumread`,
  3354. scumread: {
  3355. name: `Scumread`,
  3356. memo: [`Scumread: A player who you think is not aligned with the Town.`],
  3357. },
  3358. snaq_bastard: {
  3359. name: `Snaq Bastard`,
  3360. memo: [`Snaq Bastard: Any role can be in the game, excluding Hidden or False ones. The host will not lie to the players.`],
  3361. },
  3362. tr: `townread`,
  3363. townread: {
  3364. name: `Townread`,
  3365. memo: [`Townread: A player who you think is aligned with the Town.`],
  3366. },
  3367. tunnel: {
  3368. name: `Tunnel`,
  3369. memo: [`Tunnel: When a player is convinced another player is scum, and will consider anything the player does scummy.`],
  3370. },
  3371. wifom: {
  3372. name: `WIFOM`,
  3373. memo: [`WIFOM: "Wine In Front Of Me", the circular reasoning that Mafia could've anticipated something, and did it because of that.`],
  3374. },
  3375. };
  3376.  
  3377. module.exports = {
  3378. alignments: Object.assign(Object.create(null), alignments),
  3379. roles: Object.assign(Object.create(null), roles),
  3380. modifiers: Object.assign(Object.create(null), modifiers),
  3381. themes: Object.assign(Object.create(null), themes),
  3382. IDEAs: Object.assign(Object.create(null), IDEAs),
  3383. terms: Object.assign(Object.create(null), terms),
  3384. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement