Advertisement
Fegelein

Untitled

Feb 12th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. {
  2. "name": "Dethy",
  3. "author": "Fegelein",
  4. "minplayers": 3,
  5. "summary": "The mafia have found the Inspector Retirement home, and now it is up to the Inspectors to defend themselves! There are Sane Inspectors (always right), Insane Inspectors (always wrong), Paranoid Inspectors (always sees someone as Mafia), and Naive Inspectors (always sees someone as Inspector). Watch out for the Don though, he inspects as a good guy to the Sane Inspector! Made by Fegelein, PM him with feedback.",
  6. "ticks": {
  7. "standby": 60,
  8. "night": 20
  9. },
  10. "sides": [
  11. {
  12. "side": "village",
  13. "translation": "Village",
  14. "winmsg": "Congratulations. You, ~Players~ can retire in peace!"
  15. },
  16. {
  17. "side": "mafia",
  18. "translation": "Mafia",
  19. "winmsg": "You've successfully taken over the Retirement Home! Now ~Players~ can use it as their secret hideout!"
  20. }
  21. ],
  22. "roles": [
  23. {
  24. "role": "inspector",
  25. "translation": "Inspector",
  26. "side": "village",
  27. "help": "You are a retired Inspector, but now you're back to fight the Mafia! Type /Inspect [name] to find his/her identity!",
  28. "actions": {
  29. "night": {
  30. "inspect": {
  31. "target": "AnyButSelf",
  32. "common": "Self",
  33. "priority": 30,
  34. "Sight": {
  35. "true": 1
  36. }
  37. },
  38. "inspectAs": "mafia"
  39. }
  40. }
  41. },
  42. {
  43. "role": "insaneinspector",
  44. "translation": "Inspector",
  45. "side": "village",
  46. "help": "You are a retired Inspector, but now you're back to fight the Mafia! Type /Inspect [name] to find his/her identity!",
  47. "actions": {
  48. "night": {
  49. "inspect": {
  50. "target": "AnyButSelf",
  51. "common": "Self",
  52. "priority": 30
  53. }
  54. },
  55. "inspectAs": "mafia"
  56. }
  57. },
  58. {
  59. "role": "paranoidinspector",
  60. "translation": "Inspector",
  61. "side": "village",
  62. "help": "You are a retired Inspector, but now you're back to fight the Mafia! Type /Inspect [name] to find his/her identity!",
  63. "actions": {
  64. "night": {
  65. "inspect": {
  66. "target": "AnyButSelf",
  67. "common": "Self",
  68. "priority": 30,
  69. "Sight": {
  70. "mafia": 1
  71. }
  72. },
  73. "inspectAs": "mafia"
  74. }
  75. }
  76. },
  77. {
  78. "role": "naiveinspector",
  79. "translation": "Inspector",
  80. "side": "village",
  81. "help": "You are a retired Inspector, but now you're back to fight the Mafia! Type /Inspect [name] to find his/her identity!",
  82. "actions": {
  83. "night": {
  84. "inspect": {
  85. "target": "AnyButSelf",
  86. "common": "Self",
  87. "priority": 30,
  88. "Sight": {
  89. "inspector": 1
  90. }
  91. },
  92. "inspectAs": "mafia"
  93. }
  94. }
  95. },
  96. {
  97. "role": "mafia",
  98. "translation": "Mafia",
  99. "side": "mafia",
  100. "help": "You are a member of the mafia, hoping to get rid of all of the Inspectors! Type /Kill [name] to kill someone! You cannot kill the first night!",
  101. "actions": {
  102. "night": {
  103. "kill": {
  104. "target": "AnyButTeam",
  105. "common": "Team",
  106. "priority": 11,
  107. "broadcast": "team",
  108. "intialRecharge": 1
  109. }
  110. },
  111. "startup": "team-reveal"
  112. }
  113. },
  114. {
  115. "role": "donmafia",
  116. "translation": "Mafia Don",
  117. "side": "mafia",
  118. "help": "You are the leader of the Mafia, hoping to get rid of all of the Inspectors! Type /Kill [name] to kill someone! You cannot kill the first night! You also inspect as an Inspector!",
  119. "actions": {
  120. "night": {
  121. "kill": {
  122. "target": "AnyButTeam",
  123. "common": "Team",
  124. "priority": 11,
  125. "broadcast": "team",
  126. "intialRecharge": 1
  127. }
  128. },
  129. "startup": "team-reveal",
  130. "inspectAs": "inspector"
  131. }
  132. }
  133. ],
  134. "roles1": [
  135. "inspector",
  136. "insaneinspector",
  137. "mafia",
  138. {
  139. "paranoidinspector": 0.5,
  140. "naiveinspector": 0.5
  141. },
  142. {
  143. "paranoidinspector": 0.5,
  144. "naiveinspector": 0.5
  145. },
  146. {
  147. "paranoidinspector": 0.25,
  148. "naiveinspector": 0.25,
  149. "inspector": 0.25,
  150. "insaneinspector": 0.25
  151. },
  152. "mafia",
  153. {
  154. "paranoidinspector": 0.25,
  155. "naiveinspector": 0.25,
  156. "inspector": 0.25,
  157. "insaneinspector": 0.25
  158. },
  159. {
  160. "paranoidinspector": 0.25,
  161. "naiveinspector": 0.25,
  162. "inspector": 0.25,
  163. "insaneinspector": 0.25
  164. },
  165. {
  166. "paranoidinspector": 0.25,
  167. "naiveinspector": 0.25,
  168. "inspector": 0.25,
  169. "insaneinspector": 0.25
  170. },
  171. "mafia",
  172. {
  173. "paranoidinspector": 0.25,
  174. "naiveinspector": 0.25,
  175. "inspector": 0.25,
  176. "insaneinspector": 0.25
  177. },
  178. {
  179. "paranoidinspector": 0.25,
  180. "naiveinspector": 0.25,
  181. "inspector": 0.25,
  182. "insaneinspector": 0.25
  183. },
  184. {
  185. "paranoidinspector": 0.25,
  186. "naiveinspector": 0.25,
  187. "inspector": 0.25,
  188. "insaneinspector": 0.25
  189. },
  190. "mafia",
  191. {
  192. "paranoidinspector": 0.25,
  193. "naiveinspector": 0.25,
  194. "inspector": 0.25,
  195. "insaneinspector": 0.25
  196. },
  197. {
  198. "paranoidinspector": 0.25,
  199. "naiveinspector": 0.25,
  200. "inspector": 0.25,
  201. "insaneinspector": 0.25
  202. },
  203. {
  204. "paranoidinspector": 0.25,
  205. "naiveinspector": 0.25,
  206. "inspector": 0.25,
  207. "insaneinspector": 0.25
  208. },
  209. "mafia",
  210. {
  211. "paranoidinspector": 0.25,
  212. "naiveinspector": 0.25,
  213. "inspector": 0.25,
  214. "insaneinspector": 0.25
  215. },
  216. {
  217. "paranoidinspector": 0.25,
  218. "naiveinspector": 0.25,
  219. "inspector": 0.25,
  220. "insaneinspector": 0.25
  221. },
  222. {
  223. "paranoidinspector": 0.25,
  224. "naiveinspector": 0.25,
  225. "inspector": 0.25,
  226. "insaneinspector": 0.25
  227. },
  228. "donmafia"
  229. ]
  230. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement