Advertisement
The-Tempest

Zombies Mafia V1

Mar 28th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1. {
  2. "name": "COD Zombies",
  3. "summary": "Theme based on Call of Duty Zombies Mode. Tank Dempsey, Nikolai Belinski, Takeo Masaki and Dr. Edward Richtofen (and others) against a whole mob of Zombies! <i>Current version is under testing as a non-peak theme<i>",
  4. "author": "<b><font color=blue>Suicune3000</font></b>",
  5. "sides": [
  6. {
  7. "side": "village",
  8. "translation": "Heroes",
  9. "winmsg": "You successfully fought off the zombie hordes!"
  10. },
  11. {
  12. "side": "mafia",
  13. "translation": "Zombies",
  14. "winmsg": "BRAAAAIIIIINNNNSS!"
  15. }
  16. ],
  17. "roles": [
  18. {
  19. "role": "dempsey",
  20. "translation": "Tank Dempsey",
  21. "side": "village",
  22. "help": "As one of the four heroes you can kill once per two nights! You can also /equip on the Ray Gun (50% chance of success) to activate its killing ability. Nikolai can protect you, but you don't know Takeo or Richtofen so don't be too trigger-happy...",
  23. "actions": {
  24. "night": {
  25. "kill": {
  26. "target": "AnyButSelf",
  27. "common": "Self",
  28. "priority": 10,
  29. "recharge": 2
  30. },
  31. "equip": {
  32. "command": "convert",
  33. "target": "AnyButSelf",
  34. "common": "Self",
  35. "priority": 7,
  36. "failChance": 0.5,
  37. "newRole": "ray1",
  38. "canConvert": ["ray"],
  39. "silent": "true"
  40. }
  41. },
  42. "kill": {
  43. "mode": {
  44. "ignore": ["nikolai"]
  45. }
  46. },
  47. "onDeath": {
  48. "killRoles": ["ray1"],
  49. "killmsg": "±Game: As Dempsey was killed, ~Target~, the Ray Gun, was lost!"
  50. },
  51. "startup": {
  52. "revealRole": ["nikolai"]
  53. }
  54. }
  55. },
  56. {
  57. "role": "nikolai",
  58. "translation": "Nikolai Belinski",
  59. "side": "village",
  60. "help": "As one of the four heroes you can kill once per two nights. You can also /equip on the Ray Gun (50% chance of success) to activate its killing ability. You can also protect Tank Dempsey with /guard! However, you do not know the identity of Richtofen or Takeo... so be careful of 'accidental' friendly fire!",
  61. "actions": {
  62. "night": {
  63. "kill": {
  64. "target": "AnyButSelf",
  65. "common": "Self",
  66. "priority": 10,
  67. "recharge": 2,
  68. "initialrecharge": 2
  69. },
  70. "protect": {
  71. "target": "AnyButSelf",
  72. "common": "Self",
  73. "priority": 3,
  74. "broadcast": "role"
  75. },
  76. "equip": {
  77. "command": "convert",
  78. "target": "AnyButSelf",
  79. "common": "Self",
  80. "priority": 6,
  81. "failChance": 0.5,
  82. "newRole": "ray2",
  83. "canConvert": ["ray"],
  84. "silent": "true"
  85. }
  86. },
  87. "kill": {
  88. "mode": {
  89. "ignore": ["dempsey"]
  90. }
  91. },
  92. "onDeath": {
  93. "killRoles": ["ray2"],
  94. "killmsg": "±Game: As Nikolai was killed, ~Target~, the Ray Gun, was lost!"
  95. },
  96. "startup": {
  97. "revealRole": ["dempsey"]
  98. }
  99. }
  100. },
  101. {
  102. "role": "takeo",
  103. "translation": "Takeo Masaki",
  104. "side": "village",
  105. "help": "As one of the four heroes you can kill once per two nights! You can also /equip on the Ray Gun (50% chance of success) to activate its killing ability. You can also protect Richtofen with /protect! Keep in mind that you don't know Nikolai or Dempsey, so beware of friendly fire",
  106. "actions": {
  107. "night": {
  108. "kill": {
  109. "target": "AnyButSelf",
  110. "common": "Self",
  111. "priority": 11,
  112. "recharge": 2,
  113. "initialrecharge": 2
  114. },
  115. "protect": {
  116. "target": "AnyButSelf",
  117. "common": "Self",
  118. "priority": 4,
  119. "broadcast": "role"
  120. },
  121. "equip": {
  122. "command": "convert",
  123. "target": "AnyButSelf",
  124. "common": "Self",
  125. "priority": 5,
  126. "failChance": 0.5,
  127. "newRole": "ray3",
  128. "canConvert": ["ray"],
  129. "silent": "true"
  130. }
  131. },
  132. "kill": {
  133. "mode": {
  134. "ignore": ["richtofen"]
  135. }
  136. },
  137. "onDeath": {
  138. "killRoles": ["ray3"],
  139. "killmsg": "±Game: As Takeo was killed, ~Target~, the Ray Gun, was lost!"
  140. },
  141. "startup": {
  142. "revealRole": ["richtofen"]
  143. }
  144. }
  145. },
  146. {
  147. "role": "richtofen",
  148. "translation": "Dr. Richtofen",
  149. "side": "village",
  150. "help": "As one of the four heroes you can kill once per two nights, starting N2! You can also /equip on the Ray Gun (50% chance of success). to activate its killing ability. You know Takeo, who can protect you, but not Dempsey or Nikolai, so be careful as you can kill them!",
  151. "actions": {
  152. "night": {
  153. "kill": {
  154. "target": "AnyButSelf",
  155. "common": "Self",
  156. "priority": 11,
  157. "recharge": 2
  158. },
  159. "equip": {
  160. "command": "convert",
  161. "target": "AnyButSelf",
  162. "common": "Self",
  163. "priority": 8,
  164. "failChance": 0.5,
  165. "newRole": "ray4",
  166. "canConvert": ["ray"],
  167. "silent": "true"
  168. }
  169. },
  170. "kill": {
  171. "mode": {
  172. "ignore": ["takeo"]
  173. }
  174. },
  175. "onDeath": {
  176. "killRoles": ["ray4"],
  177. "killmsg": "±Game: As Richtofen was killed, ~Target~, the Ray Gun, was lost!"
  178. },
  179. "startup": {
  180. "revealRole": ["takeo"]
  181. }
  182. }
  183. },
  184. {
  185. "role": "zombie1",
  186. "translation": "Zombie",
  187. "side": "mafia",
  188. "help": "Brains? You can kill once per night, but you don't know your teammates so be careful of friendly fire!",
  189. "actions": {
  190. "night": {
  191. "kill": {
  192. "target": "AnyButSelf",
  193. "common": "Role",
  194. "priority": 25
  195. }
  196. }
  197. }
  198. },
  199. {
  200. "role": "zombie2",
  201. "translation": "Zombie",
  202. "side": "mafia",
  203. "help": "Brains? You can kill once per night, but you don't know your teammates so be careful of friendly fire!",
  204. "actions": {
  205. "night": {
  206. "kill": {
  207. "target": "AnyButSelf",
  208. "common": "Role",
  209. "priority": 23
  210. }
  211. }
  212. }
  213. },
  214. {
  215. "role": "zombie3",
  216. "translation": "Zombie",
  217. "side": "mafia",
  218. "help": "Brains? You can kill once per night, but you don't know your teammates so be careful of friendly fire!",
  219. "actions": {
  220. "night": {
  221. "kill": {
  222. "target": "AnyButSelf",
  223. "common": "Role",
  224. "priority": 20
  225. }
  226. }
  227. }
  228. },
  229. {
  230. "role": "spz1",
  231. "translation": "Shrieker Zombie",
  232. "side": "mafia",
  233. "help": "You're a shrieker zombie! You move very fast, so you get the first kill, unless a hero has activated the Ray Gun... and can also distort heroes' vision with your screams. You can kill once per night and also /blind an enemy as well! And you know a few of your teammates so be quick and link them so they don't eat each other...",
  234. "actions": {
  235. "night": {
  236. "kill": {
  237. "target": "AnyButSelf",
  238. "common": "Self",
  239. "priority": 9
  240. },
  241. "blind": {
  242. "command": "distract",
  243. "target": "AnyButSelf",
  244. "common": "Self",
  245. "priority": 1
  246. }
  247. },
  248. "startup": {
  249. "revealRole": "zombie1"
  250. }
  251. }
  252. },
  253. {
  254. "role": "spz2",
  255. "translation": "Napalm Zombie",
  256. "side": "mafia",
  257. "help": "As a Napalm Zombie you are extremely dangerous, but slow moving. You get a kill once per night, and when killed you poison your attacker.",
  258. "actions": {
  259. "night": {
  260. "kill": {
  261. "target": "AnyButSelf",
  262. "common": "Self",
  263. "priority": 30
  264. }
  265. },
  266. "kill": {
  267. "mode": "poisonattacker",
  268. "count": 3,
  269. "poisonDeadMessage": "You were burnt to death by Napalm from the zombie you killed!"
  270. }
  271. }
  272. },
  273. {
  274. "role": "ray",
  275. "translation": "Ray Gun",
  276. "side": "village",
  277. "help": "You're the Ray Gun! As a gun, you're immortal... but you can't do anything until you're equipped by a hero. You can't be killed at the moment, so claim to have a hero attempt to equip you!",
  278. "actions": {
  279. "kill": {
  280. "mode": "ignore"
  281. },
  282. "poison": {
  283. "mode": "ignore"
  284. }
  285. }
  286. },
  287. {
  288. "role": "ray1",
  289. "translation": "Equipped Ray Gun",
  290. "side": "village",
  291. "help": "Wow, you got equipped by Tank Dempsey! Type /kill in the standby phase to kill a player! You now have a 90% chance to evade all kills, and you are the only player capable of safely killing the Napalm Zombie, but when Dempsey dies you go with him...",
  292. "actions": {
  293. "standby": {
  294. "kill": {
  295. "target": "AnyButSelf",
  296. "msg": "Type /kill to kill now. Pick your target wisely!",
  297. "killmsg": "The Ray Gun was fired at ~Target~ who was instantly killed!"
  298. }
  299. },
  300. "kill": {
  301. "mode": {
  302. "evadeChance": 0.9
  303. }
  304. },
  305. "poison": {
  306. "mode": "ignore"
  307. }
  308. }
  309. },
  310. {
  311. "role": "ray2",
  312. "translation": "Equipped Ray Gun",
  313. "side": "village",
  314. "help": "Wow, you got equipped by Nikolai Belinski! Type /kill in the standby phase to kill a player! You now have a 90% chance to evade all kills, and you are the only player capable of safely killing the Napalm Zombie, but when Dempsey dies you go with him...",
  315. "actions": {
  316. "standby": {
  317. "kill": {
  318. "target": "AnyButSelf",
  319. "msg": "Type /kill to kill now. Pick your target wisely!",
  320. "killmsg": "The Ray Gun was fired at ~Target~ who was instantly killed!"
  321. }
  322. },
  323. "kill": {
  324. "mode": {
  325. "evadeChance": 0.9
  326. }
  327. },
  328. "poison": {
  329. "mode": "ignore"
  330. }
  331. }
  332. },
  333. {
  334. "role": "ray3",
  335. "translation": "Equipped Ray Gun",
  336. "side": "village",
  337. "help": "Wow, you got equipped by Takeo Masaki! Type /kill in the standby phase to kill a player! You now have a 90% chance to evade all kills, and you are the only player capable of safely killing the Napalm Zombie, but when Dempsey dies you go with him...",
  338. "actions": {
  339. "standby": {
  340. "kill": {
  341. "target": "AnyButSelf",
  342. "msg": "Type /kill to kill now. Pick your target wisely!",
  343. "killmsg": "The Ray Gun was fired at ~Target~ who was instantly killed!"
  344. }
  345. },
  346. "kill": {
  347. "mode": {
  348. "evadeChance": 0.9
  349. }
  350. },
  351. "poison": {
  352. "mode": "ignore"
  353. }
  354. }
  355. },
  356. {
  357. "role": "ray4",
  358. "translation": "Equipped Ray Gun",
  359. "side": "village",
  360. "help": "Wow, you got equipped by Dr. Richtofen! Type /kill in the standby phase to kill a player! You now have a 90% chance to evade all kills, and you are the only player capable of safely killing the Napalm Zombie, but when Dempsey dies you go with him...",
  361. "actions": {
  362. "standby": {
  363. "kill": {
  364. "target": "AnyButSelf",
  365. "msg": "Type /kill to kill now. Pick your target wisely!",
  366. "killmsg": "The Ray Gun was fired at ~Target~ who was instantly killed!"
  367. }
  368. },
  369. "kill": {
  370. "mode": {
  371. "evadeChance": 0.9
  372. }
  373. },
  374. "poison": {
  375. "mode": "ignore"
  376. }
  377. }
  378. }
  379. ],
  380. "roles1": [
  381. "dempsey",
  382. "takeo",
  383. "zombie1",
  384. "zombie2",
  385. "zombie3"
  386. ],
  387. "roles2": [
  388. "dempsey",
  389. "nikolai",
  390. "zombie1",
  391. "zombie2",
  392. "zombie3",
  393. "zombie1",
  394. "ray",
  395. "zombie2",
  396. "spz1",
  397. "zombie3"
  398. ],
  399. "roles3": [
  400. "dempsey",
  401. "nikolai",
  402. "takeo",
  403. "richtofen",
  404. "ray",
  405. "zombie1",
  406. "zombie1",
  407. "spz1",
  408. "zombie2",
  409. "zombie3",
  410. "zombie2",
  411. "zombie3",
  412. "spz2",
  413. "zombie2",
  414. "zombie3"
  415. ]
  416. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement