Guest User

Untitled

a guest
Jun 19th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.80 KB | None | 0 0
  1. {
  2. "name": "Comics",
  3. "author": "profDEADPOOL",
  4. "summary": "This theme combines many different heroes and villains of comic books in a battle. There is no pl for the heroes. The Inspectors are only capable of providing alignment. Some non heroes reveal as heroes because they believe they are. They are evil poisoners and evil daykillers.",
  5. "sides": [
  6. {
  7. "side": "village",
  8. "translation": "Heroes"
  9. },
  10. {
  11. "side": "V",
  12. "translation": "Villians"
  13. },
  14. {
  15. "side": "X",
  16. "translation": "Mutants"
  17. },
  18. {
  19. "side": "MV",
  20. "translation": "Marvel villains"
  21. },
  22. {
  23. "side": "DCV",
  24. "translation": "DC Villains"
  25. },
  26. {
  27. "side": "IDW",
  28. "translation": "IDW"
  29. },
  30. {
  31. "side": "M",
  32. "translation": "Mercenaries"
  33. },
  34. {
  35. "side": "I",
  36. "translation": "Image"
  37. }
  38. ],
  39. "roles": [
  40. {
  41. "role": "Merc1",
  42. "translation": "Deadpool",
  43. "side": "M",
  44. "help": "You are Deadpool. You can kill with /kill and you cannot be killed. However you are so annoying your vote counts as -2. Work with Lobo to dominate",
  45. "actions": {
  46. "startup": "team-reveal",
  47. "vote": -2,
  48. "night": {
  49. "kill": {
  50. "target": "AnyButTeam",
  51. "common": "role",
  52. "priority": 19,
  53. "broadcast": "team"
  54. }
  55. },
  56. "inspect": {
  57. "revealAs": "Hero"
  58. },
  59. "kill": {
  60. "mode": "ignore"
  61. },
  62. "daykill": {
  63. "mode": "ignore"
  64. }
  65. }
  66. },
  67.  
  68. {
  69. "role": "Merc2",
  70. "translation": "Lobo",
  71. "side": "M",
  72. "help": "Type /poison to poison someone. You cannot be night or day killed but your vote is -1. Work with Deadpool to win.",
  73. "actions": {
  74. "startup": "team-reveal",
  75. "vote": -2,
  76. "night": {
  77. "poison": {
  78. "target": "AnyButTeam",
  79. "common": "role",
  80. "priority": 20,
  81. "broadcast": "team"
  82. }
  83. },
  84. "inspect": {
  85. "revealAs": "Villain"
  86. },
  87. "kill": {
  88. "mode": "ignore"
  89. },
  90. "daykill": {
  91. "mode": "ignore"
  92. }
  93. }
  94. },
  95. {
  96. "role": "Xvigi",
  97. "translation": "Domino",
  98. "side": "X",
  99. "help": "With your luck powers you can kill anyone you want with /kill. Nothing can stop your kills. Help the mutants win",
  100. "actions": {
  101. "startup": "team-reveal",
  102. "night": {
  103. "kill": {
  104. "target": "AnyButTeam",
  105. "common": "Self",
  106. "priority": 2
  107. }
  108. },
  109. "distract": {
  110. "mode": "Ignore"
  111. },
  112. "inspect": {
  113. "revealAs": "Villain"
  114. },
  115. "avoidHax": [
  116. "kill"
  117. ]
  118. }
  119. },
  120.  
  121. {
  122. "role": "Xsamu",
  123. "translation": "Cyclops",
  124. "side": "X",
  125. "help": "you have placed the survival of the X-men above all others. Use /blast during the day to incapacitate someone but you will be revealed",
  126. "actions": {
  127. "startup": "team-reveal",
  128. "standby": {
  129. "blast": {
  130. "target": "AnyButSelf",
  131. "msg": "You can blast someone now using /blast [name] :",
  132. "killmsg": "~Self~ shoots off a powerful optic blast that incapacitates ~Target~.",
  133. "command": "kill"
  134. }
  135. },
  136. "inspect": {
  137. "revealAs": "Hero"
  138. }
  139. }
  140. },
  141.  
  142. {
  143. "role": "Xspy",
  144. "translation": "Blindfold",
  145. "side": "X",
  146. "help": "your mutant ability give you the ability to see the future. However it doesn't always work.",
  147. "actions": {
  148. "startup": "team-reveal",
  149. "hax": {
  150. "kill": {
  151. "revealTeam": 0.5,
  152. "revealPlayer": 0.25
  153. },
  154. "poison": {
  155. "revealTeam": 0.5,
  156. "revealPlayer": 0.25
  157. },
  158. "inspect": {
  159. "revealTeam": 0.7,
  160. "revealPlayer": 0.25
  161. }
  162. },
  163. "inspect": {
  164. "revealAs": "Hero"
  165. }
  166. }
  167. },
  168. {
  169. "role": "Xpl",
  170. "translation": "Rogue",
  171. "side": "X",
  172. "help": "Type /drain to force someone to make no movements in the night. Help the mutants win.",
  173. "actions": {
  174. "startup": "team-reveal",
  175. "night": {
  176. "drain": {
  177. "target": "AnyButSelf",
  178. "common": "Self",
  179. "priority": 1,
  180. "command": "distract"
  181.  
  182. }
  183. },
  184. "inspect": {
  185. "revealAs": "Hero"
  186. }
  187. }
  188. },
  189.  
  190. {
  191. "role": "Xbg",
  192. "translation": "Colossus",
  193. "side": "X",
  194. "help": "You can /protect and /safeguard one person during the night. You also cannot be poisoned during the night",
  195. "actions": {
  196. "startup": "team-reveal",
  197. "night": {
  198. "protect": {
  199. "target": "AnyButSelf",
  200. "common": "Role",
  201. "priority": 5,
  202. "broadcast": "role"
  203. },
  204. "safeguard": {
  205. "target": "AnyButSelf",
  206. "common": "Role",
  207. "priority": 6,
  208. "broadcast": "role"
  209. }
  210. },
  211. "poison": {
  212. "mode": "ignore"
  213. },
  214. "inspect": {
  215. "revealAs": "Hero"
  216. }
  217. }
  218. },
  219. {
  220. "role": "Hinsp",
  221. "translation": "Martian Manhunter",
  222. "side": "village",
  223. "help": "You can use your mind powers to find out the intentions of others by typing /read . People will be revealed as Villain or Hero. Use that info to bring all the villains to justice. Remember that some mutants apear as heroes but have their own agenda. You cannot be distracted",
  224. "actions": {
  225. "night": {
  226. "read": {
  227. "target": "AnyButSelf",
  228. "common": "Self",
  229. "priority": 30,
  230. "command": "inspect"
  231. }
  232. },
  233. "distract": {
  234. "mode": "ignore",
  235. "msg": "Someone tried to distract you, but you ignored her attempt."
  236. },
  237. "inspect": {
  238. "revealAs": "Hero"
  239. }
  240. }
  241. },
  242.  
  243. {
  244. "role": "Hsamu",
  245. "translation": "The Flash",
  246. "side": "village",
  247. "help": "Your speed also allows you to avoid being seen while also putting someone in jail with /imprison. However you move so fast that the Inspecter cannot read your mind.",
  248. "actions": {
  249. "standby": {
  250. "imprison": {
  251. "target": "AnyButSelf",
  252. "msg": "It's time to make an arrest. Type /imprison to get rid of someone.",
  253. "killmsg": "The Flash quickly grabbed ~Target~. ~Target~ was thrown in jail.",
  254. "command": "kill"
  255. }
  256. },
  257. "inspect": {
  258. "mode": "ignore",
  259. "msg": "Someone tried to read your mind but couldn't.",
  260. "revealAs": "mind moves too fast to be read"
  261.  
  262. }
  263. }
  264. },
  265.  
  266. {
  267. "role": "Hbg",
  268. "translation": "Invisible Woman",
  269. "side": "village",
  270. "help": "You can use your invisible forcefields to protect someone from being killed by typing /protect. You can also safeguard someone with /safeguard",
  271. "actions": {
  272. "night": {
  273. "protect": {
  274. "target": "AnyButSelf",
  275. "common": "Role",
  276. "priority": 3,
  277. "broadcast": "role"
  278. },
  279. "safeguard": {
  280. "target": "AnyButSelf",
  281. "common": "Role",
  282. "priority": 4,
  283. "broadcast": "role"
  284. }
  285. },
  286. "inspect": {
  287. "revealAs": "Hero"
  288. }
  289. }
  290. },
  291.  
  292. {
  293. "role": "NF",
  294. "translation": "Nick Fury",
  295. "side": "village",
  296. "help": "As leader of shield your vote counts as 3.",
  297. "actions": {
  298. "vote": 3,
  299. "inspect": {
  300. "revealAs": "Hero"
  301. }
  302. }
  303. },
  304.  
  305. {
  306. "role": "LMD",
  307. "translation": "LMD",
  308. "side": "village",
  309. "help": "you are a life model decoy of one of the heroes. However your only power is to /vote to help the heroes win",
  310. "actions": {
  311. "inspect": {
  312. "revealAs": "Hero"
  313. }
  314. }
  315. },
  316.  
  317. {
  318. "role": "Hspy",
  319. "translation": "Batman",
  320. "side": "village",
  321. "help": "You are the mother%$#^ing batman. Your hax almost always reveals who is killing if you see it. You can also capture someone with /capture",
  322. "actions": {
  323. "hax": {
  324. "kill": {
  325. "revealTeam": 0.3,
  326. "revealPlayer": 0.25
  327. },
  328. "daykill": {
  329. "revealTeam": 0.3,
  330. "revealPlayer": 0.25
  331. }
  332. },
  333. "night": {
  334. "capture": {
  335. "target": "AnyButSelf",
  336. "common": "self",
  337. "priority": 31,
  338. "command": "kill"
  339. }
  340. },
  341.  
  342.  
  343. "inspect": {
  344. "revealAs": "Hero"
  345. }
  346. }
  347. },
  348. {
  349. "role": "sp",
  350. "translation": "Spawn",
  351. "side": "I",
  352. "help": "Type /Kill [name] to kill someone. You can use this two times and you ignore distracters. You are the only person the inspecter gets a clear read on.",
  353. "actions": {
  354. "night": {
  355. "kill": {
  356. "target": "AnyButSelf",
  357. "common": "Self",
  358. "priority": 20,
  359. "limit": 2
  360. }
  361. },
  362. "distract": {
  363. "mode": "ignore"
  364. },
  365. "avoidHax": [
  366. "kill"
  367. ]
  368. }
  369. },
  370. {
  371. "role": "VK",
  372. "translation": "Skrull",
  373. "side": "V",
  374. "help": "Type /Kill [name] to kill an inferior life form..",
  375. "actions": {
  376. "night": {
  377. "kill": {
  378. "target": "AnyButTeam",
  379. "common": "Team",
  380. "priority": 11,
  381. "broadcast": "team"
  382. }
  383. },
  384. "startup": "team-reveal",
  385. "inspect": {
  386. "revealAs": "Hero"
  387. }
  388. }
  389. },
  390.  
  391. {
  392. "role": "DCVK",
  393. "translation": "Reverse Flash",
  394. "side": "DCV",
  395. "help": "You run superfast and no one will know who you are when you use /kill [name] during the day phase to kill someone. You also get a nightkill. Your brain moves too fast to be read. Help the other Villains from the DC universe win the match",
  396. "actions": {
  397. "startup": "team-reveal",
  398. "standby": {
  399. "kill": {
  400. "target": "AnyButSelf",
  401. "msg": "You can kill now using /kill [name] :",
  402. "killmsg": "The Reverse Flash quickly ran by and ripped ~Target~'s head off."
  403. }
  404. },
  405. "night": {
  406. "kill": {
  407. "target": "AnyButTeam",
  408. "common": "Role",
  409. "priority": 11
  410. }
  411. },
  412. "inspect": {
  413. "mode": "ignore",
  414. "msg": "Someone tried to read your mind but couldn't.",
  415. "revealAs": "mind moves too fast to be read"
  416. }
  417. }
  418. },
  419.  
  420. {
  421. "role": "DCVP1",
  422. "translation": "Scarecrow",
  423. "side": "DCV",
  424. "help": "You are the Scarecrow. type /scare to scare someon, which causes them die two nightsafter you scare them. Help the DC Villains win",
  425. "actions": {
  426. "startup": "team-reveal",
  427. "night": {
  428. "scare": {
  429. "target": "AnyButTeam",
  430. "common": "Team",
  431. "priority": 11,
  432. "broadcast": "Team",
  433. "command": "poison",
  434. "count": 3
  435. }
  436. },
  437. "inspect": {
  438. "revealAs": "Villain"
  439. }
  440. }
  441. },
  442. {
  443. "role": "DCVP2",
  444. "translation": " Malefic",
  445. "side": "DCV",
  446. "help": "You are Malefic. A martian with no telepathy. type /infect to infect someone with the anti-life equation which causes them die the next night. Help the DC Villains win",
  447. "actions": {
  448. "night": {
  449. "infect": {
  450. "target": "AnyButTeam",
  451. "common": "Team",
  452. "priority": 11,
  453. "broadcast": "Team",
  454. "command": "poison"
  455. }
  456. },
  457. "inspect": {
  458. "revealAs": "Villain"
  459. },
  460. "startup": "team-reveal"
  461. }
  462. },
  463.  
  464. {
  465. "role": "MV1",
  466. "translation": "Doctor Doom",
  467. "side": "MV",
  468. "help": "You are Doctor Doom. Use your magic to inspect someone during the night and then kill during the day without anyone knowing who you are. lead the Marvel Villains to victory.",
  469. "actions": {
  470. "night": {
  471. "inspect": {
  472. "target": "AnyButTeam",
  473. "common": "Role",
  474. "priority": 29
  475. }
  476. },
  477. "standby": {
  478. "kill": {
  479. "target": "AnyButTeam",
  480. "msg": "You can now kill someone with /kill [name] :",
  481. "killmsg": "Doctor Dooom cast a spell on ~Target~. ~Target~ died."
  482. }
  483. },
  484. "inspect": {
  485. "revealAs": "Villain"
  486. },
  487. "startup": "team-reveal"
  488. }
  489. },
  490. {
  491. "role": "MVk1",
  492. "translation": "Rhino",
  493. "side": "MV",
  494. "help": "You are Rhino. Type /Kill [name] to kill someone with your impretrenable skin. Help the Marvel Villains win the game",
  495. "actions": {
  496. "night": {
  497. "kill": {
  498. "target": "AnyButTeam",
  499. "common": "Team",
  500. "priority": 14,
  501. "broadcast": "team"
  502. }
  503. },
  504. "inspect": {
  505. "revealAs": "Villain"
  506. },
  507. "startup": "team-reveal"
  508. }
  509. },
  510. {
  511. "role": "MVk2",
  512. "translation": "Electro",
  513. "side": "MV",
  514. "help": "You are Electro. Type /Kill to kill someone with your electric powers. Help the Marvel Villains be the last ones standing",
  515. "actions": {
  516. "night": {
  517. "kill": {
  518. "target": "AnyButTeam",
  519. "common": "Team",
  520. "priority": 14,
  521. "broadcast": "team"
  522. }
  523. },
  524. "inspect": {
  525. "revealAs": "Villain"
  526. },
  527. "startup": "team-reveal"
  528. }
  529. },
  530.  
  531. {
  532. "role": "IDWk",
  533. "translation": "GI Joe",
  534. "side": "IDW",
  535. "help": "You have enough guns to kill both during the day and the night. You will not be revealed. Team up with Optimus Prime for the glory of IDW.",
  536. "actions": {
  537. "night": {
  538. "kill": {
  539. "target": "AnyButTeam",
  540. "common": "Role",
  541. "priority": 8
  542. }
  543. },
  544. "standby": {
  545. "kill": {
  546. "target": "AnyButTeam",
  547. "msg": "You can now kill someone with /kill [name] :",
  548. "killmsg": "The GI joe's light up ~Target~. ~Target~ died!"
  549. }
  550. },
  551. "inspect": {
  552. "revealAs": "Hero"
  553. },
  554. "startup": "team-reveal"
  555. }
  556. },
  557. {
  558. "role": "IDWbg",
  559. "translation": "Optimus Prime",
  560. "side": "IDW",
  561. "help": "Type /Protect [name] to protect GI joe. You can also use the power of the matrix to distract someone. ",
  562. "actions": {
  563. "night": {
  564. "protect": {
  565. "target": "AnyButSelf",
  566. "common": "Role",
  567. "priority": 5,
  568. "broadcast": "role"
  569. },
  570. "distract": {
  571. "target": "AnyButSelf",
  572. "common": "Self",
  573. "priority": 1
  574. }
  575. },
  576. "inspect": {
  577. "revealAs": "Hero"
  578. }
  579. }
  580. },
  581. {
  582. "role": "FG",
  583. "translation": "Fear Agent",
  584. "side": "I",
  585. "help": "Type /Kill [name] to kill someone!",
  586. "actions": {
  587. "startup": "team-reveal",
  588. "night": {
  589. "kill": {
  590. "target": "AnyButTeam",
  591. "common": "Self",
  592. "priority": 10
  593. }
  594. },
  595. "distract": {
  596. "mode": "ignore"
  597. },
  598. "inspect": {
  599. "revealAs": "Hero"
  600. },
  601. "avoidHax": [
  602. "kill"
  603. ]
  604. }
  605. },
  606. {
  607. "role": "Hero",
  608. "translation": "Hero",
  609. "side": "village",
  610. "help": "Placeholder for inspect mechanics.",
  611. "actions": {}
  612. },
  613.  
  614. {
  615. "role": "mind moves too fast to be read",
  616. "translation": "mind moves too fast to be read",
  617. "side": "V",
  618. "help": "Placeholder for inspect mechanics.",
  619. "actions": {}
  620. },
  621.  
  622. {
  623. "role": "Villain",
  624. "translation": "",
  625. "side": "V",
  626. "help": "Placeholder for inspect mechanics.",
  627. "actions": {}
  628. }
  629.  
  630. ],
  631. "roles1": [
  632. "Hbg",
  633. "VK",
  634. "Hinsp",
  635. "FG",
  636. "Hsamu",
  637. "LMD",
  638. "Xvigi",
  639. "Xpl",
  640. "VK",
  641. "Xsamu",
  642. "NF"
  643. ],
  644. "roles2": [
  645. "Hbg",
  646. "DCVP1",
  647. "DCVP2",
  648. "Hinsp",
  649. "Hsamu",
  650. "Xvigi",
  651. "MVk1",
  652. "MVk2",
  653. "LMD",
  654. "Xsamu",
  655. "NF",
  656. "Xbg",
  657. "LMD",
  658. "Xpl",
  659. "LMD",
  660. "Hspy",
  661. "Xspy",
  662. "Merc1",
  663. "LMD",
  664. "Merc2",
  665. "MV1",
  666. "LMD",
  667. "DCVK",
  668. "IDWk",
  669. "LMD",
  670. "IDWbg",
  671. "sp",
  672. "LMD",
  673. "FG",
  674. "LMD"
  675. ],
  676. "villageCantLoseRoles": [
  677. "NF",
  678. "Hspy",
  679. "Hsamu"
  680. ]
  681. }
Add Comment
Please, Sign In to add comment