DanyBv

PO Dany Mafia Theme

Mar 15th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 KB | None | 0 0
  1. {
  2. "name": "Dany",
  3. "author": "DanyBrasov",
  4. "summary": "This is the Dany theme.",
  5. "border": "*** Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany Dany ***",
  6. "minplayers": 4,
  7. "sides": [
  8. {
  9. "side": "good",
  10. "translation": "Good Peoples",
  11. "winmsg": "±Game: ~Players~ have saved the world from the Mafia!"
  12. },
  13. {
  14. "side": "mafia",
  15. "translation": "Mafia",
  16. "winmsg": "±Game: ~Players~ have taken the control of the world!"
  17. },
  18. {
  19. "side": "conspirator",
  20. "translation": "Bogdan The Jealous"
  21. }
  22. ],
  23. "roles": [
  24. {
  25. "role": "coco",
  26. "translation": "Coco Godfather",
  27. "side": "mafia",
  28. "help": "You are the Coco Godfather. You and the Mafia must kill the president and the FBI. Your vote counts as -3. Type /Kill [name] to kill someone! You can corrupt a player from the FBI with the command /corrupt [name]. You have a 10% chance of corrupting.",
  29. "actions": {
  30. "night": {
  31. "kill": {
  32. "target": "AnyButSelf",
  33. "common": "Role",
  34. "priority": 30
  35. },
  36. "corrupt": {
  37. "command": "convert",
  38. "target": "AnyButSelf",
  39. "common": "Role",
  40. "priority": 11,
  41. "failChance": 0.9,
  42. "canConvert": [
  43. "razvan",
  44. "cosmin",
  45. "fbi"
  46. ],
  47. "newRole": {
  48. "razvan": [
  49. "razvan2"
  50. ],
  51. "cosmin": [
  52. "cosmin2"
  53. ],
  54. "fbi": [
  55. "mafia"
  56. ]
  57. },
  58. "convertmsg": "~Target~ is now ~New~."
  59. }
  60. },
  61. "vote": -3
  62. }
  63. },
  64. {
  65. "role": "bogdan",
  66. "translation": "Bogdan The Jealous",
  67. "side": "conspirator",
  68. "help": "You are Bogdan The Jealous. You can expose a player during the standby phase using /expose [name]. ",
  69. "actions": {
  70. "standby": {
  71. "expose": {
  72. "target": "AnyButSelf",
  73. "msg": "You can type /expose [name] to reveal someone's role!",
  74. "exposemsg": "Bogdan The Jealous, points to ~Target~ and shouts: That person is the ~Role~!"
  75. }
  76. }
  77. }
  78. },
  79. {
  80. "role": "claudiu",
  81. "translation": "Claudiu Mafia",
  82. "side": "mafia",
  83. "help": "You are Claudiu from the Mafia. You must protect the Godfather and kill the President and the FBI. Type /Kill [name] to kill someone ! ",
  84. "actions": {
  85. "night": {
  86. "kill": {
  87. "target": "AnyButSelf",
  88. "common": "Role",
  89. "priority": 10,
  90. "broadcast": "role"
  91. }
  92. }
  93. }
  94. },
  95. {
  96. "role": "narcis",
  97. "translation": "Narcis Mafia",
  98. "side": "mafia",
  99. "help": "You are Narcis from the Mafia. You must protect the Godfather and kill the President and the FBI. Type /protect [name] to protect someone ! ",
  100. "actions": {
  101. "night": {
  102. "protect": {
  103. "target": "AnyButSelf",
  104. "common": "Role",
  105. "priority": 10,
  106. "broadcast": "role"
  107. }
  108. }
  109. }
  110. },
  111. {
  112. "role": "razvan2",
  113. "translation": "Razvy Mafia",
  114. "side": "mafia",
  115. "help": "You are Razvy from the Mafia. You must protect the Godfather and kill the President and the FBI. Type /protect [name] to protect someone ! ",
  116. "actions": {
  117. "night": {
  118. "protect": {
  119. "target": "AnyButSelf",
  120. "common": "Role",
  121. "priority": 10,
  122. "broadcast": "role"
  123. }
  124. }
  125. }
  126. },
  127. {
  128. "role": "cosmin2",
  129. "translation": "Cosmy Mafia",
  130. "side": "mafia",
  131. "help": "You are Cosmy from the Mafia. You must protect the Godfather and kill the President and the FBI. Type /Kill [name] to kill someone ! ",
  132. "actions": {
  133. "night": {
  134. "kill": {
  135. "target": "AnyButTeam",
  136. "common": "Role",
  137. "priority": 10,
  138. "broadcast": "role"
  139. }
  140. }
  141. }
  142. },
  143. {
  144. "role": "mafia",
  145. "translation": "Mafia",
  146. "side": "mafia",
  147. "help": "You are part of the Mafia. You must kill the President and the FBI. Type /Kill [name] to kill someone ! ",
  148. "actions": {
  149. "night": {
  150. "kill": {
  151. "target": "AnyButTeam",
  152. "common": "Role",
  153. "priority": 10,
  154. "broadcast": "role"
  155. }
  156. }
  157. }
  158. },
  159. {
  160. "role": "dany",
  161. "translation": "President Dany",
  162. "side": "good",
  163. "help": "You are the Dany President. You and the FBI must kill the mafia and the godfather. Type /Kill [name] to kill someone ! Your vote counts as 3. Type /inspect [name] to discover a player role. ",
  164. "actions": {
  165. "night": {
  166. "kill": {
  167. "target": "AnyButTeam",
  168. "common": "Role",
  169. "priority": 30
  170. },
  171. "inspect": {
  172. "target": "AnyButSelf",
  173. "common": "Self",
  174. "priority": 30
  175. }
  176. },
  177. "vote": 3
  178. }
  179. },
  180. {
  181. "role": "razvan",
  182. "translation": "Razvy FBI",
  183. "side": "good",
  184. "help": "You are Razvy from the FBI. You must protect the President Dany and kill the Godfather and the Mafia. Type /protect [name] to protect someone ! ",
  185. "actions": {
  186. "night": {
  187. "protect": {
  188. "target": "AnyButSelf",
  189. "common": "Role",
  190. "priority": 10,
  191. "broadcast": "role"
  192. }
  193. }
  194. }
  195. },
  196. {
  197. "role": "cosmin",
  198. "translation": "Cosmy FBI",
  199. "side": "good",
  200. "help": "You are Cosmy from the FBI. You must protect the President Dany and kill the Godfather and the Mafia. Type /Kill [name] to kill someone ! ",
  201. "actions": {
  202. "night": {
  203. "kill": {
  204. "target": "AnyButTeam",
  205. "common": "Role",
  206. "priority": 10,
  207. "broadcast": "role"
  208. }
  209. }
  210. }
  211. },
  212. {
  213. "role": "fbi",
  214. "translation": "FBI",
  215. "side": "good",
  216. "help": "You are part of the FBI. Type /protect [name] to protect someone ! ",
  217. "actions":{
  218. "protect": {
  219. "target": "AnyButSelf",
  220. "common": "Role",
  221. "priority": 10,
  222. "broadcast": "role"
  223. }
  224. }
  225. }
  226. ],
  227. "roles1": [
  228. "dany",
  229. "coco",
  230. "razvan",
  231. "narcis",
  232. "cosmin",
  233. "claudiu",
  234. "bogdan",
  235. "fbi",
  236. "mafia",
  237. "fbi",
  238. "mafia",
  239. "fbi",
  240. "mafia",
  241. "fbi",
  242. "mafia",
  243. "fbi",
  244. "mafia",
  245. "fbi",
  246. "mafia",
  247. "fbi",
  248. "mafia",
  249. "fbi",
  250. "mafia",
  251. "fbi",
  252. "mafia",
  253. "fbi",
  254. "mafia",
  255. "fbi",
  256. "mafia",
  257. "fbi",
  258. "mafia",
  259. "fbi",
  260. "mafia",
  261. "fbi",
  262. "mafia",
  263. "fbi",
  264. "mafia",
  265. "fbi",
  266. "mafia",
  267. "fbi",
  268. "mafia",
  269. "fbi",
  270. "mafia",
  271. "fbi",
  272. "mafia",
  273. "fbi",
  274. "mafia",
  275. "fbi",
  276. "mafia",
  277. "fbi",
  278. "mafia",
  279. "fbi"
  280. ]
  281. }
Advertisement
Add Comment
Please, Sign In to add comment