Advertisement
Crobat

Insp Mafia Theme Code

Apr 22nd, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. {
  2. "name": "Insp",
  3. "altname": "Coordination",
  4. "author": [
  5. "<b><i><span style='color:#380B61'>Crobat</span></i></b>",
  6. "<b><i><span style='color:#FF00FF'>Espeon</span></i></b>",
  7. "<b><i><span style='color:#FF0000'>Arcanine</span></i></b>",
  8. "<b><i><span style='color:#000000'>Fate Testarossa</span></i></b>",
  9. "<b><i><span style='color:#5882FA'>Amane Ohtori</span></i></b>"
  10. ],
  11. "minplayers": 3,
  12. "nonPeak": true,
  13. "ticks": {
  14. "night": 20,
  15. "standby": 40
  16. },
  17. "summary": "In this theme, it's a simple setup of inspectors against mafia! However, the mafia have the ability to cover any person to make them reveal as an inspector or a mafia when inspected! (The mafia can't kill on the first night.) Which side has the better coordination: the village's inspects or the mafia's cover ups?",
  18. "sides": [
  19. {
  20. "side": "village",
  21. "translation": "Village",
  22. "winmsg": "~Players~ have successfully fended off the mafia!"
  23. },
  24. {
  25. "side": "mafia",
  26. "translation": "Mafia",
  27. "winmsg": "Looks like deception is key. ~Players~ have outsmarted and taken over the village!"
  28. }
  29. ],
  30. "roles": [
  31. {
  32. "role": "inspector",
  33. "translation": "Inspector",
  34. "startupmsg": "You are an Inspector!",
  35. "side": "village",
  36. "help": "Use /inspect during the night to find out if someone is an inspector or a mafia, but be careful! The mafia can cover themselves to be revealed as an inspector, or cover up someone else so that they are revealed as a mafia!",
  37. "info": "Can inspect one person during the night. ~Sided~",
  38. "actions": {
  39. "night": {
  40. "inspect": {
  41. "target": "AnyButSelf",
  42. "common": "Self",
  43. "priority": 2
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "role": "miller",
  50. "translation": "Mafia",
  51. "side": "village",
  52. "hide": true,
  53. "help": "LOOKS LIKE ESPEON/CROBAT SCREWED UP AGAIN BECAUSE YOU SHOULDN'T BE READING THIS! Please contact him.",
  54. "hide": true,
  55. "actions": {
  56. "night": {
  57. "inspect": {
  58. "target": "AnyButSelf",
  59. "common": "Self",
  60. "priority": 2,
  61. "hide": true
  62. }
  63. },
  64. "inspect": {
  65. "revealAs": "mafia"
  66. },
  67. "convert": {
  68. "mode": {
  69. "ignore": ["mafia", "mafia2"]
  70. },
  71. "silent": true
  72. },
  73. "curse": {
  74. "mode": {
  75. "ignore": ["mafia", "mafia2"]
  76. },
  77. "silent": true
  78. },
  79. "dummy": {
  80. "mode": {
  81. "ignore": ["mafia", "mafia2"]
  82. },
  83. "msg": "±Game: You covered ~Self~!"
  84. }
  85. }
  86. },
  87. {
  88. "role": "mafia",
  89. "translation": "Mafia",
  90. "startupmsg": "You are a Mafia!",
  91. "side": "mafia",
  92. "help": "You and your teammates can /kill one person during the night, but you can't kill the first night! However, every other night, you and your teammates can also /cover one person; if this person is yourself or one of your teammates, you will reveal as an inspector if you are inspected that night! If it's someone from the village, they will reveal as a mafia if they are inspected!",
  93. "info": "Can kill one person during the night starting on the second night. Can cover every 2 nights to make a Mafia inspect as Inspector or an Inspector as Mafia for that night. ~Sided~",
  94. "actions": {
  95. "startup": "team-reveal-with-roles",
  96. "teamTalk": true,
  97. "preventTeamvote": true,
  98. "night": {
  99. "kill": {
  100. "target": "AnyButTeam",
  101. "common": "Team",
  102. "broadcast": "team",
  103. "initialrecharge": 2,
  104. "priority": 3
  105. },
  106. "cover": {
  107. "command": ["curse", "convert", "dummy"],
  108. "target": "Any",
  109. "common": "Team",
  110. "recharge": 2,
  111. "priority": 1,
  112. "broadcast": "team",
  113. "newRole": {
  114. "miller": ["inspector"],
  115. "mole": ["mafia", "mafia2"]
  116. },
  117. "cursedRole": {
  118. "inspector": ["inspector"],
  119. "mafia2": ["mafia", "mafia2"]
  120. },
  121. "curseCount": -1,
  122. "cursemsg": "",
  123. "usermsg": "",
  124. "silent": true,
  125. "silentConvert": true,
  126. "silentCurse": true
  127. }
  128. }
  129. }
  130. },
  131. {
  132. "role": "mafia2",
  133. "translation": "Mafia",
  134. "startupmsg": "You are a Mafia!",
  135. "side": "mafia",
  136. "hide": true,
  137. "help": "You and your teammates can /kill one person during the night, but you can't kill the first night! However, every other night, you and your teammates can also /cover one person; if this person is yourself or one of your teammates, you will reveal as an inspector if you are inspected that night! If it's someone from the village, they will reveal as a mafia if they are inspected!",
  138. "info": "Can kill one person during the night starting on the second night. Can cover every 2 nights to make a Mafia inspect as Inspector or an Inspector as Mafia for that night. ~Sided~",
  139. "actions": {
  140. "startup": "team-reveal-with-roles",
  141. "teamTalk": true,
  142. "preventTeamvote": true,
  143. "night": {
  144. "kill": {
  145. "target": "AnyButTeam",
  146. "common": "Team",
  147. "broadcast": "team",
  148. "priority": 3
  149. },
  150. "cover": {
  151. "command": ["curse", "convert", "dummy"],
  152. "target": "Any",
  153. "common": "Team",
  154. "recharge": 2,
  155. "priority": 1,
  156. "broadcast": "team",
  157. "newRole": {
  158. "miller": ["inspector"],
  159. "mole": ["mafia", "mafia2"]
  160. },
  161. "cursedRole": {
  162. "inspector": ["inspector"],
  163. "mafia2": ["mafia", "mafia2"]
  164. },
  165. "curseCount": -1,
  166. "cursemsg": "",
  167. "usermsg": "",
  168. "silent": true,
  169. "silentConvert": true,
  170. "silentCurse": true
  171. }
  172. }
  173. }
  174. },
  175. {
  176. "role": "mole",
  177. "translation": "Inspector",
  178. "side": "mafia",
  179. "help": "LOOKS LIKE ESPEON/CROBAT SCREWED UP AGAIN BECAUSE YOU SHOULDN'T BE READING THIS! Please contact him.",
  180. "hide": true,
  181. "actions": {
  182. "startup": "team-reveal-with-roles",
  183. "teamTalk": true,
  184. "preventTeamvote": true,
  185. "night": {
  186. "kill": {
  187. "target": "AnyButTeam",
  188. "common": "Team",
  189. "broadcast": "team",
  190. "priority": 3,
  191. "hide": true
  192. },
  193. "cover": {
  194. "command": "dummy",
  195. "target": "OnlyTeam",
  196. "common": "Team",
  197. "recharge": 2,
  198. "priority": 1,
  199. "broadcast": "team",
  200. "hide": true
  201. }
  202. },
  203. "inspect": {
  204. "revealAs": "inspector"
  205. },
  206. "convert": {
  207. "mode": {
  208. "ignore": ["mafia", "mafia2"]
  209. },
  210. "silent": true
  211. },
  212. "curse": {
  213. "mode": {
  214. "ignore": ["mafia", "mafia2"]
  215. },
  216. "silent": true
  217. },
  218. "dummy": {
  219. "mode": {
  220. "ignore": ["mafia", "mafia2"]
  221. },
  222. "msg": "±Game: You covered ~Self~!"
  223. }
  224. }
  225. }
  226. ],
  227. "roles1": [
  228. "mafia",
  229. "inspector",
  230. "inspector",
  231. "inspector",
  232. "inspector",
  233. "inspector",
  234. "mafia",
  235. "inspector",
  236. "inspector",
  237. "inspector",
  238. "mafia",
  239. "inspector",
  240. "inspector"
  241. ],
  242. "changelog": [
  243. "4/22/2015: Theme created."
  244. ]
  245. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement