Advertisement
Mrhappyface

Starcraft 2 theme

Jun 6th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. {
  2. "name": "Starcraft 2",
  3. "sides": [
  4. {
  5. "side": "mafia1",
  6. "translation": "Overlords"
  7. },
  8. {
  9. "side": "mafia2",
  10. "translation": "Brood Lords"
  11. },
  12. {
  13. "side": "village",
  14. "translation": "Terran"
  15. },
  16. {
  17. "side": "werewolf",
  18. "translation": "Dark Templar"
  19. },
  20. {
  21. "side": "godfather",
  22. "translation": "Ultralisk"
  23. },
  24. {
  25. "side": "mafia3",
  26. "translastion": "Flying Protoss"
  27. }
  28. ],
  29. "roles": [
  30. {
  31. "role": "villager",
  32. "translation": "SCV",
  33. "side": "village",
  34. "help": "You are an SCV, help the Terran by mining(Voting)! You cannot do anything during the night, except pray not to die. You are sided with the Terran.",
  35. "actions": {}
  36. },
  37. {
  38. "role": "inspector",
  39. "translation": "Ghost",
  40. "side": "village",
  41. "help": "You are a Ghost, use your stealth to inspect others! Type /inspect to Inspect. You are sided with the Terran.",
  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": "Thor",
  55. "side": "village",
  56. "help": "You are a Thor, due to your massive strength, you may use /protect to protect anyone you wish to! You are sided with the Terran.",
  57. "actions": {
  58. "night": {
  59. "protect": {
  60. "target": "AnyButSelf",
  61. "common": "Role",
  62. "priority": 2,
  63. "broadcast": "role"
  64. }
  65. },
  66. "startup": "role-reveal"
  67. }
  68. },
  69. {
  70. "role": "mafia3",
  71. "translation": "Void Ray",
  72. "side": "mafia3",
  73. "help": "You are a Void Ray, type /kill to zap anyone to instantly kill them! You are sided with the Flying Protoss.",
  74. "actions": {
  75. "night": {
  76. "kill": {
  77. "target": "AnyButTeam",
  78. "common": "Team",
  79. "priority": 7,
  80. "broadcast": "team"
  81. }
  82. },
  83. "startup": "team-reveal"
  84. }
  85. },
  86. {
  87. "role": "mafia3spy",
  88. "translation": "Phoenix",
  89. "side": "mafia3",
  90. "help": "You are a Phoenix, type /kill to shoot and kill anyone in your way! You may also occasionally receive Hax from the inspector!! You are sided with the Flying Protoss.",
  91. "actions": {
  92. "hax": {
  93. "inspect": {
  94. "revealTeam": 0.5,
  95. "revealPlayer": 0.05
  96. }
  97. },
  98. "startup": "team-reveal"
  99. }
  100. },
  101. {
  102. "role": "werewolf",
  103. "translation": "Dark Templar",
  104. "side": "werewolf",
  105. "help": "You are a Dark Templar, no one likes you, so you have no teammates. But you can always type /kill to kill everyone who doesn\u2019t like you!",
  106. "actions": {
  107. "night": {
  108. "kill": {
  109. "target": "AnyButSelf",
  110. "common": "Self",
  111. "priority": 3,
  112. "limit": 10
  113. }
  114. }
  115. }
  116. },
  117. {
  118. "role": "hooker",
  119. "translation": "Raven",
  120. "side": "village",
  121. "help": "You are a Raven. you have beautiful wings. you can type /distract to distract someone for the night! You are sided with the Terran!",
  122. "actions": {
  123. "night": {
  124. "distract": {
  125. "target": "AnyButSelf",
  126. "common": "Self",
  127. "priority": 1
  128. }
  129. }
  130. }
  131. },
  132. {
  133. "role": "mayor",
  134. "translation": "Viking",
  135. "side": "village",
  136. "help": "You are a Viking, you are the president of the Terran, so your vote counts as 4! You are like an SCV during the night. You are sided with the Terran",
  137. "actions": {
  138. "vote": 4
  139. }
  140. },
  141. {
  142. "role": "spy",
  143. "translation": "Banshee",
  144. "side": "village",
  145. "help": "You are a Banshee, you fly at extremely high speeds, so you can Spy Hax the mafia! You are sided with the Terran.",
  146. "actions": {
  147. "hax": {
  148. "kill": {
  149. "revealTeam": 0.5,
  150. "revealPlayer": 0.2
  151. }
  152. }
  153. }
  154. },
  155. {
  156. "role": "godfather",
  157. "translation": "Ultralisk",
  158. "side": "godfather",
  159. "help": "You are an Ultralisk, destroy everyone in your way of winning. Type /kill to kill, you may destroy 2 people per night.",
  160. "actions": {
  161. "night": {
  162. "kill": {
  163. "target": "AnyButSelf",
  164. "common": "Self",
  165. "priority": 20,
  166. "limit": 2
  167. }
  168. }
  169. }
  170. },
  171. {
  172. "role": "vigilante",
  173. "translation": "Marine",
  174. "side": "village",
  175. "help": "You are a Marine, type /kill to shoot someone and kill them(And if they are Mafia, you get cookies)! You are sided with the Terran.",
  176. "actions": {
  177. "night": {
  178. "kill": {
  179. "target": "AnyButSelf",
  180. "common": "Self",
  181. "priority": 18
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "role": "mafia1",
  188. "translation": "Overlord",
  189. "side": "mafia1",
  190. "help": "You are an Overlord, fly around and kill using /kill! You are sided with the Overlords.",
  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": "mafia1mayor",
  205. "translation": "Corruptor",
  206. "side": "mafia1",
  207. "help": "You are a Corruptor, your vote is -2! Use this to help out your team during the day. Like your teammates, you can type /kill to kill someone! You are sided with the Overlords(You DO look like one).",
  208. "actions": {
  209. "night": {
  210. "kill": {
  211. "target": "AnyButTeam",
  212. "common": "Team",
  213. "priority": 12,
  214. "broadcast": "team"
  215. }
  216. },
  217. "actions": {
  218. "vote": -2
  219. },
  220. "startup": "team-reveal"
  221. }
  222. },
  223. {
  224. "role": "mafia2",
  225. "translation": "Brood Lord",
  226. "side": "mafia2",
  227. "help": "You are a Brood Lord, shoot your Broodlings at others to kill them! You may do so with /kill. You are sided with the Broodlings.",
  228. "actions": {
  229. "night": {
  230. "kill": {
  231. "target": "AnyButTeam",
  232. "common": "Team",
  233. "priority": 5,
  234. "broadcast": "team"
  235. }
  236. },
  237. "startup": "team-reveal"
  238. }
  239. },
  240. {
  241. "role": "mafia2helper",
  242. "translation": "Broodling",
  243. "side": "mafia2",
  244. "help": "You are a Broodling, the Brood Lord\u2019s little minions, you are loyal to the Brood Lord, so you can use your +2 vote to help him/her out during the day! Sadly, you cannot kill. You are sided with the Brood Lord.",
  245. "actions": {
  246. "vote": 2
  247. }
  248. },
  249. {
  250. "role": "mafiaboss3",
  251. "translation": "Carrier",
  252. "side": "mafia3",
  253. "help": "You are a Carrier, you hate Ravens, thus you cannot get distracted by them. Type /kill to kill someone! You are sided with the Flying Protoss.",
  254. "actions": {
  255. "night": {
  256. "kill": {
  257. "target": "AnyButTeam",
  258. "common": "Team",
  259. "priority": 7,
  260. "broadcast": "team"
  261. }
  262. },
  263. "distract": {
  264. "mode": "ignore"
  265. },
  266. "startup": "team-reveal"
  267. }
  268. },
  269. {
  270. "role": "mafiaboss1",
  271. "translation": "Overseer",
  272. "side": "mafia1",
  273. "help": "You have evolved from your old form, you can understand that Ravens are evil to you, thus you cannot get distracted by them. But you can still use /kill to kill! You are sided with the Overlords.",
  274. "actions": {
  275. "night": {
  276. "kill": {
  277. "target": "AnyButTeam",
  278. "common": "Team",
  279. "priority": 12,
  280. "broadcast": "team"
  281. }
  282. },
  283. "distract": {
  284. "mode": "ignore"
  285. },
  286. "startup": "team-reveal"
  287. }
  288. },
  289. {
  290. "role": "samurai",
  291. "translation": "Reaper",
  292. "side": "village",
  293. "help": "You are a Reaper, during the Standby, you can reap and kill someone with /kill! But upon doing so, you will reveal yourself. You are sided with the Terran",
  294. "actions": {
  295. "standby": {
  296. "kill": {
  297. "target": "AnyButSelf",
  298. "msg": "You can kill now reap someone with /kill [name] :",
  299. "killmsg": "~Self~ reaps ~Target~'s heart and soul causing ~Target~ to die instantly!!"
  300. }
  301. }
  302. }
  303. },
  304. {
  305. "role": "miller",
  306. "translation": "High Templar",
  307. "side": "village",
  308. "help": "You are a High Templar, you seem like a Dark Templar since no one likes you. Thus the Ghost will think you are a Dark Templar. You are sided with the Terran.",
  309. "actions": {
  310. "inspect": {
  311. "revealAs": "werewolf"
  312. }
  313. }
  314. }
  315. ],
  316. "roles1": [
  317. "bodyguard",
  318. "mafia1",
  319. "inspector",
  320. "hooker",
  321. "villager",
  322. "mafia1mayor",
  323. "villager",
  324. "villager",
  325. "mayor",
  326. "mafia2",
  327. "villager",
  328. "villager",
  329. "spy",
  330. "mafia3",
  331. "villager",
  332. "mafia2helper",
  333. "villager",
  334. "mafia3spy",
  335. "villager",
  336. "villager",
  337. "werewolf",
  338. "miller",
  339. "villager",
  340. "mafiaboss1",
  341. "villager",
  342. "mafia2helper",
  343. "vigilante",
  344. "mafiaboss3",
  345. "samurai",
  346. "godfather",
  347. "villager",
  348. "villager",
  349. "mafia1",
  350. "villager",
  351. "mafia3",
  352. "villager"
  353. ],
  354. "villageCantLoseRoles": [
  355. "mayor",
  356. "vigilante",
  357. "samurai",
  358. "spy"
  359. ]
  360. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement