Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.81 KB | None | 0 0
  1. {
  2. "name": "Kirby",
  3. "author": "Serphiroth",
  4. "summary": "The Dream Land is in danger, surrounded by enemies it is now up to Kirby, Meta Knight, King Dedede and other heroes to defend the Dream Land, but beware Whispy Woods and Magolor both outspeed bodyguards,and the mysterious foe named Nightmare is daykilling and nobody exept Kirby can defeat him.",
  5. "sides": [
  6. {
  7. "side": "mafia",
  8. "translation": "Paint Roller"
  9. },
  10. {
  11. "side": "mafia1",
  12. "translation": "Dark Mind´s Posse"
  13. },
  14. {
  15. "side": "mafia4",
  16. "translation": "Dark Nebula"
  17. },
  18. {
  19. "side": "mafia5",
  20. "translation": "Magolor"
  21. },
  22. {
  23. "side": "mafia2",
  24. "translation": "Drawcia"
  25. },
  26. {
  27. "side": "mafia3",
  28. "translation": "Marx"
  29. },
  30. {
  31. "side": "village",
  32. "translation": "Dream Land"
  33. },
  34. {
  35. "side": "werewolf",
  36. "translation": "Whispy Woods"
  37. },
  38. {
  39. "side": "godfather",
  40. "translation": "Nightmare"
  41. }
  42. ],
  43. "roles": [
  44. {
  45. "role": "villager",
  46. "translation": "Waddle Dee",
  47. "side": "village",
  48. "help": "You just walk around in the Dream Land, since you roam the Dream Land you have a chance of seeing who is dying and the killer!",
  49. "actions": {
  50. "hax": {
  51. "kill": {
  52. "revealTeam": 0.1,
  53. "revealPlayer": 0.05
  54. }
  55. }
  56. }
  57. },
  58. {
  59. "role": "inspector",
  60. "translation": "Kirby",
  61. "side": "village",
  62. "help": "The little hero of the Dream Land type /inspect [name] to find somebodies identity and during the day,type /kill [name] to kill someone without getting revealed!",
  63. "actions": {
  64. "night": {
  65. "inspect": {
  66. "target": "AnyButSelf",
  67. "common": "Self",
  68. "priority": 30
  69. }
  70. },
  71. "standby": {
  72. "kill": {
  73. "target": "AnyButSelf",
  74. "msg": "You can kill now with the Star Rod using /kill [name] :",
  75. "killmsg": "Kirby uses the power of the Star Rod and defeats ~Target~ with it! "
  76. }
  77. }
  78. }
  79. },
  80. {
  81. "role": "bodyguard",
  82. "translation": "Waddle Doo",
  83. "side": "village",
  84. "help": "You are little and cute just like the Waddle Dee´s, but you can type /protect [name] to protect one person during the night, oh and your vote count as 2 because you are so cute!",
  85. "actions": {
  86. "night": {
  87. "protect": {
  88. "target": "AnyButSelf",
  89. "common": "Self",
  90. "priority": 5
  91. }
  92. },
  93. "vote": 2,
  94. "startup": "role-reveal"
  95. }
  96. },
  97. {
  98. "role": "hooker",
  99. "translation": "Ribbon",
  100. "side": "village",
  101. "help": "A little beautiful fairy, you are able to stop killers during the night with /distract [name]!",
  102. "actions": {
  103. "night": {
  104. "distract": {
  105. "target": "AnyButSelf",
  106. "common": "Self",
  107. "priority": 1
  108. }
  109. }
  110. }
  111. },
  112. {
  113. "role": "mayor",
  114. "translation": "Prince Fluff",
  115. "side": "village",
  116. "help": "As the prince of the Patch Land you are not made out of flesh and blood, instead you are made of... yarn, so your vote count as -6, use this to save yourself or a friend!",
  117. "actions": {
  118. "vote": -6
  119. }
  120. },
  121. {
  122. "role": "Kuja",
  123. "translation": "Dark Nebula",
  124. "side": "mafia4",
  125. "help": "Lord of darkness, you where once trapped in a treasure chest, so your power has vanished with time, but your dark power has made your vote so big that a single vote will get anyone out!",
  126. "actions": {
  127. "vote": 9999
  128. }
  129. },
  130. {
  131. "role": "werewolf",
  132. "translation": "Whispy Woods",
  133. "side": "werewolf",
  134. "help": "A big tree whom resides, you are normally peacheful, but if anybody disturbs you, you can type /kill [name] to kill someone during the night,you kill anybody who dare to stop you, and your big apple go through protections!",
  135. "actions": {
  136. "night": {
  137. "kill": {
  138. "target": "AnyButSelf",
  139. "common": "Self",
  140. "priority": 4
  141. }
  142. },
  143. "distract": {
  144. "mode": "ChangeTarget",
  145. "hookermsg": "You tried to distract Woody Woods, you where killed by one of his big apple´s instead!",
  146. "msg": "Somebody tried to distract you during the night, you decided to kill her instead!"
  147. },
  148. "avoidHax": [
  149. "kill"
  150. ]
  151. }
  152. },
  153. {
  154. "role": "mafia",
  155. "translation": "Paint roller",
  156. "side": "mafia",
  157. "help": "Type /kill [name] to kill someone!",
  158. "actions": {
  159. "night": {
  160. "kill": {
  161. "target": "AnyButTeam",
  162. "common": "Team",
  163. "priority": 15,
  164. "broadcast": "team"
  165. }
  166. },
  167. "startup": "team-reveal"
  168. }
  169. },
  170. {
  171. "role": "spy",
  172. "translation": "Mr.Star",
  173. "side": "village",
  174. "help": "You have a chance of finding people with the commands distract, protect, inspect and kill!",
  175. "actions": {
  176. "hax": {
  177. "kill": {
  178. "revealTeam": 0.4,
  179. "revealPlayer": 0.35
  180. },
  181. "inspect": {
  182. "revealTeam": 0.33,
  183. "revealPlayer": 0.2
  184. },
  185. "distract": {
  186. "revealTeam": 0.33,
  187. "revealPlayer": 0.2
  188. },
  189. "protect": {
  190. "revealTeam": 0.33,
  191. "revealPlayer": 0.2
  192. }
  193. },
  194. "vote": 1
  195. }
  196. },
  197. {
  198. "role": "mafia1",
  199. "translation": "Dark Meta Knight",
  200. "side": "mafia1",
  201. "help": "Meta Knight´s darker side, type /protect [name] to protect Dark Mind...also type /kill [name] to kill someone!",
  202. "actions": {
  203. "night": {
  204. "protect": {
  205. "target": "AnyButSelf",
  206. "common": "Team",
  207. "priority": 5,
  208. "broadcast": "Team"
  209. },
  210. "kill": {
  211. "target": "AnyButTeam",
  212. "common": "Self",
  213. "priority": 10,
  214. "broadcast": "Team"
  215. }
  216. },
  217. "startup": "team-reveal"
  218. }
  219. },
  220. {
  221. "role": "mafiaboss1",
  222. "translation": "Dark Mind",
  223. "side": "mafia1",
  224. "help": "The king of the mirror world, you want to create the worst sides of other, so you can type /kill [name], and nobody can distract you!",
  225. "actions": {
  226. "night": {
  227. "kill": {
  228. "target": "AnyButTeam",
  229. "common": "Team",
  230. "priority": 10,
  231. "broadcast": "team"
  232. }
  233. },
  234. "distract": {
  235. "mode": "ignore",
  236. "msg": "Somebody tried to distract you last night, but they had no effect on you!"
  237. },
  238. "startup": "team-reveal"
  239. }
  240. },
  241. {
  242. "role": "Kotake",
  243. "translation": "Drawcia",
  244. "side": "mafia2",
  245. "help": "A evil witch from old times, type /kill [name] to defeat someone with your magic power, also type /distract [name] to distract 1 person during the night with your powerful magic!",
  246. "actions": {
  247. "night": {
  248. "distract": {
  249. "target": "AnyButSelf",
  250. "common": "Self",
  251. "priority": 1
  252. },
  253. "kill": {
  254. "target": "AnyButSelf",
  255. "common": "Self",
  256. "priority": 9
  257. }
  258. }
  259. }
  260. },
  261. {
  262. "role": "godfatherI",
  263. "translation": "Marx",
  264. "side": "mafia3",
  265. "help": "The mighty Marx, you are really powerful thanks to the NOVA,you can type /kill [name] to kill up to 2 persons each night,and anybody whom distracts you will die, and nobody can hax you! ",
  266. "actions": {
  267. "night": {
  268. "kill": {
  269. "target": "AnyButSelf",
  270. "common": "Self",
  271. "priority": 20,
  272. "limit": 2
  273. }
  274. },
  275. "distract": {
  276. "mode": "ChangeTarget",
  277. "hookermsg": "You tried to seduce Marx, you where crushed instead",
  278. "msg": "Somebody tried to distract you, you killed her instead!"
  279. },
  280. "avoidHax": [
  281. "kill"
  282. ]
  283. }
  284. },
  285. {
  286. "role": "Nayru",
  287. "translation": "Landia",
  288. "side": "village",
  289. "help": "The 4 headed dragon that protected the master crown, you are able to /protect [name] twice at night!",
  290. "actions": {
  291. "night": {
  292. "protect": {
  293. "target": "AnyButSelf",
  294. "common": "Self",
  295. "priority": 5,
  296. "broadcast": "None",
  297. "limit": 2
  298. }
  299. }
  300. }
  301. },
  302. {
  303. "role": "Kefka",
  304. "translation": "Magolor",
  305. "side": "mafia5",
  306. "help": "The Master Crown made you far beyond powerful,and now you outspeed bodyguards, and you kill anybody who tries to distract you, but you are alone!",
  307. "actions": {
  308. "night": {
  309. "kill": {
  310. "target": "AnyButSelf",
  311. "common": "Self",
  312. "priority": 3
  313. }
  314. },
  315. "distract": {
  316. "mode": "ChangeTarget",
  317. "hookermsg": "You tried to distract Magolor, he crushed you instead!",
  318. "msg": "somebody tried to distract you, the fool is now nothing but dust!"
  319. },
  320. "avoidHax": [
  321. "kill"
  322. ]
  323. }
  324. },
  325. {
  326. "role": "vigilante",
  327. "translation": "Meta Knight",
  328. "side": "village",
  329. "help": "The leader of the Meta Knight´s and a master with sword, type /kill [name] to assist the good guys (but dont kill them!)",
  330. "actions": {
  331. "night": {
  332. "kill": {
  333. "target": "AnyButSelf",
  334. "common": "Team",
  335. "priority": 19,
  336. "broadcast": "team"
  337. }
  338. },
  339. "startup": "team-reveal"
  340. }
  341. },
  342. {
  343. "role": "mayor2",
  344. "translation": "King Dedede",
  345. "side": "village",
  346. "help": "As the self-proclaimed and self-styled king of Dream Land many think´s you are bad, but inside you are one of the good guys, your vote count as 3 because you are the king of the Dream Land and you can /protect youself during the night!",
  347. "actions": {
  348. "night": {
  349. "protect": {
  350. "target": "Self",
  351. "common": "Self",
  352. "priority": 6
  353. }
  354. },
  355. "vote": 3
  356. }
  357. },
  358. {
  359. "role": "godfatherII",
  360. "translation": "Nightmare",
  361. "side": "godfather",
  362. "help": "One of the most powerful enemies Kirby ever have battled, at night you can use your dark power and use /inspect in order to find somebodies identity, and during the day you can /kill without getting revealed, and nobody exept Kirby can defeat you, oh and your dark power also gives you a tiny chance of finding killer,distractors,protecters and inspectors, oh and anybody whom tries to distract you will be killed!",
  363. "actions": {
  364. "night": {
  365. "inspect": {
  366. "target": "AnyButSelf",
  367. "common": "Self",
  368. "priority": 25
  369. }
  370. },
  371. "kill": {
  372. "mode": "ignore"
  373. },
  374. "distract": {
  375. "mode": "ChangeTarget",
  376. "hookermsg": "You tried to distract Nightmare, he opened up a portal leading you to a endless nightmare!",
  377. "msg": "Somebody tried to distract you, the fool is now in a endless nightmare!"
  378. },
  379. "standby": {
  380. "kill": {
  381. "target": "AnyButSelf",
  382. "msg": "You can kill now with /kill [name]",
  383. "killmsg": "Nightmare opens up a portal beneath ~Target~, ~Target~ is sucked into the portal and right into a endless nightmare!"
  384. }
  385. },
  386. "hax": {
  387. "inspect": {
  388. "revealTeam": 0.01,
  389. "revealPlayer": 0.01
  390. },
  391. "distract": {
  392. "revealTeam": 0.01,
  393. "revealPlayer": 0.01
  394. },
  395. "protect": {
  396. "revealTeam": 0.01,
  397. "revealPlayer": 0.01
  398. },
  399. "kill": {
  400. "revealTeam": 0.01,
  401. "revealPlayer": 0.01
  402. }
  403. }
  404. }
  405. },
  406. {
  407. "role": "miller",
  408. "translation": "Painting",
  409. "side": "village",
  410. "help": "You are a painting, how weird.... Kirby will be seeing you as the Paint Roller!",
  411. "actions": {
  412. "inspect": {
  413. "revealAs": "mafia"
  414. }
  415. }
  416. },
  417. {
  418. "role": "NOVA",
  419. "translation": "NOVA",
  420. "side": "village",
  421. "help": "You are a big star who can grant wishes, you kill anybody whom tries to kill you at night, and you evade day kills, but since you are not human your vote count as 0!",
  422. "actions": {
  423. "vote": 0,
  424. "kill": {
  425. "mode": "killattacker"
  426. },
  427. "daykill": "evade"
  428. }
  429. },
  430. {
  431. "role": "truemiller",
  432. "translation": "Shadow Kirby",
  433. "side": "village",
  434. "help": "Dark Mind created you, but you betrayed him and helped Kirby defeating him, still you will be seen as Dark Mind when inspected since he created you...!",
  435. "actions": {
  436. "inspect": {
  437. "revealAs": "mafiaboss1"
  438. }
  439. }
  440. }
  441. ],
  442. "roles1": [
  443. "villager",
  444. "mafia",
  445. "inspector",
  446. "werewolf",
  447. "hooker",
  448. "villager",
  449. "mafia",
  450. "mayor",
  451. "miller",
  452. "bodyguard",
  453. "villager"
  454. ],
  455. "roles2": [
  456. "bodyguard",
  457. "mafia1",
  458. "Kefka",
  459. "inspector",
  460. "hooker",
  461. "villager",
  462. "mafia2",
  463. "Nayru",
  464. "Mayor",
  465. "Kuja",
  466. "vigilante",
  467. "mayor2",
  468. "villager",
  469. "spy",
  470. "mafiaboss1",
  471. "villager",
  472. "godfatherI",
  473. "villager",
  474. "NOVA",
  475. "godfatherII",
  476. "villager",
  477. "Kotake",
  478. "villager",
  479. "truemiller",
  480. "truemiller",
  481. "villager",
  482. "villager",
  483. "werewolf",
  484. "villager",
  485. "villager"
  486. ],
  487. "villageCantLoseRoles": [
  488. "vigilante",
  489. "mayor2",
  490. "bodyguard",
  491. "inspector"
  492. ]
  493. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement