derpinator

Untitled

May 8th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.03 KB | None | 0 0
  1. {
  2. "name": "XS",
  3. "altname": "Xiaolin Showdown",
  4. "author": [
  5. "GTFAN",
  6. "Dr. Eggman"
  7. ],
  8. "threadlink": "",
  9. "summary": "The battle for the Shen Gong Wu has started and whoever wins will decide the future of the world! The Xiaolin warriors try to defend them against the evil forces of Heylin. Jack Spicer uses his Jack-bots, Chase Young has an army of felines and the evil demon Hannibal Roy Bean can brainwash his enemies. There's also the evil sorcerer Wuya who can use the Reflecting Mirror to get back her mortal form, so watch out! Xiaolin Showdown start: GONG YI TAN PAI!",
  10. "minplayers": 7,
  11. "sides": [
  12. {
  13. "side": "village",
  14. "translation": "Xiaolin Temple",
  15. "winmsg": "~Players~ saved the Shen Gong Wu from falling in evil hands!"
  16. },
  17. {
  18. "side": "spicer",
  19. "translation": "Jack Mafia",
  20. "winmsg": "Jack and his team, ~Players~, finally proved who's the real criminal mind!"
  21. },
  22. {
  23. "side": "young",
  24. "translation": "Heylin Master",
  25. "winmsg": "~Players~ defeated everyone and got control of the world. As expected from the great warrior Chase Young."
  26. },
  27. {
  28. "side": "heylin",
  29. "translation": "Heylin Demon",
  30. "winmsg": "The Heylin Demon Hannibal Roy Bean brainwashed everyone with the help of ~Players~. The world is doomed now."
  31. },
  32. {
  33. "side": "witch",
  34. "translation": "Wuya",
  35. "winmsg": "It seems that after all no one alive is a match for ~Players~, the cunning witch Wuya."
  36. },
  37. {
  38. "side": "kronos",
  39. "translation": "Mala Mala Jong",
  40. "winmsg": "Mala Mala Jong, ~Players~ has taken over the world! Next step, the universe!"
  41. }
  42. ],
  43. "roles": [
  44. {
  45. "role": "villager",
  46. "translation": "Temple Monk",
  47. "side": "village",
  48. "help": "You're a Temple Monk. Though your abilities can't be compared to that of the warriors or the evil forces they battle you can still hope to help with your vote.",
  49. "info!": "Sided with Xiaolin Temple.",
  50. "actions": {}
  51. },
  52. {
  53. "role": "water",
  54. "translation": "Omi",
  55. "side": "village",
  56. "help": "You are Omi, the Water Dragon. Trained since you were little, your fighting abilities are top-notch! Use them during the standby phase declaring a /showdown to eliminate your opponents. Be careful, as you will be revealed. Starting night 4 you can use /teleport to use the Golden Tiger Claws every night for a self protect. ",
  57. "info": "Can /showdown during the day (kill, reveals). Gains a selfprotect night 4. Sided with Xiaolin Temple.",
  58. "actions": {
  59. "standby": {
  60. "showdown": {
  61. "command": "kill",
  62. "target": "AnyButSelf",
  63. "msg": "Challenge someone to a Xiaolin /showdown [name] and claim their Shen Gong Wu!",
  64. "killmsg": "'GONG YI TAN PAI! ~Target~ was suddenly challenged to a Xiaolin Showdown. But in the end it was Omi, ~Self~, who managed to claim the Shen Gong Wu! ~Role~ abandons the search for Shen Gong Wu humiliated and defeated."
  65. }
  66. },
  67. "night": {
  68. "teleport": {
  69. "command": "protect",
  70. "target": "OnlySelf",
  71. "common": "Self",
  72. "initialrecharge": 3,
  73. "priority": 8
  74. }
  75. }
  76. }
  77. },
  78. {
  79. "role": "earth",
  80. "translation": "Clay",
  81. "side": "village",
  82. "help": "You are Clay, the Earth Dragon. Stalwart as the mountain, you can /protect your friends with your solid earth abilities.",
  83. "info": "Can /protect during the night. Sided with Xiaolin Temple.",
  84. "actions": {
  85. "night": {
  86. "protect": {
  87. "target": "AnyButSelf",
  88. "common": "Self",
  89. "priority": 8
  90. }
  91. }
  92. }
  93. },
  94. {
  95. "role": "fire",
  96. "translation": "Kimiko",
  97. "side": "village",
  98. "help": "You are Kimiko, the Fire Dragon. Daughter of the head of Tohomiko Electronics, /distract people during the night with the latest, exclusive videogames you have.",
  99. "info": "Can /distract during the night. Sided with Xiaolin Temple.",
  100. "actions": {
  101. "night": {
  102. "distract": {
  103. "target": "AnyButSelf",
  104. "common": "Self",
  105. "priority": 6,
  106. "distractmsg": "Just as you were preparing for your night activities a girl appeared and asked you if you wanted to play a little. In the end you spent all night playing Goo Zombies 4.",
  107. "teammsg": "You spent all night waiting for your partner to come, but apparently he was busy playing videogames with a kid."
  108. }
  109. }
  110. }
  111. },
  112. {
  113. "role": "wind",
  114. "translation": "Raimundo",
  115. "side": "village",
  116. "help": "You are Raimundo, the Wind Dragon. Swift as the wind, your abilities allow you to /inspect someone during the night and find their true identity. Every other day you can /suggest a person to vote off without being revealed, since you are the leader of the Xiaolin Monks.",
  117. "info": "Can /inspect during the night. Sided with Xiaolin Temple.",
  118. "actions": {
  119. "night": {
  120. "inspect": {
  121. "target": "AnyButSelf",
  122. "common": "Self",
  123. "priority": 30
  124. }
  125. },
  126. "standby": {
  127. "suggest": {
  128. "command": "expose",
  129. "target": "AnyButSelf",
  130. "msg": "You can type /suggest to point out a player to vote!",
  131. "exposemsg": "Raimundo, the Wind Dragon, points at ~Target~ and calls for his fellow warriors to attack them!",
  132. "recharge": 2
  133. }
  134. }
  135. }
  136. },
  137. {
  138. "role": "master",
  139. "translation": "Master Fung",
  140. "side": "village",
  141. "help": "You are Master Fung, the respectable leader of the Xiaolin Temple. Your wisdom is such that you know people with a glance, and can /expose them as who they are during the standby phase.",
  142. "info": "Can /expose during the day (doesn't reveal). Sided with Xiaolin Temple.",
  143. "actions": {
  144. "standby": {
  145. "expose": {
  146. "target": "AnyButSelf",
  147. "msg": "Use /expose [name] to reveal someone's role!",
  148. "exposemsg": "Master Fung meditates about the nature of things. Then after a while he claims '~Target~ is the ~Role~, no doubt about it'."
  149. }
  150. }
  151. }
  152. },
  153. {
  154. "role": "dragon",
  155. "translation": "Dojo",
  156. "side": "village",
  157. "help": "You are Dojo, the guardian dragon of the Xiaolin Temple. You eavesdrop during the night, so you can find who is getting killed. You can also /transform (no target needed) during the 3rd night to make yourself larger and have 3 votes.",
  158. "info": "Gets hax on kill during the night. Can /transform at night 3 to have 3 votes as well. Sided with Xiaolin Temple.",
  159. "actions": {
  160. "night": {
  161. "transform": {
  162. "command": "convert",
  163. "target": "OnlySelf",
  164. "common": "Self",
  165. "priority": 40,
  166. "initialrecharge": 2,
  167. "newRole": "dragona",
  168. "canConvert": [
  169. "dragon"
  170. ],
  171. "convertmsg": "Dojo made himself larger. His imposing stature gives him importance in the votes.",
  172. "silent": false
  173. }
  174. },
  175. "hax": {
  176. "fight": {
  177. "revealTeam": 0.25,
  178. "revealPlayer": 0.08
  179. },
  180. "steal": {
  181. "revealTeam": 0.25,
  182. "revealPlayer": 0.08
  183. }
  184. }
  185. }
  186. },
  187. {
  188. "role": "dragona",
  189. "translation": "Dojo",
  190. "side": "village",
  191. "help": "You are Dojo. You transformed yourself to a larger form. Now you have 3 votes due to your large stature. You still retain your eavesdropping abilities as well.",
  192. "hide": true,
  193. "actions": {
  194. "hax": {
  195. "fight": {
  196. "revealTeam": 0.25,
  197. "revealPlayer": 0.08
  198. },
  199. "steal": {
  200. "revealTeam": 0.25,
  201. "revealPlayer": 0.08
  202. }
  203. },
  204. "vote": 3
  205. }
  206. },
  207. {
  208. "role": "Homeboy",
  209. "translation": "Jermaine",
  210. "side": "village",
  211. "help": "You are Jermaine, Omi's homie from the big city. You left the city to come train with your buddy, and you want to help out in any way you can. You begin with just a normal vote and no special actions, but if anyone tries to kill you (including Omi), you will transform into Wudai Jermaine, raising your vote to 2 and making you immune to poison and zombification. This form also provides a one-time /dunk at night to destroy an enemy at basketball!",
  212. "info": "No special abilities. If targeted by a kill, will survive and transform into Wudai Jermaine, gaining a vote of 2, immunity to poison and zombification, and a one-time, high priority nightkill.",
  213. "actions": {
  214. "onDeath": {
  215. "curseRoles": {
  216. "Homeboy": "Wudai"
  217. },
  218. "curseCount": 0,
  219. "cursemsg": "Watch out! Jermaine (~Self~) survived an attempt on his life and has come back as Wudai Jermaine! He now avoids poison and zombification, and has a vote of 2. He also has a one-time nightkill."
  220. }
  221. },
  222. "lynch": {
  223. "convertTo": "Wudai",
  224. "convertmsg": "Watch out! Jermaine survived an attempt on his life and has come back as Wudai Jermaine! He now avoids poison and zombification, and has a vote of 2. He also has a one-time nightkill."
  225. }
  226. },
  227. {
  228. "role": "Wudai",
  229. "translation": "Wudai Jermaine",
  230. "side": "village",
  231. "help": "You have transformed into Wudai Jermaine, raising your vote to 2 and making you immune to poison and zombification. This form also provides a one-time /dunk at night to destroy an enemy at basketball!",
  232. "info": "Can /dunk once during the game at night to kill an enemy, has a vote of 2, and is immune to poison and zombification.",
  233. "actions": {
  234. "night": {
  235. "dunk": {
  236. "command": "kill",
  237. "common": "Self",
  238. "priority": 1,
  239. "target": "AnyButSelf",
  240. "charges": 1
  241. }
  242. },
  243. "poison": {
  244. "mode": {
  245. "ignore": [
  246. "wuya"
  247. ]
  248. }
  249. },
  250. "convert": {
  251. "mode": {
  252. "ignore": [
  253. "hannibal",
  254. "hannibala"
  255. ]
  256. }
  257. },
  258. "vote": 2
  259. }
  260. },
  261. {
  262. "role": "jack",
  263. "translation": "Jack Spicer",
  264. "side": "spicer",
  265. "help": "You are Jack Spicer, the self proclaimed 'Evil Boy Genius'. You can /steal people's Shen Gong Wu during the night, retiring them from the competition. If you end up without Jack-Bots, you may still join your hero Chase Young.",
  266. "info": "Can /steal (kill) during the night. If Jack-Bots and Chameleon-Bot die joins Chase Young's team. Sided with Jack Mafia.",
  267. "actions": {
  268. "startup": "team-reveal-with-roles",
  269. "night": {
  270. "steal": {
  271. "command": "kill",
  272. "common": "Team",
  273. "priority": 16,
  274. "target": "AnyButTeam",
  275. "broadcast": "team",
  276. "broadcastmsg": "Your partner Jack Spicer (~Self) has decided to steal ~Target~'s Shen Gong Wu."
  277. }
  278. },
  279. "onDeadRoles": {
  280. "convertTo": {
  281. "jacka": [
  282. "jackbot",
  283. "chambot"
  284. ]
  285. },
  286. "convertmsg": "After all his Jack-bots got destroyed Jack managed to convince Chase to let him join his team!"
  287. }
  288. }
  289. },
  290. {
  291. "role": "jackbot",
  292. "translation": "Jack-Bot",
  293. "side": "spicer",
  294. "help": "You are a Jack-Bot, Jack Spicer's creation. You can /steal people's Shen Gong Wu during the night, retiring them from the competition. You are a robot, so you can't be zombified, but it also makes your vote 0.5.",
  295. "info": "Can /steal (kill) during the night. 0.5 vote. Can't be zombified. Sided with Jack Mafia.",
  296. "actions": {
  297. "startup": "team-reveal-with-roles",
  298. "convert": {
  299. "mode": "ignore"
  300. },
  301. "night": {
  302. "steal": {
  303. "command": "kill",
  304. "common": "Team",
  305. "target": "AnyButTeam",
  306. "priority": 16,
  307. "broadcast": "team",
  308. "broadcastmsg": "Your partner Jack-Bot (~Self) has decided to steal ~Target~'s Shen Gong Wu."
  309. }
  310. },
  311. "vote": 0.5
  312. }
  313. },
  314. {
  315. "role": "chambot",
  316. "translation": "Chameleon-Bot",
  317. "side": "spicer",
  318. "help": "You are a Chameleon-Bot, Jack Spicer's creation. You can /steal people's Shen Gong Wu during the night, retiring them from the competition. Your disguising abilities make you appear as the Xiaolin warrior Kimiko. You are a robot, so you can't be zombified.",
  319. "info": "Can /steal (kill) during the night. Inspects as Kimiko. Can't be zombified. Sided with Jack Mafia.",
  320. "actions": {
  321. "startup": "team-reveal-with-roles",
  322. "convert": {
  323. "mode": "ignore"
  324. },
  325. "night": {
  326. "steal": {
  327. "command": "kill",
  328. "common": "Team",
  329. "priority": 16,
  330. "target": "AnyButTeam",
  331. "broadcast": "team",
  332. "broadcastmsg": "Your partner Chameleon-Bot (~Self) has decided to steal ~Target~'s Shen Gong Wu."
  333. }
  334. },
  335. "inspect": {
  336. "revealAs": "fire"
  337. }
  338. }
  339. },
  340. {
  341. "role": "ninja",
  342. "translation": "Tubbimura",
  343. "side": "spicer",
  344. "help": "You are Tubbimura, the overweight ninja who can move surprisingly quickly. You can follow people around at night using your ninja speed with /stalk. Your great size gives you a vote of 2.",
  345. "info": "Can /stalk at night to see who a player visits. Due to your speed you have a 50% chance to evade nightkills. Sided with Jack Mafia.",
  346. "actions": {
  347. "kill": {
  348. "mode": {
  349. "evadeChance": 0.5
  350. }
  351. },
  352. "startup": "team-reveal-with-roles",
  353. "night": {
  354. "stalk": {
  355. "command": "stalk",
  356. "target": "AnyButTeam",
  357. "common": "Self",
  358. "priority": 41,
  359. "broadcast": "team",
  360. "broadcastmsg": "Your partner Tubbimura (~Self) has decided to stalk ~Target~."
  361. }
  362. },
  363. "vote": 2
  364. }
  365. },
  366. {
  367. "role": "chase",
  368. "translation": "Chase Young",
  369. "side": "young",
  370. "help": "You are Chase Young, the Xiaolin Warrior who turned to Heylin. You can /fight people during the night (can't be haxed). You can also /transform to your lizard form on night 3, gaining a daykill as well. Your will is too powerful to be dominated, so don't worry about being zombified.",
  371. "info": "Can /fight (kill) during the night (ignores hax). Can /transform at night 3 (gains a daykill). Can't be zombified. Sided with Heylin Master.",
  372. "actions": {
  373. "startup": "team-reveal-with-roles",
  374. "convert": {
  375. "mode": "ignore"
  376. },
  377. "avoidHax": [
  378. "fight"
  379. ],
  380. "night": {
  381. "fight": {
  382. "command": "kill",
  383. "common": "Team",
  384. "priority": 13,
  385. "target": "AnyButTeam",
  386. "broadcast": "team",
  387. "broadcastmsg": "Your partner Chase Young (~Self) has decided to fight ~Target~."
  388. },
  389. "transform": {
  390. "command": "convert",
  391. "target": "OnlySelf",
  392. "common": "Self",
  393. "priority": 35,
  394. "initialrecharge": 2,
  395. "newRole": "chasea",
  396. "canConvert": [
  397. "chase"
  398. ],
  399. "convertmsg": "Chase Young reveals the form he gained with the Lao Ming Soup. Be careful, he will attack during the day.",
  400. "silent": false
  401. }
  402. }
  403. }
  404. },
  405. {
  406. "role": "chasea",
  407. "translation": "Chase Young",
  408. "side": "young",
  409. "help": "Your true form is now revealed. You can /fight people during the night (can't be haxed). You can also /fight people during the day. Your will is too powerful to be dominated, so don't worry about being zombified.",
  410. "hide": true,
  411. "actions": {
  412. "startup": "team-reveal-with-roles",
  413. "convert": {
  414. "mode": "ignore"
  415. },
  416. "avoidHax": [
  417. "fight"
  418. ],
  419. "night": {
  420. "fight": {
  421. "command": "kill",
  422. "common": "Team",
  423. "priority": 13,
  424. "target": "AnyButTeam",
  425. "broadcast": "team",
  426. "broadcastmsg": "Your partner Chase Young (~Self) has decided to fight ~Target~."
  427. }
  428. },
  429. "standby": {
  430. "fight": {
  431. "command": "kill",
  432. "target": "AnyButTeam",
  433. "msg": "You can fight someone using /fight [name]",
  434. "killmsg": "~Target~ gets assaulted by Chase Young. No one is able to follow his fast and furious attack. ~Role~ gets overwhelmed and loses conciousness."
  435. }
  436. }
  437. }
  438. },
  439. {
  440. "role": "feline",
  441. "translation": "Feline Warrior",
  442. "side": "young",
  443. "help": "You are a Feline Warrior, one of those who challenged Chase Young and lost. You can /fight people during the night, but Chase can't be haxed, so let him do it if he's alive.",
  444. "info": "Can /fight (kill) during the night. Sided with Heylin Master.",
  445. "actions": {
  446. "startup": "team-reveal-with-roles",
  447. "night": {
  448. "fight": {
  449. "command": "kill",
  450. "common": "Team",
  451. "target": "AnyButTeam",
  452. "priority": 13,
  453. "broadcast": "team",
  454. "broadcastmsg": "Your partner the Feline Warrior (~Self) has decided to fight ~Target~."
  455. }
  456. }
  457. }
  458. },
  459. {
  460. "role": "jacka",
  461. "translation": "Jack Spicer",
  462. "side": "young",
  463. "help": "You are Jack Spicer. Without your Jack-bots, you begged Chase to let you join him. Armed with the Monkey Staff you can /fight people during the night, but Chase can't be haxed, so let him do it if he's alive.",
  464. "info": "Can /fight (kill) during the night. Sided with Heylin Master.",
  465. "actions": {
  466. "startup": "team-reveal-with-roles",
  467. "night": {
  468. "fight": {
  469. "command": "kill",
  470. "common": "Team",
  471. "priority": 13,
  472. "target": "AnyButTeam",
  473. "broadcast": "team",
  474. "broadcastmsg": "Your partner Jack Spicer (~Self) has decided to fight ~Target~."
  475. }
  476. }
  477. }
  478. },
  479. {
  480. "role": "hannibal",
  481. "translation": "Hannibal Roy Bean",
  482. "side": "heylin",
  483. "help": "You are Hannibal Roy Bean, the Heylin Demon. You can /brainwash people every other night with the Zing Zom Bone, but robots and Chase Young can't be brainwashed. As long as your Yingying Bird is alive no harm shall come to you, but you can still be voted out.",
  484. "info": "Can /brainwash (convert) during the night. Immune to night and day kills. Loses immunity if Yingying bird dies. Sided with Heylin Demon.",
  485. "actions": {
  486. "startup": "team-reveal-with-roles",
  487. "kill": {
  488. "mode": "ignore",
  489. "msg": "~Target~ is unreachable for you, so you can't do proper battle.",
  490. "targetmsg": "Someone tried to fight you, but you're safe with your Yingying bird.."
  491. },
  492. "poison": {
  493. "mode": {
  494. "ignore": [
  495. "wuya"
  496. ]
  497. }
  498. },
  499. "daykill": "evade",
  500. "msg": "~Target~ is unreachable for you, so you can't do proper battle.",
  501. "targetmsg": "Someone tried to fight you, but you're safe with your Yingying bird..",
  502. "night": {
  503. "brainwash": {
  504. "command": "convert",
  505. "target": "AnyButTeam",
  506. "common": "Self",
  507. "recharge": 2,
  508. "priority": 45,
  509. "newRole": "zombie",
  510. "canConvert": [
  511. "villager",
  512. "water",
  513. "earth",
  514. "fire",
  515. "wind",
  516. "master",
  517. "dragon",
  518. "jack",
  519. "jacka",
  520. "feline",
  521. "ninja",
  522. "Homeboy"
  523. ],
  524. "convertmsg": "Hannibal used his Zing Zom Bone to gain another zombie slave.",
  525. "silent": false
  526. }
  527. },
  528. "onDeath": {
  529. "killRoles": [
  530. "zombie"
  531. ],
  532. "killmsg": "With Hannibal's defeat his zombies (~Target~) got released of his control, but they can't fight anymore."
  533. }
  534. }
  535. },
  536. {
  537. "role": "hannibala",
  538. "translation": "Hannibal Roy Bean",
  539. "side": "heylin",
  540. "help": "You are Hannibal Roy Bean, the Heylin Demon. You can /brainwash people every other night with the Zing Zom Bone, but robots and Chase Young can't be brainwashed. You are now exposed since the Yingying Bird is no more.",
  541. "hide": true,
  542. "actions": {
  543. "startup": "team-reveal-with-roles",
  544. "night": {
  545. "brainwash": {
  546. "command": "convert",
  547. "target": "AnyButTeam",
  548. "recharge": 2,
  549. "common": "Self",
  550. "priority": 45,
  551. "newRole": "zombie",
  552. "canConvert": [
  553. "villager",
  554. "water",
  555. "earth",
  556. "fire",
  557. "wind",
  558. "master",
  559. "dragon",
  560. "jack",
  561. "jacka",
  562. "feline",
  563. "ninja",
  564. "Homeboy"
  565. ],
  566. "convertmsg": "Hannibal used his Zing Zom Bone to gain another zombie slave.",
  567. "silent": false
  568. }
  569. },
  570. "onDeath": {
  571. "killRoles": [
  572. "zombie"
  573. ],
  574. "killmsg": "With Hannibal's defeat his zombies (~Target~) got released of his control, but they can't fight anymore."
  575. }
  576. }
  577. },
  578. {
  579. "role": "yingying",
  580. "translation": "Yingying Bird",
  581. "side": "heylin",
  582. "help": "You are the Yingying Bird. You have no actions except vote, but as long as you're alive Hannibal can't be killed.",
  583. "info": "As long as this role is alive Hannibal Roy Bean can't be killed. Sided with Heylin Demon.",
  584. "actions": {
  585. "startup": "team-reveal-with-roles",
  586. "onDeath": {
  587. "convertRoles": {
  588. "hannibal": "hannibala"
  589. },
  590. "convertmsg": "The Yingying Bird is no more. Hannibal's protection disappeared."
  591. }
  592. }
  593. },
  594. {
  595. "role": "zombie",
  596. "translation": "Zombie",
  597. "side": "heylin",
  598. "help": "Hannibal brainwashed you with his Zing Zom Bone. As a zombie your abilities are now limited to a poor 0.5 vote.",
  599. "info": "Vote of 0.5. Sided with Heylin Demon.",
  600. "actions": {
  601. "startup": "team-reveal-with-roles",
  602. "vote": 0.5
  603. }
  604. },
  605. {
  606. "role": "ghost",
  607. "translation": "Wuya",
  608. "side": "witch",
  609. "winningSides": [
  610. "spicer",
  611. "young",
  612. "heylin",
  613. "kronos"
  614. ],
  615. "help": "You are Wuya, the powerful witch. However you got defeated long ago and now you're merely a ghost. Your vote counts as 0, but you can't get killed. You can use use the Reverse /mirror with the Serpent's Tail to regain your flesh form, gaining a poison and a vote, but doing so will make you vulnerable. You win with any Heylin side.",
  616. "info": "Ignores all attacks, but has a vote of 0. Wins with any evil role.",
  617. "actions": {
  618. "vote": 0,
  619. "kill": {
  620. "mode": "ignore"
  621. },
  622. "daykill": "evade",
  623. "msg": "You tried to battle someone but while you searched you felt a cold chill down your spine.",
  624. "targetmsg": "Someone just went through you for a cold sensation.",
  625. "night": {
  626. "mirror": {
  627. "command": "convert",
  628. "target": "OnlySelf",
  629. "common": "Self",
  630. "priority": 37,
  631. "newRole": "wuya",
  632. "canConvert": [
  633. "ghost"
  634. ],
  635. "convertmsg": "Wuya regained her flesh form, beware her abilities!",
  636. "silent": false
  637. }
  638. }
  639. }
  640. },
  641. {
  642. "role": "wuya",
  643. "translation": "Wuya",
  644. "side": "witch",
  645. "winningSides": [
  646. "spicer",
  647. "young",
  648. "heylin",
  649. "kronos"
  650. ],
  651. "help": "You are Wuya, the powerful witch. You can /poison during the night. You win with any Heylin side.",
  652. "info": "Can poison during the night. Wins with any Heylin side.",
  653. "hide": true,
  654. "actions": {
  655. "night": {
  656. "poison": {
  657. "target": "AnyButSelf",
  658. "common": "Self",
  659. "priority": 20
  660. }
  661. }
  662. }
  663. },
  664. {
  665. "role": "Mala",
  666. "translation": "Mala Mala Jong",
  667. "side": "kronos",
  668. "help": "You are Mala Mala Jong, the evilest creature ever imaginable. You are the combined force of so many Shen Gong Wu that any player you vote for will be lynched guaranteed! You have a one-time night self-protect as well, using /tunic to use the Two-Ton Tunic to protect yourself! You cannot be zombified, as you are basically a bunch of objects thrown together.",
  669. "info": "Anyone Mala Mala Jong votes for is voted off. Has a one-time night protect. Cannot be zombified.",
  670. "actions": {
  671. "vote": 999999,
  672. "night": {
  673. "tunic": {
  674. "command": "protect",
  675. "common": "Self",
  676. "target": "OnlySelf",
  677. "charges": 1,
  678. "priority": 7
  679. }
  680. }
  681. }
  682. }
  683. ],
  684. "roles1": [
  685. "wind",
  686. "earth",
  687. "jack",
  688. "jackbot",
  689. "wuya",
  690. "villager",
  691. "fire"
  692. ],
  693. "roles2": [
  694. "villager",
  695. "earth",
  696. "fire",
  697. "wind",
  698. "jack",
  699. "dragon",
  700. "jackbot",
  701. "wuya",
  702. "water",
  703. "chase",
  704. "feline",
  705. "villager",
  706. "ninja",
  707. "villager"
  708. ],
  709. "roles3": [
  710. "villager",
  711. "earth",
  712. "fire",
  713. "wind",
  714. "jack",
  715. "dragon",
  716. "jackbot",
  717. "wuya",
  718. "water",
  719. "chase",
  720. "feline",
  721. "villager",
  722. "ninja",
  723. "villager",
  724. "villager",
  725. "hannibal",
  726. "yingying",
  727. "master",
  728. "feline",
  729. "villager",
  730. "chambot",
  731. "Homeboy",
  732. "Mala",
  733. "villager",
  734. "feline",
  735. "jackbot",
  736. "villager",
  737. "villager",
  738. "villager",
  739. "jackbot",
  740. "feline",
  741. "villager"
  742. ],
  743. "killmsg": "±Game: ~Player~ (~Role~) doesn't have any more Shen Gong Wu to wager!",
  744. "killusermsg": "±Game: You lost all your Shen Gong Wu!",
  745. "drawmsg": "The battle for the Shen Gong Wu ended with no winner.",
  746. "changelog": {}
  747. }
Advertisement
Add Comment
Please, Sign In to add comment