Advertisement
Mrhappyface

Corrupt world theme

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