Advertisement
Mrhappyface

Sonic heroes theme script

May 19th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. {
  2. "name": "Sonic",
  3. "sides": [
  4. {
  5. "side": "mafia",
  6. "translation": "Team sonic"
  7. },
  8. {
  9. "side": "mafia1",
  10. "translation": "Team dark"
  11. },
  12. {
  13. "side": "mafia2",
  14. "translation": "Team chaotix"
  15. },
  16. {
  17. "side": "village",
  18. "translation": "Team rose"
  19. },
  20. {
  21. "side": "werewolf",
  22. "translation": "Metal sonic"
  23. },
  24. {
  25. "side": "werewolf2",
  26. "translation": "Silver's possy"
  27. },
  28. {
  29. "side": "godfather",
  30. "translation": "Dr. Eggman\u2019s army"
  31. }
  32. ],
  33. "roles": [
  34. {
  35. "role": "villager",
  36. "translation": "Robot",
  37. "side": "godfather",
  38. "help": "*Bleep* System check indicates that most command functions are offline. Only command /vote is still useable in this current data core.",
  39. "actions": {}
  40. },
  41. {
  42. "role": "silver",
  43. "translation": "Silver",
  44. "side": "werewolf2",
  45. "help": "Type /kill to kill someone (Don't kill Blaze).",
  46. "actions": {
  47. "night": {
  48. "kill": {
  49. "target": "AnyButTeam",
  50. "common": "Team",
  51. "priority": 11,
  52. "broadcast": "team"
  53. }
  54. },
  55. "startup": "team-reveal"
  56. }
  57. },
  58. {
  59. "role": "inspector",
  60. "translation": "Tails",
  61. "side": "mafia",
  62. "help": "From up here, I bet I can get a good look at everyone\u2019s roles. Type /inspect to inspect someone.",
  63. "actions": {
  64. "night": {
  65. "inspect": {
  66. "target": "AnyButTeam",
  67. "common": "Team",
  68. "priority": 30
  69. }
  70. },
  71. "startup": "team-reveal"
  72. }
  73. },
  74. {
  75. "role": "bodyguard",
  76. "translation": "Knuckles",
  77. "side": "mafia",
  78. "help": "My big fat head will block out everything. EVERYTHING! (Type /protect to protect someone).",
  79. "actions": {
  80. "night": {
  81. "protect": {
  82. "target": "AnyButSelf",
  83. "common": "Self",
  84. "priority": 5,
  85. "broadcast": "role"
  86. }
  87. },
  88. "startup": "team-reveal"
  89. }
  90. },
  91. {
  92. "role": "mafia",
  93. "translation": "Sonic",
  94. "side": "mafia",
  95. "help": "What\u2019s a super-speedy blue talking hedgehog? Just me! Type /kill to kill someone (Try not to kill Tails or Knuckles).",
  96. "actions": {
  97. "night": {
  98. "kill": {
  99. "target": "AnyButTeam",
  100. "common": "Team",
  101. "priority": 11,
  102. "broadcast": "team"
  103. }
  104. },
  105. "startup": "team-reveal"
  106. }
  107. },
  108. {
  109. "role": "werewolf",
  110. "translation": "Metal sonic",
  111. "side": "werewolf",
  112. "help": "It\u2019s not fun when everyone is against you, is it? Type /kill to kill someone",
  113. "actions": {
  114. "night": {
  115. "kill": {
  116. "target": "AnyButSelf",
  117. "common": "Self",
  118. "priority": 10
  119. }
  120. },
  121. "distract": {
  122. "mode": "ChangeTarget",
  123. "hookermsg": "You tried to distract Metal sonic (what an idea, srsly), you were ravishly murdered, yum ?!?!?!",
  124. "msg": "The ~Distracter~ came to you last night! You obliterated instead!"
  125. },
  126. "avoidHax": [
  127. "kill"
  128. ]
  129. }
  130. },
  131. {
  132. "role": "hooker",
  133. "translation": "Rouge",
  134. "side": "mafia1",
  135. "help": "You are one sexy bat! Type /distract to distract someone with your sexy bat wings.",
  136. "actions": {
  137. "night": {
  138. "distract": {
  139. "target": "AnyButSelf",
  140. "common": "Self",
  141. "priority": 1
  142. }
  143. },
  144. "startup": "team-reveal"
  145. }
  146. },
  147. {
  148. "role": "mayor",
  149. "translation": "Vector",
  150. "side": "mafia2",
  151. "help": "Yeah well guess what? I\u2019m in charge around here! Vote to remove people in the day! (your vote counts as 2)",
  152. "actions": {
  153. "vote": 2
  154. }
  155. },
  156. {
  157. "role": "spy",
  158. "translation": "Charmie",
  159. "side": "mafia2",
  160. "help": "Look! I see things! LOTS OF THINGS! no command for this ability) Vote to remove people in the day!",
  161. "actions": {
  162. "hax": {
  163. "kill": {
  164. "revealTeam": 1,
  165. "revealPlayer": 0.25
  166. }
  167. },
  168. "startup": "team-reveal"
  169. }
  170. },
  171. {
  172. "role": "godfather",
  173. "translation": "Dr. Eggman",
  174. "side": "godfather",
  175. "help": "In order to take over the world and build my eggman empire I must kill all of these foolish creatures. You can kill two people each night! (Type /kill and then /kill a second time to select your victims!)",
  176. "actions": {
  177. "night": {
  178. "kill": {
  179. "target": "AnyButSelf",
  180. "common": "Self",
  181. "priority": 20,
  182. "limit": 2
  183. }
  184. },
  185. "distract": {
  186. "mode": "ChangeTarget",
  187. "hookermsg": "You tried to seduce Dr. Eggman! You just got killed by a fleet of security robots!",
  188. "msg": "The ~Distracter~ came to you last night! You Dealt with her brutally!"
  189. },
  190. "avoidHax": [
  191. "kill"
  192. ]
  193. }
  194. },
  195. {
  196. "role": "vigilante",
  197. "translation": "Mr. Big",
  198. "side": "village",
  199. "help": "Froggy will help us win this! Type /kill to kill someone (Don\u2019t kill Amy or Cream)",
  200. "actions": {
  201. "night": {
  202. "kill": {
  203. "target": "AnyButSelf",
  204. "common": "Self",
  205. "priority": 19
  206. }
  207. },
  208. "startup": "team-reveal"
  209. }
  210. },
  211. {
  212. "role": "mafia1",
  213. "translation": "Shadow",
  214. "side": "mafia1",
  215. "help": "Foolish fools! You shall pay for what you have put me through! Type /kill to kill someone. (Don\u2019t kill Rouge or Omega)",
  216. "actions": {
  217. "night": {
  218. "kill": {
  219. "target": "AnyButTeam",
  220. "common": "Team",
  221. "priority": 12,
  222. "broadcast": "team"
  223. }
  224. },
  225. "startup": "team-reveal"
  226. }
  227. },
  228. {
  229. "role": "samurai",
  230. "translation": "Espio",
  231. "side": "mafia2",
  232. "help": "You are a sneaky chameleon. Type /kill during the standby phase to kill someone (Don\u2019t kill Vector or Charmie)",
  233. "actions": {
  234. "standby": {
  235. "kill": {
  236. "target": "AnyButSelf",
  237. "msg": "You can kill now using /kill [name] :",
  238. "killmsg": "Espio throws his ninja stars at ~Target~!"
  239. }
  240. },
  241. "startup": "team-reveal"
  242. }
  243. },
  244. {
  245. "role": "miller",
  246. "translation": "Cream",
  247. "side": "village",
  248. "help": "For some reason Tails sees you as a robot\u2026 Anyway, Type /vote to vote!",
  249. "actions": {
  250. "inspect": {
  251. "revealAs": "villager"
  252. }
  253. }
  254. },
  255. {
  256. "role": "hooker2",
  257. "translation": "Amy",
  258. "side": "village",
  259. "help": "You are one Ugly\u2026 Actually I have no idea what you are! Type /distract to distract someone with your UGLY FACE.",
  260. "actions": {
  261. "night": {
  262. "distract": {
  263. "target": "AnyButSelf",
  264. "common": "Self",
  265. "priority": 1
  266. }
  267. },
  268. "startup": "team-reveal"
  269. }
  270. },
  271. {
  272. "role": "bodyguard2",
  273. "translation": "Omega",
  274. "side": "mafia1",
  275. "help": "You are a really powerful robot and are sided with team Dark. Type /protect to protect someone!",
  276. "actions": {
  277. "night": {
  278. "protect": {
  279. "target": "AnyButSelf",
  280. "common": "Self",
  281. "priority": 5,
  282. "broadcast": "role"
  283. }
  284. },
  285. "startup": "team-reveal"
  286. }
  287. }
  288. ],
  289. "roles1": [
  290. "bodyguard",
  291. "mafia",
  292. "inspector",
  293. "mafia1",
  294. "hooker",
  295. "bodyguard2",
  296. "hooker2",
  297. "mayor",
  298. "vigilante",
  299. "spy",
  300. "samurai"
  301. ],
  302. "roles2": [
  303. "bodyguard",
  304. "mafia",
  305. "inspector",
  306. "godfather",
  307. "silver",
  308. "villager",
  309. "mafia1",
  310. "hooker",
  311. "bodyguard2",
  312. "villager",
  313. "villager",
  314. "mayor",
  315. "samurai",
  316. "spy",
  317. "villager",
  318. "villager",
  319. "hooker2",
  320. "vigilante",
  321. "miller",
  322. "villager",
  323. "villager",
  324. "werewolf",
  325. "villager",
  326. "villager",
  327. "villager",
  328. "villager",
  329. "villager",
  330. "villager",
  331. "villager",
  332. "villager"
  333. ],
  334. "villageCantLoseRoles": [
  335. "hooker2",
  336. "vigilante",
  337. "miller"
  338. ],
  339. "killmsg": "\u00b1Kill: ~Role~ was defeated. (Player: ~Player~)"
  340. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement