Advertisement
Crobat

Pacman Mafia Theme Code

May 26th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.41 KB | None | 0 0
  1. {
  2.  
  3. "name": "Pacman",
  4.  
  5. "author": [
  6.  
  7. "Karp Karpity",
  8.  
  9. "<b><i><span style='color:#380B61'>Crobat</span></i></b>",
  10. "<b><i><span style='color:#FF00FF'>Espeon</span></i></b>",
  11. "<b><i><span style='color:#FF0000'>Arcanine</span></i></b>",
  12. "<b><i><span style='color:#000000'>Fate Testarossa</span></i></b>",
  13. "<b><i><span style='color:#5882FA'>Amane Ohtori</span></i></b>"
  14.  
  15. ],
  16.  
  17. "minplayers": 3,
  18.  
  19. "nolynch": true,
  20.  
  21. "nonPeak": true,
  22.  
  23. "killmsg": "~Player~ was cornered and caught by the ghosts! Better luck next time!",
  24.  
  25. "killusermsg": "You were caught by the ghosts! Better luck next time!",
  26.  
  27. "ticks": {
  28.  
  29. "night": 30,
  30.  
  31. "standby": 5
  32.  
  33. },
  34.  
  35. "summary": "Pac-Man is trying to eat pellets to clear the map, but the ghosts are trying to stop him! He can either eat a pellet every night and protect himself from the ghosts every other night. If at least one of the many Pac-Mans can successfully eat enough pellets, the village wins!",
  36.  
  37. "sides": [
  38.  
  39. {
  40.  
  41. "side": "village",
  42.  
  43. "translation": "Village",
  44.  
  45. "winmsg": "~Players~ ate enough pellets to clear the map and win!"
  46.  
  47. },
  48.  
  49. {
  50.  
  51. "side": "mafia",
  52.  
  53. "translation": "Ghosts",
  54.  
  55. "winmsg": "All the players couldn't eat those tasty yellow dots because ~Players~ stood in the way."
  56.  
  57. }
  58.  
  59. ],
  60.  
  61. "roles": [
  62.  
  63. {
  64.  
  65. "role": "villager",
  66.  
  67. "translation": "Pac-Man",
  68.  
  69. "side": "village",
  70.  
  71. "help": "Your goal is to eat 5 pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. You can only use one of these commands at night, and neither command can be used on consecutive nights. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  72.  
  73. "info": "Can run (protect) self every other night. Can eat (convert) self to eat a pellet. A pellet has a 50% chance to be a power pellet, making ghosts unable to kill for a night and allowing them to be eaten (making them unable to kill for another night) as well as allowing whoever eats a power pellet to evade nightkills the following night. Has to eat a certain number of pellets to win. ~Sided~",
  74.  
  75. "actions": {
  76.  
  77. "teamUtilities": true,
  78.  
  79. "night": {
  80.  
  81. "run": {
  82.  
  83. "command": "protect",
  84.  
  85. "recharge": 2,
  86. "restrict": ["run"],
  87.  
  88. "target": "OnlySelf",
  89.  
  90. "common": "Self",
  91.  
  92. "priority": 1,
  93.  
  94. "broadcast": "team"
  95.  
  96.  
  97. },
  98.  
  99. "eat": {
  100.  
  101. "command": "convert",
  102. "broadcast": "team",
  103. "restrict": ["eat"],
  104.  
  105.  
  106. "target": "OnlySelf",
  107.  
  108. "common": "Self",
  109.  
  110. "priority": 4,
  111.  
  112. "newRole": {
  113.  
  114.  
  115. "villager1": [
  116.  
  117. "villager"
  118.  
  119. ],
  120.  
  121. "pellet1": [
  122.  
  123. "villager"
  124.  
  125. ]
  126.  
  127. },
  128.  
  129. "canConvert": [
  130.  
  131. "villager"
  132.  
  133. ],
  134.  
  135. "silent": true
  136.  
  137. }
  138.  
  139. },
  140.  
  141. "startup": "role-reveal"
  142.  
  143. }
  144.  
  145. },
  146.  
  147. {
  148.  
  149. "role": "pellet1",
  150.  
  151. "translation": "Super Pac-Man",
  152.  
  153. "side": "village",
  154.  
  155. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  156.  
  157. "info": "Can kill one person during the night, converting them into a ghost. Evades all nightkills. Reverts back to Pac-Man after 1 night. ~Sided~",
  158.  
  159. "actions": {
  160.  
  161. "kill": {
  162. "mode": "ignore"
  163. },
  164. "teamUtilities": true,
  165.  
  166. "night": {
  167.  
  168. "kill": {
  169.  
  170. "command": "convert",
  171. "broadcast": "team",
  172.  
  173. "target": "AnyButTeam",
  174.  
  175. "common": "Self",
  176.  
  177. "priority": 5,
  178.  
  179. "newRole": {
  180.  
  181. "mafia0": [
  182.  
  183. "clyde"
  184.  
  185. ],
  186.  
  187. "mafia1": [
  188.  
  189. "pinky"
  190.  
  191. ],
  192.  
  193. "mafia2": [
  194.  
  195. "inky"
  196.  
  197. ],
  198.  
  199. "mafia3": [
  200.  
  201. "blinky"
  202.  
  203. ]
  204.  
  205. },
  206.  
  207. "canConvert": [
  208.  
  209. "pinky",
  210.  
  211. "clyde",
  212.  
  213. "inky",
  214.  
  215. "blinky"
  216.  
  217. ],
  218.  
  219. "silent": true
  220.  
  221. }
  222.  
  223. },
  224.  
  225. "initialCondition": {
  226.  
  227. "curse": {
  228.  
  229. "cursedRole": "villager1",
  230.  
  231. "curseCount": 2,
  232.  
  233. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  234.  
  235. }
  236.  
  237. },
  238.  
  239. "startup": "team-reveal-with-roles"
  240.  
  241. }
  242.  
  243. },
  244.  
  245. {
  246.  
  247. "role": "villager1",
  248.  
  249. "translation": "Pac-Man",
  250.  
  251. "side": "village",
  252. "hide": true,
  253.  
  254. "help": "Your goal is to eat 4 more pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  255.  
  256. "info": "",
  257.  
  258. "actions": {
  259.  
  260. "night": {
  261.  
  262. "run": {
  263.  
  264. "command": "protect",
  265.  
  266. "recharge": 2,
  267. "restrict": ["run"],
  268.  
  269. "target": "OnlySelf",
  270.  
  271. "common": "Self",
  272.  
  273. "priority": 1,
  274.  
  275. "broadcast": "team"
  276.  
  277.  
  278. },
  279.  
  280. "eat": {
  281.  
  282. "command": "convert",
  283. "broadcast": "team",
  284. "restrict": ["eat"],
  285.  
  286.  
  287. "target": "OnlySelf",
  288.  
  289. "common": "Self",
  290.  
  291. "priority": 4,
  292.  
  293. "newRole": {
  294.  
  295. "villager2": [
  296.  
  297. "villager1"
  298.  
  299. ],
  300.  
  301.  
  302. "pellet2": [
  303.  
  304. "villager1"
  305.  
  306. ]
  307.  
  308. },
  309.  
  310. "canConvert": [
  311.  
  312. "villager1"
  313.  
  314. ],
  315.  
  316. "silent": true
  317.  
  318. }
  319.  
  320. },
  321.  
  322. "startup": "role-reveal"
  323.  
  324. }
  325.  
  326. },
  327.  
  328. {
  329.  
  330. "role": "pellet2",
  331.  
  332. "translation": "Super Pac-Man",
  333.  
  334. "side": "village",
  335. "hide": true,
  336.  
  337. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  338.  
  339. "info": "",
  340.  
  341. "actions": {
  342.  
  343. "kill": {
  344. "mode": "ignore"
  345. },
  346. "teamUtilities": true,
  347.  
  348. "night": {
  349.  
  350. "kill": {
  351.  
  352. "command": "convert",
  353. "broadcast": "team",
  354.  
  355. "target": "AnyButTeam",
  356.  
  357. "common": "Self",
  358.  
  359. "priority": 5,
  360.  
  361. "newRole": {
  362.  
  363. "mafia0": [
  364.  
  365. "clyde"
  366.  
  367. ],
  368.  
  369. "mafia1": [
  370.  
  371. "pinky"
  372.  
  373. ],
  374.  
  375. "mafia2": [
  376.  
  377. "inky"
  378.  
  379. ],
  380.  
  381. "mafia3": [
  382.  
  383. "blinky"
  384.  
  385. ]
  386.  
  387. },
  388.  
  389. "canConvert": [
  390.  
  391. "pinky",
  392.  
  393. "clyde",
  394.  
  395. "inky",
  396.  
  397. "blinky"
  398.  
  399. ],
  400.  
  401. "silent": true
  402.  
  403. }
  404.  
  405. },
  406.  
  407. "initialCondition": {
  408.  
  409. "curse": {
  410.  
  411. "cursedRole": "villager2",
  412.  
  413. "curseCount": 2,
  414.  
  415. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  416.  
  417. }
  418.  
  419. },
  420.  
  421. "startup": "team-reveal-with-roles"
  422.  
  423. }
  424.  
  425. },
  426.  
  427. {
  428.  
  429. "role": "villager2",
  430.  
  431. "translation": "Pac-Man",
  432.  
  433. "side": "village",
  434. "hide": true,
  435.  
  436. "help": "Your goal is to eat 3 more pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  437.  
  438. "info": "",
  439.  
  440. "actions": {
  441.  
  442. "teamUtilities": true,
  443.  
  444. "night": {
  445.  
  446. "run": {
  447.  
  448. "command": "protect",
  449.  
  450. "recharge": 2,
  451. "restrict": ["run"],
  452.  
  453. "target": "OnlySelf",
  454.  
  455. "common": "Self",
  456.  
  457. "priority": 1,
  458.  
  459. "broadcast": "team"
  460.  
  461.  
  462. },
  463.  
  464. "eat": {
  465.  
  466. "command": "convert",
  467. "broadcast": "team",
  468. "restrict": ["eat"],
  469.  
  470.  
  471. "target": "OnlySelf",
  472.  
  473. "common": "Self",
  474.  
  475. "priority": 4,
  476.  
  477. "newRole": {
  478.  
  479.  
  480. "villager3": [
  481.  
  482. "villager2"
  483.  
  484. ],
  485.  
  486. "pellet3": [
  487.  
  488. "villager2"
  489.  
  490. ]
  491.  
  492. },
  493.  
  494. "canConvert": [
  495.  
  496. "villager2"
  497.  
  498. ],
  499.  
  500. "silent": true
  501.  
  502. }
  503.  
  504. },
  505.  
  506. "startup": "role-reveal"
  507.  
  508. }
  509.  
  510. },
  511.  
  512. {
  513.  
  514. "role": "pellet3",
  515.  
  516. "translation": "Super Pac-Man",
  517.  
  518. "side": "village",
  519. "hide": true,
  520.  
  521. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  522.  
  523. "info": "",
  524.  
  525. "actions": {
  526.  
  527. "kill": {
  528. "mode": "ignore"
  529. },
  530. "teamUtilities": true,
  531.  
  532. "night": {
  533.  
  534. "kill": {
  535.  
  536. "command": "convert",
  537. "broadcast": "team",
  538.  
  539. "target": "AnyButTeam",
  540.  
  541. "common": "Self",
  542.  
  543. "priority": 5,
  544.  
  545. "newRole": {
  546.  
  547. "mafia0": [
  548.  
  549. "clyde"
  550.  
  551. ],
  552.  
  553. "mafia1": [
  554.  
  555. "pinky"
  556.  
  557. ],
  558.  
  559. "mafia2": [
  560.  
  561. "inky"
  562.  
  563. ],
  564.  
  565. "mafia3": [
  566.  
  567. "blinky"
  568.  
  569. ]
  570.  
  571. },
  572.  
  573. "canConvert": [
  574.  
  575. "pinky",
  576.  
  577. "clyde",
  578.  
  579. "inky",
  580.  
  581. "blinky"
  582.  
  583. ],
  584.  
  585. "silent": true
  586.  
  587. }
  588.  
  589. },
  590.  
  591. "initialCondition": {
  592.  
  593. "curse": {
  594.  
  595. "cursedRole": "villager3",
  596.  
  597. "curseCount": 2,
  598.  
  599. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  600.  
  601. }
  602.  
  603. },
  604.  
  605. "startup": "team-reveal-with-roles"
  606.  
  607. }
  608.  
  609. },
  610.  
  611. {
  612.  
  613. "role": "villager3",
  614.  
  615. "translation": "Pac-Man",
  616.  
  617. "side": "village",
  618. "hide": true,
  619.  
  620. "help": "Your goal is to eat 2 more pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  621.  
  622. "info": "",
  623.  
  624. "actions": {
  625.  
  626. "teamUtilities": true,
  627.  
  628. "night": {
  629.  
  630. "run": {
  631.  
  632. "command": "protect",
  633. "restrict": ["run"],
  634.  
  635. "recharge": 2,
  636.  
  637. "target": "OnlySelf",
  638.  
  639. "common": "Self",
  640.  
  641. "priority": 1,
  642.  
  643. "broadcast": "team"
  644.  
  645.  
  646. },
  647.  
  648. "eat": {
  649.  
  650. "command": "convert",
  651. "restrict": ["eat"],
  652. "broadcast": "team",
  653.  
  654.  
  655. "target": "OnlySelf",
  656.  
  657. "common": "Self",
  658.  
  659. "priority": 4,
  660.  
  661. "newRole": {
  662.  
  663.  
  664. "villager4": [
  665.  
  666. "villager3"
  667.  
  668. ],
  669.  
  670. "pellet4": [
  671.  
  672. "villager3"
  673.  
  674. ]
  675.  
  676. },
  677.  
  678. "canConvert": [
  679.  
  680. "villager3"
  681.  
  682. ],
  683.  
  684. "silent": true
  685.  
  686. }
  687.  
  688. },
  689.  
  690. "startup": "role-reveal"
  691.  
  692. }
  693.  
  694. },
  695.  
  696. {
  697.  
  698. "role": "pellet4",
  699.  
  700. "translation": "Super Pac-Man",
  701.  
  702. "side": "village",
  703. "hide": true,
  704.  
  705. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  706.  
  707. "info": "",
  708.  
  709. "actions": {
  710.  
  711. "kill": {
  712. "mode": "ignore"
  713. },
  714. "teamUtilities": true,
  715.  
  716. "night": {
  717.  
  718. "kill": {
  719.  
  720. "command": "convert",
  721.  
  722. "broadcast": "team",
  723.  
  724. "target": "AnyButTeam",
  725.  
  726. "common": "Self",
  727.  
  728. "priority": 5,
  729.  
  730. "newRole": {
  731.  
  732. "mafia0": [
  733.  
  734. "clyde"
  735.  
  736. ],
  737.  
  738. "mafia1": [
  739.  
  740. "pinky"
  741.  
  742. ],
  743.  
  744. "mafia2": [
  745.  
  746. "inky"
  747.  
  748. ],
  749.  
  750. "mafia3": [
  751.  
  752. "blinky"
  753.  
  754. ]
  755.  
  756. },
  757.  
  758. "canConvert": [
  759.  
  760. "pinky",
  761.  
  762. "clyde",
  763.  
  764. "inky",
  765.  
  766. "blinky"
  767.  
  768. ],
  769.  
  770. "silent": true
  771.  
  772. }
  773.  
  774. },
  775.  
  776. "initialCondition": {
  777.  
  778. "curse": {
  779.  
  780. "cursedRole": "villager4",
  781.  
  782. "curseCount": 2,
  783.  
  784. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  785.  
  786. }
  787.  
  788. },
  789.  
  790. "startup": "team-reveal-with-roles"
  791.  
  792. }
  793.  
  794. },
  795.  
  796. {
  797.  
  798. "role": "villager4",
  799.  
  800. "translation": "Pac-Man",
  801.  
  802. "side": "village",
  803. "hide": true,
  804.  
  805. "help": "Your goal is to eat 1 more pellet in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  806.  
  807. "info": "",
  808.  
  809. "actions": {
  810.  
  811. "teamUtilities": true,
  812.  
  813. "night": {
  814.  
  815. "run": {
  816.  
  817. "command": "protect",
  818. "restrict": ["run"],
  819.  
  820. "recharge": 2,
  821.  
  822. "target": "OnlySelf",
  823.  
  824. "common": "Self",
  825.  
  826. "priority": 1,
  827.  
  828. "broadcast": "team"
  829.  
  830.  
  831. },
  832.  
  833. "eat": {
  834.  
  835. "command": "convert",
  836. "broadcast": "team",
  837. "restrict": ["eat"],
  838.  
  839.  
  840. "target": "OnlySelf",
  841.  
  842. "common": "Self",
  843.  
  844. "priority": 4,
  845.  
  846. "newRole": {
  847.  
  848. "villager5": [
  849.  
  850. "villager4"
  851.  
  852. ]
  853.  
  854. },
  855.  
  856. "canConvert": [
  857.  
  858. "villager4"
  859.  
  860. ],
  861.  
  862. "silent": true
  863.  
  864. }
  865.  
  866. },
  867.  
  868. "startup": "role-reveal"
  869.  
  870. }
  871.  
  872. },
  873.  
  874. {
  875.  
  876. "role": "villager5",
  877.  
  878. "translation": "Pac-Man",
  879.  
  880. "side": "village",
  881. "hide": true,
  882.  
  883. "help": "Congratulations! You have eaten enough pellets to clear the map and win the game!",
  884.  
  885. "info": "",
  886.  
  887. "winIfDeadRoles": [],
  888.  
  889. "actions": {}
  890.  
  891. },
  892.  
  893. {
  894.  
  895. "role": "villager6",
  896.  
  897. "translation": "Pac-Man",
  898.  
  899.  
  900. "side": "village",
  901. "hide": true,
  902.  
  903. "help": "Your goal is to eat 4 pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  904.  
  905. "info": "",
  906.  
  907. "actions": {
  908.  
  909. "teamUtilities": true,
  910.  
  911. "night": {
  912.  
  913. "run": {
  914.  
  915. "command": "protect",
  916. "restrict": ["run"],
  917.  
  918. "recharge": 2,
  919.  
  920. "target": "OnlySelf",
  921.  
  922. "common": "Self",
  923.  
  924. "priority": 1,
  925.  
  926. "broadcast": "team"
  927.  
  928.  
  929. },
  930.  
  931. "eat": {
  932.  
  933. "command": "convert",
  934. "restrict": ["eat"],
  935. "broadcast": "team",
  936.  
  937.  
  938. "target": "OnlySelf",
  939.  
  940. "common": "Self",
  941.  
  942. "priority": 4,
  943.  
  944. "newRole": {
  945.  
  946.  
  947. "villager7": [
  948.  
  949. "villager6"
  950.  
  951. ],
  952.  
  953. "pellet6": [
  954.  
  955. "villager6"
  956.  
  957. ]
  958.  
  959. },
  960.  
  961. "canConvert": [
  962.  
  963. "villager6"
  964.  
  965. ],
  966.  
  967. "silent": true
  968.  
  969. }
  970.  
  971. },
  972.  
  973. "startup": "role-reveal"
  974.  
  975. }
  976.  
  977. },
  978.  
  979. {
  980.  
  981. "role": "pellet6",
  982.  
  983. "translation": "Super Pac-Man",
  984.  
  985. "side": "village",
  986. "hide": true,
  987.  
  988. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  989.  
  990. "info": "",
  991.  
  992. "actions": {
  993.  
  994. "kill": {
  995. "mode": "ignore"
  996. },
  997. "teamUtilities": true,
  998.  
  999. "night": {
  1000.  
  1001. "kill": {
  1002.  
  1003. "command": "convert",
  1004. "broadcast": "team",
  1005.  
  1006. "target": "AnyButTeam",
  1007.  
  1008. "common": "Self",
  1009.  
  1010. "priority": 5,
  1011.  
  1012. "newRole": {
  1013.  
  1014. "mafia0": [
  1015.  
  1016. "clyde"
  1017.  
  1018. ],
  1019.  
  1020. "mafia1": [
  1021.  
  1022. "pinky"
  1023.  
  1024. ],
  1025.  
  1026. "mafia2": [
  1027.  
  1028. "inky"
  1029.  
  1030. ],
  1031.  
  1032. "mafia3": [
  1033.  
  1034. "blinky"
  1035.  
  1036. ]
  1037.  
  1038. },
  1039.  
  1040. "canConvert": [
  1041.  
  1042. "pinky",
  1043.  
  1044. "clyde",
  1045.  
  1046. "inky",
  1047.  
  1048. "blinky"
  1049.  
  1050. ],
  1051.  
  1052. "silent": true
  1053.  
  1054. }
  1055.  
  1056. },
  1057.  
  1058. "initialCondition": {
  1059.  
  1060. "curse": {
  1061.  
  1062. "cursedRole": "villager7",
  1063.  
  1064. "curseCount": 2,
  1065.  
  1066. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  1067.  
  1068. }
  1069.  
  1070. },
  1071.  
  1072. "startup": "team-reveal-with-roles"
  1073.  
  1074. }
  1075.  
  1076. },
  1077.  
  1078. {
  1079.  
  1080. "role": "villager7",
  1081.  
  1082. "translation": "Pac-Man",
  1083.  
  1084. "side": "village",
  1085. "hide": true,
  1086.  
  1087. "help": "Your goal is to eat 3 more pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  1088.  
  1089. "info": "",
  1090.  
  1091. "actions": {
  1092.  
  1093. "teamUtilities": true,
  1094.  
  1095. "night": {
  1096.  
  1097. "run": {
  1098.  
  1099. "command": "protect",
  1100. "restrict": ["run"],
  1101.  
  1102. "recharge": 2,
  1103.  
  1104. "target": "OnlySelf",
  1105.  
  1106. "common": "Self",
  1107.  
  1108. "priority": 1,
  1109.  
  1110. "broadcast": "team"
  1111.  
  1112.  
  1113. },
  1114.  
  1115. "eat": {
  1116.  
  1117. "command": "convert",
  1118. "restrict": ["eat"],
  1119. "broadcast": "team",
  1120.  
  1121.  
  1122. "target": "OnlySelf",
  1123.  
  1124. "common": "Self",
  1125.  
  1126. "priority": 4,
  1127.  
  1128. "newRole": {
  1129.  
  1130.  
  1131. "villager8": [
  1132.  
  1133. "villager7"
  1134.  
  1135. ],
  1136.  
  1137. "pellet7": [
  1138.  
  1139. "villager7"
  1140.  
  1141. ]
  1142.  
  1143. },
  1144.  
  1145. "canConvert": [
  1146.  
  1147. "villager7"
  1148.  
  1149. ],
  1150.  
  1151. "silent": true
  1152.  
  1153. }
  1154.  
  1155. },
  1156.  
  1157. "startup": "role-reveal"
  1158.  
  1159. }
  1160.  
  1161. },
  1162.  
  1163. {
  1164.  
  1165. "role": "pellet7",
  1166.  
  1167. "translation": "Super Pac-Man",
  1168.  
  1169. "side": "village",
  1170. "hide": true,
  1171.  
  1172. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  1173.  
  1174. "info": "",
  1175.  
  1176. "actions": {
  1177.  
  1178. "kill": {
  1179. "mode": "ignore"
  1180. },
  1181. "teamUtilities": true,
  1182.  
  1183. "night": {
  1184.  
  1185. "kill": {
  1186.  
  1187. "command": "convert",
  1188. "broadcast": "team",
  1189.  
  1190. "target": "AnyButTeam",
  1191.  
  1192. "common": "Self",
  1193.  
  1194. "priority": 5,
  1195.  
  1196. "newRole": {
  1197.  
  1198. "mafia0": [
  1199.  
  1200. "clyde"
  1201.  
  1202. ],
  1203.  
  1204. "mafia1": [
  1205.  
  1206. "pinky"
  1207.  
  1208. ],
  1209.  
  1210. "mafia2": [
  1211.  
  1212. "inky"
  1213.  
  1214. ],
  1215.  
  1216. "mafia3": [
  1217.  
  1218. "blinky"
  1219.  
  1220. ]
  1221.  
  1222. },
  1223.  
  1224. "canConvert": [
  1225.  
  1226. "pinky",
  1227.  
  1228. "clyde",
  1229.  
  1230. "inky",
  1231.  
  1232. "blinky"
  1233.  
  1234. ],
  1235.  
  1236. "silent": true
  1237.  
  1238. }
  1239.  
  1240. },
  1241.  
  1242. "initialCondition": {
  1243.  
  1244. "curse": {
  1245.  
  1246. "cursedRole": "villager8",
  1247.  
  1248. "curseCount": 2,
  1249.  
  1250. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  1251.  
  1252. }
  1253.  
  1254. },
  1255.  
  1256. "startup": "team-reveal-with-roles"
  1257.  
  1258. }
  1259.  
  1260. },
  1261.  
  1262. {
  1263.  
  1264. "role": "villager8",
  1265.  
  1266. "translation": "Pac-Man",
  1267.  
  1268. "side": "village",
  1269. "hide": true,
  1270.  
  1271. "help": "Your goal is to eat 2 more pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  1272.  
  1273. "info": "",
  1274.  
  1275. "actions": {
  1276.  
  1277. "teamUtilities": true,
  1278.  
  1279. "night": {
  1280.  
  1281. "run": {
  1282.  
  1283. "command": "protect",
  1284. "restrict": ["run"],
  1285.  
  1286. "recharge": 2,
  1287.  
  1288. "target": "OnlySelf",
  1289.  
  1290. "common": "Self",
  1291.  
  1292. "priority": 1,
  1293.  
  1294. "broadcast": "team"
  1295.  
  1296.  
  1297. },
  1298.  
  1299. "eat": {
  1300.  
  1301. "command": "convert",
  1302. "restrict": ["eat"],
  1303. "broadcast": "team",
  1304.  
  1305.  
  1306. "target": "OnlySelf",
  1307.  
  1308. "common": "Self",
  1309.  
  1310. "priority": 4,
  1311.  
  1312. "newRole": {
  1313.  
  1314.  
  1315. "villager9": [
  1316.  
  1317. "villager8"
  1318.  
  1319. ],
  1320.  
  1321. "pellet8": [
  1322.  
  1323. "villager8"
  1324.  
  1325. ]
  1326.  
  1327. },
  1328.  
  1329. "canConvert": [
  1330.  
  1331. "villager8"
  1332.  
  1333. ],
  1334.  
  1335. "silent": true
  1336.  
  1337. }
  1338.  
  1339. },
  1340.  
  1341. "startup": "role-reveal"
  1342.  
  1343. }
  1344.  
  1345. },
  1346.  
  1347. {
  1348.  
  1349. "role": "pellet8",
  1350.  
  1351. "translation": "Super Pac-Man",
  1352.  
  1353. "side": "village",
  1354. "hide": true,
  1355.  
  1356. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  1357.  
  1358. "info": "",
  1359.  
  1360. "actions": {
  1361.  
  1362. "kill": {
  1363. "mode": "ignore"
  1364. },
  1365. "teamUtilities": true,
  1366.  
  1367. "night": {
  1368.  
  1369. "kill": {
  1370.  
  1371. "command": "convert",
  1372. "broadcast": "team",
  1373.  
  1374. "target": "AnyButTeam",
  1375.  
  1376. "common": "Self",
  1377.  
  1378. "priority": 5,
  1379.  
  1380. "newRole": {
  1381.  
  1382. "mafia0": [
  1383.  
  1384. "clyde"
  1385.  
  1386. ],
  1387.  
  1388. "mafia1": [
  1389.  
  1390. "pinky"
  1391.  
  1392. ],
  1393.  
  1394. "mafia2": [
  1395.  
  1396. "inky"
  1397.  
  1398. ],
  1399.  
  1400. "mafia3": [
  1401.  
  1402. "blinky"
  1403.  
  1404. ]
  1405.  
  1406. },
  1407.  
  1408. "canConvert": [
  1409.  
  1410. "pinky",
  1411.  
  1412. "clyde",
  1413.  
  1414. "inky",
  1415.  
  1416. "blinky"
  1417.  
  1418. ],
  1419.  
  1420. "silent": true
  1421.  
  1422. }
  1423.  
  1424. },
  1425.  
  1426. "initialCondition": {
  1427.  
  1428. "curse": {
  1429.  
  1430. "cursedRole": "villager9",
  1431.  
  1432. "curseCount": 2,
  1433.  
  1434. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  1435.  
  1436. }
  1437.  
  1438. },
  1439.  
  1440. "startup": "team-reveal-with-roles"
  1441.  
  1442. }
  1443.  
  1444. },
  1445.  
  1446. {
  1447.  
  1448. "role": "villager9",
  1449.  
  1450. "translation": "Pac-Man",
  1451.  
  1452. "side": "village",
  1453. "hide": true,
  1454.  
  1455. "help": "Your goal is to eat 1 more pellet in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  1456.  
  1457. "info": "",
  1458.  
  1459. "actions": {
  1460.  
  1461. "teamUtilities": true,
  1462.  
  1463. "night": {
  1464.  
  1465. "run": {
  1466.  
  1467. "command": "protect",
  1468. "restrict": ["run"],
  1469.  
  1470. "recharge": 2,
  1471.  
  1472. "target": "OnlySelf",
  1473.  
  1474. "common": "Self",
  1475.  
  1476. "priority": 1,
  1477.  
  1478. "broadcast": "team"
  1479.  
  1480.  
  1481. },
  1482.  
  1483. "eat": {
  1484.  
  1485. "command": "convert",
  1486. "restrict": ["eat"],
  1487. "broadcast": "team",
  1488.  
  1489.  
  1490. "target": "OnlySelf",
  1491.  
  1492. "common": "Self",
  1493.  
  1494. "priority": 4,
  1495.  
  1496. "newRole": {
  1497.  
  1498. "villager10": [
  1499.  
  1500. "villager9"
  1501.  
  1502. ]
  1503.  
  1504. },
  1505.  
  1506. "canConvert": [
  1507.  
  1508. "villager9"
  1509.  
  1510. ],
  1511.  
  1512. "silent": true
  1513.  
  1514. }
  1515.  
  1516. },
  1517.  
  1518. "startup": "role-reveal"
  1519.  
  1520. }
  1521.  
  1522. },
  1523.  
  1524. {
  1525.  
  1526. "role": "villager10",
  1527.  
  1528. "translation": "Pac-Man",
  1529.  
  1530. "side": "village",
  1531. "hide": true,
  1532.  
  1533. "help": "Congratulations! You have eaten enough pellets to clear the map and win the game!",
  1534.  
  1535. "info": "",
  1536.  
  1537. "winIfDeadRoles": [],
  1538.  
  1539. "actions": {}
  1540.  
  1541. },
  1542.  
  1543. {
  1544.  
  1545. "role": "villager11",
  1546.  
  1547. "translation": "Pac-Man",
  1548.  
  1549. "side": "village",
  1550. "hide": true,
  1551.  
  1552. "help": "Your goal is to eat 3 pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  1553.  
  1554. "info": "",
  1555.  
  1556. "actions": {
  1557.  
  1558. "teamUtilities": true,
  1559.  
  1560. "night": {
  1561.  
  1562. "run": {
  1563.  
  1564. "command": "protect",
  1565. "restrict": ["run"],
  1566.  
  1567. "recharge": 2,
  1568.  
  1569. "target": "OnlySelf",
  1570.  
  1571. "common": "Self",
  1572.  
  1573. "priority": 1,
  1574.  
  1575. "broadcast": "team"
  1576.  
  1577.  
  1578. },
  1579.  
  1580. "eat": {
  1581.  
  1582. "command": "convert",
  1583. "restrict": ["eat"],
  1584. "broadcast": "team",
  1585.  
  1586.  
  1587. "target": "OnlySelf",
  1588.  
  1589. "common": "Self",
  1590.  
  1591. "priority": 4,
  1592.  
  1593. "newRole": {
  1594.  
  1595.  
  1596.  
  1597.  
  1598. "villager12": [
  1599.  
  1600. "villager11"
  1601.  
  1602. ],
  1603.  
  1604. "pellet10": [
  1605.  
  1606. "villager11"
  1607.  
  1608. ]
  1609.  
  1610. },
  1611.  
  1612. "canConvert": [
  1613.  
  1614. "villager11"
  1615.  
  1616. ],
  1617.  
  1618. "silent": true
  1619.  
  1620. }
  1621.  
  1622. },
  1623.  
  1624. "startup": "role-reveal"
  1625.  
  1626. }
  1627.  
  1628. },
  1629.  
  1630. {
  1631.  
  1632. "role": "pellet10",
  1633.  
  1634. "translation": "Super Pac-Man",
  1635.  
  1636. "side": "village",
  1637. "hide": true,
  1638.  
  1639. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  1640.  
  1641. "info": "",
  1642.  
  1643. "actions": {
  1644.  
  1645. "kill": {
  1646. "mode": "ignore"
  1647. },
  1648. "teamUtilities": true,
  1649.  
  1650. "night": {
  1651.  
  1652. "kill": {
  1653.  
  1654. "command": "convert",
  1655. "broadcast": "team",
  1656.  
  1657. "target": "AnyButTeam",
  1658.  
  1659. "common": "Self",
  1660.  
  1661. "priority": 5,
  1662.  
  1663. "newRole": {
  1664.  
  1665. "mafia0": [
  1666.  
  1667. "clyde"
  1668.  
  1669. ],
  1670.  
  1671. "mafia1": [
  1672.  
  1673. "pinky"
  1674.  
  1675. ],
  1676.  
  1677. "mafia2": [
  1678.  
  1679. "inky"
  1680.  
  1681. ],
  1682.  
  1683. "mafia3": [
  1684.  
  1685. "blinky"
  1686.  
  1687. ]
  1688.  
  1689. },
  1690.  
  1691. "canConvert": [
  1692.  
  1693. "pinky",
  1694.  
  1695. "clyde",
  1696.  
  1697. "inky",
  1698.  
  1699. "blinky"
  1700.  
  1701. ],
  1702.  
  1703. "silent": true
  1704.  
  1705. }
  1706.  
  1707. },
  1708.  
  1709. "initialCondition": {
  1710.  
  1711. "curse": {
  1712.  
  1713. "cursedRole": "villager12",
  1714.  
  1715. "curseCount": 2,
  1716.  
  1717. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  1718.  
  1719. }
  1720.  
  1721. },
  1722.  
  1723. "startup": "team-reveal-with-roles"
  1724.  
  1725. }
  1726.  
  1727. },
  1728.  
  1729. {
  1730.  
  1731. "role": "villager12",
  1732.  
  1733. "translation": "Pac-Man",
  1734.  
  1735. "side": "village",
  1736. "hide": true,
  1737.  
  1738. "help": "Your goal is to eat 2 more pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  1739.  
  1740. "info": "",
  1741.  
  1742. "actions": {
  1743.  
  1744. "teamUtilities": true,
  1745.  
  1746. "night": {
  1747.  
  1748. "run": {
  1749.  
  1750. "command": "protect",
  1751. "restrict": ["run"],
  1752.  
  1753. "recharge": 2,
  1754.  
  1755. "target": "OnlySelf",
  1756.  
  1757. "common": "Self",
  1758.  
  1759. "priority": 1,
  1760.  
  1761. "broadcast": "team"
  1762.  
  1763.  
  1764. },
  1765.  
  1766. "eat": {
  1767.  
  1768. "command": "convert",
  1769. "restrict": ["eat"],
  1770. "broadcast": "team",
  1771.  
  1772.  
  1773. "target": "OnlySelf",
  1774.  
  1775. "common": "Self",
  1776.  
  1777. "priority": 4,
  1778.  
  1779. "newRole": {
  1780.  
  1781.  
  1782. "villager13": [
  1783.  
  1784. "villager12"
  1785.  
  1786. ],
  1787.  
  1788. "pellet11": [
  1789.  
  1790. "villager12"
  1791.  
  1792. ]
  1793.  
  1794. },
  1795.  
  1796. "canConvert": [
  1797.  
  1798. "villager12"
  1799.  
  1800. ],
  1801.  
  1802. "silent": true
  1803.  
  1804. }
  1805.  
  1806. },
  1807.  
  1808. "startup": "role-reveal"
  1809.  
  1810. }
  1811.  
  1812. },
  1813.  
  1814. {
  1815.  
  1816. "role": "pellet11",
  1817.  
  1818. "translation": "Super Pac-Man",
  1819.  
  1820. "side": "village",
  1821. "hide": true,
  1822.  
  1823. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  1824.  
  1825. "info": "",
  1826.  
  1827. "actions": {
  1828.  
  1829. "kill": {
  1830. "mode": "ignore"
  1831. },
  1832. "teamUtilities": true,
  1833.  
  1834. "night": {
  1835.  
  1836. "kill": {
  1837.  
  1838. "command": "convert",
  1839. "broadcast": "team",
  1840.  
  1841. "target": "AnyButTeam",
  1842.  
  1843. "common": "Self",
  1844.  
  1845. "priority": 5,
  1846.  
  1847. "newRole": {
  1848.  
  1849. "mafia0": [
  1850.  
  1851. "clyde"
  1852.  
  1853. ],
  1854.  
  1855. "mafia1": [
  1856.  
  1857. "pinky"
  1858.  
  1859. ],
  1860.  
  1861. "mafia2": [
  1862.  
  1863. "inky"
  1864.  
  1865. ],
  1866.  
  1867. "mafia3": [
  1868.  
  1869. "blinky"
  1870.  
  1871. ]
  1872.  
  1873. },
  1874.  
  1875. "canConvert": [
  1876.  
  1877. "pinky",
  1878.  
  1879. "clyde",
  1880.  
  1881. "inky",
  1882.  
  1883. "blinky"
  1884.  
  1885. ],
  1886.  
  1887. "silent": true
  1888.  
  1889. }
  1890.  
  1891. },
  1892.  
  1893. "initialCondition": {
  1894.  
  1895. "curse": {
  1896.  
  1897. "cursedRole": "villager13",
  1898.  
  1899. "curseCount": 2,
  1900.  
  1901. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  1902.  
  1903. }
  1904.  
  1905. },
  1906.  
  1907. "startup": "team-reveal-with-roles"
  1908.  
  1909. }
  1910.  
  1911. },
  1912.  
  1913. {
  1914.  
  1915. "role": "villager13",
  1916.  
  1917. "translation": "Pac-Man",
  1918.  
  1919. "side": "village",
  1920. "hide": true,
  1921.  
  1922. "help": "Your goal is to eat 1 more pellet in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  1923.  
  1924. "info": "",
  1925.  
  1926. "actions": {
  1927.  
  1928. "teamUtilities": true,
  1929.  
  1930. "night": {
  1931.  
  1932. "run": {
  1933.  
  1934. "command": "protect",
  1935. "restrict": ["run"],
  1936.  
  1937. "recharge": 2,
  1938.  
  1939. "target": "OnlySelf",
  1940.  
  1941. "common": "Self",
  1942.  
  1943. "priority": 1,
  1944.  
  1945. "broadcast": "team"
  1946.  
  1947.  
  1948. },
  1949.  
  1950. "eat": {
  1951.  
  1952. "command": "convert",
  1953. "restrict": ["eat"],
  1954. "broadcast": "team",
  1955.  
  1956.  
  1957. "target": "OnlySelf",
  1958.  
  1959. "common": "Self",
  1960.  
  1961. "priority": 4,
  1962.  
  1963. "newRole": {
  1964.  
  1965. "villager14": [
  1966.  
  1967. "villager13"
  1968.  
  1969. ]
  1970.  
  1971. },
  1972.  
  1973. "canConvert": [
  1974.  
  1975. "villager13"
  1976.  
  1977. ],
  1978.  
  1979. "silent": true
  1980.  
  1981. }
  1982.  
  1983. },
  1984.  
  1985. "startup": "role-reveal"
  1986.  
  1987. }
  1988.  
  1989. },
  1990.  
  1991. {
  1992.  
  1993. "role": "villager14",
  1994.  
  1995. "translation": "Pac-Man",
  1996.  
  1997. "side": "village",
  1998. "hide": true,
  1999.  
  2000. "help": "Congratulations! You have eaten enough pellets to clear the map and win the game!",
  2001.  
  2002. "info": "",
  2003.  
  2004. "winIfDeadRoles": [],
  2005.  
  2006. "actions": {}
  2007.  
  2008. },
  2009.  
  2010. {
  2011.  
  2012. "role": "villager15",
  2013.  
  2014. "translation": "Pac-Man",
  2015.  
  2016. "side": "village",
  2017. "hide": true,
  2018.  
  2019. "help": "Your goal is to eat 2 pellets in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  2020.  
  2021. "info": "",
  2022.  
  2023. "actions": {
  2024.  
  2025. "teamUtilities": true,
  2026.  
  2027. "night": {
  2028.  
  2029. "run": {
  2030.  
  2031. "command": "protect",
  2032. "restrict": ["run"],
  2033.  
  2034. "recharge": 2,
  2035.  
  2036. "target": "OnlySelf",
  2037.  
  2038. "common": "Self",
  2039.  
  2040. "priority": 1,
  2041.  
  2042. "broadcast": "team"
  2043.  
  2044.  
  2045. },
  2046.  
  2047. "eat": {
  2048.  
  2049. "command": "convert",
  2050. "restrict": ["eat"],
  2051. "broadcast": "team",
  2052.  
  2053.  
  2054. "target": "OnlySelf",
  2055.  
  2056. "common": "Self",
  2057.  
  2058. "priority": 4,
  2059.  
  2060. "newRole": {
  2061.  
  2062.  
  2063. "villager16": [
  2064.  
  2065. "villager15"
  2066.  
  2067. ],
  2068.  
  2069. "pellet13": [
  2070.  
  2071. "villager15"
  2072.  
  2073. ]
  2074.  
  2075. },
  2076.  
  2077. "canConvert": [
  2078.  
  2079. "villager15"
  2080.  
  2081. ],
  2082.  
  2083. "silent": true
  2084.  
  2085. }
  2086.  
  2087. },
  2088.  
  2089. "startup": "role-reveal"
  2090.  
  2091. }
  2092.  
  2093. },
  2094.  
  2095. {
  2096.  
  2097. "role": "pellet13",
  2098.  
  2099. "translation": "Super Pac-Man",
  2100.  
  2101. "side": "village",
  2102. "hide": true,
  2103.  
  2104. "help": "You found a power pellet, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night!",
  2105.  
  2106. "info": "",
  2107.  
  2108. "actions": {
  2109.  
  2110. "kill": {
  2111. "mode": "ignore"
  2112. },
  2113. "teamUtilities": true,
  2114.  
  2115. "night": {
  2116.  
  2117. "kill": {
  2118.  
  2119. "command": "convert",
  2120. "broadcast": "team",
  2121.  
  2122. "target": "AnyButTeam",
  2123.  
  2124. "common": "Self",
  2125.  
  2126. "priority": 5,
  2127.  
  2128. "newRole": {
  2129.  
  2130. "mafia0": [
  2131.  
  2132. "clyde"
  2133.  
  2134. ],
  2135.  
  2136. "mafia1": [
  2137.  
  2138. "pinky"
  2139.  
  2140. ],
  2141.  
  2142. "mafia2": [
  2143.  
  2144. "inky"
  2145.  
  2146. ],
  2147.  
  2148. "mafia3": [
  2149.  
  2150. "blinky"
  2151.  
  2152. ]
  2153.  
  2154. },
  2155.  
  2156. "canConvert": [
  2157.  
  2158. "pinky",
  2159.  
  2160. "clyde",
  2161.  
  2162. "inky",
  2163.  
  2164. "blinky"
  2165.  
  2166. ],
  2167.  
  2168. "silent": true
  2169.  
  2170. }
  2171.  
  2172. },
  2173.  
  2174. "initialCondition": {
  2175.  
  2176. "curse": {
  2177.  
  2178. "cursedRole": "villager16",
  2179.  
  2180. "curseCount": 2,
  2181.  
  2182. "curseConvertMessage": "The ghosts have reverted back to their normal colors and are no longer vulnerable!"
  2183.  
  2184. }
  2185.  
  2186. },
  2187.  
  2188. "startup": "team-reveal-with-roles"
  2189.  
  2190. }
  2191.  
  2192. },
  2193.  
  2194. {
  2195.  
  2196. "role": "villager16",
  2197.  
  2198. "translation": "Pac-Man",
  2199.  
  2200. "side": "village",
  2201. "hide": true,
  2202.  
  2203. "help": "Your goal is to eat 1 more pellet in order to clear the map and win the game for your team! Be careful though, because if the ghosts kill you and all of your teammates, your team loses! You can /eat yourself every night to eat a pellet. You can /run yourself every other night to protect yourself from the ghosts' kills. There is a chance the pellet is a power pellet instead, which allows you to eat a ghost the next night and allows you to evade all nightkills the following night. Any ghost you eat is unable to kill for one night.",
  2204.  
  2205. "info": "",
  2206.  
  2207. "actions": {
  2208.  
  2209. "teamUtilities": true,
  2210.  
  2211. "night": {
  2212.  
  2213. "run": {
  2214.  
  2215. "command": "protect",
  2216. "restrict": ["run"],
  2217.  
  2218. "recharge": 2,
  2219.  
  2220. "target": "OnlySelf",
  2221.  
  2222. "common": "Self",
  2223.  
  2224. "priority": 1,
  2225.  
  2226. "broadcast": "team"
  2227.  
  2228.  
  2229. },
  2230.  
  2231. "eat": {
  2232.  
  2233. "command": "convert",
  2234. "restrict": ["eat"],
  2235. "broadcast": "team",
  2236.  
  2237.  
  2238. "target": "OnlySelf",
  2239.  
  2240. "common": "Self",
  2241.  
  2242. "priority": 4,
  2243.  
  2244. "newRole": {
  2245.  
  2246. "villager17": [
  2247.  
  2248. "villager16"
  2249.  
  2250. ]
  2251.  
  2252. },
  2253.  
  2254. "canConvert": [
  2255.  
  2256. "villager16"
  2257.  
  2258. ],
  2259.  
  2260. "silent": true
  2261.  
  2262. }
  2263.  
  2264. },
  2265.  
  2266. "startup": "role-reveal"
  2267.  
  2268. }
  2269.  
  2270. },
  2271.  
  2272. {
  2273.  
  2274. "role": "villager17",
  2275.  
  2276. "translation": "Pac-Man",
  2277.  
  2278. "side": "village",
  2279. "hide": true,
  2280.  
  2281. "help": "Congratulations! You have eaten enough pellets to clear the map and win the game!",
  2282.  
  2283. "info": "",
  2284.  
  2285. "winIfDeadRoles": [],
  2286.  
  2287. "actions": {}
  2288.  
  2289. },
  2290.  
  2291. {
  2292.  
  2293. "role": "pinky",
  2294.  
  2295. "translation": "Pinky",
  2296.  
  2297. "side": "mafia",
  2298.  
  2299. "help": "You're one of the ghosts trying to stop Pac-Man! You share a /kill with your teammates, and each of you can /kill2 someone every other night (unshared)!",
  2300.  
  2301. "info": "Can kill one person during the night. Can kill a second person (unshared) every other night. ~Sided~",
  2302.  
  2303. "actions": {
  2304.  
  2305. "teamUtilities": true,
  2306.  
  2307. "night": {
  2308.  
  2309. "kill": {
  2310.  
  2311. "target": "AnyButTeam",
  2312.  
  2313. "common": "Team",
  2314.  
  2315. "priority": 3,
  2316.  
  2317. "broadcast": "team"
  2318.  
  2319. },
  2320. "kill2": {
  2321. "command": "kill",
  2322. "target": "AnyButTeam",
  2323. "common": "Self",
  2324. "priority": 6,
  2325. "broadcast": "team",
  2326. "recharge": 2
  2327. }
  2328.  
  2329. },
  2330.  
  2331. "startup": "team-reveal-with-roles"
  2332.  
  2333. }
  2334.  
  2335. },
  2336.  
  2337. {
  2338.  
  2339. "role": "blinky",
  2340.  
  2341. "translation": "Blinky",
  2342.  
  2343. "side": "mafia",
  2344.  
  2345. "help": "You're one of the ghosts trying to stop Pac-Man! You share a /kill with your teammates, and each of you can /kill2 someone every other night (unshared)!",
  2346.  
  2347. "info": "Can kill one person during the night. Can kill a second person (unshared) every other night. ~Sided~",
  2348.  
  2349. "actions": {
  2350.  
  2351. "teamUtilities": true,
  2352.  
  2353. "night": {
  2354.  
  2355. "kill": {
  2356.  
  2357. "target": "AnyButTeam",
  2358.  
  2359. "common": "Team",
  2360.  
  2361. "priority": 3,
  2362.  
  2363. "broadcast": "team"
  2364.  
  2365. },
  2366. "kill2": {
  2367. "command": "kill",
  2368. "target": "AnyButTeam",
  2369. "common": "Self",
  2370. "priority": 6,
  2371. "broadcast": "team",
  2372. "recharge": 2
  2373. }
  2374.  
  2375. },
  2376.  
  2377. "startup": "team-reveal-with-roles"
  2378.  
  2379. }
  2380.  
  2381. },
  2382.  
  2383. {
  2384.  
  2385. "role": "clyde",
  2386.  
  2387. "translation": "Clyde",
  2388.  
  2389. "side": "mafia",
  2390.  
  2391. "help": "You're one of the ghosts trying to stop Pac-Man! You share a /kill with your teammates, and each of you can /kill2 someone every other night (unshared)!",
  2392.  
  2393. "info": "Can kill one person during the night. Can kill a second person (unshared) every other night. ~Sided~",
  2394.  
  2395. "actions": {
  2396.  
  2397. "teamUtilities": true,
  2398.  
  2399. "night": {
  2400.  
  2401. "kill": {
  2402.  
  2403. "target": "AnyButTeam",
  2404.  
  2405. "common": "Team",
  2406.  
  2407. "priority": 3,
  2408.  
  2409. "broadcast": "team"
  2410.  
  2411. },
  2412. "kill2": {
  2413. "command": "kill",
  2414. "target": "AnyButTeam",
  2415. "common": "Self",
  2416. "priority": 6,
  2417. "broadcast": "team",
  2418. "recharge": 2
  2419. }
  2420.  
  2421. },
  2422.  
  2423. "startup": "team-reveal-with-roles"
  2424.  
  2425. }
  2426.  
  2427. },
  2428.  
  2429. {
  2430.  
  2431. "role": "inky",
  2432.  
  2433. "translation": "Inky",
  2434.  
  2435. "side": "mafia",
  2436.  
  2437. "help": "You're one of the ghosts trying to stop Pac-Man! You share a /kill with your teammates, and each of you can /kill2 someone every other night (unshared)!",
  2438.  
  2439. "info": "Can kill one person during the night. Can kill a second person (unshared) every other night. ~Sided~",
  2440.  
  2441. "actions": {
  2442.  
  2443. "teamUtilities": true,
  2444.  
  2445. "night": {
  2446.  
  2447. "kill": {
  2448.  
  2449. "target": "AnyButTeam",
  2450.  
  2451. "common": "Team",
  2452.  
  2453. "priority": 3,
  2454.  
  2455. "broadcast": "team"
  2456.  
  2457. },
  2458. "kill2": {
  2459. "command": "kill",
  2460. "target": "AnyButTeam",
  2461. "common": "Self",
  2462. "priority": 6,
  2463. "broadcast": "team",
  2464. "recharge": 2
  2465. }
  2466.  
  2467. },
  2468.  
  2469. "startup": "team-reveal-with-roles"
  2470.  
  2471. }
  2472.  
  2473. },
  2474.  
  2475. {
  2476.  
  2477. "role": "mafia0",
  2478.  
  2479. "translation": "Clyde's Ghost",
  2480.  
  2481. "side": "mafia",
  2482.  
  2483. "help": "Oh no! Looks like Pac-Man ate you when you were vulnerable! As a result, you are no longer able to kill, but don't worry. You will respawn and regain your ability to kill after one night.",
  2484.  
  2485. "info": "Has to wait 1 night to convert back into Clyde. ~Sided~",
  2486.  
  2487. "actions": {
  2488.  
  2489. "teamUtilities": true,
  2490.  
  2491. "initialCondition": {
  2492.  
  2493. "curse": {
  2494.  
  2495. "cursedRole": "clyde",
  2496.  
  2497. "curseCount": 2,
  2498.  
  2499. "curseConvertMessage": "~Player~ (~New~) has respawned!"
  2500.  
  2501. }
  2502.  
  2503. },
  2504.  
  2505. "startup": "team-reveal-with-roles"
  2506.  
  2507. }
  2508.  
  2509. },
  2510.  
  2511. {
  2512.  
  2513. "role": "mafia1",
  2514.  
  2515. "translation": "Pinky's Ghost",
  2516.  
  2517. "side": "mafia",
  2518.  
  2519. "help": "Oh no! Looks like Pac-Man ate you when you were vulnerable! As a result, you are no longer able to kill, but don't worry. You will respawn and regain your ability to kill after one night.",
  2520.  
  2521. "info": "Has to wait 1 night to convert back into Pinky. ~Sided~",
  2522.  
  2523. "actions": {
  2524.  
  2525. "teamUtilities": true,
  2526.  
  2527. "initialCondition": {
  2528.  
  2529. "curse": {
  2530.  
  2531. "cursedRole": "pinky",
  2532.  
  2533. "curseCount": 2,
  2534.  
  2535. "curseConvertMessage": "~Player~ (~New~) has respawned!"
  2536.  
  2537. }
  2538.  
  2539. },
  2540.  
  2541. "startup": "team-reveal-with-roles"
  2542.  
  2543. }
  2544.  
  2545. },
  2546.  
  2547. {
  2548.  
  2549. "role": "mafia2",
  2550.  
  2551. "translation": "Inky's Ghost",
  2552.  
  2553. "side": "mafia",
  2554.  
  2555. "help": "Oh no! Looks like Pac-Man ate you when you were vulnerable! As a result, you are no longer able to kill, but don't worry. You will respawn and regain your ability to kill after one night.",
  2556.  
  2557. "info": "Has to wait 1 night to convert back into Inky. ~Sided~",
  2558.  
  2559. "actions": {
  2560.  
  2561. "teamUtilities": true,
  2562.  
  2563. "initialCondition": {
  2564.  
  2565. "curse": {
  2566.  
  2567. "cursedRole": "inky",
  2568.  
  2569. "curseCount": 2,
  2570.  
  2571. "curseConvertMessage": "~Player~ (~New~) has respawned!"
  2572.  
  2573. }
  2574.  
  2575. },
  2576.  
  2577. "startup": "team-reveal-with-roles"
  2578.  
  2579. }
  2580.  
  2581. },
  2582.  
  2583. {
  2584.  
  2585. "role": "mafia3",
  2586.  
  2587. "translation": "Blinky's Ghost",
  2588.  
  2589. "side": "mafia",
  2590.  
  2591. "help": "Oh no! Looks like Pac-Man ate you when you were vulnerable! As a result, you are no longer able to kill, but don't worry. You will respawn and regain your ability to kill after one night.",
  2592.  
  2593. "info": "Has to wait 1 night to convert back into Blinky. ~Sided~",
  2594.  
  2595. "actions": {
  2596.  
  2597. "teamUtilities": true,
  2598.  
  2599. "initialCondition": {
  2600.  
  2601. "curse": {
  2602.  
  2603. "cursedRole": "blinky",
  2604.  
  2605. "curseCount": 2,
  2606.  
  2607. "curseConvertMessage": "~Player~ (~New~) has respawned!"
  2608.  
  2609. }
  2610.  
  2611. },
  2612.  
  2613. "startup": "team-reveal-with-roles"
  2614.  
  2615. }
  2616.  
  2617. }
  2618.  
  2619. ],
  2620.  
  2621. "roles1": [
  2622.  
  2623. "inky",
  2624.  
  2625. "villager15",
  2626.  
  2627. "villager15"
  2628.  
  2629. ],
  2630.  
  2631. "roles2": [
  2632.  
  2633. "villager11",
  2634.  
  2635. "villager11",
  2636.  
  2637. "inky",
  2638.  
  2639. "villager11",
  2640.  
  2641. "villager11",
  2642.  
  2643. "blinky",
  2644.  
  2645. "villager11"
  2646.  
  2647. ],
  2648.  
  2649. "roles3": [
  2650.  
  2651. "villager6",
  2652.  
  2653. "villager6",
  2654.  
  2655. "inky",
  2656.  
  2657. "villager6",
  2658.  
  2659. "villager6",
  2660.  
  2661. "blinky",
  2662.  
  2663. "villager6",
  2664.  
  2665. "villager6",
  2666.  
  2667. "clyde",
  2668.  
  2669. "villager6"
  2670.  
  2671. ],
  2672.  
  2673. "roles4": [
  2674.  
  2675. "villager",
  2676.  
  2677. "villager",
  2678.  
  2679. "inky",
  2680.  
  2681. "villager",
  2682.  
  2683. "villager",
  2684.  
  2685. "blinky",
  2686.  
  2687. "villager",
  2688.  
  2689. "villager",
  2690.  
  2691. "clyde",
  2692.  
  2693. "villager",
  2694.  
  2695. "villager",
  2696.  
  2697. "pinky",
  2698.  
  2699. "villager"
  2700.  
  2701. ],
  2702.  
  2703. "villageCantLoseRoles": [
  2704.  
  2705. "villager",
  2706. "villager1",
  2707.  
  2708. "villager2",
  2709.  
  2710. "villager3",
  2711.  
  2712. "villager4",
  2713.  
  2714. "villager5",
  2715.  
  2716.  
  2717. "villager6",
  2718. "villager7",
  2719.  
  2720. "villager8",
  2721.  
  2722. "villager9",
  2723.  
  2724. "villager10",
  2725.  
  2726.  
  2727.  
  2728. "villager11",
  2729. "villager12",
  2730.  
  2731. "villager13",
  2732.  
  2733. "villager14",
  2734.  
  2735.  
  2736. "villager15",
  2737. "villager16",
  2738.  
  2739. "villager17",
  2740. "pellet1",
  2741. "pellet2",
  2742. "pellet3",
  2743. "pellet4",
  2744. "pellet6",
  2745. "pellet7",
  2746. "pellet8",
  2747. "pellet10",
  2748. "pellet11",
  2749. "pellet13"
  2750.  
  2751. ],
  2752.  
  2753. "changelog": [
  2754.  
  2755. "5/23/15: Theme created",
  2756. "5/26/15: Ghosts (mafia) now share a kill and each one has an unshared kill every other night (just like an Alien in SI). Super Pac Man evades nightkills.",
  2757. "5/29/15: Ghosts' kills now outspeed Pac-Man's eat. Ghosts' kill2 is now slower than Pac-Man's kill."
  2758.  
  2759. ]
  2760.  
  2761. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement