Advertisement
Guest User

system messages

a guest
Dec 15th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 KB | None | 0 0
  1. messages: {
  2. role: {
  3. msg: "You are $1!",
  4. default: ["Host"]
  5. },
  6. act: {
  7. msg: "After observing $1 for an entire night, you realize he/she might be a $2.",
  8. default: [user, "actress"]
  9. },
  10. admire: {
  11. msg: "You really admire $1.",
  12. default: [user]
  13. },
  14. admirenk: {
  15. msg: "You cannot find any murderers to admire. You decide to become a killer!",
  16. default: []
  17. },
  18. angel: {
  19. msg: "You feel an overwhelming, unconditional love for $1. "
  20. +"You feel you must protect $1 with your life.",
  21. default: [user]
  22. },
  23. auto: {
  24. msg: "There might be an autocrat among you...",
  25. default: []
  26. },
  27. baccept: {
  28. msg: "$1 accepted $2's marriage proposal!",
  29. default: [user, user]
  30. },
  31. bcannot: {
  32. msg: "You cannot accept the proposal. You are already in love!",
  33. default: []
  34. },
  35. bdead: {
  36. msg: "$1 accepted the marriage proposal, but the bride is dead.",
  37. default: [user]
  38. },
  39. bexplode: {
  40. msg: "There was a huge explosion!",
  41. default: []
  42. },
  43. bfail: {
  44. msg: "The bomb failed to trigger!",
  45. default: []
  46. },
  47. bleed: {
  48. msg: "You start to bleed...",
  49. default: []
  50. },
  51. borg: {
  52. msg: "You have $1 charges remaining.",
  53. default: ["3"]
  54. },
  55. borgdead: {
  56. msg: "$1 is depleted of charges. $1 breaks down!",
  57. default: [user]
  58. },
  59. bpass: {
  60. msg: "$1 passed the bomb to $2...",
  61. default: [user, user]
  62. },
  63. breject: {
  64. msg: "$1 rejected $2's marriage proposal!",
  65. default: [user, user]
  66. },
  67. bride: {
  68. msg: "Suddenly, $1 proposes to $2!",
  69. default: [user, user]
  70. },
  71. carol: {
  72. msg: "You see a merry Caroler outside your house! "
  73. +"They sing you a Carol about $1, $2, $3. At least one of which is the Mafia!",
  74. default: [user, user, user]
  75. },
  76. chef: {
  77. msg: "You find yourself in a dimly lit banquet! "
  78. +"You sense the presence of a masked guest. The guest appears to be a $1.",
  79. default: ["chef"]
  80. },
  81. cm: {
  82. msg: "You glance at your watch. The time is now $1 o'clock.",
  83. default: ["11"]
  84. },
  85. cmlife: {
  86. msg: "Your watch whispers to you. You have one extra life.",
  87. default: []
  88. },
  89. confess: {
  90. msg: "At the confessional tonight, a $1 had visited you to confess their sins.",
  91. default: ["survivor"]
  92. },
  93. cop: {
  94. msg: "After investigations, you suspect that $1 is sided with the $2.",
  95. default: [user, "mafia"]
  96. },
  97. cry: {
  98. msg: "Someone cries out | $1",
  99. default: ["TRIVIA TIME"]
  100. },
  101. cupid: {
  102. msg: "You feel cupid's arrow strike your heart. You fall madly in love with $1!",
  103. default: [user]
  104. },
  105. det: {
  106. msg: "Through your detective work, you learned that $1 is a $2!",
  107. default: [user, "detective"]
  108. },
  109. diab: {
  110. msg: "$1 casts their vote and shudders, collapsing to the ground!",
  111. default: [user]
  112. },
  113. disc: {
  114. msg: "You discover that $1 is the $2!",
  115. default: [user, "interceptor"]
  116. },
  117. dream: {
  118. msg: "You had a dream... where at least one of $1, $2, $3 is a mafia...",
  119. default: [user, user, user]
  120. },
  121. drunkdrive: {
  122. msg: "$1, who was drunk and wasn't wearing a seatbelt, drove into a tree and died! Don't drink and drive!",
  123. default: [user]
  124. },
  125. fabkey: {
  126. msg: "You could not open up the lock to your house! You notice that the key is rusted and broken!",
  127. default: []
  128. },
  129. fire: {
  130. msg: "Somebody threw a match into the crowd! "+
  131. "$1 suddenly lights on fire and burns to a crisp!",
  132. default: [user]
  133. },
  134. firefail: {
  135. msg: "Somebody threw a match into the crowd!",
  136. default: []
  137. },
  138. forge: {
  139. msg: "You read the will of $1, it reads: $2",
  140. default: [user, ""]
  141. },
  142. gamble: {
  143. msg: "The gambler has trapped $1 in a deadly game of rock / paper /scissors!",
  144. default: [user]
  145. },
  146. gdead: {
  147. msg: "$1 wins over $2! The gambler took $3's life!",
  148. default: ["rock", "paper", user]
  149. },
  150. gtie: {
  151. msg: "A tied game of scissors/paper/rock... $1 escapes the gambler's den!",
  152. default: [user]
  153. },
  154. guise: {
  155. msg: "You are now disguised as $1.",
  156. default: [user]
  157. },
  158. guised: {
  159. msg: "$1 has stolen your identity!",
  160. default: [user]
  161. },
  162. gun: {
  163. msg: "You hear a gunshot!",
  164. default: []
  165. },
  166. gunfail: {
  167. msg: "$1 reveals a gun! The gun backfires!",
  168. default: [user]
  169. },
  170. gunhit: {
  171. msg: "$1 reveals a gun and shoots $2!",
  172. default: [user, user]
  173. },
  174. gwin: {
  175. msg: "$1 won against the gambler! $1 escapes from the gambler den!",
  176. default: [user]
  177. },
  178. hit: {
  179. msg: "A bullet hits your vest! You cannot survive another hit!",
  180. default: []
  181. },
  182. invis: {
  183. msg: "Someone whispers $1",
  184. default: [""]
  185. },
  186. item: {
  187. msg: "You received a $1!",
  188. default: ["knife"]
  189. },
  190. jail: {
  191. msg: "You have been blindfolded and sent to jail!",
  192. default: []
  193. },
  194. jan: {
  195. msg: "While cleaning up the mess, you learned that $1 was a $2.",
  196. default: [user, "janitor"]
  197. },
  198. janday: {
  199. msg: "$1 is missing!",
  200. default: [user]
  201. },
  202. journ: {
  203. msg: "You received all reports that $1 received: ($2).",
  204. default: [user, ""]
  205. },
  206. justdiff: {
  207. msg: "You investigated $1 and $2 and determine that they have different alignments!",
  208. default: [user, user]
  209. },
  210. justsame: {
  211. msg: "You investigated $1 and $2 and determine that they have different alignments!",
  212. default: [user, user]
  213. },
  214. kick: {
  215. msg: "$1 has been kicked and banned from the room!",
  216. default: [user]
  217. },
  218. knifebleed: {
  219. msg: "You are bleeding...",
  220. default: []
  221. },
  222. knifefail: {
  223. msg: "Suddenly, $1 rushes at $2 with a knife! $1 trips over a rock and falls onto the ground. $2 runs away!",
  224. default: [user, user]
  225. },
  226. knifehit: {
  227. msg: "Suddenly, $1 rushes at $2 with a knife! $1 slashes $2 across the chest!",
  228. default: [user, user]
  229. },
  230. learn: {
  231. msg: "You learn that $1 is a $2",
  232. default: [user, "gramps"]
  233. },
  234. lib: {
  235. msg: "Suddenly, everyone finds themselves at a library. Shhhh...",
  236. default: []
  237. },
  238. lm: {
  239. msg: "A loud voice was heard during the night: \"Curses! $1 woke me from my slumber!\"",
  240. default: [user]
  241. },
  242. lonely: {
  243. msg: "You spent a silent and lonely night at church. No one came to visit you.",
  244. default: []
  245. },
  246. love: {
  247. msg: "During the night, you fall in love with $1 after a romantic conversation!",
  248. default: [user]
  249. },
  250. lynch: {
  251. msg: "You feel very irritated by $1.",
  252. default: [user]
  253. },
  254. matin: {
  255. msg: "Penguins be matin'",
  256. default: []
  257. },
  258. message: {
  259. msg: "You received a message: $1",
  260. default: [""]
  261. },
  262. meteor: {
  263. msg: "A giant meteor will crash down and cause everyone to lose if you do not take action!",
  264. default: []
  265. },
  266. mfail: {
  267. msg: "No matter how much you worked your magic, $1 and $2 refuses to fall in love!",
  268. default: [user, user]
  269. },
  270. mlove: {
  271. msg: "You cast a Christmas spell on $1 and $2... they are now in love!",
  272. default: [user, user]
  273. },
  274. mm: {
  275. msg: "There might be a mastermind among you...",
  276. default: []
  277. },
  278. mort: {
  279. msg: "You learned that $1 is a $2!",
  280. default: [user, "mortician"]
  281. },
  282. notmeeting: {
  283. msg: "$1 is part of the mafia, but not attending the mafia meeting tonight.",
  284. default: [user]
  285. },
  286. path: {
  287. msg: "day 1: $1 "+
  288. " day 2: $2",
  289. default: ["", ""]
  290. },
  291. party: {
  292. msg: "You find yourself at a vibrant party!",
  293. default: []
  294. },
  295. pengi: {
  296. msg: "During the night a fluffy penguin visits you and tells you that "+
  297. "$1 is carrying a $2.",
  298. default: [user, "knife"]
  299. },
  300. pengno: {
  301. msg: "During the night a fluffy penguin visits you and tells you that "+
  302. "$1 has taken no action over the course of the night.",
  303. default: [user]
  304. },
  305. poison: {
  306. msg: "You feel sick, as though you had been poisoned!",
  307. default: []
  308. },
  309. poli: {
  310. msg: "You feel particularly aligned with the $1",
  311. default: ["village"]
  312. },
  313. pop: {
  314. msg: "$1 feels immensely frustrated!",
  315. default: [user]
  316. },
  317. pres: {
  318. msg: "$1 is the President! Protect the president at all costs!",
  319. default: [user]
  320. },
  321. psy: {
  322. msg: "You read $1's mind... they are thinking $2 thoughts.",
  323. default: [user, "confusing"]
  324. },
  325. psyfail: {
  326. msg: "You tried to read $1's mind, but something distracted you.",
  327. default: [user]
  328. },
  329. pvis: {
  330. msg: "During the night a fluffy penguin visits you and tells you that "+
  331. "$1 visited $2.",
  332. default: [user, "no one"]
  333. },
  334. pvisd: {
  335. msg: "During the night a fluffy penguin visits you and tells you that "+
  336. "$1 was visited by $2.",
  337. default: [user, "no one"]
  338. },
  339. santa: {
  340. msg: "After going out on your sleigh, you find that $1 is $2!",
  341. default: [user, "neither naughty nor nice"]
  342. },
  343. sec: {
  344. msg: "The secretary has died! Voting is cancelled for the following day.",
  345. default: []
  346. },
  347. snoop: {
  348. msg: "After some snooping, you find out $1 is carrying $3 $2.",
  349. default: [user, "gun", "1"]
  350. },
  351. snoop0: {
  352. msg: "After some snooping, you find out $1 is not carrying any items..",
  353. default: [user]
  354. },
  355. snowanon: {
  356. msg: "Suddenly, out of nowhere, a snowball hits $1! $1 is dazed!",
  357. default: [user]
  358. },
  359. snowmananon: {
  360. msg: "Suddenly, out of nowhere, a snowball hits $1! The snowball had no effect on $1.",
  361. default: [user]
  362. },
  363. snowmanreveal: {
  364. msg: "Suddenly, $1 throws a snowball at $2! The snowball had no effect on $2.",
  365. default: [user, user]
  366. },
  367. snowreveal: {
  368. msg: "Suddenly, $1 throws a snowball at $2! $2 is dazed!",
  369. default: [user, user]
  370. },
  371. spam: {
  372. msg: "You are timed out for 20 seconds for spamming!",
  373. default: []
  374. },
  375. stalk: {
  376. msg: "Through stalking, you learned that $1 is a $2!",
  377. default: [user, "stalker"]
  378. },
  379. sui: {
  380. msg: "$1 commits suicide!",
  381. default: [user]
  382. },
  383. terro: {
  384. msg: "$1 rushes at $2 and reveals a bomb!",
  385. default: [user, user]
  386. },
  387. thief: {
  388. msg: "You stole a $1!",
  389. default: ["knife"]
  390. },
  391. thulu: {
  392. msg: "You were witness to an unimaginable evil... you cannot forget... "
  393. +"your mind descends into eternal hell.",
  394. default: []
  395. },
  396. tink: {
  397. msg: "You found a gun in your victim's workshop...",
  398. default: []
  399. },
  400. track: {
  401. msg: "You followed $1 throughout the night. $1 visited $2.",
  402. default: [user, "no one"]
  403. },
  404. trait: {
  405. msg: "You are sided with the $1 mafia!",
  406. default: ["red"]
  407. },
  408. tree: {
  409. msg: "You became a tree!",
  410. default: []
  411. },
  412. trust: {
  413. msg: "You had a dream... you learned you can trust $1...",
  414. default: [user]
  415. },
  416. veg: {
  417. msg: "$1 has turned into a vegetable!",
  418. default: [user]
  419. },
  420. virgin: {
  421. msg: "The virgin has been sacrificed!",
  422. default: []
  423. },
  424. voodoo: {
  425. msg: "$1 suddenly feels a chill and falls to the ground!",
  426. default: [user]
  427. },
  428. watch: {
  429. msg: "You watched $1 throughout the night. $2 has visited $1.",
  430. default: [user, "No one"]
  431. },
  432. willwrite: {
  433. msg: "You wrote a will.",
  434. default: []
  435. },
  436. willrevise: {
  437. msg: "You revised your will.",
  438. default: []
  439. },
  440. willread: {
  441. msg: "As read from the last will of $1: $2",
  442. default: [user, ""]
  443. },
  444. willnone: {
  445. msg: "$1 did not leave a will!",
  446. default: [user]
  447. },
  448. ww: {
  449. msg: "You devoured a human and feel very powerful... "
  450. +"as though you are immortal for the day!",
  451. default: []
  452. }
  453. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement