Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1. {
  2. "name": "Fast food",
  3. "author": "Idkidks",
  4. "sides": [
  5. {
  6. "side": "mafia",
  7. "translation": "Fast food"
  8. },
  9. {
  10. "side": "mafia1",
  11. "translation": "Hamburgers"
  12. },
  13. {
  14. "side": "mafia2",
  15. "translation": "French fries"
  16. },
  17. {
  18. "side": "village",
  19. "translation": "Good food"
  20. },
  21. {
  22. "side": "werewolf",
  23. "translation": "Twinkie"
  24. },
  25. {
  26. "side": "godfather",
  27. "translation": "Candy"
  28. }
  29. ],
  30. "roles": [
  31. {
  32. "role": "villager",
  33. "translation": "Celery",
  34. "side": "village",
  35. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  36. "actions": {}
  37. },
  38. {
  39. "role": "inspector",
  40. "translation": "Potato chip",
  41. "side": "village",
  42. "help": "Type /Inspect [name] to find his/her identity!",
  43. "actions": {
  44. "night": {
  45. "inspect": {
  46. "target": "AnyButSelf",
  47. "common": "Self",
  48. "priority": 30
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "role": "bodyguard",
  55. "translation": "Durian",
  56. "side": "village",
  57. "help": "Type /Protect [name] to protect someone!",
  58. "actions": {
  59. "night": {
  60. "protect": {
  61. "target": "AnyButSelf",
  62. "common": "Role",
  63. "priority": 5,
  64. "broadcast": "role"
  65. }
  66. },
  67. "startup": "role-reveal"
  68. }
  69. },
  70. {
  71. "role": "mafia",
  72. "translation": "Fast food",
  73. "side": "mafia",
  74. "help": "Type /Kill [name] to kill someone!",
  75. "actions": {
  76. "night": {
  77. "kill": {
  78. "target": "AnyButTeam",
  79. "common": "Team",
  80. "priority": 11,
  81. "broadcast": "team"
  82. }
  83. },
  84. "startup": "team-reveal"
  85. }
  86. },
  87. {
  88. "role": "werewolf",
  89. "translation": "Twinkie",
  90. "side": "werewolf",
  91. "help": "Type /Kill [name] to kill someone!",
  92. "actions": {
  93. "night": {
  94. "kill": {
  95. "target": "AnyButSelf",
  96. "common": "Self",
  97. "priority": 10
  98. }
  99. },
  100. "distract": {
  101. "mode": "ChangeTarget",
  102. "hookermsg": "You tried to distract the Werewolf (what an idea, srsly), you were ravishly devoured, yum !",
  103. "msg": "The ~Distracter~ came to you last night! You devoured her instead !"
  104. },
  105. "avoidHax": [
  106. "kill"
  107. ]
  108. }
  109. },
  110. {
  111. "role": "hooker",
  112. "translation": "Cucumber",
  113. "side": "village",
  114. "help": "Type /Distract [name] to distract someone! Vote to remove people in the day!",
  115. "actions": {
  116. "night": {
  117. "distract": {
  118. "target": "AnyButSelf",
  119. "common": "Self",
  120. "priority": 1
  121. }
  122. }
  123. }
  124. },
  125. {
  126. "role": "mayor",
  127. "translation": "Cabbage",
  128. "side": "village",
  129. "help": "You dont have any special commands during the night! Vote to remove people in the day! (your vote counts as 2)",
  130. "actions": {
  131. "vote": 2
  132. }
  133. },
  134. {
  135. "role": "spy",
  136. "translation": "Spinach",
  137. "side": "village",
  138. "help": "You can find out who is going to get killed next!(no command for this ability) Vote to remove people in the day!",
  139. "actions": {
  140. "hax": {
  141. "kill": {
  142. "revealTeam": 0.33,
  143. "revealPlayer": 0.1
  144. }
  145. }
  146. }
  147. },
  148. {
  149. "role": "godfather",
  150. "translation": "Candy",
  151. "side": "godfather",
  152. "help": "Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target!",
  153. "actions": {
  154. "night": {
  155. "kill": {
  156. "target": "AnyButSelf",
  157. "common": "Self",
  158. "priority": 20,
  159. "limit": 2
  160. }
  161. },
  162. "distract": {
  163. "mode": "ChangeTarget",
  164. "hookermsg": "You tried to seduce the Godfather, you just were killed!",
  165. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  166. },
  167. "avoidHax": [
  168. "kill"
  169. ]
  170. }
  171. },
  172. {
  173. "role": "vigilante",
  174. "translation": "Brussle sprouts",
  175. "side": "village",
  176. "help": "Type /Kill [name] to kill someone!(dont kill the good people!)",
  177. "actions": {
  178. "night": {
  179. "kill": {
  180. "target": "AnyButSelf",
  181. "common": "Self",
  182. "priority": 19
  183. }
  184. }
  185. }
  186. },
  187. {
  188. "role": "mafia1",
  189. "translation": "Hamburgers",
  190. "side": "mafia1",
  191. "help": "Type /Kill [name] to kill someone!",
  192. "actions": {
  193. "night": {
  194. "kill": {
  195. "target": "AnyButTeam",
  196. "common": "Team",
  197. "priority": 12,
  198. "broadcast": "team"
  199. }
  200. },
  201. "startup": "team-reveal"
  202. }
  203. },
  204. {
  205. "role": "mafia2",
  206. "translation": "French fries",
  207. "side": "mafia2",
  208. "help": "Type /Kill [name] to kill someone!",
  209. "actions": {
  210. "night": {
  211. "kill": {
  212. "target": "AnyButTeam",
  213. "common": "Team",
  214. "priority": 11,
  215. "broadcast": "team"
  216. }
  217. },
  218. "startup": "team-reveal"
  219. }
  220. },
  221. {
  222. "role": "conspirator1",
  223. "translation": "Hamburger conspirator",
  224. "side": "mafia1",
  225. "help": "You dont have any special commands during the night! You are sided French Canadian Mafia. Vote to remove people in the day!",
  226. "actions": {
  227. "inspect": {
  228. "revealAs": "villager"
  229. },
  230. "startup": "team-reveal"
  231. }
  232. },
  233. {
  234. "role": "conspirator2",
  235. "translation": "French fries conspirator",
  236. "side": "mafia2",
  237. "help": "You dont have any special commands during the night! You are sided Italian Mafia. Vote to remove people in the day!",
  238. "actions": {
  239. "inspect": {
  240. "revealAs": "villager"
  241. },
  242. "startup": "team-reveal"
  243. }
  244. },
  245. {
  246. "role": "mafiaboss1",
  247. "translation": "Hamburger boss",
  248. "side": "mafia1",
  249. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  250. "actions": {
  251. "night": {
  252. "kill": {
  253. "target": "AnyButTeam",
  254. "common": "Team",
  255. "priority": 12,
  256. "broadcast": "team"
  257. }
  258. },
  259. "distract": {
  260. "mode": "ignore"
  261. },
  262. "startup": "team-reveal"
  263. }
  264. },
  265. {
  266. "role": "mafiaboss2",
  267. "translation": "French fries boss",
  268. "side": "mafia2",
  269. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  270. "actions": {
  271. "night": {
  272. "kill": {
  273. "target": "AnyButTeam",
  274. "common": "Team",
  275. "priority": 11,
  276. "broadcast": "team"
  277. }
  278. },
  279. "distract": {
  280. "mode": "ignore"
  281. },
  282. "startup": "team-reveal"
  283. }
  284. },
  285. {
  286. "role": "samurai",
  287. "translation": "Eggplant",
  288. "side": "village",
  289. "help": "Type /Kill [name] during the day phase to kill someone! You will be revealed when you kill, so make wise choices! You are allied with the Good people.",
  290. "actions": {
  291. "standby": {
  292. "kill": {
  293. "target": "AnyButSelf",
  294. "msg": "You can kill now using /kill [name] :",
  295. "killmsg": "~Self~ pulls out a sword and strikes it through ~Target~'s chest!"
  296. }
  297. }
  298. }
  299. },
  300. {
  301. "role": "miller",
  302. "translation": "Asparagus",
  303. "side": "village",
  304. "help": "You dont have any special commands during the night! Vote to remove people in the day! Oh, and Potato chip sees you as Fast food",
  305. "actions": {
  306. "inspect": {
  307. "revealAs": "mafia"
  308. }
  309. }
  310. }
  311. ],
  312. "roles1": [
  313. "bodyguard",
  314. "mafia",
  315. "inspector",
  316. "werewolf",
  317. "hooker",
  318. "villager",
  319. "mafia",
  320. "villager",
  321. "miller",
  322. "villager",
  323. "mayor"
  324. ],
  325. "roles2": [
  326. "bodyguard",
  327. "mafia1",
  328. "mafia1",
  329. "inspector",
  330. "hooker",
  331. "villager",
  332. "mafia2",
  333. "mafia2",
  334. "villager",
  335. "villager",
  336. "villager",
  337. "mayor",
  338. "villager",
  339. "spy",
  340. "villager",
  341. "villager",
  342. "villager",
  343. "mafiaboss1",
  344. "villager",
  345. "vigilante",
  346. "villager",
  347. "godfather",
  348. "mafiaboss2",
  349. "samurai",
  350. "villager",
  351. "villager",
  352. "werewolf",
  353. "mafia1",
  354. "mafia2",
  355. "bodyguard"
  356. ],
  357. "villageCantLoseRoles": [
  358. "mayor",
  359. "vigilante",
  360. "samurai"
  361. ]
  362. }
Add Comment
Please, Sign In to add comment