DanyBv

PO Five Seconds Mafia Theme

Mar 20th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. {
  2. "name": "Five Seconds",
  3. "summary": "The default theme with the night and the standby phase of 5 seconds. It can start if a minimum of 3 players have joined.",
  4. "author": "DanyBrasov",
  5. "ticks": {
  6. "night": 5,
  7. "standby": 5
  8. },
  9. "minplayers": 3,
  10. "sides": [
  11. {
  12. "side": "mafia",
  13. "translation": "Mafia"
  14. },
  15. {
  16. "side": "mafia1",
  17. "translation": "French Canadian Mafia"
  18. },
  19. {
  20. "side": "mafia2",
  21. "translation": "Italian Mafia"
  22. },
  23. {
  24. "side": "village",
  25. "translation": "Good people"
  26. },
  27. {
  28. "side": "werewolf",
  29. "translation": "WereWolf"
  30. },
  31. {
  32. "side": "godfather",
  33. "translation": "Godfather"
  34. },
  35. {
  36. "side": "serp",
  37. "translation": "Conspirator"
  38. }
  39. ],
  40. "roles": [
  41. {
  42. "role": "villager",
  43. "translation": "Villager",
  44. "side": "village",
  45. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  46. "actions": {}
  47. },
  48. {
  49. "role": "inspector",
  50. "translation": "Inspector",
  51. "side": "village",
  52. "help": "Type /Inspect [name] to find his/her identity!",
  53. "actions": {
  54. "night": {
  55. "inspect": {
  56. "target": "AnyButSelf",
  57. "common": "Self",
  58. "priority": 30
  59. }
  60. }
  61. }
  62. },
  63. {
  64. "role": "bodyguard",
  65. "translation": "Bodyguard",
  66. "side": "village",
  67. "help": "Type /Protect [name] to protect someone!",
  68. "actions": {
  69. "night": {
  70. "protect": {
  71. "target": "AnyButSelf",
  72. "common": "Role",
  73. "priority": 5,
  74. "broadcast": "role"
  75. }
  76. },
  77. "startup": "role-reveal"
  78. }
  79. },
  80. {
  81. "role": "mafia",
  82. "translation": "Mafia",
  83. "side": "mafia",
  84. "help": "Type /Kill [name] to kill someone!",
  85. "actions": {
  86. "night": {
  87. "kill": {
  88. "target": "AnyButTeam",
  89. "common": "Team",
  90. "priority": 11,
  91. "broadcast": "team"
  92. }
  93. },
  94. "startup": "team-reveal"
  95. }
  96. },
  97. {
  98. "role": "werewolf",
  99. "translation": "WereWolf",
  100. "side": "werewolf",
  101. "help": "Type /Kill [name] to kill someone!",
  102. "actions": {
  103. "night": {
  104. "kill": {
  105. "target": "AnyButSelf",
  106. "common": "Self",
  107. "priority": 10
  108. }
  109. },
  110. "distract": {
  111. "mode": "ChangeTarget",
  112. "hookermsg": "You tried to distract the Werewolf (what an idea, srsly), you were ravishly devoured, yum!",
  113. "msg": "The ~Distracter~ came to you last night! You devoured her instead!"
  114. },
  115. "avoidHax": [
  116. "kill"
  117. ]
  118. }
  119. },
  120. {
  121. "role": "hooker",
  122. "translation": "Hooker",
  123. "side": "village",
  124. "help": "Type /Distract [name] to distract someone! Vote to remove people in the day!",
  125. "actions": {
  126. "night": {
  127. "distract": {
  128. "target": "AnyButSelf",
  129. "common": "Self",
  130. "priority": 1
  131. }
  132. }
  133. }
  134. },
  135. {
  136. "role": "mayor",
  137. "translation": "Mayor",
  138. "side": "village",
  139. "help": "You dont have any special commands during the night! Vote to remove people in the day! (your vote counts as 2)",
  140. "actions": {
  141. "vote": 2
  142. }
  143. },
  144. {
  145. "role": "spy",
  146. "translation": "Spy",
  147. "side": "village",
  148. "help": "You can find out who is going to get killed next!(no command for this ability) Vote to remove people in the day!",
  149. "actions": {
  150. "hax": {
  151. "kill": {
  152. "revealTeam": 0.33,
  153. "revealPlayer": 0.1
  154. }
  155. }
  156. }
  157. },
  158. {
  159. "role": "godfather",
  160. "translation": "Godfather",
  161. "side": "godfather",
  162. "help": "Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target!",
  163. "actions": {
  164. "night": {
  165. "kill": {
  166. "target": "AnyButSelf",
  167. "common": "Self",
  168. "priority": 20,
  169. "limit": 2
  170. }
  171. },
  172. "distract": {
  173. "mode": "ChangeTarget",
  174. "hookermsg": "You tried to seduce the Godfather... you were killed instead!",
  175. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  176. },
  177. "avoidHax": [
  178. "kill"
  179. ]
  180. }
  181. },
  182. {
  183. "role": "vigilante",
  184. "translation": "Vigilante",
  185. "side": "village",
  186. "help": "Type /Kill [name] to kill someone!(dont kill the good people!)",
  187. "actions": {
  188. "night": {
  189. "kill": {
  190. "target": "AnyButSelf",
  191. "common": "Self",
  192. "priority": 19
  193. }
  194. }
  195. }
  196. },
  197. {
  198. "role": "mafia1",
  199. "translation": "French Canadian Mafia",
  200. "side": "mafia1",
  201. "help": "Type /Kill [name] to kill someone!",
  202. "actions": {
  203. "night": {
  204. "kill": {
  205. "target": "AnyButTeam",
  206. "common": "Team",
  207. "priority": 12,
  208. "broadcast": "team"
  209. }
  210. },
  211. "startup": "team-reveal"
  212. }
  213. },
  214. {
  215. "role": "mafia2",
  216. "translation": "Italian Mafia",
  217. "side": "mafia2",
  218. "help": "Type /Kill [name] to kill someone!",
  219. "actions": {
  220. "night": {
  221. "kill": {
  222. "target": "AnyButTeam",
  223. "common": "Team",
  224. "priority": 11,
  225. "broadcast": "team"
  226. }
  227. },
  228. "startup": "team-reveal"
  229. }
  230. },
  231. {
  232. "role": "mafiaboss1",
  233. "translation": "Don French Canadian Mafia",
  234. "side": "mafia1",
  235. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  236. "actions": {
  237. "night": {
  238. "kill": {
  239. "target": "AnyButTeam",
  240. "common": "Team",
  241. "priority": 12,
  242. "broadcast": "team"
  243. }
  244. },
  245. "distract": {
  246. "mode": "ignore",
  247. "msg": "The Hooker came to you last night, but she had no effect on you!"
  248. },
  249. "startup": "team-reveal"
  250. }
  251. },
  252. {
  253. "role": "mafiaboss2",
  254. "translation": "Don Italian Mafia",
  255. "side": "mafia2",
  256. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  257. "actions": {
  258. "night": {
  259. "kill": {
  260. "target": "AnyButTeam",
  261. "common": "Team",
  262. "priority": 11,
  263. "broadcast": "team"
  264. }
  265. },
  266. "distract": {
  267. "mode": "ignore",
  268. "msg": "The Hooker came to you last night, but she had no effect on you!"
  269. },
  270. "startup": "team-reveal"
  271. }
  272. },
  273. {
  274. "role": "samurai",
  275. "translation": "Samurai",
  276. "side": "village",
  277. "help": "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 people.",
  278. "actions": {
  279. "daykill": "evade",
  280. "standby": {
  281. "kill": {
  282. "target": "AnyButSelf",
  283. "msg": "You can kill now using /kill [name] :",
  284. "killmsg": "~Self~ pulls out a sword and strikes it through ~Target~'s chest!"
  285. }
  286. }
  287. }
  288. },
  289. {
  290. "role": "truemiller",
  291. "translation": "Miller",
  292. "side": "village",
  293. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  294. "actions": {
  295. "inspect": {
  296. "revealAs": "mafia"
  297. },
  298. "lynch": {
  299. "revealAs": "mafia"
  300. },
  301. "startup": {
  302. "revealAs": "villager"
  303. },
  304. "onlist": "mafia"
  305. }
  306. },
  307. {
  308. "role": "miller1",
  309. "translation": "Miller",
  310. "side": "village",
  311. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  312. "actions": {
  313. "inspect": {
  314. "revealAs": "mafia1"
  315. },
  316. "lynch": {
  317. "revealAs": "mafia1"
  318. },
  319. "startup": {
  320. "revealAs": "villager"
  321. },
  322. "onlist": "mafia2"
  323. }
  324. },
  325. {
  326. "role": "miller2",
  327. "translation": "Miller",
  328. "side": "village",
  329. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  330. "actions": {
  331. "inspect": {
  332. "revealAs": "mafia2"
  333. },
  334. "lynch": {
  335. "revealAs": "mafia2"
  336. },
  337. "startup": {
  338. "revealAs": "villager"
  339. },
  340. "onlist": "mafia1"
  341. }
  342. },
  343. {
  344. "role": "bomb",
  345. "translation": "Bomb",
  346. "side": "village",
  347. "help": "You are sided with the village! If anyone tries to kill you, you kill back!",
  348. "actions": {
  349. "kill": {
  350. "mode": "killattacker"
  351. }
  352. }
  353. },
  354. {
  355. "role": "serpentine",
  356. "translation": "Conspirator",
  357. "side": "serp",
  358. "winningSides": ["godfather", "mafia1", "mafia2", "village"],
  359. "help": "You win with everyone but the wolf! Be careful not to be voted though, as a single vote may lynch you...",
  360. "actions": {
  361. "voteshield": 99,
  362. "onlist": "villager",
  363. "inspect": {
  364. "revealAs": "villager"
  365. }
  366. }
  367. }
  368. ],
  369. "roles1": [
  370. "bodyguard",
  371. "mafia",
  372. "inspector",
  373. "werewolf",
  374. "hooker",
  375. "villager",
  376. "truemiller",
  377. "villager",
  378. "mafia",
  379. "villager",
  380. "mayor"
  381. ],
  382. "roles2": [
  383. "bodyguard",
  384. "mafia1",
  385. "mafia1",
  386. "inspector",
  387. "hooker",
  388. "villager",
  389. "mafia2",
  390. "mafia2",
  391. "villager",
  392. "villager",
  393. "villager",
  394. "mayor",
  395. "villager",
  396. "spy",
  397. "villager",
  398. "miller1",
  399. "miller2",
  400. "mafiaboss1",
  401. "villager",
  402. "vigilante",
  403. "villager",
  404. "godfather",
  405. "mafiaboss2",
  406. "samurai",
  407. "villager",
  408. "villager",
  409. "werewolf",
  410. "mafia1",
  411. "mafia2",
  412. "bodyguard",
  413. "villager",
  414. "mayor",
  415. "hooker",
  416. "mafia1",
  417. "mafia2",
  418. "spy",
  419. "villager",
  420. "werewolf",
  421. "vigilante",
  422. "villager",
  423. "villager"
  424. ],
  425. "villageCantLoseRoles": [
  426. "mayor",
  427. "vigilante",
  428. "samurai"
  429. ]
  430. }
Advertisement
Add Comment
Please, Sign In to add comment