Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.15 KB | None | 0 0
  1. {
  2. "name": "Mushroom Kingdom",
  3. "summary": "The people of the fair Mushroom Kingdom are suddenly besieged by ghosts, koopas, monkeys, mutant piranha plants, and skeletons; Oh my! The Ghost Group is a mafia group specializing in trickery and speed. The Koopa Clan are the main mafia who is guided by Bowser. Watch out for him in large games! Additionally, the monkey mafia are looking to go all ape and take all the bananas! Plus, don't forget the Wario Bros. the archenemies of the Mario Bros. Beware the Petey Piranha who swears loyalty to NO ONE but has the power of plants to destroy everyone so best find someone else to distract! Finally there's Dry Bowser's Posse consisting of Dry Bowser and Dry Bones!",
  4. "author": "Black Mage",
  5. "sides": [
  6. {
  7. "side": "mafia1",
  8. "translation": "Koopa Clan"
  9. },
  10. {
  11. "side": "mafia2",
  12. "translation": "Ghost Group"
  13. },
  14. {
  15. "side": "village",
  16. "translation": "Mushroom Kingdom"
  17. },
  18. {
  19. "side": "ww",
  20. "translation": "Petey Piranha"
  21. },
  22. {
  23. "side": "mafia3",
  24. "translation": "Monkey Mafia"
  25. },
  26. {
  27. "side": "gf",
  28. "translation": "Dry Bowser's Posse"
  29. },
  30. {
  31. "side": "mafia4",
  32. "translation": "Wario Bros."
  33. }
  34. ],
  35. "roles": [
  36. {
  37. "role": "villager",
  38. "translation": "Toad",
  39. "side": "village",
  40. "help": "You are a Villager of the Mushroom Kingdom, you will sometimes roam around the kingdom and find out a kill(No command for this). You are sided with the Mushroom Kingdom.",
  41. "actions": {
  42. "hax": {
  43. "kill": {
  44. "revealTeam": 0.08,
  45. "revealPlayer": 0.02
  46. }
  47. },
  48. "distract": {
  49. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  50. }
  51. }
  52. },
  53. {
  54. "role": "samurai",
  55. "translation": "Mario",
  56. "side": "village",
  57. "help": "The Superstar of the Mushroom Kingdom is you! Use your jumping powers to /kill all the baddies during the day! YOU WILL BE REVEALED. Don't forget to claim (UNLESS BOWSER IS THERE AS WELL) to gain the protection of Yoshi and Luigi. Team up with the others in the Mushroom Kingdom to win! You are sided with the Mushroom Kingdom.",
  58. "actions": {
  59. "standby": {
  60. "kill": {
  61. "target": "AnyButSelf",
  62. "msg": "You can now kill someone with /kill [name] :",
  63. "killmsg": "~Self~ stomps on ~Target~ and jumped back to safety!"
  64. }
  65. },
  66. "distract": {
  67. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  68. }
  69. }
  70. },
  71. {
  72. "role": "mafia1",
  73. "translation": "Koopa Troopa",
  74. "side": "mafia1",
  75. "help": "You are a soldier of the Koopa Clan. Your order is to kill all non-koopas. Use /kill to succeed in your mission! You are sided with the Koopa Clan.",
  76. "actions": {
  77. "night": {
  78. "kill": {
  79. "target": "AnyButTeam",
  80. "common": "Role",
  81. "priority": 14,
  82. "broadcast": "team"
  83. }
  84. },
  85. "startup": "team-reveal",
  86. "distract": {
  87. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  88. }
  89. }
  90. },
  91. {
  92. "role": "bg",
  93. "translation": "Yoshi",
  94. "side": "village",
  95. "help": "You are the cute dinosaur of the Mushroom Kingdom and loyal pet to Mario. Since you are so powerful, faithful and kind, you have the power to protect anyone(2 people) in the Kingdom. Use the command /protect(twice) to fend off any attackers! You ignore distractions. You are sided with the Mushroom Kingdom.",
  96. "actions": {
  97. "night": {
  98. "protect": {
  99. "target": "AnyButSelf",
  100. "common": "Role",
  101. "priority": 5,
  102. "broadcast": "role",
  103. "limit": 2
  104. }
  105. },
  106. "distract": {
  107. "mode": "ignore",
  108. "msg": "The ~Distracter~ came to you last night! You ignored her and kept to your task!"
  109. }
  110. }
  111. },
  112. {
  113. "role": "mafia2",
  114. "translation": "Boo",
  115. "side": "mafia2",
  116. "help": "The ghosts of the Mushroom Kingdom and loyal servant to the mighty King Boo. Team up with him and the other Boos to get rid of any person who isn't alive. /kill activates your scaring powers to get rid of any alive person. You are sided with the Ghost Group.",
  117. "actions": {
  118. "night": {
  119. "kill": {
  120. "target": "AnyButTeam",
  121. "common": "Team",
  122. "priority": 13,
  123. "broadcast": "team"
  124. }
  125. },
  126. "startup": "team-reveal",
  127. "distract": {
  128. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  129. }
  130. }
  131. },
  132. {
  133. "role": "pl",
  134. "translation": "Toadette",
  135. "side": "village",
  136. "help": "The cute Toad girl of the Kingdom, you must team up with the rest of the Mushroom Kingdom. Since your cute you can use /distract to make any person forget their job(Don't distract any important Power Roles!). You also have 2 votes. You are sided with the Mushroom Kingdom.",
  137. "actions": {
  138. "vote": 2,
  139. "night": {
  140. "distract": {
  141. "target": "AnyButSelf",
  142. "common": "Self",
  143. "priority": 1
  144. }
  145. }
  146. }
  147. },
  148. {
  149. "role": "spy",
  150. "translation": "Luigi",
  151. "side": "village",
  152. "help": "You are Luigi, brother of the famous plumber Mario, since you are not as strong as Mario, you decided to look for the kills(No command), the inspects, and the poisons. You can also /safeguard 1 person to protect them from poison. You are sided with the Mushroom Kingdom.",
  153. "actions": {
  154. "night": {
  155. "safeguard": {
  156. "target": "AnyButSelf",
  157. "common": "Role",
  158. "priority": 4,
  159. "broadcast": "role"
  160. }
  161. },
  162. "hax": {
  163. "kill": {
  164. "revealTeam": 0.5,
  165. "revealPlayer": 0.15
  166. },
  167. "inspect": {
  168. "revealTeam": 0.5,
  169. "revealPlayer": 0.15
  170. },
  171. "poison": {
  172. "revealTeam": 0.5,
  173. "revealPlayer": 0.15
  174. }
  175. },
  176. "distract": {
  177. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  178. }
  179. }
  180. },
  181. {
  182. "role": "insp",
  183. "translation": "Daisy",
  184. "side": "village",
  185. "help": "The princess of Sarasa Land, that is you. You now live in the Mushroom Kingdom with your buddies. You also love flowers. Using /inspect will make your flowers find out your target's role. You are sided with the Mushroom Kingdom.",
  186. "actions": {
  187. "night": {
  188. "inspect": {
  189. "target": "AnyButSelf",
  190. "common": "Self",
  191. "priority": 30
  192. }
  193. },
  194. "distract": {
  195. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  196. }
  197. }
  198. },
  199. {
  200. "role": "mayor",
  201. "translation": "Peach",
  202. "side": "village",
  203. "help": "You are the princess and rules over the Mushroom Kingdom. You have the power to banish anyone from your kingdom with 10 votes. You are sided with the Mushroom Kingdom.",
  204. "actions": {
  205. "vote": 10,
  206. "distract": {
  207. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  208. }
  209. }
  210. },
  211. {
  212. "role": "miller1",
  213. "translation": "Toadsworth",
  214. "side": "village",
  215. "help": "You are Toadsworth, the steward of Peach, sadly since you are old and weak, you will be inspected as Mafia. But anyways team up with the rest of the Kingdom to win! You are sided with the Mushroom Kingdom.",
  216. "actions": {
  217. "inspect": {
  218. "revealAs": "larry1"
  219. },
  220. "distract": {
  221. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  222. }
  223. }
  224. },
  225. {
  226. "role": "miller2",
  227. "translation": "Toadsworth",
  228. "side": "village",
  229. "help": "You are Toadsworth, the steward of Peach, sadly since you are old and weak, you will be inspected as Mafia. But anyways team up with the rest of the Kingdom to win! You are sided with the Mushroom Kingdom.",
  230. "actions": {
  231. "inspect": {
  232. "revealAs": "mafia2"
  233. },
  234. "distract": {
  235. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  236. }
  237. }
  238. },
  239. {
  240. "role": "mafia1don",
  241. "translation": "Bowser Jr.",
  242. "side": "mafia1",
  243. "help": "The son of Bowser and Heir to the Koopa Clan. You are a strong soldier to the Koopa Clan and you will do anything to win, you take no interest in little Toadette, the annoying Pink Boo or that pesky monkey Dixie Kong thus making you immune to them. Since you are an Elite Soldier, you get your own kill by using the command /kill. You are sided with the Koopa Clan.",
  244. "actions": {
  245. "night": {
  246. "kill": {
  247. "target": "AnyButTeam",
  248. "common": "Role",
  249. "priority": 12
  250. }
  251. },
  252. "startup": "team-reveal",
  253. "distract": {
  254. "mode": "ignore",
  255. "msg": "The ~Distracter~ came to you last night! You took NO interest in her as you killed your intended target anyway!"
  256. }
  257. }
  258. },
  259. {
  260. "role": "mafia2pl",
  261. "translation": "Pink Boo",
  262. "side": "mafia2",
  263. "help": "The female Boo of the Mushroom Kingdom is you(or we think it's a female)! Your job is to help the Ghost Group get rid of any living people, using /kill to make them die and join your army, and use /distract to annoy others from doing their task. You are sided with the Ghost Group.",
  264. "actions": {
  265. "night": {
  266. "kill": {
  267. "target": "AnyButTeam",
  268. "common": "Team",
  269. "priority": 13,
  270. "broadcast": "team"
  271. },
  272. "distract": {
  273. "target": "AnyButTeam",
  274. "common": "Team",
  275. "priority": 2
  276. }
  277. },
  278. "startup": "team-reveal",
  279. "distract": {
  280. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  281. }
  282. }
  283. },
  284. {
  285. "role": "vigi",
  286. "translation": "Birdo",
  287. "side": "village",
  288. "help": "The Girlfriend of the bodyguard Yoshi is you! You being Birdo decided to team up with the Mushroom Kingdom. You are a strong person so you can get rid of any baddies with the command /kill, be careful not to kill your teammates and especially not you Boyfriend aka the Bodyguard Yoshi. You can also find out who is being protected AND maybe even by who! You are sided with the Mushroom Kingdom.",
  289. "actions": {
  290. "night": {
  291. "kill": {
  292. "target": "AnyButSelf",
  293. "common": "Self",
  294. "priority": 18,
  295. "hax": {
  296. "protect": {
  297. "revealTeam": 0.25,
  298. "revealPlayer": 0.1
  299. }
  300. }
  301. }
  302. },
  303. "distract": {
  304. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  305. }
  306. }
  307. },
  308. {
  309. "role": "mafia2don",
  310. "translation": "King Boo",
  311. "side": "mafia2",
  312. "help": "You are the supreme leader of the ghosts. You, King Boo have the power to get your own kill with the command /kill. You are also immune to any person who tries to distract you. Since you are the king, you get 3 votes. You are sided with the Ghost Group.",
  313. "actions": {
  314. "vote": 3,
  315. "night": {
  316. "kill": {
  317. "target": "AnyButTeam",
  318. "common": "Role",
  319. "priority": 10
  320. }
  321. },
  322. "distract": {
  323. "mode": "ignore",
  324. "msg": "The ~Distracter~ came to you last night! You paid no attention to her !"
  325. },
  326. "startup": "team-reveal"
  327. }
  328. },
  329. {
  330. "role": "mafia22",
  331. "translation": "Big Boo",
  332. "side": "mafia2",
  333. "help": "The biggest Boo EVER is you. You have the major power to kill 2 people by using the command /kill. You get -2 votes. You are sided with the Ghost Group.",
  334. "actions": {
  335. "vote": -2,
  336. "night": {
  337. "kill": {
  338. "target": "AnyButTeam",
  339. "common": "Role",
  340. "priority": 19,
  341. "limit": 2
  342. }
  343. },
  344. "startup": "team-reveal",
  345. "distract": {
  346. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  347. }
  348. }
  349. },
  350. {
  351. "role": "ww",
  352. "translation": "Petey Piranha",
  353. "side": "ww",
  354. "help": "You are the EVIL MUTANT PIRANHA PLANT! You don't like anyone so you decided to get rid of everyone with the command /kill. You also kill anyone who comes to distract you from winning. You are sided with yourself.",
  355. "actions": {
  356. "night": {
  357. "kill": {
  358. "target": "AnyButSelf",
  359. "common": "Self",
  360. "priority": 9
  361. }
  362. },
  363. "distract": {
  364. "mode": "ChangeTarget",
  365. "hookermsg": "You tried to distract Petey (what an idea, srsly), you were eaten!",
  366. "msg": "The ~Distracter~ came to you last night! You devoured her instead !"
  367. },
  368. "avoidHax": [
  369. "kill"
  370. ]
  371. }
  372. },
  373. {
  374. "role": "mafia12",
  375. "translation": "Bowser",
  376. "side": "mafia1",
  377. "help": "The Ulitmate Ruler of the Koopa Clan is you, Bowser, Who plans on wiping out everyone but the rest of the Koopa Clan! You being awesome, get's 1 of your own Nightkill, and 1 daykill, using /kill during day and night! Your super epic shell prevents any distraction and protects you from being nightkilled! You are sided with the Koopa Clan.",
  378. "actions": {
  379. "night": {
  380. "kill": {
  381. "target": "AnyButTeam",
  382. "common": "Role",
  383. "priority": 11
  384. }
  385. },
  386. "standby": {
  387. "kill": {
  388. "target": "AnyButTeam",
  389. "msg": "You can now kill someone with /kill [name] :",
  390. "killmsg": "Bowser sent out a herd of goombas to fetch ~Target~ and bring into Bowser's Castle where Bowser used his Fire breath to burn ~Target~ to a crisp!"
  391. }
  392. },
  393. "startup": "team-reveal",
  394. "distract": {
  395. "mode": "ignore",
  396. "msg": "The ~Distracter~ came to you last night! You paid no attention to her futile efforts as you roasted your intended target anyway!"
  397. },
  398. "kill": {
  399. "mode": "ignore"
  400. }
  401. }
  402. },
  403. {
  404. "role": "mafia3bg",
  405. "translation": "Donkey Kong",
  406. "side": "mafia3",
  407. "help": "You are the most powerful Monkey in the Kingdom! You have the power to protect(using /protect), and the power to kill(using /kill). Use these commands(WISELY) to help your fellow Monkeys win this battle! You are sided with the Monkey Mafia.",
  408. "actions": {
  409. "night": {
  410. "kill": {
  411. "target": "AnyButTeam",
  412. "common": "Team",
  413. "priority": 16,
  414. "broadcast": "team"
  415. },
  416. "protect": {
  417. "target": "AnyButSelf",
  418. "common": "Role",
  419. "priority": 6,
  420. "broadcast": "role"
  421. }
  422. },
  423. "startup": "team-reveal",
  424. "distract": {
  425. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  426. }
  427. }
  428. },
  429. {
  430. "role": "mafia3insp",
  431. "translation": "Diddy Kong",
  432. "side": "mafia3",
  433. "help": "You are a smart, flexible monkey. Your job is to team up with the other monkeys. Using the /kill command to kill and /inspect to find out others identity. Try to find out the others identity and tell your teammates to win! You are sided with the Monkey Mafia.",
  434. "actions": {
  435. "night": {
  436. "inspect": {
  437. "target": "AnyButSelf",
  438. "common": "Self",
  439. "priority": 29
  440. },
  441. "kill": {
  442. "target": "AnyButTeam",
  443. "common": "Team",
  444. "priority": 16,
  445. "broadcast": "team"
  446. }
  447. },
  448. "startup": "team-reveal",
  449. "distract": {
  450. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  451. }
  452. }
  453. },
  454. {
  455. "role": "mafia3pl",
  456. "translation": "Dixie Kong",
  457. "side": "mafia3",
  458. "help": "You are the Pretty Monkey. You have the power to distract anyone by using the /distract command. You can also use the /kill command to help destroy every non-monkey and win. You are sided with the Monkey Mafia.",
  459. "actions": {
  460. "night": {
  461. "distract": {
  462. "target": "AnyButTeam",
  463. "common": "Team",
  464. "priority": 3
  465. },
  466. "kill": {
  467. "target": "AnyButTeam",
  468. "common": "Team",
  469. "priority": 16,
  470. "broadcast": "team"
  471. }
  472. },
  473. "startup": "team-reveal",
  474. "distract": {
  475. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  476. }
  477. }
  478. },
  479. {
  480. "role": "mafia41",
  481. "translation": "Wario",
  482. "side": "mafia4",
  483. "help": "You are the Anti Mario, you hate and despise him, so you decided to poison everyone except your brother Waluigi with the /poison command. You also ignore all distractions. You are sided with the Wario Bros.",
  484. "actions": {
  485. "night": {
  486. "poison": {
  487. "target": "AnyButTeam",
  488. "common": "Role",
  489. "priority": 8,
  490. "broadcast": "team"
  491. }
  492. },
  493. "distract": {
  494. "mode": "ignore",
  495. "msg": "The ~Distracter~ came to you last night! You scoffed at her and poisoned your intended target anyway!"
  496. },
  497. "startup": "team-reveal"
  498. }
  499. },
  500. {
  501. "role": "mafia42",
  502. "translation": "Waluigi",
  503. "side": "mafia4",
  504. "help": "You are the brother of Wario, and the Anti Luigi, you also hate the Mario Bros. So you decided to kill everyone except your brother Wario with the /kill command. Luigi cannot hax you, nor can the Toads. You are sided with the Wario Bros.",
  505. "actions": {
  506. "night": {
  507. "kill": {
  508. "target": "AnyButTeam",
  509. "common": "Role",
  510. "priority": 15,
  511. "broadcast": "team"
  512. }
  513. },
  514. "distract": {
  515. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  516. },
  517. "startup": "team-reveal",
  518. "avoidHax": [
  519. "kill"
  520. ]
  521. }
  522. },
  523. {
  524. "role": "gf2",
  525. "translation": "Dry Bones",
  526. "side": "gf",
  527. "help": "You are the already dead Koopa, you can't be nightkilled again(lol)by anyone. You have 0 votes. Dry Bowser cannot poison you(specifically, he cannot target you with either of his commands). You being scary, can get hax on everything including Luigi's Safeguard and Dry Bowser's poison. Since you are already dead, your vote is worthless (0)Team up with Dry Bowser to win! You are sided with Dry Bowser's Posse.",
  528. "actions": {
  529. "vote": 0,
  530. "hax": {
  531. "kill": {
  532. "revealTeam": 0.1,
  533. "revealPlayer": 0.05
  534. },
  535. "inspect": {
  536. "revealTeam": 0.1,
  537. "revealPlayer": 0.05
  538. },
  539. "poison": {
  540. "revealTeam": 0.5,
  541. "revealPlayer": 0.15
  542. },
  543. "protect": {
  544. "revealTeam": 0.1,
  545. "revealPlayer": 0.05
  546. },
  547. "distract": {
  548. "revealTeam": 0.1,
  549. "revealPlayer": 0.05
  550. },
  551. "safeguard": {
  552. "revealTeam": 0.1,
  553. "revealPlayer": 0.05
  554. }
  555. },
  556. "kill": {
  557. "mode": "ignore"
  558. },
  559. "distract": {
  560. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  561. }
  562. }
  563. },
  564. {
  565. "role": "gf",
  566. "translation": "Dry Bowser",
  567. "side": "gf",
  568. "help": "You are the most evil person in this game, Therefore you are Dry Bowser! You have the power to destroy any 2 people with the command /kill, and you avoid the eyes of Luigi and those pesky Toads. Since you are purely evil, you can also poison 1 person using the command /poison to have them die the next night! You also KILL those who are foolish to distract you! Team up with your partner Dry Bones to win! You are sided with Dry Bowser's Posse.",
  569. "actions": {
  570. "night": {
  571. "kill": {
  572. "target": "AnyButTeam",
  573. "common": "Self",
  574. "priority": 20,
  575. "limit": 2
  576. },
  577. "poison": {
  578. "target": "AnyButTeam",
  579. "common": "Self",
  580. "priority": 7,
  581. "limit": 1
  582. }
  583. },
  584. "distract": {
  585. "mode": "ChangeTarget",
  586. "hookermsg": "You tried to seduce Dry Bowser.... (in retrospect, a VERY foolish idea), He thought it was a good idea to KILL YOU INSTEAD!",
  587. "msg": "The ~Distracter~ came to you last night! You took this as a GREAT opportunity to KILL her instead!"
  588. },
  589. "avoidHax": [
  590. "kill"
  591. ]
  592. }
  593. },
  594. {
  595. "role": "larry1",
  596. "translation": "Larry Koopa",
  597. "side": "mafia1",
  598. "help": "The youngest of the Koopalings and 2nd youngest of the family, is you. You have decided to team up with King Dad and your other siblings to defeat all of the others who get in your way, You and you brother Lemmy both share a /kill so choose wisely.",
  599. "actions": {
  600. "night": {
  601. "kill": {
  602. "target": "AnyButTeam",
  603. "common": "Team",
  604. "priority": 14,
  605. "broadcast": "team"
  606. }
  607. },
  608. "startup": "team-reveal",
  609. "distract": {
  610. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  611. }
  612. }
  613. },
  614. {
  615. "role": "lemmy1",
  616. "translation": "Lemmy Koopa",
  617. "side": "mafia1",
  618. "help": "The 2nd oldest Koopa is you! Your order is to help King Dad defeat all the non-koopas! You and your brother Larry can use the comamnd /kill to kill anyone that isn't your family or protected. Oh don't forget you and Larry share a kill.",
  619. "actions": {
  620. "night": {
  621. "kill": {
  622. "target": "AnyButTeam",
  623. "common": "Team",
  624. "priority": 14,
  625. "broadcast": "team"
  626. }
  627. },
  628. "startup": "team-reveal",
  629. "distract": {
  630. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  631. }
  632. }
  633. },
  634. {
  635. "role": "morton1",
  636. "translation": "Morton Jr. Koopa",
  637. "side": "mafia1",
  638. "help": "You are the 3rd youngest of the family and the loudest. Your only mission is to /protect any member of your family and the command /kill to destroy anyone, however you can be easily distracted.",
  639. "actions": {
  640. "night": {
  641. "protect": {
  642. "target": "AnyButSelf",
  643. "common": "Role",
  644. "priority": 5
  645. },
  646. "kill": {
  647. "target": "AnyButTeam",
  648. "common": "Role",
  649. "priority": 17
  650. }
  651. },
  652. "startup": "team-reveal",
  653. "distract": {
  654. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  655. }
  656. }
  657. },
  658. {
  659. "role": "wendy1",
  660. "translation": "Wendy'O Koopa",
  661. "side": "mafia1",
  662. "help": "The spoiled brat of the Family, and the only female. You must team up with your fellow brothers and King Dad to kill everyone in your way. With the powers you have, you have the command /distract to annoy any person you feel like (don't distract Petey btw) and you have a small change of finding a protector.",
  663. "actions": {
  664. "night": {
  665. "distract": {
  666. "target": "AnyButSelf",
  667. "common": "Self",
  668. "priority": 1
  669. }
  670. },
  671. "hax": {
  672. "protect": {
  673. "revealTeam": 0.3,
  674. "revealPlayer": 0.1
  675. }
  676. },
  677. "startup": "team-reveal",
  678. "distract": {
  679. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  680. }
  681. }
  682. },
  683. {
  684. "role": "iggy1",
  685. "translation": "Iggy Koopa",
  686. "side": "mafia1",
  687. "help": "The middle child of the Koopalings is you! You must help King Dad and your other siblings to bring your family to victory. Since you are the 2nd smartest of the family, you get the power to find people's role with the command /inspect.",
  688. "actions": {
  689. "night": {
  690. "inspect": {
  691. "target": "AnyButSelf",
  692. "common": "Self",
  693. "priority": 30
  694. }
  695. },
  696. "startup": "team-reveal",
  697. "distract": {
  698. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  699. }
  700. }
  701. },
  702. {
  703. "role": "roy1",
  704. "translation": "Roy Koopa",
  705. "side": "mafia1",
  706. "help": "The 3rd oldest of the Koopalings is you! You, being the cool cat, have to power to protect not 1, but 2 of your teammates with the command /protect. Don't forget that King Dad evades kill so don't protect him. Also Iggy and Luwdig might need bging. . .",
  707. "actions": {
  708. "night": {
  709. "protect": {
  710. "target": "AnyButSelf",
  711. "common": "Role",
  712. "priority": 5,
  713. "broadcast": "role",
  714. "limit": 2
  715. }
  716. },
  717. "startup": "team-reveal",
  718. "distract": {
  719. "mode": "ignore",
  720. "msg": "The ~Distracter~ came to you last night! You ignored her and kept to your task!"
  721. }
  722. }
  723. },
  724. {
  725. "role": "ludwig1",
  726. "translation": "Ludwig Von Koopa",
  727. "side": "mafia1",
  728. "help": "You are the eldest of the Koopalings and have teammed up with King Dad to win. You are also the smartest, thus giving you 2 votes! You also have the power to /kill someone during the day (YOU WILL BE REVEALED) so be careful.",
  729. "actions": {
  730. "vote": 2,
  731. "standby": {
  732. "kill": {
  733. "target": "AnyButSelf",
  734. "msg": "You can now kill someone with /kill [name] :",
  735. "killmsg": "Ludwig Von Koopa was riding a machine and used its epic powers to kill ~Target~ . However a Toad saw who was in the cockpit, it was ~Self~ !"
  736. }
  737. },
  738. "startup": "team-reveal",
  739. "distract": {
  740. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  741. }
  742. }
  743. },
  744. {
  745. "role": "boo2",
  746. "translation": "Boolossus",
  747. "side": "mafia2",
  748. "help": "The biggest boo ever is you! With your power and abilities, you get the voting power of -3 and the power to protect 2 people on your team with /protect, But you can be easily distracted.",
  749. "actions": {
  750. "vote": -3,
  751. "night": {
  752. "protect": {
  753. "target": "AnyButSelf",
  754. "common": "Role",
  755. "priority": 5,
  756. "broadcast": "role",
  757. "limit": 2
  758. }
  759. },
  760. "startup": "team-reveal",
  761. "distract": {
  762. "msg": "You were having too much fun with the ~Distracter~ that you screwed up and forgot to do your task!"
  763. }
  764. }
  765. }
  766. ],
  767. "roles1": [
  768. "bg",
  769. "mafia1",
  770. "samurai",
  771. "villager",
  772. "mafia1",
  773. "villager",
  774. "mafia2",
  775. "pl",
  776. "mafia2",
  777. "spy",
  778. "villager",
  779. "insp",
  780. "mayor"
  781. ],
  782. "roles2": [
  783. "bg",
  784. "larry1",
  785. "samurai",
  786. "villager",
  787. "lemmy1",
  788. "villager",
  789. "mafia2",
  790. "pl",
  791. "mafia2",
  792. "spy",
  793. "villager",
  794. "insp",
  795. "mayor",
  796. "miller1",
  797. "morton1",
  798. "mafia2pl",
  799. "mafia1don",
  800. "mafia2pl",
  801. "vigi",
  802. "miller2",
  803. "mafia41",
  804. "mafia2don",
  805. "villager",
  806. "mafiadon1",
  807. "ww",
  808. "wendy1",
  809. "mafia3bg",
  810. "villager",
  811. "mafia42",
  812. "iggly1",
  813. "villager",
  814. "mafia22",
  815. "villager",
  816. "mafia12",
  817. "boo2",
  818. "villager",
  819. "mafia3insp",
  820. "gf2",
  821. "roy1",
  822. "villager",
  823. "boo2",
  824. "gf2",
  825. "villager",
  826. "mafia3pl",
  827. "gf",
  828. "villager",
  829. "ludwig1",
  830. "villager",
  831. "mafia2",
  832. "villager"
  833. ],
  834. "villageCantLoseRoles": [
  835. "mayor",
  836. "vigi",
  837. "samurai",
  838. "pl"
  839. ],
  840. "killmsg": "±Game: ~Player~ (~Role~) lost all of their lives!",
  841. "killusermsg": "±Game: You lost all of your lives! You had a game over, too bad!"
  842. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement