Dark_Phoenix

Pandora

Nov 6th, 2012
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.21 KB | None | 0 0
  1. {
  2. "name": "Pandora",
  3. "author": [
  4. "Dark Phoenix"
  5. ],
  6. "summary": "Welcome to the lands of Pandora- there are several roles with multiple or restricted commands, so pay attention to your info! Comments/concerns, pm Dark Phoenix",
  7. "minplayers": 11,
  8. "sides": [
  9. {
  10. "side": "village",
  11. "translation": "Celestia's warriors",
  12. "winmsg": "It looks like ~Players~ were successful in reclaiming the lands! They won't be battling the Dark Forces anytime soon"
  13. },
  14. {
  15. "side": "royal",
  16. "translation": "Emperor",
  17. "winmsg": "~Players~ were successful in establishing a new totalitarianism! The lands were ruled by an Iron Fist. "
  18. },
  19. {
  20. "side": "king",
  21. "translation": "King",
  22. "winmsg": "The Emperor was overthrown by ~Players~! A new monarchy was established with the forces of Skull at the top!"
  23. },
  24. {
  25. "side": "science",
  26. "translation": "Cyber Army",
  27. "winmsg": "It seems the combined technology of old and new were able to create a covalent bond and disrupt these lands! ~Players~ modified everyone and turned them into cyber slaves!"
  28. },
  29. {
  30. "side": "darkness",
  31. "translation": "The Darkness",
  32. "winmsg": "The lands were enveloped in a waning light as the sun was eclipsed by eternal night.. ~Players~ have begun a period of a 1000 years od darkness!"
  33. },
  34. {
  35. "side": "eizen",
  36. "translation": "Eizen",
  37. "winmsg": "~Players~ has ascended from his ailing weakness and crowned himself as the new emperor!"
  38. },
  39. {
  40. "side": "joe",
  41. "translation": "Joe Kerr",
  42. "winmsg": "~Players~: This is what happens when an unstoppable force meets an immovable object... I win!"
  43. }
  44. ],
  45. "roles": [
  46. {
  47. "role": "villager",
  48. "translation": "Maddox",
  49. "side": "village",
  50. "help": "Aww yeah, I'm in bus-- oh wait, there appears to be a plethora of me. I guess I'm just another obsolete copy, then..",
  51. "actions": {}
  52. },
  53. {
  54. "role": "astrid",
  55. "translation": "Astrid",
  56. "side": "village",
  57. "help": "You were once an assassin of the night, but you've since changed priorities and now aim to protect the good! Your can either choose to /poison an enemy or /safeguard an ally at night - while also boasting an immunity to poison.",
  58. "actions": {
  59. "night": {
  60. "safeguard": {
  61. "target": "AnyButSelf",
  62. "common": "Self",
  63. "priority": 4,
  64. "restrict": [
  65. "poison"
  66. ]
  67. },
  68. "poison": {
  69. "target": "AnyButSelf",
  70. "common": "Self",
  71. "priority": 20,
  72. "count": 3,
  73. "restrict": [
  74. "safeguard"
  75. ]
  76. }
  77. },
  78. "poison": {
  79. "mode": "ignore"
  80. }
  81. }
  82. },
  83. {
  84. "role": "circe",
  85. "translation": "Circe",
  86. "side": "village",
  87. "help": "The unlikely Hero of the times, you strike down evil during the day with /kill - but you have a 40% chance of revealing! You sometimes have the ability to pick up small hax that deal with non-killing commands, however this will only be on your fellow villagers!",
  88. "actions": {
  89. "standby": {
  90. "kill": {
  91. "target": "AnyButSelf",
  92. "msg": "Type /kill to withdraw your epee and strike!!",
  93. "killmsg": "~Target~ is struck from behind! A surprise attack! There was nothing left save an incredibly large gash from what appeared to be a sword!",
  94. "revealChance": 0.4,
  95. "revealmsg": "~Self~ took out a cloth to clean his epee after battle!"
  96. }
  97. },
  98. "hax": {
  99. "inspect": {
  100. "revealTeam": 0.19,
  101. "revealPlayer": 0.1
  102. },
  103. "banter": {
  104. "revealTeam": 0.19,
  105. "revealPlayer": 0.1
  106. },
  107. "protect": {
  108. "revealTeam": 0.19,
  109. "revealPlayer": 0.1
  110. },
  111. "safeguard": {
  112. "revealTeam": 0.19,
  113. "revealPlayer": 0.1
  114. },
  115. "guard": {
  116. "revealTeam": 0.19,
  117. "revealPlayer": 0.1
  118. },
  119. "fate": {
  120. "revealTeam": 0.19,
  121. "revealPlayer": 0.1
  122. }
  123. }
  124. }
  125. },
  126. {
  127. "role": "isaac",
  128. "translation": "Isaac",
  129. "side": "village",
  130. "help": "You stumbled upon these lands long ago - and the companions you have met along the way have helped you repeatedly. You are now ready to repay your debt, and protect these warriors from the darkness! Utilize the command /guard to protect and safeguard someone.",
  131. "actions": {
  132. "night": {
  133. "guard": {
  134. "target": "AnyButSelf",
  135. "common": "Self",
  136. "priority": 4,
  137. "command": [
  138. "protect",
  139. "safeguard"
  140. ]
  141. }
  142. }
  143. }
  144. },
  145. {
  146. "role": "naota",
  147. "translation": "Naota",
  148. "side": "village",
  149. "help": "You are the aloof and laziest character - Naota! You have an unbelievable potential to improve - however you take your time. Typing /focus <your name> allows you to hone in on your energy, however you are easily discouraged, so sometimes you will fail! You also possess a vote of 0.",
  150. "actions": {
  151. "night": {
  152. "focus": {
  153. "command": "convert",
  154. "target": "Self",
  155. "common": "Self",
  156. "priority": 24,
  157. "failChance": 0.15,
  158. "newRole": {
  159. "naota2": [
  160. "naota"
  161. ]
  162. }
  163. }
  164. },
  165. "vote": 0
  166. }
  167. },
  168. {
  169. "role": "naota2",
  170. "translation": "Naota?!",
  171. "side": "village",
  172. "help": "You have focused on the battle a little bit more - and you now gain a vote power of 1.5. You have also gained a one-time only inspect, and a chance to convert yourself again with /enhance.",
  173. "actions": {
  174. "night": {
  175. "inspect": {
  176. "command": "inspect",
  177. "target": "AnyButSelf",
  178. "common": "Self",
  179. "priority": 20,
  180. "charges": 1
  181. },
  182. "enhance": {
  183. "command": "convert",
  184. "target": "Self",
  185. "common": "Self",
  186. "priority": 24,
  187. "failChance": 0.4,
  188. "newRole": {
  189. "naota3": [
  190. "naota2"
  191. ]
  192. }
  193. }
  194. },
  195. "vote": 1.5
  196. }
  197. },
  198. {
  199. "role": "naota3",
  200. "translation": "Atano",
  201. "side": "village",
  202. "help": "You have achieved your true potential. You have been given the ability to kill during the day, however you will be revealed for doing so. Your voting has also been increased to +2.",
  203. "actions": {
  204. "standby": {
  205. "kill": {
  206. "target": "AnyButSelf",
  207. "msg": "Type /kill to unleash damage on your opponents!",
  208. "killmsg": "~Target~ thought it was safe to let their guard down, until ~Self~ obliterated them with celestial energy, that is."
  209. }
  210. },
  211. "vote": 2
  212. }
  213. },
  214. {
  215. "role": "shien",
  216. "translation": "Shien",
  217. "side": "village",
  218. "help": "You are the shining knight, Shien! You can protect up to two targets at night with /defend or utilize /fate that will either stalk or distract a foe.",
  219. "actions": {
  220. "night": {
  221. "defend": {
  222. "command": "protect",
  223. "target": "Any",
  224. "common": "Self",
  225. "priority": 5,
  226. "limit": 2,
  227. "restrict": [
  228. "fate"
  229. ]
  230. },
  231. "fate": {
  232. "command": {
  233. "distract": 0.5,
  234. "stalk": 0.3
  235. },
  236. "target": "AnyButSelf",
  237. "common": "Self",
  238. "priority": 4,
  239. "restrict": [
  240. "defend"
  241. ]
  242. }
  243. }
  244. }
  245. },
  246. {
  247. "role": "dari",
  248. "translation": "Dari",
  249. "side": "village",
  250. "help": "You are the mysterious ethereal being, Dari! You can't be killed during the night or day, and you reveal yourself to the public!",
  251. "actions": {
  252. "kill": {
  253. "mode": "ignore"
  254. },
  255. "standby": {
  256. "reveal": {
  257. "command": "reveal",
  258. "revealmsg": "~Self~ has appeared, and throws thunderbolts at everybody! Too bad they dissipate before they do any harm.",
  259. "recharge": 999
  260. }
  261. },
  262. "daykill": "evade"
  263. }
  264. },
  265. {
  266. "role": "zero",
  267. "translation": "Zero",
  268. "side": "village",
  269. "help": "You are a prototype bot built by a nefarious doctor, before he went mad with power. You are equipped to protect yourself from danger every other night, and also a voting power of -1.",
  270. "actions": {
  271. "night": {
  272. "protect": {
  273. "target": "OnlySelf",
  274. "recharge": 2,
  275. "priority": 5,
  276. "common": "Self"
  277. }
  278. },
  279. "vote": -1,
  280. "onDeath": {
  281. "convertRoles": {
  282. "nero": "nerox"
  283. }
  284. }
  285. }
  286. },
  287. {
  288. "role": "zerox",
  289. "translation": "Zero X",
  290. "side": "village",
  291. "help": "The doctor has uploaded your true programming and you've been upgraded! You can now kill without fear of being distracted by your team-mate. Your vote has been enhanced to -1.5",
  292. "actions": {
  293. "night": {
  294. "kill": {
  295. "target": "AnyButSelf",
  296. "common": "Self",
  297. "priority": 18
  298. }
  299. },
  300. "distract": {
  301. "mode": {
  302. "ignore": [
  303. "capt"
  304. ]
  305. }
  306. },
  307. "vote": -1.5
  308. }
  309. },
  310.  
  311. {
  312. "role": "kaos",
  313. "translation": "Kaos",
  314. "side": "village",
  315. "help": "You are the mighty tactician, Kaos! Despite what your name might infer, you actually are quite cunning. Because you know war so well - you have a +3 vote while also possessing a -1 vote shield.",
  316. "actions": {
  317. "vote": 3,
  318. "voteshield": -1
  319. }
  320. },
  321. {
  322. "role": "capt",
  323. "translation": "Captain Adam",
  324. "side": "village",
  325. "help": "You are the fabled Captain of the Paquia! You can distract up to two targets with /banter as you'll go into detail about a life-time experience you once had.",
  326. "actions": {
  327. "night": {
  328. "banter": {
  329. "command": "distract",
  330. "target": "AnyButSelf",
  331. "common": "Self",
  332. "priority": 4,
  333. "limit": 2
  334. }
  335. }
  336. }
  337. },
  338. {
  339. "role": "sentry",
  340. "translation": "Emperor Sentry",
  341. "side": "royal",
  342. "help": "You are the malicious Emperor Sentry. You can distract twice a game <one per night>, the command for this is /decree. You also possess the command /kill that you share with your team. Because you are royalty, you possess a voteshield of -2.",
  343. "actions": {
  344. "night": {
  345. "decree": {
  346. "command": "distract",
  347. "target": "AnyButTeam",
  348. "common": "Self",
  349. "priority": 4,
  350. "charges": 2
  351. },
  352. "kill": {
  353. "target": "AnyButTeam",
  354. "common": "Team",
  355. "priority": 15
  356. }
  357. },
  358. "voteshield": -2,
  359. "startup": "team-reveal-with-roles",
  360. "onDeath": {
  361. "convertRoles": {
  362. "eizen": "overlord"
  363. }
  364. }
  365. }
  366. },
  367. {
  368. "role": "overlord",
  369. "translation": "Overlord Eizen",
  370. "side": "royal",
  371. "help": "The Emperor is dead! You've now taken his crown and you've been converted into an ungodly sight of demonic prowess. Because of your new command over the freeworld, you are allowed to /imprison <distract> two targets, two times only. You also share a kill with your team-mates while possessing a +3 vote.",
  372. "actions": {
  373. "night": {
  374. "imprison": {
  375. "command": "distract",
  376. "common": "Self",
  377. "target": "AnyButTeam",
  378. "limit": 2,
  379. "charges": 2,
  380. "priority": 5
  381. },
  382. "kill": {
  383. "common": "Team",
  384. "target": "AnyButTeam",
  385. "priority": 15
  386. }
  387. },
  388. "vote": 3,
  389. "startup": "team-reveal-with-roles"
  390. }
  391. },
  392. {
  393. "role": "wasp",
  394. "translation": "The Wasp",
  395. "side": "royal",
  396. "help": "You are the spy of the Royal Kingdom, known as the codename 'Wasp'. You observe all the action from afar so you pick up a set list of kills. You also can deliver poison to two targets a night, with a four night count with /sting while also possessing the team shared /kill.",
  397. "actions": {
  398. "night": {
  399. "sting": {
  400. "command": "poison",
  401. "count": 4,
  402. "limit": 2,
  403. "target": "AnyButTeam",
  404. "common": "Self",
  405. "priority": 29
  406. },
  407. "kill": {
  408. "common": "Team",
  409. "target": "AnyButTeam",
  410. "priority": 15
  411. }
  412. },
  413. "hax": {
  414. "kill": {
  415. "revealTeam": 0.18,
  416. "revealPlayer": 0.02
  417. }
  418. },
  419. "startup": "team-reveal-with-roles"
  420. }
  421. },
  422. {
  423. "role": "bale",
  424. "translation": "Bale",
  425. "side": "king",
  426. "help": "You are the secret weapon your highness asks of you. People generally disregard you as you don't reveal your true strength at first. You begin the game with only the ability to protect the King, after night 3 you have the ability to kill seperate from the King.",
  427. "actions": {
  428. "night": {
  429. "protect": {
  430. "target": "AnyButSelf",
  431. "common": "Self",
  432. "priority": 4
  433. },
  434. "kill": {
  435. "target": "AnyButTeam",
  436. "common": "Self",
  437. "priority": 12,
  438. "initialrecharge": 3
  439. }
  440. },
  441. "startup": "team-reveal-with-roles"
  442. }
  443. },
  444. {
  445. "role": "skull",
  446. "translation": "King Skull",
  447. "side": "king",
  448. "help": "You are the mighty King Skull! Invading from distant lands, you can attack anyone at night with /kill. During the day you can /demand a role to show their role to the public - this will only benefit you down the line! During the voting phase you possess a +5 vote, so utilize this to your advantage.",
  449. "actions": {
  450. "night": {
  451. "kill": {
  452. "target": "AnyButTeam",
  453. "common": "Self",
  454. "priority": 13
  455. }
  456. },
  457. "distract": {
  458. "mode": "ChangeTarget",
  459. "hookermsg": "You attempted to distract the King from his duties. You were successful in your endeavors - except now he killed you.",
  460. "msg": "The ~Distracter~ managed to distract you from what you were doing, but you dispatched of them with ease!"
  461. },
  462. "vote": 5,
  463. "startup": "team-reveal-with-roles"
  464. }
  465. },
  466. {
  467. "role": "nero",
  468. "translation": "Nero III",
  469. "side": "science",
  470. "help": "You are Nero V3. Modeled after the Prototype-Zero, you have been designed with a killing function in order to destroy the Dr's rogue bot! You can kill once every other night - because your systems are still flawed; however your votes count for 1.5",
  471. "actions": {
  472. "night": {
  473. "kill": {
  474. "target": "AnyButTeam",
  475. "common": "Self",
  476. "priority": 19,
  477. "recharge": 2
  478. }
  479. },
  480. "vote": 1.5,
  481. "startup": "team-reveal-with-roles"
  482. }
  483. },
  484. {
  485. "role": "nerox",
  486. "translation": "Nero X",
  487. "side": "science",
  488. "help": "You are Nero X; perfection! You now hunt to erase all that oppose you. You can now kill each night and your votes have been jack'd up to 2.5",
  489. "actions": {
  490. "night": {
  491. "kill": {
  492. "common": "Self",
  493. "target": "AnyButTeam",
  494. "priority": 18
  495. }
  496. },
  497. "vote": 2.5,
  498. "startup": "team-reveal-with-roles"
  499. }
  500. },
  501. {
  502. "role": "zeroix",
  503. "translation": "Zero IX",
  504. "side": "science",
  505. "help": "The Doctor found you! Your programming has been switched around! You now can kill each night with /kill, and you also have a -1.5 vote",
  506. "actions": {
  507. "night": {
  508. "kill": {
  509. "target": "AnyButTeam",
  510. "common": "Self",
  511. "priority": 19
  512. }
  513. },
  514. "vote": -1.5,
  515. "startup": "team-reveal-with-roles"
  516. }
  517. },
  518. {
  519. "role": "prome",
  520. "translation": "Prometheus",
  521. "side": "science",
  522. "help": "You are the mysterious Prometheus, a sentient life force that restored Dr. Maleficent to his prowess. Your origins are unknown but all that is none is that his life is tethered to yours; if you die, he will die as well. You have the command /disengage, which will distract or kill a target.",
  523. "actions": {
  524. "night": {
  525. "disengage": {
  526. "command": {
  527. "distract": 0.7,
  528. "kill": 0.3
  529. },
  530. "target": "AnyButTeam",
  531. "common": "Self",
  532. "priority": 10
  533. }
  534. },
  535. "startup": "team-reveal-with-roles",
  536. "onDeath": {
  537. "killRoles": [
  538. "doc"
  539. ]
  540. }
  541. }
  542. },
  543. {
  544. "role": "doc",
  545. "translation": "Dr. Maleficent",
  546. "side": "science",
  547. "help": "You are the nefarious doctor who created both Zero & Nero. You have the ability to either inspect or convert someone at night; the only role that can be converted is Zero, so be careful! If you die, you power-up your robots and you may even improve another robot upon ones' death.",
  548. "actions": {
  549. "night": {
  550. "inspect": {
  551. "target": "AnyButSelf",
  552. "common": "Self",
  553. "priority": 23,
  554. "restrict": [
  555. "convert"
  556. ]
  557. },
  558. "convert": {
  559. "target": "AnyButTeam",
  560. "common": "Self",
  561. "priority": 20,
  562. "restrict": [
  563. "inspect"
  564. ],
  565. "newRole": {
  566. "zeroix": [
  567. "zero"
  568. ]
  569. }
  570. }
  571. },
  572. "startup": "team-reveal-with-roles",
  573. "onDeath": {
  574. "convertRoles": {
  575. "zero": "zerox",
  576. "nero": "nerox"
  577. }
  578. }
  579. }
  580. },
  581. {
  582. "role": "lich",
  583. "translation": "Snail",
  584. "side": "darkness",
  585. "help": "You are a simple snail, observing the battle from afar. You don't really have anything to do, but no one pays you any mind. If someone tries to do any action on you they are immediately blocked by some unseen force. At the start of turn 3, use the command /reveal during the night on yourself to convert into your true self. You also have a 0 vote.",
  586. "actions": {
  587. "night": {
  588. "dark": {
  589. "command": "convert",
  590. "target": "Self",
  591. "common": "Self",
  592. "initialrecharge": 3,
  593. "priority": 29,
  594. "newRole": {
  595. "licht": [
  596. "lich"
  597. ]
  598. }
  599. }
  600. },
  601. "poison": {
  602. "mode": "ignore"
  603. },
  604. "kill": {
  605. "mode": "ignore"
  606. },
  607. "inspect": {
  608. "mode": "ignore"
  609. },
  610. "distract": {
  611. "mode": "ignore"
  612. },
  613. "convert": {
  614. "mode": "ignore"
  615. },
  616. "daykill": {
  617. "mode": {
  618. "evadeChance": 1
  619. }
  620. },
  621. "vote": 0,
  622. "startup": "team-reveal-with-roles"
  623. }
  624. },
  625. {
  626. "role": "licht",
  627. "translation": "The Lich",
  628. "side": "darkness",
  629. "help": "There has been enough darkness present in the battle for you to emerge without fault. During the day, you attack undetected with /kill. Your command /bound will distract and will allow you to see where your target was going. Upon your death, you convert your trusted vessel Shadow.",
  630. "actions": {
  631. "night": {
  632. "bound": {
  633. "target": "AnyButTeam",
  634. "common": "Self",
  635. "priority": 4,
  636. "command": [
  637. "distract",
  638. "stalk"
  639. ]
  640. }
  641. },
  642. "standby": {
  643. "kill": {
  644. "target": "AnyButSelf",
  645. "msg": "Type /kill to unleash the darkness on your target.",
  646. "killmsg": "~Target~ thought they were safe during the day; but in the next instance shadows surrounded them and they disappeared without a trace."
  647. }
  648. },
  649. "startup": "team-reveal-with-roles",
  650. "onDeath": {
  651. "convertRoles": {
  652. "shadow": "night"
  653. }
  654. }
  655. }
  656. },
  657. {
  658. "role": "spawn",
  659. "translation": "Darkspawn",
  660. "side": "darkness",
  661. "help": "You are the desolate creatures that have spawned as a result of the Lich's power. You possess the command fullguard (protect and safeguard) and must use it whenever readily available. You only have 4 charges on your command however; so use them sparingly.",
  662. "actions": {
  663. "night": {
  664. "fullguard": {
  665. "target": "Any",
  666. "common": "Self",
  667. "priority": 4,
  668. "charges": 4,
  669. "command": [
  670. "protect",
  671. "safeguard"
  672. ]
  673. }
  674. },
  675. "startup": "team-reveal-with-roles"
  676. }
  677. },
  678. {
  679. "role": "shadow",
  680. "translation": "Shadow",
  681. "side": "darkness",
  682. "help": "You are the shadow of the Lich.. You are his most prized servant and literally follow in his steps'. You are invaluable, as upon his death you offer your body up as his new vessel. You receive some hax on kill and poison commands, though there is no command for this.",
  683. "actions": {
  684. "hax": {
  685. "kill": {
  686. "revealTeam": 0.15,
  687. "revealPlayer": 0.05
  688. },
  689. "poison": {
  690. "revealTeam": 0.2,
  691. "revealPlayer": 0.09
  692. }
  693. }
  694. }
  695. },
  696. {
  697. "role": "night",
  698. "translation": "Nightmare",
  699. "side": "darkness",
  700. "help": "Utilizing the powers of the Lich, your abilities have changed exponentially. You have the command shadow (distract + poison), while also avoiding most night actions (except night kills). You can use the /darkness to reveal a role to yourself during the day. Your voting power has been enhanced, and now you have a vote of -7",
  701. "actions": {
  702. "night": {
  703. "shadow": {
  704. "priority": 4,
  705. "common": "Self",
  706. "limit": 2,
  707. "count": 3,
  708. "recharge": 2,
  709. "target": "AnyButTeam",
  710. "command": [
  711. "distract",
  712. "poison"
  713. ]
  714. }
  715. },
  716. "standby": {
  717. "darkness": {
  718. "command": "expose",
  719. "msg": "Utilize the powers of the darkness to /shadows [name] (Only you will know who person is underneath the role!)",
  720. "exposemsg": "The shadows rose across every the lands and everyone ran, ~Role~ was cornered and beg'd for mercy!",
  721. "target": "AnyButTeam"
  722. }
  723. },
  724. "poison": {
  725. "mode": "ignore"
  726. },
  727. "inspect": {
  728. "mode": "ignore"
  729. },
  730. "distract": {
  731. "mode": "ignore"
  732. },
  733. "convert": {
  734. "mode": "ignore"
  735. },
  736. "daykill": {
  737. "mode": {
  738. "evadeChance": 1
  739. }
  740. },
  741. "vote": -7,
  742. "startup": "team-reveal-with-roles"
  743. }
  744. },
  745. {
  746. "role": "eizen",
  747. "translation": "Eizen",
  748. "side": "eizen",
  749. "help": "You possess the ability to inspect or kill. If the Emperor Sentry is killed – you are converted into Emperor Eisenhardt and take over his team with new abilities. However, you are old and disheartened you only have a survival expectancy until Night 5. If Emperor Sentry dies by then you will be alleviated of this as you'll ascend in stature.",
  750. "actions": {
  751. "initialCondition": {
  752. "poison": {
  753. "count": 5,
  754. "poisonDeadMessage": "Your frail body was no longer able to support your power. You expired under all the fatigue."
  755. }
  756. },
  757. "night": {
  758. "inspect": {
  759. "target": "AnyButSelf",
  760. "common": "Self",
  761. "priority": 23,
  762. "restrict": [
  763. "kill"
  764. ]
  765. },
  766. "kill": {
  767. "target": "AnyButTeam",
  768. "common": "Self",
  769. "priority": 16,
  770. "restrict": [
  771. "inspect"
  772. ]
  773. }
  774. }
  775. }
  776. },
  777. {
  778. "role": "joe",
  779. "translation": "Joe Kerr",
  780. "side": "joe",
  781. "help": "You are the mysterious Joe, who possesses the command /wonder, which will either inspect distract or stalk two people at night. You also possess the highest vote in the game, with 1940.",
  782. "actions": {
  783. "night": {
  784. "wonder": {
  785. "command": {
  786. "distract": 0.30,
  787. "stalk": 0.30,
  788. "inspect": 0.30,
  789. "protect": 0.1
  790. },
  791. "target": "AnyButTeam",
  792. "common": "Self",
  793. "priority": 8
  794. },
  795. "bond": {
  796. "command": {
  797. "protect": 0.4,
  798. "safeguard": 0.4,
  799. "kill": 0.2
  800. },
  801. "target": "Self",
  802. "common": "Self",
  803. "priority": 5
  804. }
  805. },
  806. "vote": 1940
  807. }
  808. }
  809. ],
  810. "roles1": [
  811. "naota",
  812. "shien",
  813. "kaos",
  814. "capt",
  815. "sentry",
  816. "wasp",
  817. "skull",
  818. "nero",
  819. "doc",
  820. "eizen",
  821. "joe"
  822. ],
  823. "roles2": [
  824. "naota",
  825. "shien",
  826. "kaos",
  827. "sentry",
  828. "wasp",
  829. "villager",
  830. "skull",
  831. "nero",
  832. "capt",
  833. "doc",
  834. "villager",
  835. "villager",
  836. "eizen",
  837. "joe",
  838. "astrid",
  839. "zero",
  840. "bale",
  841. "villager",
  842. "dari",
  843. "prome",
  844. "isaac",
  845. "lich",
  846. "spawn",
  847. "villager",
  848. "circe",
  849. "shadow",
  850. "villager",
  851. "spawn",
  852. "villager"
  853. ],
  854. "villageCantLoseRoles": [
  855. "naota",
  856. "naota2",
  857. "naota3",
  858. "astrid",
  859. "circe",
  860. "shien",
  861. "dari",
  862. "zero",
  863. "kaos"
  864. ],
  865. "killmsg": "±Game: ~Role~ (~Player~) was defeated in the war!!",
  866. "killusermsg": "***You have been eliminated!",
  867. "lynchmsg": "±Game: ~Player~ (~Role~) was removed in the midst of battle!"
  868. }
Advertisement
Add Comment
Please, Sign In to add comment