Advertisement
The-Tempest

Royal Smash V3

Jun 25th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.81 KB | None | 0 0
  1. {
  2. "name": "Royal Smash",
  3. "author": "Therealkuja, Mr.Anonymous",
  4. "summary": "Hello everyone this theme is currently in Version 2 after bug fixes. If any more are found please PM Therealkuja. Theme based on Popular Mafia Themes. You will be teamed into 3 or 4 groups to see who win. Enjoy :) -Coding checks by The Tempest-",
  5. "sides": [
  6. {
  7. "side": "Team",
  8. "translation": "FF X"
  9. },
  10. {
  11. "side": "Team1",
  12. "translation": "Zelda"
  13. },
  14. {
  15. "side": "Team2",
  16. "translation": "SSBB"
  17. },
  18. {
  19. "side": "Gods",
  20. "translation": "Ultimecia"
  21. },
  22. {
  23. "side": "Team3",
  24. "translation": "Mushroom Kingdom"
  25. },
  26. {
  27. "side": "Team4",
  28. "translation": "Kirby"
  29. },
  30. {
  31. "side": "Team5",
  32. "translation": "Mythology"
  33. }
  34. ],
  35. "roles": [
  36. {
  37. "role": "Cindy",
  38. "translation": "Cindy",
  39. "side": "Team",
  40. "help": "As one of the 3 Magus Sisters, you can /protect and /safeguard a teammate to keep them from harm and can /distract to give them aid! You also have a vote of 2, and a 40% chance to evade a kill.",
  41. "actions": {
  42. "night": {
  43. "protect": {
  44. "target": "AnyButSelf",
  45. "common": "Role",
  46. "priority": 1
  47. },
  48. "safeguard": {
  49. "target": "AnyButSelf",
  50. "common": "Role",
  51. "priority": 1
  52. },
  53. "distract": {
  54. "target": "AnyButSelf",
  55. "common": "Role",
  56. "priority": 2
  57. }
  58. },
  59. "vote": 2,
  60. "kill": {
  61. "mode": {
  62. "evadeChance": 0.4
  63. }
  64. },
  65. "startup": "team-reveal"
  66. }
  67. },
  68. {
  69. "role": "Mindy",
  70. "translation": "Mindy",
  71. "side": "Team",
  72. "help": "As one of the 3 Magus Sisters, you can inspect a player, and can poison at night! Use this to help your team win the game! You have a 25% chance to avoid nightkills and Vote Count as 2.",
  73. "actions": {
  74. "night": {
  75. "inspect": {
  76. "target": "AnyButTeam",
  77. "common": "Team",
  78. "priority": 50,
  79. "broadcast": "team"
  80. },
  81. "poison": {
  82. "target": "AnyButTeam",
  83. "common": "Self",
  84. "priority": 2,
  85. "broadcast": "team"
  86. }
  87. },
  88. "vote": 2,
  89. "kill": {
  90. "mode": {
  91. "evadeChance": 0.25
  92. }
  93. },
  94. "distract": {
  95. "mode": "ignore"
  96. },
  97. "startup": "team-reveal"
  98. }
  99. },
  100. {
  101. "role": "Sandy",
  102. "translation": "Sandy",
  103. "side": "Team",
  104. "help": "As one of the 3 Magus sisters, you can kill during the night! You will kill anyone who attempts to distract you at night, but at the cost of your original target... You have a 0.15 chance to evade nightkills and can /stalk a player at night.",
  105. "actions": {
  106. "night": {
  107. "kill": {
  108. "target": "AnyButTeam",
  109. "common": "Self",
  110. "broadcast": "team",
  111. "priority": 5
  112. },
  113. "stalk": {
  114. "target": "AnyButTeam",
  115. "common": "Self",
  116. "broadcast": "team",
  117. "priority": 1
  118. }
  119. },
  120. "distract": {
  121. "mode": "ChangeTarget",
  122. "hookermsg": "You tried to distract Sandy and were ruthlessly killed",
  123. "msg": "~Distracter~ came to you last night and died because they were not on your level."
  124. },
  125. "kill": {
  126. "mode": {
  127. "evadeChance": 0.15
  128. }
  129. },
  130. "startup": "team-reveal"
  131. }
  132. },
  133. {
  134. "role": "Zelda",
  135. "translation": "Zelda",
  136. "side": "Team1",
  137. "help": "You are the Princess of Hyrule and can use /Inspect [name] to find someone's identity.With the help of the Triforce of Wisdom you can /safeguard yourself for protection!You also know who is Impa.",
  138. "actions": {
  139. "night": {
  140. "inspect": {
  141. "target": "AnyButSelf",
  142. "common": "Self",
  143. "priority": 30
  144. },
  145. "safeguard": {
  146. "target": "OnlySelf",
  147. "common": "Self",
  148. "priority": 1
  149. }
  150. },
  151. "startup": "team-reveal"
  152. }
  153. },
  154. {
  155. "role": "Impa",
  156. "translation": "Impa",
  157. "side": "Team1",
  158. "help": "You are the last remaining Sheikah and Zelda's personal Bodyguard! Use /Protect [name] to protect Zelda as you know who she is!",
  159. "actions": {
  160. "night": {
  161. "protect": {
  162. "target": "AnyButSelf",
  163. "common": "Role",
  164. "priority": 1,
  165. "broadcast": "role"
  166. }
  167. },
  168. "startup": "team-reveal"
  169. }
  170. },
  171. {
  172. "role": "Link",
  173. "translation": "Link",
  174. "side": "Team1",
  175. "help": "You are Link! Being that you chosen you can /kill 1 target during the standby (70% chance of getting revealed)You also get hax on everything.!",
  176. "actions": {
  177. "standby": {
  178. "kill": {
  179. "target": "AnyButSelf",
  180. "msg": "You can kill now! Type /kill [name] slice the target. (70% chance of revealing you)!",
  181. "killmsg": "~Target~ was sliced to pieaces by Link.!",
  182. "revealChance": 0.7,
  183. "revealmsg": "~Self~ Raised his Sword and yelled come at me bro!"
  184. }
  185. },
  186. "hax": {
  187. "inspect": {
  188. "revealTeam": 0.3,
  189. "revealPlayer": 0.25
  190. },
  191. "protect": {
  192. "revealTeam": 0.25,
  193. "revealPlayer": 0.25
  194. },
  195. "safeguard": {
  196. "revealTeam": 0.25,
  197. "revealPlayer": 0.25
  198. },
  199. "kill": {
  200. "revealTeam": 0.25,
  201. "revealPlayer": 0.15
  202. },
  203. "poison": {
  204. "revealTeam": 0.25,
  205. "revealPlayer": 0.25
  206. },
  207. "stalk": {
  208. "revealTeam": 0.25,
  209. "revealPlayer": 0.25
  210. },
  211. "startup": "team-reveal"
  212. }
  213. }
  214. },
  215. {
  216. "role": "koh",
  217. "translation": "King of Hyrule",
  218. "side": "Team1",
  219. "help": "You are the King of Hyrule. Your word is law! Well, not always, but at least your vote counts for 3.",
  220. "actions": {
  221. "vote": 3,
  222. "startup": "team-reveal"
  223. }
  224. },
  225. {
  226. "role": "Sonic",
  227. "translation": "Sonic",
  228. "side": "Team2",
  229. "help": "You are Sonic the Hedgehog, the fastest thing alive! You have a 70% chance of evading kills, a 60% chance of evading poison, and if the kill is a daykill, you even survive! However, due to being so annoying, you vote counts as 0.5 You can also use /taunt, to reveal yourself as Sonic during the standby phase to connect your team. You also have a voteshield of -1 so when you connect you have another chance at life!",
  230. "actions": {
  231. "kill": {
  232. "mode": {
  233. "evadeChance": 0.7
  234. }
  235. },
  236. "poison": {
  237. "mode": {
  238. "evadeChance": 0.6
  239. }
  240. },
  241. "standby": {
  242. "taunt": {
  243. "command": "reveal",
  244. "revealmsg": "~Self~ (~Role~) runs around everyone screaming 'YOU'RE TOO SLOW. TEAM PM me for a Connect!'."
  245. }
  246. },
  247. "daykill": "revenge"
  248. }
  249. },
  250. {
  251. "role": "mk",
  252. "translation": "Meta Knight",
  253. "side": "Team2",
  254. "help": "You are Meta Knight, the honorable and badass mysterious captain of the Halberd, and Type /kill [name] during the day phase to kill someone! You will not be revealed when you kill! You are allied with yourself! Due to being a badass, your vote is 1.5!",
  255. "actions": {
  256. "vote": 1.5,
  257. "standby": {
  258. "kill": {
  259. "target": "AnyButSelf",
  260. "msg": "You can kill now using /kill [name](reveal chance 33%) :",
  261. "killmsg": "Meta Knight pulls out the holy sword, Galaxia, and strikes it through ~Target~'s chest!",
  262. "revealChance": 0.33,
  263. "revealmsg": "~Self~ Quickly reveals himself and begins to vanish!"
  264. }
  265. }
  266. }
  267. },
  268. {
  269. "role": "Samus",
  270. "translation": "Samus",
  271. "side": "Team2",
  272. "help": "You are the amazing bounty hunter, Samus Aran! Type /kill [name] to kill someone using a missile however your suit is retarded from time to time and won't kill anyone chance of killing a person .6! (don't kill the your teammates !) Type /distract [name] to distract someone! You can only distract every other turn! Due to your ability to escape with your MorphBall. However your chances of you distracting someone is .4, you have a 10% chance of dodging kills. Also, due to your bulky powersuit, you have a 50% chance of avoiding poison!(No command for avoiding/dodging)! You can also change to Zero Suit Samus using /transform [yourname], who can /distract every turn, but can only kill every other turn, and has a 50% chance of dodging kills, but a 10% chance of dodging poison(ZeroSuitSamus Chances of Landing is flipped)!",
  273. "actions": {
  274. "kill": {
  275. "mode": {
  276. "evadeChance": 0.1
  277. }
  278. },
  279. "poison": {
  280. "mode": {
  281. "evadeChance": 0.5
  282. }
  283. },
  284. "night": {
  285. "kill": {
  286. "target": "AnyButSelf",
  287. "common": "Self",
  288. "priority": 3,
  289. "failChance": 0.4
  290. },
  291. "distract": {
  292. "target": "AnyButSelf",
  293. "common": "Self",
  294. "priority": 2,
  295. "failChance": 0.6,
  296. "recharge": 2
  297. },
  298. "transform": {
  299. "canConvert": [
  300. "Samus"
  301. ],
  302. "newRole": "ZSS",
  303. "target": "OnlySelf",
  304. "common": "Self",
  305. "command": "convert",
  306. "priority": 2,
  307. "recharge": 2,
  308. "convertmsg": "+Sonic: Samus shed her suit!"
  309. }
  310. }
  311. }
  312. },
  313. {
  314. "role": "ZSS",
  315. "translation": "ZSS",
  316. "side": "Team2",
  317. "help": "You took your suit off, and became Zero Suit Samus(ZSS). You can /distract [name] every turn, but can only /kill [name] every other turn, and has a 50% chance of dodging kills, but a 10% chance of dodging poison. You can put on your Power Suit again, using /change [yourname] and your chances of landing a kill is .4 and for distract is .6",
  318. "actions": {
  319. "kill": {
  320. "mode": {
  321. "evadeChance": 0.5
  322. }
  323. },
  324. "poison": {
  325. "mode": {
  326. "evadeChance": 0.1
  327. }
  328. },
  329. "night": {
  330. "kill": {
  331. "target": "AnyButSelf",
  332. "common": "Self",
  333. "priority": 1,
  334. "failChance": 0.6,
  335. "recharge": 2
  336. },
  337. "distract": {
  338. "target": "AnyButSelf",
  339. "common": "Self",
  340. "failChance": 0.4,
  341. "priority": 2
  342. },
  343. "change": {
  344. "canConvert": [
  345. "ZSS"
  346. ],
  347. "newRole": "samus",
  348. "target": "OnlySelf",
  349. "common": "Self",
  350. "command": "convert",
  351. "priority": 1,
  352. "recharge": 2,
  353. "convertmsg": "Samus put her Suit back on!"
  354. }
  355. }
  356. }
  357. },
  358. {
  359. "role": "Ness",
  360. "translation": "Ness",
  361. "side": "Team2",
  362. "help": "You are Ness, PSI extrodinare from Eagleland! Because of your mastery of PSI, you can type /protect [name] to protect a teammate! You can also use /safeguard [name] to protect a teammate against poison, although it also protects against inspect and distract! PSI also allows you have a small chance of finding out who gets killed next!(No action). Your vote counts for .5 though, due to being a minor, but you have a voteshield of 3(if voted for, it takes 3 more votes to remove you)!,",
  363. "actions": {
  364. "vote": 0.5,
  365. "voteshield": -3,
  366. "night": {
  367. "protect": {
  368. "target": "AnyButSelf",
  369. "common": "Role",
  370. "priority": 8,
  371. "broadcast": "role"
  372. },
  373. "safeguard": {
  374. "target": "AnyButSelf",
  375. "common": "Role",
  376. "priority": 8,
  377. "broadcast": "role"
  378. }
  379. },
  380. "hax": {
  381. "kill": {
  382. "revealTeam": 0.3,
  383. "revealPlayer": 0.1
  384. }
  385. },
  386. "startup": {
  387. "revealRole": "Samus"
  388. }
  389. }
  390. },
  391. {
  392. "role": "Yoshi",
  393. "translation": "Yoshi",
  394. "side": "Team3",
  395. "help": "You are the cute dinosaur of the Mushroom Kingdom and loyal pet to Mario. Since you are so powerful, faithful and kind, you have the power to protect anyone(2 people) in the Kingdom. Use the command /protect(twice) to fend off any attackers! You ignore also distractions AND Mario, Meta Knight,Link, Crash Kirby can't kill you because you are a dino, RAWR >:O! You are sided with the Mushroom Kingdom.",
  396. "actions": {
  397. "daykill": "evade",
  398. "night": {
  399. "protect": {
  400. "target": "AnyButSelf",
  401. "common": "Role",
  402. "priority": 3,
  403. "broadcast": "role",
  404. "limit": 2
  405. }
  406. },
  407. "distract": {
  408. "mode": "ignore",
  409. "msg": "The ~Distracter~ came to you last night! You ignored her and kept to your task!"
  410. },
  411. "startup": "team-reveal"
  412. }
  413. },
  414. {
  415. "role": "Peach",
  416. "translation": "Peach",
  417. "side": "Team3",
  418. "help": "You are Peach, Princess of the Mushroom Kingdom! Type /distract [name] to distract someone by making them tea! Due to being a princess, your vote counts as 2, and every other turn during the game, you may poison 2 players with your horrible tea, with /givetea!",
  419. "actions": {
  420. "vote": 2,
  421. "night": {
  422. "givetea": {
  423. "target": "AnyButSelf",
  424. "common": "Self",
  425. "priority": 10,
  426. "command": "poison",
  427. "limit": 1,
  428. "recharge": 2,
  429. "poisonDeadMessage": "Peach's horrible tea killed you!"
  430. },
  431. "distract": {
  432. "target": "AnyButSelf",
  433. "common": "Self",
  434. "priority": 3,
  435. "distractmsg": "Peach made tea for you,and it would be impolite to decline.",
  436. "teammsg": "Your partner had tea with Peach whilst you were waiting for them so you couldn't do anything."
  437. }
  438. },
  439. "daykill": "bomb",
  440. "startup": "team-reveal"
  441. }
  442. },
  443. {
  444. "role": "Toadsworth",
  445. "translation": "Toadsworth",
  446. "side": "Team3",
  447. "help": "You are Toadsworth!Being that you are very up in age you are resilliant to death its self therefor you have great chances of evading poisoned and nightkills even revenge daykill and however you are weak and have no vote(Wobuffet)",
  448. "actions": {
  449. "vote": 0,
  450. "kill": {
  451. "mode": {
  452. "evadeChance": 0.75
  453. }
  454. },
  455. "poison": {
  456. "mode": {
  457. "evadeChance": 0.65
  458. }
  459. },
  460. "daykill": "revenge",
  461. "startup": "team-reveal"
  462. }
  463. },
  464. {
  465. "role": "Mario",
  466. "translation": "Mario",
  467. "side": "Team3",
  468. "help": "You are Mario you know who peach is and can type /flame to kill a person at night(Vigilante).",
  469. "actions": {
  470. "night": {
  471. "flame": {
  472. "target": "AnyButSelf",
  473. "common": "Team",
  474. "priority": 4,
  475. "broadcast": "team",
  476. "command": "kill"
  477. }
  478. },
  479. "startup": {
  480. "revealRole": "Peach"
  481. }
  482. }
  483. },
  484. {
  485. "role": "gkirby",
  486. "translation": "GhostKirby",
  487. "side": "Team4",
  488. "help": "I may be a ghost, but I'm not really dead! Anyway, I can possess someone during the night by typing /stalk and find who that person visited! And while wandering around, I can witness other people fighting! And I will reveal the identity of whoever attack me during the day You also evades Nightkills 85% of the time and evade poiaon 75% of the time. !",
  489. "actions": {
  490. "night": {
  491. "stalk": {
  492. "target": "AnyButSelf",
  493. "common": "Self",
  494. "priority": 1
  495. }
  496. },
  497. "hax": {
  498. "kill": {
  499. "revealTeam": 25,
  500. "revealPlayer": 0.2
  501. },
  502. "distract": {
  503. "revealTeam": 0.15,
  504. "revealPlayer": 0.15
  505. }
  506. },
  507. "daykill": "revealkiller",
  508. "daykillrevengemsg": "~Target~is know known as\"The~Role~that(somehow)attacked a Ghost",
  509. "kill": {
  510. "mode": {
  511. "evadeChance": 0.85
  512. },
  513. "poison": {
  514. "mode": {
  515. "evadeChance": 0.75
  516. }
  517. }
  518. }
  519. }
  520. },
  521. {
  522. "role": "skirby",
  523. "translation": "Sword Kirby",
  524. "side": "Team4",
  525. "help": "The best weapon ever is mine! With this sword, I can cut an enemy by typing /sword [name] during the night! If someone try to stop me, I'll just slice that distractor!",
  526. "actions": {
  527. "night": {
  528. "sword": {
  529. "command": "kill",
  530. "target": "AnyButSelf",
  531. "common": "Self",
  532. "priority": 16
  533. }
  534. },
  535. "distract": {
  536. "mode": {
  537. "killif": [
  538. "mafia2_mace",
  539. "godfather"
  540. ],
  541. "ignore": [
  542. "hooker"
  543. ]
  544. },
  545. "hookermsg": "Hey, nice weapon you have there, Sword Kirby. Wait, no, don't slice me! I just wanted to distract you! >.<",
  546. "msg": "Trying to distract me, ~Distracter~? Care if I test my sword on you?"
  547. },
  548. "startup": {
  549. "revealRole": [
  550. "Ghost Kirby",
  551. "Crash Kirby",
  552. "Ice Kirby"
  553. ]
  554. }
  555. }
  556. },
  557. {
  558. "role": "ckirby",
  559. "translation": "Crash Kirby",
  560. "side": "Team4",
  561. "help": "Energy! Lots of Energy! I build all the energy I can and release it during the day to cause a explosion by typing /kill [name]! But that draws a lot of attention, so this power has a 75% chance of revealing my identity. And due to all that energy i can sense teammates if they spam their command, I can also sense other people fighting around during the night!",
  562. "actions": {
  563. "standby": {
  564. "kill": {
  565. "target": "AnyButSelf",
  566. "msg": "You can kill now! Type /kill [name] to crash them all (50% chance of revealing you)!",
  567. "killmsg": "~Target~ was caught in the massive energy surge released by Crash Kirby!",
  568. "revealChance": 0.75,
  569. "revealmsg": "~Self~ (Crash Kirby) needs a rest after releasing so much energy!"
  570. }
  571. },
  572. "hax": {
  573. "sword": {
  574. "revealTeam": 0.5,
  575. "revealPlayer": 0.5
  576. },
  577. "stalk": {
  578. "revealTeam": 0.99,
  579. "revealPlayer": 0.99
  580. },
  581. "kill": {
  582. "revealTeam": 0.5,
  583. "revealPlayer": 0.5
  584. },
  585. "distract": {
  586. "revealTeam": 0.5,
  587. "revealPlayer": 0.5
  588. }
  589. }
  590. }
  591. },
  592. {
  593. "role": "ikirby",
  594. "translation": "Ice Kirby",
  595. "side": "Team4",
  596. "help": "Brrrr! Are you cold enough? If not, I can type /distract [name] during the night to freeze you for a entire night. And I can protect someone (even myself) with an Ice Wall by typing /protect [name] during the night, BUT I can only use it once every 3 nights.",
  597. "actions": {
  598. "night": {
  599. "distract": {
  600. "target": "AnyButSelf",
  601. "common": "Role",
  602. "priority": 1,
  603. "broadcast": "role",
  604. "distractmsg": "Brrr... So cold! I can't move because of all this ice >.<",
  605. "teammsg": "My partner is frozen! I couldn't ~Action~ because I had to melt the ice!"
  606. },
  607. "protect": {
  608. "command": "protect",
  609. "target": "Any",
  610. "common": "Role",
  611. "priority": 8,
  612. "broadcast": "role",
  613. "recharge": 3
  614. }
  615. },
  616. "startup": "role-reveal"
  617. }
  618. },
  619. {
  620. "role": "Ultimecia",
  621. "translation": "Ultimecia",
  622. "side": "Gods",
  623. "help": "You are Ultimecia. Time shall compress...All existence will be denied...forever. Your dark magics allow you to seal up to 1 players every night with /poison: they will die at the end of the following night and can also /distract 1 player. Spacial compression also greatly increases your voting capabilities: your vote counts as 3. ",
  624. "actions": {
  625. "night": {
  626. "poison": {
  627. "target": "AnyButTeam",
  628. "common": "Team",
  629. "priority": 15,
  630. "broadcast": "team",
  631. "limit": 1
  632. },
  633. "distract": {
  634. "target": "AnyButTeam",
  635. "common": "Team",
  636. "priority": 8,
  637. "broadcast": "team",
  638. "limit": 1
  639. }
  640. },
  641. "vote": 3
  642. }
  643. },
  644. {
  645. "role": "Themis",
  646. "translation": "Themis",
  647. "side": "Team5",
  648. "help": "Titan of Law and Order. The Olympians have requested your help to keep the peace. Type /Kill [name] to kill someone!(dont kill the good people!)",
  649. "actions": {
  650. "night": {
  651. "kill": {
  652. "target": "AnyButSelf",
  653. "common": "Team",
  654. "priority": 20
  655. }
  656. }
  657. }
  658. },
  659. {
  660. "role": "Chronos",
  661. "translation": "Chronos",
  662. "side": "Team5",
  663. "help": "God of Time, you are allied with the Olympians. However, you are too often confused with Kronos, and thus the Inspector sees you as him. You dont have any special commands during the night! Vote to remove people in the day!",
  664. "actions": {
  665. "inspect": {
  666. "revealAs": "Kronos"
  667. }
  668. }
  669. },
  670. {
  671. "role": "Kronos",
  672. "translation": "Kronos",
  673. "side": "Team5",
  674. "help": "Leader of the Titans, you are all alone after your tyranny. However, you control immense power, and a single vote by you will vote someone out. You don't have any special commands during the night! Vote to remove people in the day!",
  675. "actions": {
  676. "vote": 100
  677. }
  678. },
  679. {
  680. "role": "Hades",
  681. "translation": "Hades",
  682. "side": "Team5",
  683. "help": "Lord of the Underworld. Your veil of Darkness protects you from the feeble spying attempts of Hermes and the Demigods. (Perhaps it would be wise for your minions to allow you to make the killing decisions?) You may also kill one person during the day, while your aura of Night keeps you hidden. Type /Kill [name] to kill someone, during either phase You also have the lowest priority!",
  684. "actions": {
  685. "night": {
  686. "kill": {
  687. "target": "AnyButTeam",
  688. "common": "Team",
  689. "priority": 25,
  690. "broadcast": "team"
  691. }
  692. },
  693. "avoidHax": [
  694. "kill"
  695. ],
  696. "startup": "team-reveal",
  697. "standby": {
  698. "kill": {
  699. "target": "AnyButSelf",
  700. "msg": "You can now kill now (50% chance of revealing you)!",
  701. "killmsg": "~Target~ was take to the underworld by Hades.!",
  702. "revealChance": 0.5,
  703. "revealmsg": "~Self~ Taunted at the brawlers and says look at me now!"
  704. }
  705. }
  706. }
  707. }
  708. ],
  709. "roles1": [
  710. "Cindy",
  711. "Mindy",
  712. "mk",
  713. "Samus",
  714. "gkirby",
  715. "skirby",
  716. "Peach",
  717. "Yoshi",
  718. "Link",
  719. "koh"
  720. ],
  721. "roles2": [
  722. "Cindy",
  723. "Mindy",
  724. "Sandy",
  725. "Zelda",
  726. "koh",
  727. "Link",
  728. "Impa",
  729. "Sonic",
  730. "mk",
  731. "Samus",
  732. "Ness",
  733. "Hades",
  734. "Kronos",
  735. "skirby",
  736. "gkirby",
  737. "ckirby",
  738. "ikirby",
  739. "Peach",
  740. "Yoshi",
  741. "Mario",
  742. "Toadsworth",
  743. "Themis",
  744. "Ultimecia"
  745. ],
  746. "villageCantLoseRoles": [],
  747. "killmsg": "+Announcer: ~Player~ (~Role~) will not be seen in the Kingdom!",
  748. "killusermsg": "You have been banished from the kingdom!"
  749. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement