Advertisement
Fegelein

Cult fixed by Fegelein

Jun 10th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.05 KB | None | 0 0
  1. {
  2. "name": "cult",
  3. "summary": "Default mafia theme, the people of our fine village are being threatened by the mafia and the cult. .... . Changes: added priest role which heals cultists, gave cult rechargecount 1, gave head cultist rechargecount 1 but separate recruit; tl;dr i nerfed the cult a lot, hopefully not too much",
  4. "author": [
  5. "Nicehat"
  6. ],
  7. "sides": [
  8. {
  9. "side": "mafia",
  10. "translation": "Mafia"
  11. },
  12. {
  13. "side": "mafia1",
  14. "translation": "Italian Mafia"
  15. },
  16. {
  17. "side": "village",
  18. "translation": "Good people"
  19. },
  20. {
  21. "side": "werewolf",
  22. "translation": "WereWolf"
  23. },
  24. {
  25. "side": "cult",
  26. "translation": "Doomsday Cult"
  27. },
  28. {
  29. "side": "godfather",
  30. "translation": "Godfather"
  31. },
  32. {
  33. "side": "baka",
  34. "translation": "Conspirator"
  35. }
  36. ],
  37. "roles": [
  38. {
  39. "role": "villager",
  40. "translation": "Villager",
  41. "side": "village",
  42. "help": "You don't have any special commands during the night! Vote to remove people in the day!",
  43. "actions": {}
  44. },
  45. {
  46. "role": "inspector",
  47. "translation": "Inspector",
  48. "side": "village",
  49. "help": "Type /Inspect [name] to find his/her identity!",
  50. "actions": {
  51. "night": {
  52. "inspect": {
  53. "target": "AnyButSelf",
  54. "common": "Self",
  55. "priority": 30
  56. }
  57. }
  58. }
  59. },
  60. {
  61. "role": "bodyguard",
  62. "translation": "Bodyguard",
  63. "side": "village",
  64. "help": "Type /Protect [name] to protect someone! Also, type /Safeguard [name] to safeguard someone!",
  65. "actions": {
  66. "night": {
  67. "protect": {
  68. "target": "AnyButSelf",
  69. "common": "Role",
  70. "priority": 5,
  71. "broadcast": "role"
  72. },
  73. "safeguard": {
  74. "target": "AnyButSelf",
  75. "common": "Role",
  76. "priority": 1,
  77. "broadcast": "role"
  78. }
  79. },
  80. "startup": "role-reveal"
  81. }
  82. },
  83. {
  84. "role": "priest",
  85. "translation": "Priest",
  86. "side": "village",
  87. "help": "Type /unconvert [name] to restore someone from being a cultist! You can't be recruited!",
  88. "actions": {
  89. "night": {
  90. "unconvert": {
  91. "command": "convert",
  92. "target": "AnyButSelf",
  93. "common": "Team",
  94. "priority": 21,
  95. "newRole": "villager",
  96. "rechargecount": 1,
  97. "canConvert": [
  98. "cult"
  99. ]
  100. }
  101. }
  102. }
  103. },
  104. {
  105. "role": "mafia",
  106. "translation": "Mafia",
  107. "side": "mafia",
  108. "help": "Type /Kill [name] to kill someone!",
  109. "actions": {
  110. "night": {
  111. "kill": {
  112. "target": "AnyButTeam",
  113. "common": "Team",
  114. "priority": 11,
  115. "broadcast": "team"
  116. }
  117. },
  118. "startup": "team-reveal"
  119. }
  120. },
  121. {
  122. "role": "werewolf",
  123. "translation": "WereWolf",
  124. "side": "werewolf",
  125. "help": "Type /Kill [name] to kill someone!",
  126. "actions": {
  127. "night": {
  128. "kill": {
  129. "target": "AnyButSelf",
  130. "common": "Self",
  131. "priority": 10
  132. }
  133. },
  134. "distract": {
  135. "mode": "ChangeTarget",
  136. "hookermsg": "You tried to distract the Werewolf (what an idea, srsly), you were ravishly devoured, yum!",
  137. "msg": "The ~Distracter~ came to you last night! You devoured her instead!"
  138. },
  139. "avoidHax": [
  140. "kill"
  141. ]
  142. }
  143. },
  144. {
  145. "role": "hooker",
  146. "translation": "Pretty Lady",
  147. "side": "village",
  148. "help": "Type /Distract [name] to distract someone! Vote to remove people in the day!",
  149. "actions": {
  150. "night": {
  151. "distract": {
  152. "target": "AnyButSelf",
  153. "common": "Self",
  154. "priority": 2
  155. }
  156. }
  157. }
  158. },
  159. {
  160. "role": "mayor",
  161. "translation": "Mayor",
  162. "side": "village",
  163. "help": "You dont have any special commands during the night! Vote to remove people in the day! (your vote counts as 2)",
  164. "actions": {
  165. "vote": 2
  166. }
  167. },
  168. {
  169. "role": "spy",
  170. "translation": "Spy",
  171. "side": "village",
  172. "help": "You can find out who is going to get killed next!(no command for this ability) Vote to remove people in the day!",
  173. "actions": {
  174. "hax": {
  175. "kill": {
  176. "revealTeam": 0.33,
  177. "revealPlayer": 0.1
  178. },
  179. "convert": {
  180. "revealTeam": 0.33,
  181. "revealPlayer": 0.1
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "role": "godfather",
  188. "translation": "Godfather",
  189. "side": "godfather",
  190. "help": "Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target!",
  191. "actions": {
  192. "night": {
  193. "kill": {
  194. "target": "AnyButSelf",
  195. "common": "Self",
  196. "priority": 20,
  197. "limit": 2
  198. }
  199. },
  200. "distract": {
  201. "mode": "ChangeTarget",
  202. "hookermsg": "You tried to seduce the Godfather... you were killed instead!",
  203. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  204. },
  205. "avoidHax": [
  206. "kill"
  207. ]
  208. }
  209. },
  210. {
  211. "role": "vigilante",
  212. "translation": "Vigilante",
  213. "side": "village",
  214. "help": "Type /Kill [name] to kill someone!(dont kill the good people!)",
  215. "actions": {
  216. "night": {
  217. "kill": {
  218. "target": "AnyButSelf",
  219. "common": "Self",
  220. "priority": 19
  221. }
  222. }
  223. }
  224. },
  225. {
  226. "role": "mafia1",
  227. "translation": "Italian Mafia",
  228. "side": "mafia1",
  229. "help": "Type /Kill [name] to kill someone!",
  230. "actions": {
  231. "night": {
  232. "kill": {
  233. "target": "AnyButTeam",
  234. "common": "Team",
  235. "priority": 12,
  236. "broadcast": "team"
  237. }
  238. },
  239. "startup": "team-reveal"
  240. }
  241. },
  242. {
  243. "role": "cult",
  244. "translation": "Cultist",
  245. "side": "cult",
  246. "help": "Type /convert [name] to recruit someone to your doomsday cult! You can only recruit every other night!",
  247. "actions": {
  248. "night": {
  249. "convert": {
  250. "target": "AnyButSelf",
  251. "common": "Team",
  252. "priority": 21,
  253. "newRole": "cult",
  254. "recharge": 2,
  255. "canConvert": [
  256. "baka",
  257. "bomb",
  258. "godfather",
  259. "hooker",
  260. "inspector",
  261. "mafia1",
  262. "mafiaboss1",
  263. "mayor",
  264. "miller1",
  265. "miller2",
  266. "samurai",
  267. "spy",
  268. "vigilante",
  269. "villager",
  270. "werewolf"
  271. ],
  272. "broadcast": "team"
  273. }
  274. },
  275. "startup": "team-reveal"
  276. }
  277. },
  278. {
  279. "role": "mafiaboss1",
  280. "translation": "Don Italian Mafia",
  281. "side": "mafia1",
  282. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  283. "actions": {
  284. "night": {
  285. "kill": {
  286. "target": "AnyButTeam",
  287. "common": "Team",
  288. "priority": 12,
  289. "broadcast": "team"
  290. }
  291. },
  292. "distract": {
  293. "mode": "ignore",
  294. "msg": "The Pretty Lady came to you last night, but she had no effect on you!"
  295. },
  296. "startup": "team-reveal"
  297. }
  298. },
  299. {
  300. "role": "cultboss",
  301. "translation": "Lead Cultist",
  302. "side": "cult",
  303. "help": "Type /convert [name] to recruit someone to your doomsday cult! Your recruit is separate from the other cultists! You can only convert once every other night! You can't be distracted!",
  304. "actions": {
  305. "night": {
  306. "convert": {
  307. "target": "AnyButSelf",
  308. "common": "Self",
  309. "priority": 21,
  310. "recharge": 2,
  311. "newRole": "cult",
  312. "canConvert": [
  313. "baka",
  314. "bodyguard",
  315. "bomb",
  316. "godfather",
  317. "hooker",
  318. "inspector",
  319. "mafia1",
  320. "mafiaboss1",
  321. "mayor",
  322. "miller1",
  323. "miller2",
  324. "samurai",
  325. "spy",
  326. "vigilante",
  327. "villager",
  328. "werewolf"
  329. ]
  330. }
  331. },
  332. "distract": {
  333. "mode": "ignore",
  334. "msg": "The Pretty Lady came to you last night, but she had no effect on you!"
  335. },
  336. "startup": "team-reveal"
  337. }
  338. },
  339. {
  340. "role": "samurai",
  341. "translation": "Samurai",
  342. "side": "village",
  343. "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.",
  344. "actions": {
  345. "daykill": "evade",
  346. "standby": {
  347. "kill": {
  348. "target": "AnyButSelf",
  349. "msg": "You can kill now using /kill [name] :",
  350. "killmsg": "~Self~ pulls out a sword and strikes it through ~Target~'s chest!"
  351. }
  352. }
  353. }
  354. },
  355. {
  356. "role": "miller",
  357. "translation": "Miller",
  358. "side": "village",
  359. "help": "You dont have any special commands during the night! Vote to remove people in the day! Oh, and insp sees you as Mafia",
  360. "actions": {
  361. "inspect": {
  362. "revealAs": "mafia"
  363. }
  364. }
  365. },
  366. {
  367. "role": "truemiller",
  368. "translation": "Miller",
  369. "side": "village",
  370. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  371. "actions": {
  372. "inspect": {
  373. "revealAs": "mafia"
  374. },
  375. "lynch": {
  376. "revealAs": "mafia"
  377. },
  378. "startup": {
  379. "revealAs": "villager"
  380. },
  381. "onlist": "mafia"
  382. }
  383. },
  384. {
  385. "role": "miller1",
  386. "translation": "Miller",
  387. "side": "village",
  388. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  389. "actions": {
  390. "inspect": {
  391. "revealAs": "mafia1"
  392. },
  393. "lynch": {
  394. "revealAs": "mafia1"
  395. },
  396. "startup": {
  397. "revealAs": "villager"
  398. },
  399. "onlist": "mafia1"
  400. }
  401. },
  402. {
  403. "role": "miller2",
  404. "translation": "Miller",
  405. "side": "village",
  406. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  407. "actions": {
  408. "inspect": {
  409. "revealAs": "cult"
  410. },
  411. "lynch": {
  412. "revealAs": "cult"
  413. },
  414. "startup": {
  415. "revealAs": "villager"
  416. },
  417. "onlist": "cult"
  418. }
  419. },
  420. {
  421. "role": "bomb",
  422. "translation": "Bomb",
  423. "side": "village",
  424. "help": "You are sided with the village! If anyone tries to kill you, you kill back!",
  425. "actions": {
  426. "kill": {
  427. "mode": "killattacker"
  428. }
  429. }
  430. },
  431. {
  432. "role": "baka",
  433. "translation": "Conspirator",
  434. "side": "baka",
  435. "help": "You win regardless of who is living at the end, except the wolf (but due to a glitch you can win with everyone)!",
  436. "winningSides": "*",
  437. "actions": {
  438. "lynch": {
  439. "revealAs": "baka"
  440. },
  441. "onlist": "villager"
  442. }
  443. }
  444. ],
  445. "roles1": [
  446. "bodyguard",
  447. "mafia",
  448. "inspector",
  449. "baka",
  450. "hooker",
  451. "villager",
  452. "truemiller",
  453. "villager",
  454. "mafia",
  455. "priest",
  456. "cult"
  457. ],
  458. "roles2": [
  459. "bodyguard",
  460. "mafia1",
  461. "mafia1",
  462. "inspector",
  463. "vigilante",
  464. "mafia1",
  465. "cult",
  466. "priest",
  467. "villager",
  468. "baka",
  469. "villager",
  470. "mayor",
  471. "villager",
  472. "spy",
  473. "villager",
  474. "miller1",
  475. "miller2",
  476. "mafiaboss1",
  477. "villager",
  478. "hooker",
  479. "villager",
  480. "godfather"
  481. ],
  482. "roles3": [
  483. "bodyguard",
  484. "mafia1",
  485. "mafia1",
  486. "inspector",
  487. "vigilante",
  488. "mafia1",
  489. "cultboss",
  490. "priest",
  491. "villager",
  492. "baka",
  493. "villager",
  494. "mayor",
  495. "villager",
  496. "spy",
  497. "villager",
  498. "miller1",
  499. "miller2",
  500. "mafiaboss1",
  501. "villager",
  502. "hooker",
  503. "villager",
  504. "godfather",
  505. "miller2",
  506. "samurai",
  507. "villager",
  508. "villager",
  509. "werewolf",
  510. "mafia1",
  511. "miller2",
  512. "bodyguard",
  513. "villager",
  514. "bomb",
  515. "mayor",
  516. "vigilante",
  517. "mafia1",
  518. "miller2",
  519. "inspector",
  520. "villager",
  521. "werewolf",
  522. "samurai",
  523. "villager",
  524. "villager"
  525. ],
  526. "villageCantLoseRoles": [
  527. "mayor",
  528. "vigilante",
  529. "samurai",
  530. "bomb"
  531. ]
  532. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement