Advertisement
Mrhappyface

Drugs theme script

May 22nd, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 KB | None | 0 0
  1. {
  2. "name": "Drugs",
  3. "sides": [
  4. {
  5. "side": "mafia",
  6. "translation": "Alcohol"
  7. },
  8. {
  9. "side": "mafia1",
  10. "translation": "French alcohol"
  11. },
  12. {
  13. "side": "mafia2",
  14. "translation": "Italian alcohol"
  15. },
  16. {
  17. "side": "village",
  18. "translation": "The drug alliance"
  19. },
  20. {
  21. "side": "werewolf",
  22. "translation": "Big Bad Drug"
  23. },
  24. {
  25. "side": "godfather",
  26. "translation": "The dealer"
  27. }
  28. ],
  29. "roles": [
  30. {
  31. "role": "villager",
  32. "translation": "Druggie",
  33. "side": "village",
  34. "help": "cool. I\u2019m all on drugs and s**t, maybe if I type /vote during the day something cool will happen.",
  35. "actions": {}
  36. },
  37. {
  38. "role": "inspector",
  39. "translation": "Magic mushroom",
  40. "side": "village",
  41. "help": "It\u2019s like magic! Type /Inspect [name] to find his/her identity!",
  42. "actions": {
  43. "night": {
  44. "inspect": {
  45. "target": "AnyButSelf",
  46. "common": "Self",
  47. "priority": 30
  48. }
  49. }
  50. }
  51. },
  52. {
  53. "role": "bodyguard",
  54. "translation": "Steroids",
  55. "side": "village",
  56. "help": "Make all of your limbs grow strongerer! TAKE THAT PETIT FILOUS! Type /Protect [name] to protect someone!",
  57. "actions": {
  58. "night": {
  59. "protect": {
  60. "target": "AnyButSelf",
  61. "common": "Role",
  62. "priority": 5,
  63. "broadcast": "role"
  64. }
  65. },
  66. "startup": "role-reveal"
  67. }
  68. },
  69. {
  70. "role": "mafia",
  71. "translation": "Alcohol",
  72. "side": "mafia",
  73. "help": "You kill people a lot more often than any other drug. Did you know that kids? Type /Kill [name] to kill someone!",
  74. "actions": {
  75. "night": {
  76. "kill": {
  77. "target": "AnyButTeam",
  78. "common": "Team",
  79. "priority": 11,
  80. "broadcast": "team"
  81. }
  82. },
  83. "startup": "team-reveal"
  84. }
  85. },
  86. {
  87. "role": "werewolf",
  88. "translation": "The big bad druggie",
  89. "side": "werewolf",
  90. "help": "You are bad and use multiple drugs daily to feed you addiction. It\u2019s a sad life when your best friend is a knife who you pretend can talk. Type /Kill [name] to kill someone!",
  91. "actions": {
  92. "night": {
  93. "kill": {
  94. "target": "AnyButSelf",
  95. "common": "Self",
  96. "priority": 10
  97. }
  98. },
  99. "distract": {
  100. "mode": "ChangeTarget",
  101. "hookermsg": "You tried to distract the big bad druggie (what an idea, srsly), you were ravishly murdered, yum ?!?!?!",
  102. "msg": "The ~Distracter~ came to you last night! You sexually abused her then chopped her into tiny bits instead !"
  103. },
  104. "avoidHax": [
  105. "kill"
  106. ]
  107. }
  108. },
  109. {
  110. "role": "hooker",
  111. "translation": "Caffeine",
  112. "side": "village",
  113. "help": "Yes, you are infact a drug. And very addictive :D. Type /Distract [name] to distract someone! Vote to remove people in the day!",
  114. "actions": {
  115. "night": {
  116. "distract": {
  117. "target": "AnyButSelf",
  118. "common": "Self",
  119. "priority": 1
  120. }
  121. }
  122. }
  123. },
  124. {
  125. "role": "mayor",
  126. "translation": "Misunderstood druggie",
  127. "side": "village",
  128. "help": "You dont have any special commands during the night! Vote to remove people in the day! (your vote counts as 0)",
  129. "actions": {
  130. "vote": 0
  131. }
  132. },
  133. {
  134. "role": "spy",
  135. "translation": "LSD",
  136. "side": "village",
  137. "help": "Look! I see things! LOTS OF THINGS! no command for this ability) Vote to remove people in the day!",
  138. "actions": {
  139. "hax": {
  140. "kill": {
  141. "revealTeam": 1,
  142. "revealPlayer": 0.25
  143. }
  144. }
  145. }
  146. },
  147. {
  148. "role": "godfather",
  149. "translation": "The dealer",
  150. "side": "godfather",
  151. "help": "You know what you are doing is illegal right? And that you kill a load of people doing it right? Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target!",
  152. "actions": {
  153. "night": {
  154. "kill": {
  155. "target": "AnyButSelf",
  156. "common": "Self",
  157. "priority": 20,
  158. "limit": 2
  159. }
  160. },
  161. "distract": {
  162. "mode": "ChangeTarget",
  163. "hookermsg": "You tried to seduce the Dealer, you just were killed!",
  164. "msg": "The ~Distracter~ came to you last night! You Dealt her instead!"
  165. },
  166. "avoidHax": [
  167. "kill"
  168. ]
  169. }
  170. },
  171. {
  172. "role": "vigilante",
  173. "translation": "Antibiotics",
  174. "side": "village",
  175. "help": "You are a good drug and can cure people. But beware, when taken by people who are not ill you can be deadly. Type /Kill [name] to kill someone!(dont kill the good people!)",
  176. "actions": {
  177. "night": {
  178. "kill": {
  179. "target": "AnyButSelf",
  180. "common": "Self",
  181. "priority": 19
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "role": "mafia1",
  188. "translation": "French wine",
  189. "side": "mafia1",
  190. "help": " You kill people a lot more often than any other drug. Did you know that kids? Type /Kill [name] to kill someone!",
  191. "actions": {
  192. "night": {
  193. "kill": {
  194. "target": "AnyButTeam",
  195. "common": "Team",
  196. "priority": 12,
  197. "broadcast": "team"
  198. }
  199. },
  200. "startup": "team-reveal"
  201. }
  202. },
  203. {
  204. "role": "mafia2",
  205. "translation": "Italian wine",
  206. "side": "mafia2",
  207. "help": " You kill people a lot more often than any other drug. Did you know that kids? Type /Kill [name] to kill someone!",
  208. "actions": {
  209. "night": {
  210. "kill": {
  211. "target": "AnyButTeam",
  212. "common": "Team",
  213. "priority": 11,
  214. "broadcast": "team"
  215. }
  216. },
  217. "startup": "team-reveal"
  218. }
  219. },
  220. {
  221. "role": "samurai",
  222. "translation": "Lethal injection",
  223. "side": "village",
  224. "help": "You are a good drug used to kill bad criminals. 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 drugs.",
  225. "actions": {
  226. "standby": {
  227. "kill": {
  228. "target": "AnyButSelf",
  229. "msg": "You can kill now using /kill [name] :",
  230. "killmsg": "~Self~ gives ~Target~ the lethal injection!"
  231. }
  232. }
  233. }
  234. },
  235. {
  236. "role": "miller",
  237. "translation": "Cigarette",
  238. "side": "village",
  239. "help": "Although you are often seen as a bad drug, many people around the world see smoking you as a daily thing. There are also no immediate threads posed by you. There are however some side-affects (like cancer) wich can occur further down the line. (Magic mushroom sees you as Alcohol",
  240. "actions": {
  241. "inspect": {
  242. "revealAs": "mafia"
  243. }
  244. }
  245. }
  246. ],
  247. "roles1": [
  248. "bodyguard",
  249. "mafia",
  250. "inspector",
  251. "werewolf",
  252. "hooker",
  253. "villager",
  254. "mafia",
  255. "villager",
  256. "miller",
  257. "villager",
  258. "mayor"
  259. ],
  260. "roles2": [
  261. "bodyguard",
  262. "mafia1",
  263. "mafia1",
  264. "inspector",
  265. "hooker",
  266. "villager",
  267. "mafia2",
  268. "mafia2",
  269. "villager",
  270. "villager",
  271. "villager",
  272. "mayor",
  273. "villager",
  274. "spy",
  275. "villager",
  276. "villager",
  277. "villager",
  278. "mafia2",
  279. "mafia1",
  280. "vigilante",
  281. "villager",
  282. "godfather",
  283. "mafia1",
  284. "samurai",
  285. "mafia2",
  286. "villager",
  287. "werewolf",
  288. "mafia1",
  289. "mafia2",
  290. "bodyguard"
  291. ],
  292. "villageCantLoseRoles": [
  293. "mayor",
  294. "vigilante",
  295. "samurai"
  296. ]
  297. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement