Advertisement
Crobat

Not Vanilla Mafia Theme Code

Jun 6th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.27 KB | None | 0 0
  1. {
  2. "name": "NV",
  3. "altname": "Not Vanilla",
  4. "macro": false,
  5. "author": [
  6. "<b><i><span style='color:#380B61'>Crobat</span></i></b>",
  7. "<b><i><span style='color:#FF00FF'>Espeon</span></i></b>",
  8. "<b><i><span style='color:#FF0000'>Arcanine</span></i></b>",
  9. "<b><i><span style='color:#000000'>Fate Testarossa</span></i></b>",
  10. "<b><i><span style='color:#5882FA'>Amane Ohtori</span></i></b>"
  11. ],
  12. "tips": [
  13. "Village: To figure out your role, try using the following commands at night: /protect (or /bg), /inspect (or /insp or /cop), /detox, /kill, /distract (or /pl), /safeguard (or /sg), /stalk, and /watch. For those that were unable to use any of those commands at night, try using these commands during the day: /inspect (or /insp or /cop), /kill, and /expose. If none of these commands worked during the night or the day, then you are either a Bomb, Bulletproof, Day Spy, Daykill Bomb, Daykill Revealer, Mayor, Spy, or Two Shot Bulletproof!",
  14. "Vigilante or One Shot Vigilante?: If you can kill during the night, try using /cancel. If you can use this command, then you are a One Shot Vigilante. If you can't use this command, then you are a regular Vigilante.",
  15. "Mafia: Each villager doesn't know its abilities at the start, so you can try fakeclaiming a power role if someone may have figured out that you're mafia!",
  16. "Deaths: When someone is either killed or lynched, their actual role will be revealed to everyone. The number of votes the lynched person received will also be visible to help you find Mayors and/or Mafia Mayors.",
  17. "Current Roles: All you will see are a bunch of Villagers and Mafias. However, the mafia may also have special abilities themselves! See /roles :mafia for more information.",
  18. "Inspectors: Village inspectors can only see if a person is a Villager or a Mafia, but mafia inspectors can see exactly what role a Villager is!",
  19. "*** Possible Roles Depending on Game Size ***",
  20. "3p: Bodyguard, Bomb, Bulletproof, Mayor, One Shot Vigilante, Pretty Lady, Samurai, Vigilante, Mafia, Mafia Distractor, Mafia Inspector, Mafia Samurai, Mafia Spy",
  21. "4p: Bodyguard, Bomb, Daykill Bomb, Inspector, Mayor, Pretty Lady, Samurai, Vigilante, Mafia Distractor, Mafia Inspector, Mafia Samurai",
  22. "5p: Bodyguard, Bomb, Day Inspector, Daykill Bomb, Daykill Revealer, Pretty Lady, Samurai, Stalker, Vigilante, Watcher, Mafia Distractor, Mafia Inspector, Mafia Spy",
  23. "Games of 6 and larger start with the same possible roles as 5p. Each game size lists additional roles, one of which is guaranteed to spawn.",
  24. "6p: Day Inspector, Exposer, Samurai",
  25. "7p: Mafia, Mafia Bodyguard, Mafia Bomb, Mafia Day Spy, Mafia Distractor, Mafia Inspector, Mafia Spy",
  26. "8p: Mayor (vote as low as 2, as high as 6)",
  27. "9p: Mafia Mayor (vote as low as 2, as high as 4)",
  28. "12p and up: Any mafia role has a chance to spawn.",
  29. "13p and up: Any village role has a chance to spawn.",
  30. "*** COMMANDS FOR VILLAGE TO USE ***",
  31. "3p: /protect, /kill, /cancel, /distract",
  32. "4p: /protect, /inspect, /distract, /kill",
  33. "5p and up: /protect, /distract, /stalk, /watch, /kill",
  34. "13p and up: ALL OF THEM",
  35. "Remember you can also use /inspect, /expose, and /kill during the day!"
  36. ],
  37. "summary": "Is this Vanilla? Nah. Every villager is actually a power role, but none of them are told what special abilities they have! Commands can be used during the night or the day! They will need to figure out (and prove) who can do what before the mafia have eliminated them! Check out the /tips before playing; hopefully they help.",
  38. "sides": [
  39. {
  40. "side": "village",
  41. "translation": "Village",
  42. "winmsg": "~Players~ figured out each others' roles and worked together to achieve victory!"
  43. },
  44. {
  45. "side": "mafia",
  46. "translation": "Mafia",
  47. "winmsg": "~Players~ have decimated the village."
  48. }
  49. ],
  50. "roles": [
  51. {
  52. "role": "villager",
  53. "translation": "Villager",
  54. "side": "village",
  55. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  56. "info": "Is actually a power role, but isn't told what its abilties are. ~Sided~",
  57. "actions": {
  58. }
  59. },
  60. {
  61. "role": "bodyguard",
  62. "translation": "Bodyguard",
  63. "side": "village",
  64. "startupmsg": "You are a Villager!",
  65. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  66. "info": "Can protect one person during the night. ~Sided~",
  67. "actions": {
  68. "night": {
  69. "protect": {
  70. "target": "AnyButSelf",
  71. "common": "Self",
  72. "cancel": ["bg"],
  73. "priority": 3
  74. },
  75. "bg": {
  76. "command": "protect",
  77. "target": "AnyButSelf",
  78. "common": "Self",
  79. "priority": 3,
  80. "cancel": ["protect"],
  81. "hide": true,
  82. "inputmsg": "You have chosen to protect ~Target~!"
  83. }
  84. },
  85. "dummy": {
  86. "mode": {
  87. "ignore": ["mafia_inspector"]
  88. },
  89. "msg": "±Info: ~Self~ is a Bodyguard!"
  90. },
  91. "inspect": {
  92. "revealAs": "villager"
  93. },
  94. "onlist": "villager",
  95. "onteam": "villager"
  96. }
  97. },
  98. {
  99. "role": "inspector",
  100. "translation": "Inspector",
  101. "side": "village",
  102. "startupmsg": "You are a Villager!",
  103. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  104. "info": "Can inspect one person during the night. ~Sided~",
  105. "actions": {
  106. "night": {
  107. "inspect": {
  108. "target": "AnyButSelf",
  109. "common": "Self",
  110. "priority": 9,
  111. "cancel": ["insp", "cop"]
  112. },
  113. "insp": {
  114. "command": "inspect",
  115. "target": "AnyButSelf",
  116. "common": "Self",
  117. "priority": 9,
  118. "cancel": ["inspect", "cop"],
  119. "hide": true,
  120. "inputmsg": "You have chosen to inspect ~Target~!"
  121. },
  122. "cop": {
  123. "command": "inspect",
  124. "target": "AnyButSelf",
  125. "common": "Self",
  126. "priority": 9,
  127. "cancel": ["inspect", "insp"],
  128. "hide": true,
  129. "inputmsg": "You have chosen to inspect ~Target~!"
  130. }
  131. },
  132. "dummy": {
  133. "mode": {
  134. "ignore": ["mafia_inspector"]
  135. },
  136. "msg": "±Info: ~Self~ is an Inspector!"
  137. },
  138. "inspect": {
  139. "revealAs": "villager"
  140. },
  141. "onlist": "villager",
  142. "onteam": "villager"
  143. }
  144. },
  145. {
  146. "role": "inspectorday",
  147. "translation": "Day Inspector",
  148. "side": "village",
  149. "startupmsg": "You are a Villager!",
  150. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  151. "info": "Can inspect one person during the standby. ~Sided~",
  152. "actions": {
  153. "standby": {
  154. "inspect": {
  155. "command": "expose",
  156. "target": "AnyButSelf",
  157. "limit": 1,
  158. "exposemsg": "A villager was able to find a ~Role~!",
  159. "exposedtargetmsg": "~Target~ is the ~Role~!"
  160. },
  161. "insp": {
  162. "command": "expose",
  163. "target": "AnyButSelf",
  164. "limit": 1,
  165. "exposemsg": "A villager was able to find a ~Role~!",
  166. "exposedtargetmsg": "~Target~ is the ~Role~!"
  167. },
  168. "cop": {
  169. "command": "expose",
  170. "target": "AnyButSelf",
  171. "limit": 1,
  172. "exposemsg": "A villager was able to find a ~Role~!",
  173. "exposedtargetmsg": "~Target~ is the ~Role~!"
  174. }
  175. },
  176. "dummy": {
  177. "mode": {
  178. "ignore": ["mafia_inspector"]
  179. },
  180. "msg": "±Info: ~Self~ is a Day Inspector!"
  181. },
  182. "inspect": {
  183. "revealAs": "villager"
  184. },
  185. "onlist": "villager",
  186. "onteam": "villager"
  187. }
  188. },
  189. {
  190. "role": "mayor",
  191. "translation": "Mayor",
  192. "side": "village",
  193. "startupmsg": "You are a Villager!",
  194. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  195. "info": "Vote of 2, 3, 4, 5, or 6 (stays the same all game). ~Sided~",
  196. "actions": {
  197. "vote": 2,
  198. "dummy": {
  199. "mode": {
  200. "ignore": ["mafia_inspector"]
  201. },
  202. "msg": "±Info: ~Self~ is a Mayor with a vote of 2!"
  203. },
  204. "inspect": {
  205. "revealAs": "villager"
  206. },
  207. "onlist": "villager",
  208. "onteam": "villager"
  209. }
  210. },
  211. {
  212. "role": "mayor3",
  213. "translation": "Mayor (+3)",
  214. "side": "village",
  215. "hide": true,
  216. "startupmsg": "You are a Villager!",
  217. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  218. "info": "Vote of 3. ~Sided~",
  219. "actions": {
  220. "vote": 3,
  221. "dummy": {
  222. "mode": {
  223. "ignore": ["mafia_inspector"]
  224. },
  225. "msg": "±Info: ~Self~ is a Mayor with a vote of 3!"
  226. },
  227. "inspect": {
  228. "revealAs": "villager"
  229. },
  230. "onlist": "villager",
  231. "onteam": "villager"
  232. }
  233. },
  234. {
  235. "role": "mayor4",
  236. "translation": "Mayor (+4)",
  237. "side": "village",
  238. "hide": true,
  239. "startupmsg": "You are a Villager!",
  240. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  241. "info": "Vote of 4. ~Sided~",
  242. "actions": {
  243. "vote": 4,
  244. "dummy": {
  245. "mode": {
  246. "ignore": ["mafia_inspector"]
  247. },
  248. "msg": "±Info: ~Self~ is a Mayor with a vote of 4!"
  249. },
  250. "inspect": {
  251. "revealAs": "villager"
  252. },
  253. "onlist": "villager",
  254. "onteam": "villager"
  255. }
  256. },
  257. {
  258. "role": "mayor5",
  259. "translation": "Mayor (+5)",
  260. "side": "village",
  261. "hide": true,
  262. "startupmsg": "You are a Villager!",
  263. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  264. "info": "Vote of 5. ~Sided~",
  265. "actions": {
  266. "vote": 5,
  267. "dummy": {
  268. "mode": {
  269. "ignore": ["mafia_inspector"]
  270. },
  271. "msg": "±Info: ~Self~ is a Mayor with a vote of 5!"
  272. },
  273. "inspect": {
  274. "revealAs": "villager"
  275. },
  276. "onlist": "villager",
  277. "onteam": "villager"
  278. }
  279. },
  280. {
  281. "role": "mayor6",
  282. "translation": "Mayor (+6)",
  283. "side": "village",
  284. "hide": true,
  285. "startupmsg": "You are a Villager!",
  286. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  287. "info": "Vote of 6. ~Sided~",
  288. "actions": {
  289. "vote": 6,
  290. "dummy": {
  291. "mode": {
  292. "ignore": ["mafia_inspector"]
  293. },
  294. "msg": "±Info: ~Self~ is a Mayor with a vote of 6!"
  295. },
  296. "inspect": {
  297. "revealAs": "villager"
  298. },
  299. "onlist": "villager",
  300. "onteam": "villager"
  301. }
  302. },
  303. {
  304. "role": "prettylady",
  305. "translation": "Pretty Lady",
  306. "side": "village",
  307. "startupmsg": "You are a Villager!",
  308. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  309. "info": "Can distract one person during the night. ~Sided~",
  310. "actions": {
  311. "night": {
  312. "distract": {
  313. "target": "AnyButSelf",
  314. "common": "Self",
  315. "priority": 2,
  316. "cancel": ["pl"]
  317. },
  318. "pl": {
  319. "command": "distract",
  320. "target": "AnyButSelf",
  321. "common": "Self",
  322. "priority": 2,
  323. "cancel": ["distract"],
  324. "hide": true,
  325. "inputmsg": "You have chosen to distract ~Target~!"
  326. }
  327. },
  328. "dummy": {
  329. "mode": {
  330. "ignore": ["mafia_inspector"]
  331. },
  332. "msg": "±Info: ~Self~ is a Pretty Lady!"
  333. },
  334. "inspect": {
  335. "revealAs": "villager"
  336. },
  337. "onlist": "villager",
  338. "onteam": "villager"
  339. }
  340. },
  341. {
  342. "role": "samurai",
  343. "translation": "Samurai",
  344. "side": "village",
  345. "startupmsg": "You are a Villager!",
  346. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  347. "info": "Can kill one person during the standby (reveals user). ~Sided~",
  348. "actions": {
  349. "standby": {
  350. "kill": {
  351. "target": "AnyButSelf",
  352. "killmsg": "~Self~ (~Role~), doing his/her best Cloud impersonation, lunges and pulls out a Buster Sword, striking down ~Target~!"
  353. }
  354. },
  355. "dummy": {
  356. "mode": {
  357. "ignore": ["mafia_inspector"]
  358. },
  359. "msg": "±Info: ~Self~ is a revealing Samurai!"
  360. },
  361. "inspect": {
  362. "revealAs": "villager"
  363. },
  364. "onlist": "villager",
  365. "onteam": "villager"
  366. }
  367. },
  368. {
  369. "role": "samurai2",
  370. "translation": "Samurai",
  371. "side": "village",
  372. "hide": "side",
  373. "startupmsg": "You are a Villager!",
  374. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  375. "info": "Can kill one person during the standby (user is not revealed). ~Sided~",
  376. "actions": {
  377. "standby": {
  378. "kill": {
  379. "target": "AnyButSelf",
  380. "killmsg": "A villager, doing his/her best Cloud impersonation, lunges and pulls out a Buster Sword, striking down ~Target~!"
  381. }
  382. },
  383. "dummy": {
  384. "mode": {
  385. "ignore": ["mafia_inspector"]
  386. },
  387. "msg": "±Info: ~Self~ is a non-revealing Samurai!"
  388. },
  389. "inspect": {
  390. "revealAs": "villager"
  391. },
  392. "onlist": "villager",
  393. "onteam": "villager"
  394. }
  395. },
  396. {
  397. "role": "spy",
  398. "translation": "Spy",
  399. "side": "village",
  400. "startupmsg": "You are a Villager!",
  401. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  402. "info": "Gets hax on kill and cancel. ~Sided~",
  403. "actions": {
  404. "hax": {
  405. "kill": {
  406. "revealTeam": 0.3,
  407. "revealRole": 0.15
  408. },
  409. "cancel": {
  410. "revealTeam": 0.3,
  411. "revealRole": 0.15
  412. }
  413. },
  414. "dummy": {
  415. "mode": {
  416. "ignore": ["mafia_inspector"]
  417. },
  418. "msg": "±Info: ~Self~ is a Spy!"
  419. },
  420. "inspect": {
  421. "revealAs": "villager"
  422. },
  423. "onlist": "villager",
  424. "onteam": "villager"
  425. }
  426. },
  427. {
  428. "role": "spyday",
  429. "translation": "Day Spy",
  430. "side": "village",
  431. "startupmsg": "You are a Villager!",
  432. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  433. "info": "Gets hax on daykills. ~Sided~",
  434. "actions": {
  435. "standbyHax": {
  436. "kill": {
  437. "revealRole": 0.3
  438. }
  439. },
  440. "dummy": {
  441. "mode": {
  442. "ignore": ["mafia_inspector"]
  443. },
  444. "msg": "±Info: ~Self~ is a Day Spy!"
  445. },
  446. "inspect": {
  447. "revealAs": "villager"
  448. },
  449. "onlist": "villager",
  450. "onteam": "villager"
  451. }
  452. },
  453. {
  454. "role": "vigilante",
  455. "translation": "Vigilante",
  456. "side": "village",
  457. "startupmsg": "You are a Villager!",
  458. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  459. "info": "Can kill one person during the night. ~Sided~",
  460. "actions": {
  461. "night": {
  462. "kill": {
  463. "target": "AnyButSelf",
  464. "common": "Self",
  465. "priority": 7,
  466. "msg": "You were killed by the Vigilante!"
  467. }
  468. },
  469. "dummy": {
  470. "mode": {
  471. "ignore": ["mafia_inspector"]
  472. },
  473. "msg": "±Info: ~Self~ is a Vigilante!"
  474. },
  475. "inspect": {
  476. "revealAs": "villager"
  477. },
  478. "onlist": "villager",
  479. "onteam": "villager"
  480. }
  481. },
  482. {
  483. "role": "bulletproof",
  484. "translation": "Bulletproof",
  485. "side": "village",
  486. "startupmsg": "You are a Villager!",
  487. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  488. "info": "Survives one nightkill. ~Sided~",
  489. "actions": {
  490. "kill": {
  491. "mode": {
  492. "evadeCharges": 1
  493. }
  494. },
  495. "dummy": {
  496. "mode": {
  497. "ignore": ["mafia_inspector"]
  498. },
  499. "msg": "±Info: ~Self~ is a Bulletproof!"
  500. },
  501. "inspect": {
  502. "revealAs": "villager"
  503. },
  504. "onlist": "villager",
  505. "onteam": "villager"
  506. }
  507. },
  508. {
  509. "role": "bulletproof2",
  510. "translation": "Two Shot Bulletproof",
  511. "side": "village",
  512. "startupmsg": "You are a Villager!",
  513. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  514. "info": "Survives two nightkills. ~Sided~",
  515. "actions": {
  516. "kill": {
  517. "mode": {
  518. "evadeCharges": 2
  519. }
  520. },
  521. "dummy": {
  522. "mode": {
  523. "ignore": ["mafia_inspector"]
  524. },
  525. "msg": "±Info: ~Self~ is a Two Shot Bulletproof!"
  526. },
  527. "inspect": {
  528. "revealAs": "villager"
  529. },
  530. "onlist": "villager",
  531. "onteam": "villager"
  532. }
  533. },
  534. {
  535. "role": "stalker",
  536. "translation": "Stalker",
  537. "side": "village",
  538. "startupmsg": "You are a Villager!",
  539. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  540. "info": "Can stalk one person during the night. ~Sided~",
  541. "actions": {
  542. "night": {
  543. "stalk": {
  544. "target": "AnyButSelf",
  545. "common": "Self",
  546. "priority": 10
  547. }
  548. },
  549. "dummy": {
  550. "mode": {
  551. "ignore": ["mafia_inspector"]
  552. },
  553. "msg": "±Info: ~Self~ is a Stalker!"
  554. },
  555. "inspect": {
  556. "revealAs": "villager"
  557. },
  558. "onlist": "villager",
  559. "onteam": "villager"
  560. }
  561. },
  562. {
  563. "role": "safeguarder",
  564. "translation": "Safeguarder",
  565. "side": "village",
  566. "startupmsg": "You are a Villager!",
  567. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  568. "info": "Can safeguard one person during the night. ~Sided~",
  569. "actions": {
  570. "night": {
  571. "safeguard": {
  572. "target": "AnyButSelf",
  573. "common": "Self",
  574. "priority": 3,
  575. "cancel": ["sg"]
  576. },
  577. "sg": {
  578. "command": "safeguard",
  579. "target": "AnyButSelf",
  580. "common": "Self",
  581. "priority": 3,
  582. "cancel": ["safeguard"],
  583. "hide": true,
  584. "inputmsg": "You have chosen to safeguard ~Target~!"
  585. }
  586. },
  587. "dummy": {
  588. "mode": {
  589. "ignore": ["mafia_inspector"]
  590. },
  591. "msg": "±Info: ~Self~ is a Safeguarder!"
  592. },
  593. "inspect": {
  594. "revealAs": "villager"
  595. },
  596. "onlist": "villager",
  597. "onteam": "villager"
  598. }
  599. },
  600. {
  601. "role": "bomb",
  602. "translation": "Bomb",
  603. "side": "village",
  604. "startupmsg": "You are a Villager!",
  605. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  606. "info": "Revenges nightkills. ~Sided~",
  607. "actions": {
  608. "kill": {
  609. "mode": "killattackerevenifprotected",
  610. "targetmsg": "You were killed, but you were able to kill your attacker before dying!"
  611. },
  612. "dummy": {
  613. "mode": {
  614. "ignore": ["mafia_inspector"]
  615. },
  616. "msg": "±Info: ~Self~ is a Bomb!"
  617. },
  618. "inspect": {
  619. "revealAs": "villager"
  620. },
  621. "onlist": "villager",
  622. "onteam": "villager"
  623. }
  624. },
  625. {
  626. "role": "daybomb",
  627. "translation": "Daykill Bomb",
  628. "side": "village",
  629. "startupmsg": "You are a Villager!",
  630. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  631. "info": "Revenges daykills. ~Sided~",
  632. "actions": {
  633. "daykill": "bomb",
  634. "daykillrevengemsg": "~Target~ tried to kill ~Self~, but ~Self~ was holding a bomb that suddenly exploded, killing them both!",
  635. "dummy": {
  636. "mode": {
  637. "ignore": ["mafia_inspector"]
  638. },
  639. "msg": "±Info: ~Self~ is a Daykill Bomb!"
  640. },
  641. "inspect": {
  642. "revealAs": "villager"
  643. },
  644. "onlist": "villager",
  645. "onteam": "villager"
  646. }
  647. },
  648. {
  649. "role": "daykillrevealer",
  650. "translation": "Daykill Revealer",
  651. "side": "village",
  652. "startupmsg": "You are a Villager!",
  653. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  654. "info": "Reveals attacker when daykilled. ~Sided~",
  655. "actions": {
  656. "daykill": "revealkiller",
  657. "daykillrevengemsg": "Before dying, ~Self~ revealed that ~Target~ is a ~Role~!",
  658. "dummy": {
  659. "mode": {
  660. "ignore": ["mafia_inspector"]
  661. },
  662. "msg": "±Info: ~Self~ is a Daykill Revealer!"
  663. },
  664. "inspect": {
  665. "revealAs": "villager"
  666. },
  667. "onlist": "villager",
  668. "onteam": "villager"
  669. }
  670. },
  671. {
  672. "role": "exposer",
  673. "translation": "Exposer",
  674. "side": "village",
  675. "startupmsg": "You are a Villager!",
  676. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  677. "info": "Can expose one person during the standby (reveals user). ~Sided~",
  678. "actions": {
  679. "standby": {
  680. "expose": {
  681. "target": "AnyButSelf",
  682. "exposemsg": "~Self~ (Exposer) announces to everyone that ~Target~ is the ~Role~!"
  683. }
  684. },
  685. "dummy": {
  686. "mode": {
  687. "ignore": ["mafia_inspector"]
  688. },
  689. "msg": "±Info: ~Self~ is a revealing Exposer!"
  690. },
  691. "inspect": {
  692. "revealAs": "villager"
  693. },
  694. "onlist": "villager",
  695. "onteam": "villager"
  696. }
  697. },
  698. {
  699. "role": "exposer2",
  700. "translation": "Exposer",
  701. "side": "village",
  702. "hide": "side",
  703. "startupmsg": "You are a Villager!",
  704. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  705. "info": "Can expose one person during the standby (user is not revealed). ~Sided~",
  706. "actions": {
  707. "standby": {
  708. "expose": {
  709. "target": "AnyButSelf",
  710. "exposemsg": "A villager announces to everyone that ~Target~ is the ~Role~!"
  711. }
  712. },
  713. "dummy": {
  714. "mode": {
  715. "ignore": ["mafia_inspector"]
  716. },
  717. "msg": "±Info: ~Self~ is a non-revealing Exposer!"
  718. },
  719. "inspect": {
  720. "revealAs": "villager"
  721. },
  722. "onlist": "villager",
  723. "onteam": "villager"
  724. }
  725. },
  726. {
  727. "role": "detoxer",
  728. "translation": "Detoxer",
  729. "side": "village",
  730. "startupmsg": "You are a Villager!",
  731. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  732. "info": "Can detox one person during the night. ~Sided~",
  733. "actions": {
  734. "night": {
  735. "detox": {
  736. "target": "AnyButSelf",
  737. "common": "Self",
  738. "priority": 9
  739. }
  740. },
  741. "dummy": {
  742. "mode": {
  743. "ignore": ["mafia_inspector"]
  744. },
  745. "msg": "±Info: ~Self~ is a Detoxer!"
  746. },
  747. "inspect": {
  748. "revealAs": "villager"
  749. },
  750. "onlist": "villager",
  751. "onteam": "villager"
  752. }
  753. },
  754. {
  755. "role": "watcher",
  756. "translation": "Watcher",
  757. "side": "village",
  758. "startupmsg": "You are a Villager!",
  759. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  760. "info": "Can watch one person during the night. ~Sided~",
  761. "actions": {
  762. "night": {
  763. "watch": {
  764. "target": "AnyButSelf",
  765. "common": "Self",
  766. "priority": 13
  767. }
  768. },
  769. "dummy": {
  770. "mode": {
  771. "ignore": ["mafia_inspector"]
  772. },
  773. "msg": "±Info: ~Self~ is a Watcher!"
  774. },
  775. "inspect": {
  776. "revealAs": "villager"
  777. },
  778. "onlist": "villager",
  779. "onteam": "villager"
  780. }
  781. },
  782. {
  783. "role": "osv",
  784. "translation": "One Shot Vigilante",
  785. "side": "village",
  786. "startupmsg": "You are a Villager!",
  787. "help": "You are a villager and your town is being invaded by the mafia! However, you don't know what your abilities are or whether you use them during the night or during the day! Good luck figuring out and proving what you can do!",
  788. "info": "Can kill one person during the night once a game. Can cancel to stop this kill. ~Sided~",
  789. "actions": {
  790. "night": {
  791. "kill": {
  792. "target": "AnyButSelf",
  793. "common": "Self",
  794. "priority": 5,
  795. "charges": 1,
  796. "msg": "You were killed by the One Shot Vigilante!"
  797. },
  798. "cancel": {
  799. "command": ["dummy2"],
  800. "target": "Any",
  801. "cancel": ["kill"],
  802. "common": "Self",
  803. "priority": 14,
  804. "pierce": true
  805. }
  806. },
  807. "dummy": {
  808. "mode": {
  809. "ignore": ["mafia_inspector"]
  810. },
  811. "msg": "±Info: ~Self~ is a One Shot Vigilante!"
  812. },
  813. "inspect": {
  814. "revealAs": "villager"
  815. },
  816. "onlist": "villager",
  817. "onteam": "villager"
  818. }
  819. },
  820. {
  821. "role": "mafia",
  822. "translation": "Mafia",
  823. "side": "mafia",
  824. "help": "Time to take over this pathetic village! You share a /kill with your teammates every night.",
  825. "info": "Can kill one person during the night. ~Sided~",
  826. "actions": {
  827. "night": {
  828. "kill": {
  829. "target": "AnyButTeam",
  830. "common": "Team",
  831. "priority": 6,
  832. "broadcast": "team"
  833. }
  834. },
  835. "teamUtilities": true
  836. }
  837. },
  838. {
  839. "role": "mafia_bodyguard",
  840. "translation": "Mafia Bodyguard",
  841. "side": "mafia",
  842. "help": "You share a /kill with your teammates every night. You can also /protect one person every night.",
  843. "info": "Can kill one person during the night. Can protect one person during the night. ~Sided~",
  844. "actions": {
  845. "night": {
  846. "kill": {
  847. "target": "AnyButTeam",
  848. "common": "Team",
  849. "priority": 6,
  850. "broadcast": "team",
  851. "hide": true
  852. },
  853. "protect": {
  854. "target": "AnyButSelf",
  855. "common": "Self",
  856. "priority": 3,
  857. "broadcast": "team"
  858. }
  859. },
  860. "inspect": {
  861. "revealAs": "mafia"
  862. },
  863. "onlist": "mafia",
  864. "teamUtilities": true
  865. }
  866. },
  867. {
  868. "role": "mafia_inspector",
  869. "translation": "Mafia Inspector",
  870. "side": "mafia",
  871. "help": "You share a /kill with your teammates every night. You can also /inspect one person every night.",
  872. "info": "Can kill one person during the night. Can inspect one person during the night. ~Sided~",
  873. "actions": {
  874. "night": {
  875. "kill": {
  876. "target": "AnyButTeam",
  877. "common": "Team",
  878. "priority": 6,
  879. "broadcast": "team",
  880. "hide": true
  881. },
  882. "inspect": {
  883. "command": "dummy",
  884. "target": "AnyButTeam",
  885. "common": "Self",
  886. "priority": 9,
  887. "broadcast": "team"
  888. }
  889. },
  890. "inspect": {
  891. "revealAs": "mafia"
  892. },
  893. "onlist": "mafia",
  894. "teamUtilities": true
  895. }
  896. },
  897. {
  898. "role": "mafia_mayor",
  899. "translation": "Mafia Mayor",
  900. "side": "mafia",
  901. "help": "You share a /kill with your teammates every night. You have a vote of 2.",
  902. "info": "Can kill one person during the night. Vote of 2, 3, 4, 5, or 6 (stays the same all game). ~Sided~",
  903. "actions": {
  904. "night": {
  905. "kill": {
  906. "target": "AnyButTeam",
  907. "common": "Team",
  908. "priority": 6,
  909. "broadcast": "team",
  910. "hide": true
  911. }
  912. },
  913. "inspect": {
  914. "revealAs": "mafia"
  915. },
  916. "onlist": "mafia",
  917. "teamUtilities": true,
  918. "vote": 2
  919. }
  920. },
  921. {
  922. "role": "mafia_mayor3",
  923. "translation": "Mafia Mayor (+3)",
  924. "side": "mafia",
  925. "hide": true,
  926. "help": "You share a /kill with your teammates every night. You have a vote of 3.",
  927. "info": "Can kill one person during the night. Vote of 3. ~Sided~",
  928. "actions": {
  929. "night": {
  930. "kill": {
  931. "target": "AnyButTeam",
  932. "common": "Team",
  933. "priority": 6,
  934. "broadcast": "team",
  935. "hide": true
  936. }
  937. },
  938. "inspect": {
  939. "revealAs": "mafia"
  940. },
  941. "onlist": "mafia",
  942. "teamUtilities": true,
  943. "vote": 3
  944. }
  945. },
  946. {
  947. "role": "mafia_mayor4",
  948. "translation": "Mafia Mayor (+4)",
  949. "side": "mafia",
  950. "hide": true,
  951. "help": "You share a /kill with your teammates every night. You have a vote of 4.",
  952. "info": "Can kill one person during the night. Vote of 4. ~Sided~",
  953. "actions": {
  954. "night": {
  955. "kill": {
  956. "target": "AnyButTeam",
  957. "common": "Team",
  958. "priority": 6,
  959. "broadcast": "team",
  960. "hide": true
  961. }
  962. },
  963. "inspect": {
  964. "revealAs": "mafia"
  965. },
  966. "onlist": "mafia",
  967. "teamUtilities": true,
  968. "vote": 4
  969. }
  970. },
  971. {
  972. "role": "mafia_mayor5",
  973. "translation": "Mafia Mayor (+5)",
  974. "side": "mafia",
  975. "hide": true,
  976. "help": "You share a /kill with your teammates every night. You have a vote of 5.",
  977. "info": "Can kill one person during the night. Vote of 5. ~Sided~",
  978. "actions": {
  979. "night": {
  980. "kill": {
  981. "target": "AnyButTeam",
  982. "common": "Team",
  983. "priority": 6,
  984. "broadcast": "team",
  985. "hide": true
  986. }
  987. },
  988. "inspect": {
  989. "revealAs": "mafia"
  990. },
  991. "onlist": "mafia",
  992. "teamUtilities": true,
  993. "vote": 5
  994. }
  995. },
  996. {
  997. "role": "mafia_mayor6",
  998. "translation": "Mafia Mayor (+6)",
  999. "side": "mafia",
  1000. "hide": true,
  1001. "help": "You share a /kill with your teammates every night. You have a vote of 6.",
  1002. "info": "Can kill one person during the night. Vote of 6. ~Sided~",
  1003. "actions": {
  1004. "night": {
  1005. "kill": {
  1006. "target": "AnyButTeam",
  1007. "common": "Team",
  1008. "priority": 6,
  1009. "broadcast": "team",
  1010. "hide": true
  1011. }
  1012. },
  1013. "inspect": {
  1014. "revealAs": "mafia"
  1015. },
  1016. "onlist": "mafia",
  1017. "teamUtilities": true,
  1018. "vote": 6
  1019. }
  1020. },
  1021. {
  1022. "role": "mafia_distractor",
  1023. "translation": "Mafia Distractor",
  1024. "side": "mafia",
  1025. "help": "You share a /kill with your teammates every night. You can also /distract one person every night.",
  1026. "info": "Can kill one person during the night. Can distract one person during the night. ~Sided~",
  1027. "actions": {
  1028. "night": {
  1029. "kill": {
  1030. "target": "AnyButTeam",
  1031. "common": "Team",
  1032. "priority": 6,
  1033. "broadcast": "team",
  1034. "hide": true
  1035. },
  1036. "distract": {
  1037. "target": "AnyButTeam",
  1038. "common": "Self",
  1039. "priority": 1,
  1040. "broadcast": "team"
  1041. }
  1042. },
  1043. "inspect": {
  1044. "revealAs": "mafia"
  1045. },
  1046. "onlist": "mafia",
  1047. "teamUtilities": true
  1048. }
  1049. },
  1050. {
  1051. "role": "mafia_samurai",
  1052. "translation": "Mafia Samurai",
  1053. "side": "mafia",
  1054. "help": "You share a /kill with your teammates every night. You can also /kill one person during the standby, but this will reveal you!",
  1055. "info": "Can kill one person during the night. Can kill one person during the standby (reveals user). ~Sided~",
  1056. "actions": {
  1057. "night": {
  1058. "kill": {
  1059. "target": "AnyButTeam",
  1060. "common": "Team",
  1061. "priority": 6,
  1062. "broadcast": "team",
  1063. "hide": true
  1064. }
  1065. },
  1066. "standby": {
  1067. "kill": {
  1068. "target": "AnyButTeam",
  1069. "msg": "You can /kill someone now, but this will reveal you!",
  1070. "killmsg": "~Self~ (Mafia Samurai) slowly walks up towards ~Target~ before whipping out a large sword and slicing them in half!"
  1071. }
  1072. },
  1073. "inspect": {
  1074. "revealAs": "mafia"
  1075. },
  1076. "onlist": "mafia",
  1077. "teamUtilities": true
  1078. }
  1079. },
  1080. {
  1081. "role": "mafia_samurai2",
  1082. "translation": "Mafia Samurai",
  1083. "side": "mafia",
  1084. "hide": "side",
  1085. "help": "You share a /kill with your teammates every night. You can also /kill one person during the standby, and this won't reveal you!",
  1086. "info": "Can kill one person during the night. Can kill one person during the standby (user is not revealed). ~Sided~",
  1087. "actions": {
  1088. "night": {
  1089. "kill": {
  1090. "target": "AnyButTeam",
  1091. "common": "Team",
  1092. "priority": 6,
  1093. "broadcast": "team",
  1094. "hide": true
  1095. }
  1096. },
  1097. "standby": {
  1098. "kill": {
  1099. "target": "AnyButTeam",
  1100. "msg": "You can /kill someone now, and this won't reveal you!",
  1101. "killmsg": "The Mafia Samurai slowly walks up towards ~Target~ before whipping out a large sword and slicing them in half!"
  1102. }
  1103. },
  1104. "inspect": {
  1105. "revealAs": "mafia"
  1106. },
  1107. "onlist": "mafia",
  1108. "teamUtilities": true
  1109. }
  1110. },
  1111. {
  1112. "role": "mafia_spy",
  1113. "translation": "Mafia Spy",
  1114. "side": "mafia",
  1115. "help": "You share a /kill with your teammates every night. You also get hax on night commands.",
  1116. "info": "Can kill one person during the night. Gets small hax on every night command. ~Sided~",
  1117. "actions": {
  1118. "night": {
  1119. "kill": {
  1120. "target": "AnyButTeam",
  1121. "common": "Team",
  1122. "priority": 6,
  1123. "broadcast": "team",
  1124. "hide": true
  1125. }
  1126. },
  1127. "hax": {
  1128. "kill": {
  1129. "revealTeam": 0.3,
  1130. "revealPlayer": 0.15
  1131. },
  1132. "distract": {
  1133. "revealTeam": 0.3,
  1134. "revealPlayer": 0.15
  1135. },
  1136. "protect": {
  1137. "revealTeam": 0.3,
  1138. "revealPlayer": 0.15
  1139. },
  1140. "safeguard": {
  1141. "revealTeam": 0.3,
  1142. "revealPlayer": 0.15
  1143. },
  1144. "inspect": {
  1145. "revealTeam": 0.3,
  1146. "revealPlayer": 0.15
  1147. },
  1148. "detox": {
  1149. "revealTeam": 0.3,
  1150. "revealPlayer": 0.15
  1151. },
  1152. "stalk": {
  1153. "revealTeam": 0.3,
  1154. "revealPlayer": 0.15
  1155. },
  1156. "watch": {
  1157. "revealTeam": 0.3,
  1158. "revealPlayer": 0.15
  1159. },
  1160. "cancel": {
  1161. "revealTeam": 0.3,
  1162. "revealRole": 0.15
  1163. }
  1164. },
  1165. "inspect": {
  1166. "revealAs": "mafia"
  1167. },
  1168. "onlist": "mafia",
  1169. "teamUtilities": true
  1170. }
  1171. },
  1172. {
  1173. "role": "mafia_spyday",
  1174. "translation": "Mafia Day Spy",
  1175. "side": "mafia",
  1176. "help": "You share a /kill with your teammates every night. You also get hax on day commands.",
  1177. "info": "Can kill one person during the night. Gets small hax on every day command. ~Sided~",
  1178. "actions": {
  1179. "night": {
  1180. "kill": {
  1181. "target": "AnyButTeam",
  1182. "common": "Team",
  1183. "priority": 6,
  1184. "broadcast": "team",
  1185. "hide": true
  1186. }
  1187. },
  1188. "standbyHax": {
  1189. "inspect": {
  1190. "revealRole": 0.3
  1191. },
  1192. "kill": {
  1193. "revealRole": 0.3
  1194. },
  1195. "expose": {
  1196. "revealRole": 0.3
  1197. }
  1198. },
  1199. "inspect": {
  1200. "revealAs": "mafia"
  1201. },
  1202. "onlist": "mafia",
  1203. "teamUtilities": true
  1204. }
  1205. },
  1206. {
  1207. "role": "mafia_bulletproof",
  1208. "translation": "Mafia Bulletproof",
  1209. "side": "mafia",
  1210. "help": "You share a /kill with your teammates every night. You will also survive 1 nightkill.",
  1211. "info": "Can kill one person during the night. Survives one nightkill. ~Sided~",
  1212. "actions": {
  1213. "night": {
  1214. "kill": {
  1215. "target": "AnyButTeam",
  1216. "common": "Team",
  1217. "priority": 6,
  1218. "broadcast": "team",
  1219. "hide": true
  1220. }
  1221. },
  1222. "kill": {
  1223. "mode": {
  1224. "evadeCharges": 1
  1225. }
  1226. },
  1227. "inspect": {
  1228. "revealAs": "mafia"
  1229. },
  1230. "onlist": "mafia",
  1231. "teamUtilities": true
  1232. }
  1233. },
  1234. {
  1235. "role": "mafia_bulletproof2",
  1236. "translation": "Mafia Two Shot Bulletproof",
  1237. "side": "mafia",
  1238. "help": "You share a /kill with your teammates every night. You will also survive 2 nightkills.",
  1239. "info": "Can kill one person during the night. Survives two nightkills. ~Sided~",
  1240. "actions": {
  1241. "night": {
  1242. "kill": {
  1243. "target": "AnyButTeam",
  1244. "common": "Team",
  1245. "priority": 6,
  1246. "broadcast": "team",
  1247. "hide": true
  1248. }
  1249. },
  1250. "kill": {
  1251. "mode": {
  1252. "evadeCharges": 2
  1253. }
  1254. },
  1255. "inspect": {
  1256. "revealAs": "mafia"
  1257. },
  1258. "onlist": "mafia",
  1259. "teamUtilities": true
  1260. }
  1261. },
  1262. {
  1263. "role": "mafia_stalker",
  1264. "translation": "Mafia Stalker",
  1265. "side": "mafia",
  1266. "help": "You share a /kill with your teammates every night. You can also /stalk one person every night.",
  1267. "info": "Can kill one person during the night. Can stalk one person during the night. ~Sided~",
  1268. "actions": {
  1269. "night": {
  1270. "kill": {
  1271. "target": "AnyButTeam",
  1272. "common": "Team",
  1273. "priority": 6,
  1274. "broadcast": "team",
  1275. "hide": true
  1276. },
  1277. "stalk": {
  1278. "target": "AnyButTeam",
  1279. "common": "Self",
  1280. "priority": 11,
  1281. "broadcast": "team"
  1282. }
  1283. },
  1284. "inspect": {
  1285. "revealAs": "mafia"
  1286. },
  1287. "onlist": "mafia",
  1288. "teamUtilities": true
  1289. }
  1290. },
  1291. {
  1292. "role": "mafia_safeguarder",
  1293. "translation": "Mafia Safeguarder",
  1294. "side": "mafia",
  1295. "help": "You share a /kill with your teammates every night. You can also /safeguard one person every night.",
  1296. "info": "Can kill one person during the night. Can safeguard one person during the night. ~Sided~",
  1297. "actions": {
  1298. "night": {
  1299. "kill": {
  1300. "target": "AnyButTeam",
  1301. "common": "Team",
  1302. "priority": 6,
  1303. "broadcast": "team",
  1304. "hide": true
  1305. },
  1306. "safeguard": {
  1307. "target": "AnyButSelf",
  1308. "common": "Self",
  1309. "priority": 3,
  1310. "broadcast": "team"
  1311. }
  1312. },
  1313. "inspect": {
  1314. "revealAs": "mafia"
  1315. },
  1316. "onlist": "mafia",
  1317. "teamUtilities": true
  1318. }
  1319. },
  1320. {
  1321. "role": "mafia_bomb",
  1322. "translation": "Mafia Bomb",
  1323. "side": "mafia",
  1324. "help": "You share a /kill with your teammates every night. If you are killed during the night, you will bring your attacker down with you!",
  1325. "info": "Can kill one person during the night. Revenges nightkills. ~Sided~",
  1326. "actions": {
  1327. "kill": {
  1328. "mode": "killattackerevenifprotected",
  1329. "targetmsg": "You were killed, but you were able to kill your attacker before dying!"
  1330. },
  1331. "night": {
  1332. "kill": {
  1333. "target": "AnyButTeam",
  1334. "common": "Team",
  1335. "priority": 6,
  1336. "broadcast": "team",
  1337. "hide": true
  1338. }
  1339. },
  1340. "inspect": {
  1341. "revealAs": "mafia"
  1342. },
  1343. "onlist": "mafia",
  1344. "teamUtilities": true
  1345. }
  1346. },
  1347. {
  1348. "role": "mafia_daybomb",
  1349. "translation": "Mafia Daybomb",
  1350. "side": "mafia",
  1351. "help": "You share a /kill with your teammates every night. If you are killed during the day, you will bring your attacker down with you!",
  1352. "info": "Can kill one person during the night. Revenges daykills. ~Sided~",
  1353. "actions": {
  1354. "daykill": "bomb",
  1355. "daykillrevengemsg": "~Target~ tried to kill ~Self~, but ~Self~ was holding a bomb that suddenly exploded, killing them both!",
  1356. "night": {
  1357. "kill": {
  1358. "target": "AnyButTeam",
  1359. "common": "Team",
  1360. "priority": 6,
  1361. "broadcast": "team",
  1362. "hide": true
  1363. }
  1364. },
  1365. "inspect": {
  1366. "revealAs": "mafia"
  1367. },
  1368. "onlist": "mafia",
  1369. "teamUtilities": true
  1370. }
  1371. },
  1372. {
  1373. "role": "mafia_daykillrevealer",
  1374. "translation": "Mafia Daykill Revealer",
  1375. "side": "mafia",
  1376. "help": "You share a /kill with your teammates every night. If you are killed during the day, you will reveal your attacker!",
  1377. "info": "Can kill one person during the night. Reveals attacker if daykilled. ~Sided~",
  1378. "actions": {
  1379. "daykill": "revealkiller",
  1380. "daykillrevengemsg": "Before dying, ~Self~ revealed that ~Target~ is a ~Role~!",
  1381. "night": {
  1382. "kill": {
  1383. "target": "AnyButTeam",
  1384. "common": "Team",
  1385. "priority": 6,
  1386. "broadcast": "team",
  1387. "hide": true
  1388. }
  1389. },
  1390. "inspect": {
  1391. "revealAs": "mafia"
  1392. },
  1393. "onlist": "mafia",
  1394. "teamUtilities": true
  1395. }
  1396. },
  1397. {
  1398. "role": "mafia_watcher",
  1399. "translation": "Mafia Watcher",
  1400. "side": "mafia",
  1401. "help": "You share a /kill with your teammates every night. You can also /watch one person every night.",
  1402. "info": "Can kill one person during the night. Can watch one person during the night. ~Sided~",
  1403. "actions": {
  1404. "night": {
  1405. "kill": {
  1406. "target": "AnyButTeam",
  1407. "common": "Team",
  1408. "priority": 6,
  1409. "broadcast": "team",
  1410. "hide": true
  1411. },
  1412. "watch": {
  1413. "target": "AnyButSelf",
  1414. "common": "Self",
  1415. "priority": 12,
  1416. "broadcast": "team"
  1417. }
  1418. },
  1419. "inspect": {
  1420. "revealAs": "mafia"
  1421. },
  1422. "onlist": "mafia",
  1423. "teamUtilities": true
  1424. }
  1425. },
  1426. {
  1427. "role": "mafia_poisoner",
  1428. "translation": "Mafia Poisoner",
  1429. "side": "mafia",
  1430. "help": "You share a /kill with your teammates every night. You can also /poison one person every night.",
  1431. "info": "Can kill one person during the night. Can poison one person during the night. ~Sided~",
  1432. "actions": {
  1433. "night": {
  1434. "kill": {
  1435. "target": "AnyButTeam",
  1436. "common": "Team",
  1437. "priority": 6,
  1438. "broadcast": "team",
  1439. "hide": true
  1440. },
  1441. "poison": {
  1442. "target": "AnyButTeam",
  1443. "common": "Self",
  1444. "priority": 8,
  1445. "broadcast": "team"
  1446. }
  1447. },
  1448. "inspect": {
  1449. "revealAs": "mafia"
  1450. },
  1451. "onlist": "mafia",
  1452. "teamUtilities": true
  1453. }
  1454. }
  1455. ],
  1456. "spawnPacks": {
  1457. "3p": {
  1458. "roles": [
  1459. ["vigilante", "bulletproof", "mafia"],
  1460. ["osv", "bomb", "mafia"],
  1461. ["vigilante", "bodyguard", "mafia"],
  1462. ["vigilante", "prettylady", "mafia"],
  1463. ["samurai", "vigilante", "mafia_distractor"],
  1464. ["samurai", "vigilante", "mafia_spy"],
  1465. ["samurai", "mayor", "mafia_inspector"],
  1466. ["samurai", "bomb", "mafia_samurai"]
  1467. ]
  1468. },
  1469. "4p": {
  1470. "roles": [
  1471. ["vigilante", "samurai2", "bomb", "mafia_inspector"],
  1472. ["vigilante", "samurai2", "daybomb", "mafia_inspector"],
  1473. ["vigilante", "mayor", "bomb", "mafia_inspector"],
  1474. ["vigilante", "mayor", "bomb", "mafia_samurai2"],
  1475. ["vigilante", "samurai2", "daybomb", "mafia_samurai2"],
  1476. ["vigilante", "samurai2", "bomb", "mafia_inspector"],
  1477. ["mayor", "inspector", "prettylady", "mafia_distractor"],
  1478. ["mayor", "inspector", "prettylady", "mafia_inspector"],
  1479. ["mayor", "inspector", "bodyguard", "mafia_distractor"],
  1480. ["mayor", "inspector", "bodyguard", "mafia_inspector"],
  1481. ["samurai2", "inspector", "prettylady", "mafia_distractor"],
  1482. ["samurai2", "inspector", "prettylady", "mafia_inspector"],
  1483. ["samurai", "inspector", "bodyguard", "mafia_distractor"],
  1484. ["samurai", "inspector", "bodyguard", "mafia_inspector"],
  1485. ["samurai2", "inspector", "prettylady", "mafia_samurai"],
  1486. ["samurai2", "inspector", "prettylady", "mafia_samurai"],
  1487. ["samurai", "inspector", "bodyguard", "mafia_samurai"],
  1488. ["samurai", "inspector", "bodyguard", "mafia_samurai"]
  1489. ]
  1490. },
  1491. "5p": {
  1492. "roles": [
  1493. ["vigilante", "prettylady", "bomb", "stalker", "mafia_spy"],
  1494. ["vigilante", "prettylady", "bomb", "watcher", "mafia_spy"],
  1495. ["vigilante", "prettylady", "bomb", "stalker", "mafia_inspector"],
  1496. ["vigilante", "prettylady", "bomb", "watcher", "mafia_inspector"],
  1497. ["vigilante", "prettylady", "bomb", "stalker", "mafia_distractor"],
  1498. ["vigilante", "prettylady", "bomb", "watcher", "mafia_distractor"],
  1499. ["samurai2", "prettylady", "daybomb", "stalker", "mafia_spy"],
  1500. ["samurai2", "prettylady", "daybomb", "watcher", "mafia_spy"],
  1501. ["samurai2", "prettylady", "daykillrevealer", "stalker", "mafia_spy"],
  1502. ["samurai2", "prettylady", "daykillrevealer", "watcher", "mafia_spy"],
  1503. ["samurai2", "prettylady", "daybomb", "stalker", "mafia_inspector"],
  1504. ["samurai2", "prettylady", "daybomb", "watcher", "mafia_inspector"],
  1505. ["samurai2", "prettylady", "daykillrevealer", "stalker", "mafia_inspector"],
  1506. ["samurai2", "prettylady", "daykillrevealer", "watcher", "mafia_inspector"],
  1507. ["samurai2", "prettylady", "daybomb", "stalker", "mafia_distractor"],
  1508. ["samurai2", "prettylady", "daybomb", "watcher", "mafia_distractor"],
  1509. ["samurai2", "prettylady", "daykillrevealer", "stalker", "mafia_distractor"],
  1510. ["samurai2", "prettylady", "daykillrevealer", "watcher", "mafia_distractor"],
  1511. ["vigilante", "prettylady", "bomb", "inspectorday", "mafia_spy"],
  1512. ["vigilante", "prettylady", "bomb", "inspectorday", "mafia_inspector"],
  1513. ["vigilante", "prettylady", "bomb", "inspectorday", "mafia_distractor"],
  1514. ["vigilante", "bodyguard", "bomb", "stalker", "mafia_spy"],
  1515. ["vigilante", "bodyguard", "bomb", "watcher", "mafia_spy"],
  1516. ["vigilante", "bodyguard", "bomb", "stalker", "mafia_inspector"],
  1517. ["vigilante", "bodyguard", "bomb", "watcher", "mafia_inspector"],
  1518. ["vigilante", "bodyguard", "bomb", "stalker", "mafia_distractor"],
  1519. ["vigilante", "bodyguard", "bomb", "watcher", "mafia_distractor"],
  1520. ["samurai2", "bodyguard", "daybomb", "stalker", "mafia_spy"],
  1521. ["samurai2", "bodyguard", "daybomb", "watcher", "mafia_spy"],
  1522. ["samurai2", "bodyguard", "daykillrevealer", "stalker", "mafia_spy"],
  1523. ["samurai2", "bodyguard", "daykillrevealer", "watcher", "mafia_spy"],
  1524. ["samurai2", "bodyguard", "daybomb", "stalker", "mafia_inspector"],
  1525. ["samurai2", "bodyguard", "daybomb", "watcher", "mafia_inspector"],
  1526. ["samurai2", "bodyguard", "daykillrevealer", "stalker", "mafia_inspector"],
  1527. ["samurai2", "bodyguard", "daykillrevealer", "watcher", "mafia_inspector"],
  1528. ["samurai2", "bodyguard", "daybomb", "stalker", "mafia_distractor"],
  1529. ["samurai2", "bodyguard", "daybomb", "watcher", "mafia_distractor"],
  1530. ["samurai2", "bodyguard", "daykillrevealer", "stalker", "mafia_distractor"],
  1531. ["samurai2", "bodyguard", "daykillrevealer", "watcher", "mafia_distractor"],
  1532. ["vigilante", "bodyguard", "bomb", "inspectorday", "mafia_spy"],
  1533. ["vigilante", "bodyguard", "bomb", "inspectorday", "mafia_inspector"],
  1534. ["vigilante", "bodyguard", "bomb", "inspectorday", "mafia_distractor"]
  1535. ]
  1536. },
  1537. "6p": {
  1538. "roles": [
  1539. ["exposer"],
  1540. ["exposer2"],
  1541. ["samurai"],
  1542. ["samurai2"],
  1543. ["inspectorday"]
  1544. ],
  1545. "chance": [
  1546. 30,
  1547. 30,
  1548. 10,
  1549. 10,
  1550. 20
  1551. ]
  1552. },
  1553. "7p": {
  1554. "roles": [
  1555. ["mafia"],
  1556. ["mafia_bodyguard"],
  1557. ["mafia_bomb"],
  1558. ["mafia_spyday"],
  1559. ["mafia_spy"],
  1560. ["mafia_distractor"],
  1561. ["mafia_inspector"]
  1562. ],
  1563. "chance": [
  1564. 50,
  1565. 5,
  1566. 10,
  1567. 5,
  1568. 5,
  1569. 5,
  1570. 20
  1571. ]
  1572. },
  1573. "8p": {
  1574. "roles": [
  1575. ["mayor"],
  1576. ["mayor3"],
  1577. ["mayor4"],
  1578. ["mayor5"],
  1579. ["mayor6"]
  1580. ],
  1581. "chance": [
  1582. 30,
  1583. 30,
  1584. 20,
  1585. 10,
  1586. 10
  1587. ]
  1588. },
  1589. "9p": {
  1590. "roles": [
  1591. ["mafia_mayor"],
  1592. ["mafia_mayor3"],
  1593. ["mafia_mayor4"]
  1594. ],
  1595. "chance": [
  1596. 60,
  1597. 30,
  1598. 10
  1599. ]
  1600. },
  1601. "protection+": {
  1602. "roles": [
  1603. ["bodyguard"],
  1604. ["bomb"],
  1605. ["bulletproof"],
  1606. ["daybomb"],
  1607. ["prettylady"],
  1608. ["safeguarder"],
  1609. ["bulletproof2"]
  1610. ],
  1611. "chance": [
  1612. 25,
  1613. 15,
  1614. 10,
  1615. 10,
  1616. 25,
  1617. 10,
  1618. 5
  1619. ]
  1620. },
  1621. "information+": {
  1622. "roles": [
  1623. ["inspectorday"],
  1624. ["spyday"],
  1625. ["daykillrevealer"],
  1626. ["detoxer"],
  1627. ["exposer"],
  1628. ["exposer2"],
  1629. ["inspector"],
  1630. ["spy"],
  1631. ["stalker"],
  1632. ["watcher"]
  1633. ],
  1634. "chance": [
  1635. 15,
  1636. 5,
  1637. 5,
  1638. 5,
  1639. 15,
  1640. 15,
  1641. 15,
  1642. 10,
  1643. 7.5,
  1644. 7.5
  1645. ]
  1646. },
  1647. "protection-": {
  1648. "roles": [
  1649. ["bodyguard"],
  1650. ["bomb"],
  1651. ["bulletproof"],
  1652. ["daybomb"],
  1653. ["prettylady"],
  1654. ["safeguarder"],
  1655. ["bulletproof2"]
  1656. ],
  1657. "chance": [
  1658. 10,
  1659. 10,
  1660. 20,
  1661. 20,
  1662. 10,
  1663. 20,
  1664. 10
  1665. ]
  1666. },
  1667. "information-": {
  1668. "roles": [
  1669. ["inspectorday"],
  1670. ["spyday"],
  1671. ["daykillrevealer"],
  1672. ["detoxer"],
  1673. ["exposer"],
  1674. ["exposer2"],
  1675. ["inspector"],
  1676. ["spy"],
  1677. ["stalker"],
  1678. ["watcher"]
  1679. ],
  1680. "chance": [
  1681. 5,
  1682. 20,
  1683. 15,
  1684. 15,
  1685. 5,
  1686. 5,
  1687. 10,
  1688. 15,
  1689. 5,
  1690. 5
  1691. ]
  1692. },
  1693. "VCLR": {
  1694. "roles": [
  1695. ["samurai"],
  1696. ["samurai2"],
  1697. ["vigilante"],
  1698. ["osv"]
  1699. ],
  1700. "chance": [
  1701. 35,
  1702. 30,
  1703. 20,
  1704. 15
  1705. ]
  1706. },
  1707. "mayors": {
  1708. "roles": [
  1709. ["mayor3"],
  1710. ["mayor4"],
  1711. ["mayor5"],
  1712. ["mayor6"]
  1713. ],
  1714. "chance": [
  1715. 25,
  1716. 25,
  1717. 25,
  1718. 25
  1719. ]
  1720. },
  1721. "mafia": {
  1722. "roles": [
  1723. ["mafia"],
  1724. ["mafia_bodyguard"],
  1725. ["mafia_bomb"],
  1726. ["mafia_bulletproof"],
  1727. ["mafia_spyday"],
  1728. ["mafia_daybomb"],
  1729. ["mafia_daykillrevealer"],
  1730. ["mafia_distractor"],
  1731. ["mafia_inspector"],
  1732. ["mafia_poisoner"],
  1733. ["mafia_safeguarder"],
  1734. ["mafia_samurai"],
  1735. ["mafia_samurai2"],
  1736. ["mafia_spy"],
  1737. ["mafia_stalker"],
  1738. ["mafia_bulletproof2"],
  1739. ["mafia_watcher"]
  1740. ],
  1741. "chance": [
  1742. 50,
  1743. 3.125,
  1744. 3.125,
  1745. 3.125,
  1746. 3.125,
  1747. 3.125,
  1748. 3.125,
  1749. 3.125,
  1750. 3.125,
  1751. 3.125,
  1752. 3.125,
  1753. 3.125,
  1754. 3.125,
  1755. 3.125,
  1756. 3.125,
  1757. 3.125,
  1758. 3.125
  1759. ]
  1760. },
  1761. "mafia+": {
  1762. "roles": [
  1763. ["mafia"],
  1764. ["mafia_bodyguard"],
  1765. ["mafia_bomb"],
  1766. ["mafia_bulletproof"],
  1767. ["mafia_spyday"],
  1768. ["mafia_daybomb"],
  1769. ["mafia_daykillrevealer"],
  1770. ["mafia_distractor"],
  1771. ["mafia_inspector"],
  1772. ["mafia_poisoner"],
  1773. ["mafia_safeguarder"],
  1774. ["mafia_samurai"],
  1775. ["mafia_samurai2"],
  1776. ["mafia_spy"],
  1777. ["mafia_stalker"],
  1778. ["mafia_bulletproof2"],
  1779. ["mafia_watcher"]
  1780. ],
  1781. "chance": [
  1782. 50,
  1783. 4.6875,
  1784. 4.6875,
  1785. 1.5625,
  1786. 1.5625,
  1787. 1.5625,
  1788. 1.5625,
  1789. 4.6875,
  1790. 4.6875,
  1791. 4.6875,
  1792. 1.5625,
  1793. 4.6875,
  1794. 4.6875,
  1795. 4.6875,
  1796. 1.5625,
  1797. 1.5625,
  1798. 1.5625
  1799. ]
  1800. },
  1801. "mafia-": {
  1802. "roles": [
  1803. ["mafia"],
  1804. ["mafia_bodyguard"],
  1805. ["mafia_bomb"],
  1806. ["mafia_bulletproof"],
  1807. ["mafia_spyday"],
  1808. ["mafia_daybomb"],
  1809. ["mafia_daykillrevealer"],
  1810. ["mafia_distractor"],
  1811. ["mafia_inspector"],
  1812. ["mafia_poisoner"],
  1813. ["mafia_safeguarder"],
  1814. ["mafia_samurai"],
  1815. ["mafia_samurai2"],
  1816. ["mafia_spy"],
  1817. ["mafia_stalker"],
  1818. ["mafia_bulletproof2"],
  1819. ["mafia_watcher"]
  1820. ],
  1821. "chance": [
  1822. 50,
  1823. 1.5625,
  1824. 1.5625,
  1825. 4.6875,
  1826. 4.6875,
  1827. 4.6875,
  1828. 4.6875,
  1829. 1.5625,
  1830. 1.5625,
  1831. 1.5625,
  1832. 4.6875,
  1833. 1.5625,
  1834. 1.5625,
  1835. 1.5625,
  1836. 4.6875,
  1837. 4.6875,
  1838. 4.6875
  1839. ]
  1840. },
  1841. "mafiamayors": {
  1842. "roles": [
  1843. ["mafia_mayor"],
  1844. ["mafia_mayor3"],
  1845. ["mafia_mayor4"],
  1846. ["mafia_mayor5"],
  1847. ["mafia_mayor6"]
  1848. ],
  1849. "chance": [
  1850. 40,
  1851. 30,
  1852. 15,
  1853. 10,
  1854. 5
  1855. ]
  1856. }
  1857. },
  1858. "roles1": [
  1859. "pack:3p",
  1860. "pack:3p",
  1861. "pack:3p"
  1862. ],
  1863. "roles2": [
  1864. "pack:4p",
  1865. "pack:4p",
  1866. "pack:4p",
  1867. "pack:4p"
  1868. ],
  1869. "roles3": [
  1870. "pack:5p",
  1871. "pack:5p",
  1872. "pack:5p",
  1873. "pack:5p",
  1874. "pack:5p",
  1875. "pack:6p",
  1876. "pack:7p",
  1877. "pack:8p",
  1878. "pack:9p",
  1879. "pack:information+",
  1880. "pack:VCLR",
  1881. "pack:mafia",
  1882. "pack:protection+",
  1883. "pack:mayors",
  1884. "pack:mafia+",
  1885. "pack:information-",
  1886. "pack:VCLR",
  1887. "pack:mafiamayors",
  1888. "pack:protection-",
  1889. "pack:information-",
  1890. "pack:mafia",
  1891. "pack:protection+",
  1892. "pack:mayors",
  1893. "pack:mafia-",
  1894. "pack:information-",
  1895. "pack:VCLR",
  1896. "pack:mafiamayors",
  1897. "pack:protection-",
  1898. "pack:information+",
  1899. "pack:mafia+",
  1900. "pack:protection+",
  1901. "pack:mayors",
  1902. "pack:mafia-",
  1903. "pack:information-",
  1904. "pack:VCLR",
  1905. "pack:mafiamayors",
  1906. "pack:protection-",
  1907. "pack:information+",
  1908. "pack:mafia",
  1909. "pack:information-",
  1910. "pack:mayors",
  1911. "pack:mafia-",
  1912. "pack:protection+",
  1913. "pack:VCLR",
  1914. "pack:mafiamayors"
  1915. ],
  1916. "villageCantLoseRoles": [
  1917. "mayor",
  1918. "mayor3",
  1919. "mayor4",
  1920. "mayor5",
  1921. "mayor6",
  1922. "samurai",
  1923. "samurai2",
  1924. "vigilante",
  1925. "osv"
  1926. ],
  1927. "votemsg": "~Player~ wants to hang ~Target~!",
  1928. "lynchmsg": "±RIP: ~Player~ (~Role~) was hung by ~Count~ people!",
  1929. "drawmsg": "N is for no survivors...",
  1930. "minplayers": 3,
  1931. "changelog": [
  1932. "6/22/2015: Adjusted spawn so VCLR will always spawn regardless of game size and will spawn more often as games get larger. Added a new command: /cancel. This can be used by the One Shot Vigilante to cancel its kill. It is also haxable by both the Spy and the Mafia Spy.",
  1933. "12/5/2016: Removed Miller, Mole, and Vengeful Villager. Adjusted spawn yet again. Smaller games will be comprised of significantly fewer roles so that the village has a better chance of actually figuring out what their role is."
  1934. ]
  1935. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement