Advertisement
Mrhappyface

Halo theme script

Jan 9th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 KB | None | 0 0
  1. {
  2. "name": "Halo",
  3. "author": "Mrhappyface",
  4. "summary": "Master chief and the rest of the people working for the UNSC must work together to defeat the Covenant and survive the flood, an alien race of zombie-spider things, who will stop at nothing to protect the Halo rings.",
  5. "border" : "<font color=orange>***************************************************************************************</font>",
  6. "sides": [
  7. {
  8. "side": "village",
  9. "translation": "Village"
  10. },
  11. {
  12. "side": "covenant",
  13. "translation": "Covenant"
  14. },
  15. {
  16. "side": "flood",
  17. "translation": "Flood"
  18. },
  19. {
  20. "side": "unsc",
  21. "translation": "UNSC"
  22. },
  23. {
  24. "side": "forerunner",
  25. "translation": "Forerunner"
  26. }
  27. ],
  28. "roles": [
  29. {
  30. "role": "marine",
  31. "translation": "Space Marine",
  32. "side": "unsc",
  33. "help": "You have no special commands during the night. Vote to remove people during the day. Sided with the UNSC.",
  34. "actions": {}
  35. },
  36. {
  37. "role": "chief",
  38. "translation": "Master Chief",
  39. "side": "unsc",
  40. "help": "Type /Kill [name] to kill someone! You can even kill someone who is being protected. Sided with the UNSC.",
  41. "actions": {
  42. "night": {
  43. "kill": {
  44. "target": "AnyButSelf",
  45. "common": "Self",
  46. "priority": 3,
  47. "broadcast": "role"
  48. }
  49. }
  50. }
  51. },
  52. {
  53. "role": "cortana",
  54. "translation": "Cortana",
  55. "side": "unsc",
  56. "help": "As an AI, You have a chance of finding out who will be killed next (and who the killer is). Sided with the UNSC.",
  57. "actions": {
  58. "hax": {
  59. "kill": {
  60. "revealTeam": 0.4,
  61. "revealPlayer": 0.15
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "role": "halsey",
  68. "translation": "Professor Halsey",
  69. "side": "unsc",
  70. "help": " Type /Research [name] to find out a bit more about them. Sided with the UNSC.",
  71. "actions": {
  72. "night": {
  73. "research": {
  74. "command": "inspect",
  75. "target": "AnyButSelf",
  76. "common": "Self",
  77. "priority": 30
  78. }
  79. }
  80. }
  81. },
  82. {
  83. "role": "captain",
  84. "translation": "Captain Keyes",
  85. "side": "unsc",
  86. "help": " Type /Protect [name] to protect someone! Sided with the UNSC.",
  87. "actions": {
  88. "night": {
  89. "protect": {
  90. "target": "AnyButSelf",
  91. "common": "Role",
  92. "priority": 5,
  93. "broadcast": "role"
  94. }
  95. },
  96. "startup": "role-reveal"
  97. }
  98. },
  99. {
  100. "role": "arbiter",
  101. "translation": "The Arbiter",
  102. "side": "unsc",
  103. "help": "You are sided with the UNSC but you are seen as an enemy by Halsey because you are an Elite.",
  104. "actions": {
  105. "inspect": {
  106. "revealAs": "elite"
  107. }
  108. }
  109. },
  110. {
  111. "role": "miranda",
  112. "translation": "Miranda Keyes",
  113. "side": "unsc",
  114. "help": "Type /distract [name] to distract someone! Sided with the UNSC.",
  115. "actions": {
  116. "night": {
  117. "distract": {
  118. "target": "AnyButSelf",
  119. "common": "Self",
  120. "priority": 2
  121. }
  122. }
  123. }
  124. },
  125. {
  126. "role": "grunt",
  127. "translation": "Grunt",
  128. "side": "covenant",
  129. "help": "Evil little pests. You have no special commands during the night. Vote to remove people during the day. Sided with the Covenant. Note: You are NOT on the good side.",
  130. "actions": {}
  131. },
  132. {
  133. "role": "elite",
  134. "translation": "Elite",
  135. "side": "covenant",
  136. "help": "Type /Kill [name] to kill someone! Sided with the Covenant.",
  137. "actions": {
  138. "night": {
  139. "kill": {
  140. "target": "AnyButTeam",
  141. "common": "Role",
  142. "priority": 11,
  143. "broadcast": "role"
  144. }
  145. },
  146. "startup": "team-reveal"
  147. }
  148. },
  149. {
  150. "role": "general",
  151. "translation": "Elite General",
  152. "side": "covenant",
  153. "help": "Type /Kill [name] during the day phase to kill someone! You will not reveal when you kill. Sided with the Covenant.",
  154. "actions": {
  155. "standby": {
  156. "kill": {
  157. "target": "AnyButTeam",
  158. "msg": "You can kill now using /kill [name] :",
  159. "killmsg": "The Elite General makes his kill. A quick stab with his Energy sword and ~Target~ is dead! The General disappears without a trace."
  160. }
  161. },
  162. "startup": "team-reveal"
  163. }
  164. },
  165. {
  166. "role": "jackal",
  167. "translation": "Jackal",
  168. "side": "covenant",
  169. "help": "Type /distract [name] to distract someone! Sided with the Covenant.",
  170. "actions": {
  171. "night": {
  172. "distract": {
  173. "target": "AnyButSelf",
  174. "common": "Self",
  175. "priority": 2,
  176. "broadcast": "team"
  177. }
  178. },
  179. "startup": "team-reveal"
  180. }
  181. },
  182. {
  183. "role": "hunter",
  184. "translation": "Hunter",
  185. "side": "covenant",
  186. "help": "Type /protect [name] to protect someone! Sided with the Covenant.",
  187. "actions": {
  188. "night": {
  189. "protect": {
  190. "target": "AnyButSelf",
  191. "common": "Self",
  192. "priority": 4,
  193. "broadcast": "team"
  194. }
  195. },
  196. "startup": "team-reveal"
  197. }
  198. },
  199. {
  200. "role": "brute",
  201. "translation": "Brute",
  202. "side": "covenant",
  203. "help": "Type /kill [name] to kill someone but because you are so slow, they do not die until the night after. Sided with the Covenant.",
  204. "actions": {
  205. "night": {
  206. "kill": {
  207. "command": "poison",
  208. "target": "AnyButTeam",
  209. "common": "Self",
  210. "priority": 15,
  211. "broadcast": "team"
  212. }
  213. },
  214. "startup": "team-reveal"
  215. }
  216. },
  217. {
  218. "role": "forerunner",
  219. "translation": "Forerunner",
  220. "side": "forerunner",
  221. "help": "An ancient civilization, thought to have built the Halo rings. Your vote counts as 5 but you are sided only with the other Forerunner (if there are any). ",
  222. "actions": {
  223. "vote": 5
  224. }
  225. },
  226. {
  227. "role": "infection",
  228. "translation": "Flood Infection form",
  229. "side": "flood",
  230. "help": "Type /infect [name] during the day phase to kill someone! You will not reveal when you kill. Sided with the Flood.",
  231. "actions": {
  232. "standby": {
  233. "infect": {
  234. "command": "kill",
  235. "target": "AnyButTeam",
  236. "msg": "You can kill now using /infect [name] :",
  237. "killmsg": "The air is filled with the sound of scurrying claws as ~Target~ is ambushed. The Flood attack from all sides, gradually taking over ~Target~’s mind and body. When the attack is over, the corpse lays still… For a while."
  238. }
  239. },
  240. "startup": "team-reveal"
  241. }
  242. },
  243. {
  244. "role": "combat",
  245. "translation": "Flood Combat form",
  246. "side": "flood",
  247. "help": "Type /Kill [name] to kill someone! Sided with the flood.",
  248. "actions": {
  249. "night": {
  250. "kill": {
  251. "target": "AnyButTeam",
  252. "common": "Role",
  253. "priority": 14,
  254. "broadcast": "team"
  255. }
  256. },
  257. "startup": "team-reveal"
  258. }
  259. },
  260. {
  261. "role": "flood",
  262. "translation": "Flood",
  263. "side": "flood",
  264. "help": " You have no special commands during the night. Vote to remove people during the day. Sided with the Flood. Note: You are NOT on the good side.",
  265. "actions": {}
  266. }
  267. ],
  268. "roles1": [
  269. "captain",
  270. "elite",
  271. "halsey",
  272. "grunt",
  273. "miranda",
  274. "jackal",
  275. "hunter",
  276. "marine",
  277. "arbiter",
  278. "elite",
  279. "forerunner"
  280. ],
  281. "roles2": [
  282. "chief",
  283. "elite",
  284. "halsey",
  285. "captain",
  286. "elite",
  287. "hunter",
  288. "miranda",
  289. "jackal",
  290. "marine",
  291. "marine",
  292. "marine",
  293. "grunt",
  294. "cortana",
  295. "grunt",
  296. "arbiter",
  297. "general",
  298. "combat",
  299. "combat",
  300. "marine",
  301. "grunt",
  302. "flood",
  303. "flood",
  304. "infection",
  305. "forerunner",
  306. "brute",
  307. "flood",
  308. "elite",
  309. "forerunner",
  310. "marine",
  311. "combat",
  312. "forerunner",
  313. "grunt",
  314. "flood",
  315. "elite",
  316. "forerunner",
  317. "marine",
  318. "combat",
  319. "forerunner"
  320. ],
  321. "villageCantLoseRoles": [
  322. ]
  323. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement