Fegelein

Untitled

Nov 10th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.94 KB | None | 0 0
  1. {
  2. "name": "FE",
  3. "author":["Narshen"
  4. ],
  5. "summary": "http://wiki.pokemon-online.eu/wiki/Theme:FE",
  6. "sides": [
  7. {
  8. "side": "senate",
  9. "translation": "Begnion Senators",
  10. "winmsg": "Ta ha ha! The corrupt senators, ~Players~, have won!"
  11. },
  12. {
  13. "side": "nergal",
  14. "translation": "Dread Isle",
  15. "winmsg": "'Humans... they are so very fragile'... the Dread Isle forces, ~Players~, have won!"
  16. },
  17. {
  18. "side": "bern",
  19. "translation": "Kingdom of Bern",
  20. "winmsg": "A wide smile is seen all over the faces of ~Players~ - the dragons have been reawakened!"
  21. },
  22. {
  23. "side": "village",
  24. "translation": "Heroes",
  25. "winmsg": "Fighting against all odds, the Heroes (~Players~) have cleansed the land of the forces of evil!"
  26. },
  27. {
  28. "side": "lyon",
  29. "translation": "Grado Empire",
  30. "winmsg": "The sheer power of the Demon King allows ~Players~ to destroy all opposition! A thousand year reign of evil has begun!"
  31. },
  32. {
  33. "side": "madking",
  34. "translation": "Mad King Ashnard",
  35. "winmsg": "'One blow. For nameless wretches like you, one blow is more than enough.' The Kingdom of Daein, lead by ~Players~, has destroyed all opposition! "
  36. },
  37. {
  38. "side": "blackknight",
  39. "translation": "Black Knight",
  40. "winmsg": "'Is that...all there is? No challenge? No... resistance?' The Black Knight, ~Players~, has destroyed every foe with ease."
  41. },
  42. {
  43. "side": "fool",
  44. "translation": "Lundgren's Forces",
  45. "winmsg": "'Whelps!' The Caelin throne now belongs to ~Players~...dark days are ahead..."
  46. }
  47. ],
  48. "roles": [
  49. {
  50. "role": "villager",
  51. "translation": "Soldier",
  52. "side": "village",
  53. "help": "You're a soldier fighting against the forces of evil. You aren't very strong and have no special commands. Your basic soldier training grants you a 5% chance to dodge nightkills, however!",
  54. "actions": {
  55. "kill": {
  56. "mode": {
  57. "evadeChance": 0.05
  58. }
  59. }
  60. }
  61. },
  62. {
  63. "role": "demoted",
  64. "translation": "Demoted Soldier",
  65. "side": "village",
  66. "help": "Never underestimate the power of money. King Zephiel has paid the ENEMY army leaders to demote you. You've lost your voting capabilities.",
  67. "actions": {
  68. "kill": {
  69. "mode": {
  70. "evadeChance": 0.05
  71. }
  72. },
  73. "vote": 0
  74. }
  75. },
  76. {
  77. "role": "villager2",
  78. "translation": "Disgruntled Soldier",
  79. "side": "fool",
  80. "winningSides": [
  81. "nergal",
  82. "bern",
  83. "lyon",
  84. "senate",
  85. "blackknight",
  86. "madking"
  87. ],
  88. "help": "You've just about had it with these naive heroes! You don't care who wins anymore - so long as it isn't them! Your win condition is satisfied if the heroes lose. Like other soldiers, you possess a 5% kill evade chance. In addition, you appear to be a normal soldier in the roles listing. If you get lynched, you will be saved from death and turn into a Berserk Soldier!",
  89. "actions": {
  90. "kill": {
  91. "mode": {
  92. "evadeChance": 0.05
  93. }
  94. },
  95. "onlist": "villager",
  96. "lynch": {
  97. "convertTo": "villager3",
  98. "convertmsg": "The Disgruntled Soldier, ~Self~, is hit with a Berserk Staff after receiving ~Count~ votes. He has gone insane and now kills at night."
  99. },
  100. "onDeath": {
  101. "convertRoles": {
  102. "ashnard": "ashnard2"
  103. },
  104. "convertmsg": "King Ashnard revels in the death of the Disgruntled Soldier and uses his soul to unleash the power of the medallion! Ashnard's abilities have greatly increased. 'More, more I say!'"
  105. }
  106. }
  107. },
  108. {
  109. "role": "villager3",
  110. "translation": "Berserk Soldier",
  111. "side": "fool",
  112. "winningSides": [
  113. "nergal",
  114. "bern",
  115. "lyon",
  116. "senate",
  117. "blackknight",
  118. "madking"
  119. ],
  120. "help": "You've lost all sense of self-preservation. The side of justice has just tried to rid themselves of you...and you are completely enraged! The time for talk is over - you now have one swift kill per night.",
  121. "actions": {
  122. "night": {
  123. "kill": {
  124. "target": "AnyButSelf",
  125. "common": "Self",
  126. "priority": 2
  127. }
  128. }
  129. }
  130. },
  131. {
  132. "role": "mafia",
  133. "translation": "Corrupt Senator",
  134. "side": "senate",
  135. "help": "You're a corrupt senator of the nation of Begnion. You'll benefit if the heroes fail and the world is purged in the final judgment. You can /kill and you have bought extra votes, you now have one and a three-quarters (1.75)!",
  136. "actions": {
  137. "night": {
  138. "kill": {
  139. "target": "AnyButTeam",
  140. "common": "Team",
  141. "priority": 15,
  142. "broadcast": "team"
  143. }
  144. },
  145. "startup": "team-reveal",
  146. "vote": 1.75
  147. }
  148. },
  149. {
  150. "role": "truemiller",
  151. "translation": "Trainee",
  152. "side": "village",
  153. "help": "You're a soldier fighting against the forces of evil. You aren't very strong and have no special commands. Your basic soldier training grants you a 5% chance to dodge nightkills, however!",
  154. "actions": {
  155. "inspect": {
  156. "revealAs": "villager2"
  157. },
  158. "lynch": {
  159. "revealAs": "truemiller"
  160. },
  161. "startup": {
  162. "revealAs": "villager"
  163. },
  164. "onlist": "villager"
  165. }
  166. },
  167. {
  168. "role": "fool",
  169. "translation": "Lundgren",
  170. "side": "fool",
  171. "help": "You are the evil Lord Lundgren. You don't have any lofty goals in mind like any of the other villains. You simply wish to take control of House Caelin but...Lyndis and her cadre are in your way. Exterminate the rats with /poison AND /kill every night. Your vote counts as 2.5.",
  172. "actions": {
  173. "night": {
  174. "poison": {
  175. "target": "AnyButSelf",
  176. "common": "Self",
  177. "priority": 33
  178. },
  179. "kill": {
  180. "target": "AnyButSelf",
  181. "common": "Self",
  182. "priority": 32
  183. }
  184. },
  185. "vote": 2.5
  186. }
  187. },
  188. {
  189. "role": "lyndis",
  190. "translation": "Lyndis",
  191. "side": "village",
  192. "help": "You're Lady Lyn of House Caelin. Despite being of noble blood, you spent almost the entirety of your life as a nomad on the plains of Sacae. As a result, you're extremely stealthy and swift. Every night, you have the ability to /stalk a target to follow their trail AND you can use /kill, which grants you the ability to dispatch a target with high priority. You're a close friend of Hector so you can identify him from the start.",
  193. "actions": {
  194. "night": {
  195. "stalk": {
  196. "target": "AnyButSelf",
  197. "common": "Self",
  198. "priority": 50
  199. },
  200. "kill": {
  201. "target": "AnyButSelf",
  202. "common": "Self",
  203. "priority": 9
  204. }
  205. },
  206. "startup": {
  207. "revealRole": [
  208. "hector"
  209. ]
  210. }
  211. }
  212. },
  213. {
  214. "role": "hector",
  215. "translation": "Hector",
  216. "side": "village",
  217. "help": "You're Lord Hector of House Ostia. You're rash and stubborn but fiercly loyal to your friends. You possess incredibly strong armor and defensive capabilities, you're able to /protect up to two other allies every night. In addition, your role as leader of Ostia grants you considerable sway in voting procedures, giving you a +3 vote. You're a close friend of Lyn so you can identify her from the start. As a fun diversion, type /expose [name] during the game to insult anyone!",
  218. "actions": {
  219. "night": {
  220. "protect": {
  221. "target": "AnyButSelf",
  222. "common": "Self",
  223. "priority": 8,
  224. "limit": 2
  225. }
  226. },
  227. "standby": {
  228. "expose": {
  229. "target": "AnyButSelf",
  230. "recharge": 99,
  231. "msg": "Make sure the coast is clear and type /expose to make a rude gesture at someone!",
  232. "exposemsg": "Hector makes sure the coast is clear and then proceeds to make a very rude gesture at ~Target~! The audience is completely shocked..."
  233. }
  234. },
  235. "vote": 3,
  236. "startup": {
  237. "revealRole": [
  238. "lyndis"
  239. ]
  240. }
  241. }
  242. },
  243. {
  244. "role": "sothe",
  245. "translation": "Sothe",
  246. "side": "village",
  247. "help": "You're a member of the Dawn Brigade and a childhood friend of Micaiah. You've spent your whole life in the alleys of the slums of Daein and know a few tricks here and there. Every night, you have a chance of finding a killer. You're not the only one searching for information, though and you have a small chance of finding Soren! Additionally, Micaiah is always at your side so you always know her identity.",
  248. "actions": {
  249. "hax": {
  250. "kill": {
  251. "revealTeam": 0.4,
  252. "revealPlayer": 0.15
  253. },
  254. "inspect": {
  255. "revealTeam": 0.99,
  256. "revealPlayer": 0.3
  257. }
  258. },
  259. "startup": {
  260. "revealRole": [
  261. "micaiah"
  262. ]
  263. }
  264. }
  265. },
  266. {
  267. "role": "micaiah",
  268. "translation": "Micaiah",
  269. "side": "village",
  270. "help": "You're the Silver-Haired Maiden, liberator of Daein. You wield very powerful holy magic that can only be used by those in the service of good. Your abilities allow you to /safeguard one ally at night. Your abilities also give you the power to become immune to poison, you will not be affected by it. Your faithful friend, Sothe, is always at your side - you know his identity from the start.",
  271. "actions": {
  272. "night": {
  273. "safeguard": {
  274. "target": "AnyButSelf",
  275. "common": "Self",
  276. "priority": 2
  277. }
  278. },
  279. "startup": {
  280. "revealRole": [
  281. "sothe"
  282. ]
  283. },
  284. "poison": {
  285. "mode": "ignore"
  286. }
  287. }
  288. },
  289. {
  290. "role": "sophia",
  291. "translation": "Sophia",
  292. "side": "village",
  293. "help": "You're a shaman from the mystical village of Arcadia, here to help Lord Roy defeat the villains. To this end, you wield powerful dark magic. This magic allows you to /bind a unit once per night, leaving them unable to take any action whatsoever. Being a shaman, you have a high resistance to other dark magics - you cannot be morphed. You know the identity of Lord Roy.",
  294. "actions": {
  295. "night": {
  296. "bind": {
  297. "command": "distract",
  298. "target": "AnyButSelf",
  299. "common": "Self",
  300. "priority": 6,
  301. "distractmsg": "Mystical dark magics have bound you in place. You were unable to act this round. "
  302. }
  303. },
  304. "startup": {
  305. "revealRole": [
  306. "roy"
  307. ]
  308. },
  309. "convert": {
  310. "mode": "ignore"
  311. }
  312. }
  313. },
  314. {
  315. "role": "roy",
  316. "translation": "Roy",
  317. "side": "village",
  318. "help": "You're the son of Eliwood, Marquess of Pherae! You're here to put an end to this war and, to that end, you've brought along the mythical Sword of Seals. Each day, during the standby phase, you can type /expose [name] to use the power of the Sword of Seals to reveal the identity of any player. The fire is so vibrant that you will be revealed so be careful. You've brought along your ally, Sophia, so you know her identity from the start.",
  319. "actions": {
  320. "standby": {
  321. "expose": {
  322. "target": "AnyButSelf",
  323. "msg": "You can type /expose [name] to reveal someone's role!",
  324. "exposemsg": "~Self~, Lord Roy, points the Sword of Seals at ~Target~ and illuminates them, showing them to be ~Role~! Roy then strikes a pose!"
  325. }
  326. },
  327. "startup": {
  328. "revealRole": [
  329. "sophia"
  330. ]
  331. }
  332. }
  333. },
  334. {
  335. "role": "soren",
  336. "translation": "Soren",
  337. "side": "village",
  338. "help": "You're the expert tactician of the Greil Mercenaries. You're very loyal to Ike and serve him with your life but are a bit...cold to other people. Regardless, its in your best interests to help the heroes and end this war. To this end, you have the ability to /inspect one unit at nighttime, showing their identity. You're also good at predicting traps and danger, giving you a 10% chance to not die to killers. You're always next to Ike so you know his identity.",
  339. "actions": {
  340. "night": {
  341. "inspect": {
  342. "target": "AnyButSelf",
  343. "common": "Self",
  344. "priority": 35
  345. }
  346. },
  347. "kill": {
  348. "mode": {
  349. "evadeChance": 0.1
  350. }
  351. },
  352. "startup": {
  353. "revealRole": [
  354. "ike"
  355. ]
  356. }
  357. }
  358. },
  359. {
  360. "role": "ike",
  361. "translation": "Ike",
  362. "side": "village",
  363. "help": "As the incredibly powerful leader of the Greil Mercenaries, it's up to you to put an end to this war. You possess the holy sword, Ragnell, and are strong enough to wield it with only one hand. You are capable enough to duel any other player and win in single combat. Type /kill during the standby phase to fight them. You're not only powerful but you're also swift - you won't be revealed. Soren is always at your side so you know his identity.",
  364. "actions": {
  365. "standby": {
  366. "kill": {
  367. "target": "AnyButSelf",
  368. "msg": "In every fight you've had that has ever mattered, you've been the one left standing. Pick a target and lunge at them with /kill [name] :",
  369. "killmsg": "'Prepare yourself'. A giant, golden sword is seen high in the sky. Then, with great force, Ike lands and duels ~Target~. Sadly, ~Target~ is no match for Ike. This match is over!"
  370. }
  371. },
  372. "startup": {
  373. "revealRole": [
  374. "soren"
  375. ]
  376. }
  377. }
  378. },
  379. {
  380. "role": "mhero",
  381. "translation": "Masked Hero",
  382. "side": "village",
  383. "help": "A prince from a distant land, cloaked in purple garb. A mask shields your face...an enigmatic figure. You're watching the outcome of this fight with utmost patience - you have no commands until the third night. On the third night, you will be able to /unmask [your name] to reveal your true identity! Due to your disguise, you'll appear to be very similar to a certain masked villain...the Black Knight. You stray away from the battlefield during both the day and night - you can't be killed, poisoned or converted but your vote is worthless.",
  384. "actions": {
  385. "night": {
  386. "unmask": {
  387. "command": "convert",
  388. "target": "OnlySelf",
  389. "common": "Self",
  390. "priority": 50,
  391. "initialrecharge": 3,
  392. "newRole": "marth",
  393. "canConvert": [
  394. "mhero"
  395. ],
  396. "convertmsg": "'The Masked Hero removes his disguise...it's Prince Marth! The audience cheers!",
  397. "silent": false
  398. }
  399. },
  400. "inspect": {
  401. "revealAs": "blackknight"},
  402. "vote": 0,
  403. "convert": {
  404. "mode": "ignore"
  405. },
  406. "kill": {
  407. "mode": "ignore"},
  408. "poison": {
  409. "mode": "ignore"
  410. }
  411.  
  412.  
  413. }
  414. },
  415. {
  416. "role": "marth",
  417. "translation": "Marth",
  418. "side": "village",
  419. "help": "The Prince of Altea, Marth is here! You're an extremely capable tactician - in addition to your peerless swordsmanship. Now that you've removed your mask, you can finally take the lead! You have the ability to /kill one target per night with ease. Additionally, your assortment of abilities allows you to do anything else you wish but...you can't perform everything at once! You can /protect, /distract, /safeguard (yourself included), /inspect and even /stalk at night but you must choose one carefully! You're also incredibly charismatic - your vote is worth 4.",
  420. "actions": {
  421. "night": {
  422. "inspect": {
  423. "target": "AnyButSelf",
  424. "common": "Self",
  425. "priority": 40,
  426. "restrict": [
  427. "distract",
  428. "stalk",
  429. "protect",
  430. "safeguard"
  431. ]
  432. },
  433. "safeguard": {
  434. "target": "Any",
  435. "common": "Self",
  436. "priority": 4,
  437. "restrict": [
  438. "distract",
  439. "stalk",
  440. "protect",
  441. "safeguard"
  442. ]
  443. },
  444. "protect": {
  445. "target": "AnyButSelf",
  446. "common": "Self",
  447. "priority": 4,
  448. "restrict": [
  449. "distract",
  450. "stalk",
  451. "inspect",
  452. "safeguard"
  453. ]
  454. },
  455. "stalk": {
  456. "target": "AnyButSelf",
  457. "common": "Self",
  458. "priority": 40,
  459. "restrict": [
  460. "distract",
  461. "inspect",
  462. "protect",
  463. "safeguard"
  464. ]
  465. },
  466. "distract": {
  467. "target": "AnyButSelf",
  468. "common": "Self",
  469. "priority": 4,
  470. "restrict": [
  471. "inspect",
  472. "stalk",
  473. "protect",
  474. "safeguard"
  475. ]
  476. },
  477. "kill": {
  478. "target": "AnyButSelf",
  479. "common": "Self",
  480. "priority": 40
  481. }
  482. },
  483. "vote": 4
  484. }
  485. },
  486. {
  487. "role": "blackknight",
  488. "translation": "Black Knight",
  489. "side": "blackknight",
  490. "help": "You're the enigmatic Black Knight, the strongest of Daein's Four Riders and one of the strongest warriors in the land. You wield the holy blade Alondite, the counterpart to Ike's Ragnell! You're patiently watching the outcome of this war. On the 5th night, you are able to act and use the deadly skill Luna. Type /luna to kill up to 5 targets with maximum priority on the 5th night and every night afterwards. Your armor is blessed by the goddess, normal weapons cannot hope to harm it - you are immune to death at night. You can, as a fun distraction, use /intimidate during the 4th standby phase (before the 5th night) to send a warning message to all the other players.",
  491. "info": "The Black Knight is incredibly patient and will not take any action for 4 turns. Starting from the 5th night onward, he can kill up to 5 people at once with maximum priority. He is undetectable via spies and is unkillable at night. ",
  492. "actions": {
  493. "standby": {
  494. "intimidate": {
  495. "command": "reveal",
  496. "revealmsg": "In every pub and on every street, there is only one topic of conversation - the Black Knight is here. Everyone in the audience feels a chill.",
  497. "initialrecharge": 4,
  498. "recharge": 99
  499. }
  500. },
  501. "night": {
  502. "luna": {
  503. "command": "kill",
  504. "target": "AnyButSelf",
  505. "common": "Self",
  506. "priority": 1,
  507. "limit": 5,
  508. "initialrecharge": 5
  509. }
  510. },
  511. "convert": {
  512. "mode": "ignore"
  513. },
  514. "kill": {
  515. "mode": "ignore"
  516. }
  517. }
  518. },
  519. {
  520. "role": "zeph",
  521. "translation": "King Zephiel",
  522. "side": "bern",
  523. "help": "You will not bar my path! You are the powerful King Zephiel, ruler of Bern and commander of dragons. You have decided to purify this world by unleashing the dragons upon it, so that it could be reborn anew. To this end, you have the ability to /kill any unit at night with your mighty blade. Additionally, your spy network allows you to /inspect anyone (this spy network cannot be traced via enemy spies). Furthermore, your incredible political clout gives you a +3 vote. Needless to say, you cannot be distracted, poisoned or morphed. Such things are below you. Your special command, usable only once, is /demote. It strips soldiers of their voting capabilities! None shall oppose you!",
  524. "actions": {
  525. "night": {
  526. "kill": {
  527. "target": "AnyButTeam",
  528. "common": "Team",
  529. "priority": 11,
  530. "broadcast": "team"
  531. },
  532. "inspect": {
  533. "target": "AnyButSelf",
  534. "common": "Self",
  535. "priority": 38,
  536. "recharge": 1
  537. },
  538. "demote": {
  539. "command": "convert",
  540. "target": "AnyButTeam",
  541. "common": "Role",
  542. "priority": 26,
  543. "charges": 1,
  544. "broadcast": "team",
  545. "broadcastmsg": "±Tactician: King Zephiel has decided to demote ~Target~!",
  546. "convertmsg": "King Zephiel slips the Heroes a bag of gold and ~Target~ is demoted. Being a King has some plus sides!",
  547. "newRole": {
  548. "demoted": [
  549. "villager"
  550. ]
  551. }
  552. }
  553. },
  554. "startup": "team-reveal-with-roles",
  555. "avoidHax": [
  556. "inspect"
  557. ],
  558. "convert": {
  559. "mode": "ignore"
  560. },
  561. "poison": {
  562. "mode": "ignore"
  563. },
  564. "distract": {
  565. "mode": "ignore"
  566. },
  567. "vote": 3
  568. }
  569. },
  570. {
  571. "role": "murdock",
  572. "translation": "Murdock",
  573. "side": "bern",
  574. "help": "You're the personal guard of King Zephiel. Type /protect [name] to shield up to two allies per night. Your protection is nearly absolute, few can break it. Like the other members on your team, you are capable of armed combat - you can kill once per night.",
  575. "actions": {
  576. "night": {
  577. "protect": {
  578. "target": "AnyButSelf",
  579. "common": "Role",
  580. "priority": 7,
  581. "broadcast": "role",
  582. "limit": 2
  583. },
  584. "kill": {
  585. "target": "AnyButTeam",
  586. "common": "Team",
  587. "priority": 11,
  588. "broadcast": "team"
  589. }
  590. },
  591. "startup": "team-reveal-with-roles"
  592. }
  593. },
  594. {
  595. "role": "idoun",
  596. "translation": "Idoun",
  597. "side": "bern",
  598. "help": "You're the Dark Priestess, Idoun. While you seem to be a young girl, you're actually the Dark Dragon. You're assisting Zephiel in his schemes for the destruction of the world but you aren't doing it of your own volition. Still, you must win this war!. You can /kill one target a night and you have considerable influence in affairs of state, giving you a +1.5 vote. Additionally, as you are always in robes and a hood, you are mistaken for a cloaked soldier when inspected.",
  599. "actions": {
  600. "night": {
  601. "kill": {
  602. "target": "AnyButTeam",
  603. "common": "Team",
  604. "priority": 11,
  605. "broadcast": "team"
  606. }
  607. },
  608. "startup": "team-reveal-with-roles",
  609. "inspect": {
  610. "revealAs": "villager"
  611. },
  612. "vote": 1.5
  613. }
  614. },
  615. {
  616. "role": "morph",
  617. "translation": "Nameless Morph",
  618. "side": "nergal",
  619. "help": "Your life force has been stolen and you've been slain! The morph made from your corpse retains your memories, though, and you are still 'alive' (if only in name). Your vote is worthless . You do, however, have a -10 voteshield and inspect as Lord Nergal",
  620. "actions": {
  621. "vote": 0,
  622. "voteshield": -10,
  623. "inspect": {
  624. "revealAs": "nergal"
  625. }
  626. }
  627. },
  628. {
  629. "role": "nergal",
  630. "translation": "Nergal",
  631. "side": "nergal",
  632. "help": "You're the dark druid, Nergal. You've sought to start this war to collect the powerful life energies of strong warriors! You've mastered the ability to steal life energy and, every other night starting from the first, you are able to /morph any unit into a Nameless Morph. This converts them to your side. Of course, you are also able to /kill using 'basic' dark magic every round as well. Plunge the world into darkness!",
  633. "actions": {
  634. "night": {
  635. "morph": {
  636. "command": "convert",
  637. "target": "AnyButTeam",
  638. "common": "Self",
  639. "priority": 4,
  640. "newRole": "morph",
  641. "silent": false,
  642. "recharge": 2,
  643. "convertmsg": "A player has been drained of life energy and turned into a Nameless Morph!"
  644. },
  645. "kill": {
  646. "target": "AnyButTeam",
  647. "common": "Team",
  648. "priority": 12,
  649. "broadcast": "team"
  650. }
  651. },
  652. "startup": "team-reveal-with-roles",
  653. "onDeath": {
  654. "killRoles": [
  655. "morph"
  656. ],
  657. "killmsg": "As Nergal dies so do all of his converted Morphs (~Target~)!"
  658. }
  659. }
  660. },
  661. {
  662. "role": "limstella",
  663. "translation": "Limstella",
  664. "side": "nergal",
  665. "help": "The strongest and most beautiful of morphs at Nergal's command, you are a master of magic. You can use this magic to /kill every night. Like all other morphs, you decay the life energy of whoever slays you, killing them next night. Additionally, elemental magics allow you to /bind an opponent in place, rendering then unable to take action for the night. As you are not alive, you are not able to be poisoned.",
  666. "actions": {
  667. "night": {
  668. "kill": {
  669. "target": "AnyButTeam",
  670. "common": "Team",
  671. "priority": 12,
  672. "broadcast": "team"
  673. },
  674. "bind": {
  675. "command": "distract",
  676. "target": "AnyButSelf",
  677. "common": "Self",
  678. "priority": 5,
  679. "distractmsg": "Mystical anima magics have bound you in place. You were unable to act this round. "
  680. }
  681. },
  682. "poison": {
  683. "mode": "ignore"
  684. },
  685. "startup": "team-reveal-with-roles"
  686. }
  687. },
  688. {
  689. "role": "ephidel",
  690. "translation": "Ephidel",
  691. "side": "nergal",
  692. "help": "One of Nergal's morphs, you are among the strongest of the ones he possesses. In addition to being able to kill, you creep about the shadows, collecting information for Nergal and Limstella. You are able to detect use of the kill, bind, inspect and safeguard commands. As you are not alive, you cannot be poisoned. Your face is always covered with a hood, you are often mistaken for a common soldier.",
  693. "actions": {
  694. "night": {
  695. "kill": {
  696. "target": "AnyButTeam",
  697. "common": "Team",
  698. "priority": 12,
  699. "broadcast": "team"
  700. }
  701. },
  702. "hax": {
  703. "kill": {
  704. "revealTeam": 0.1,
  705. "revealPlayer": 0.1
  706. },
  707. "inspect": {
  708. "revealTeam": 0.1,
  709. "revealPlayer": 0.1
  710. },
  711. "bind": {
  712. "revealTeam": 0.1,
  713. "revealPlayer": 0.1
  714. },
  715. "safeguard": {
  716. "revealTeam": 0.1,
  717. "revealPlayer": 0.1
  718. }
  719. },
  720. "startup": "team-reveal-with-roles",
  721. "inspect": {
  722. "revealAs": "villager"
  723. },
  724. "poison": {
  725. "mode": "ignore"
  726. }
  727. }
  728. },
  729. {
  730. "role": "lyon",
  731. "translation": "Lyon",
  732. "side": "lyon",
  733. "help": "You're the kind prince of Grado, you have no desire for this war but...this is out of your hands! You're just about done with the final preparations for the activation of the Dark Stone, with which you will attempt to save countless lives. Type /activate [your name] to use it! You have no further commands until you activate it.",
  734. "actions": {
  735. "night": {
  736. "activate": {
  737. "command": "convert",
  738. "target": "OnlySelf",
  739. "common": "Self",
  740. "priority": 1,
  741. "newRole": "demon king",
  742. "canConvert": [
  743. "lyon"
  744. ],
  745. "convertmsg": "The Dark Crystal has consumed the soul of Lyon, the final sacrifice. Now, the Demon King is reborn! Beware!",
  746. "silent": false
  747. }
  748. }
  749. }
  750. },
  751. {
  752. "role": "ashnard2",
  753. "translation": "Empowered Ashnard",
  754. "side": "madking",
  755. "help": "'GGGRRAAAAAGGGGHHHH!!! GGRRAAAHH HAAA HAAA HAAA!!!...It...feels...so...GOOOOOOD...' The power of the medallion has driven you completely insane but...you've never felt so alive! Your nightkill priority has been increased, your vote totals have increased to 5 and you now have a powerful daykill! Nobody stands a chance!",
  756. "info": "Ashnard's strongest form. Appears when a Disgruntled Soldier is killed in combat. 1 medium-priority nightkill, 1 daykill, +5 vote.",
  757. "actions": {
  758. "night": {
  759. "kill": {
  760. "target": "AnyButSelf",
  761. "common": "Self",
  762. "priority": 3,
  763. "limit": 1
  764. }
  765. },
  766. "convert": {
  767. "mode": "ignore"
  768. },
  769. "vote": 5,
  770. "avoidHax": [
  771. "kill"
  772. ],
  773. "standby": {
  774. "kill": {
  775. "target": "AnyButSelf",
  776. "msg": "You can kill now using /kill [name] :",
  777. "killmsg": "'If you will not bring the fight to me, then I shall bring the fight to YOU!' Ashnard lunges at his foe...~Target~ never stood a chance..."
  778. }
  779. }
  780. }
  781. },
  782. {
  783. "role": "ashnard",
  784. "translation": "Mad King Ashnard",
  785. "side": "madking",
  786. "help": "You're the very powerful King of Daein, Ashnard. Dubbed the 'Mad King' by all, your reign is one of terror, one in which only the strongest may survive. You strike down one unworthy opponent at night and use political clout to gain a +2 vote in the arena. You've brought your trump card to the fray, however. Upon the death of a Disgruntled Soldier, you activate Lehran's Medallion - this will unleash your true form.",
  787. "info": "King Ashnard holds back his true power, wishing to gauge the strength of those around him at first. One kill per night, +2 vote. Once a single Disgruntled Soldier is killed, however, his true form is unleashed! ",
  788. "actions": {
  789. "night": {
  790. "kill": {
  791. "target": "AnyButTeam",
  792. "common": "Team",
  793. "priority": 28,
  794. "broadcast": "team"
  795. }
  796. },
  797. "vote": 2,
  798. "convert": {
  799. "mode": "ignore"
  800. },
  801. "avoidHax": [
  802. "kill"
  803. ]
  804. }
  805. },
  806. {
  807. "role": "demon king",
  808. "translation": "Demon King",
  809. "side": "lyon",
  810. "help": "Hnn...hrr...RAAAAHHH!!! The activation of the forbidden dark stone has caused you to become the Demon King, Formotiis. Lyon's hopes and dreams are merely a distant memory now as you have a new goal: the destruction of this world. Your dark minions can /poison up to 2 people per night. Additionally, as a dark god, your voting powers are absolute - anyone you vote for will immediately perish.",
  811. "actions": {
  812. "night": {
  813. "poison": {
  814. "target": "AnyButTeam",
  815. "common": "Team",
  816. "priority": 22,
  817. "broadcast": "team",
  818. "limit": 2
  819. }
  820. },
  821. "convert": {
  822. "mode": "ignore"
  823. },
  824. "distract": {
  825. "mode": "ignore"
  826. },
  827. "vote": 666
  828. }
  829. }
  830. ],
  831. "roles1": [
  832. "hector",
  833. "roy",
  834. "fool",
  835. "mafia",
  836. "villager",
  837. "lyndis",
  838. "soren",
  839. "mafia",
  840. "villager",
  841. "villager2",
  842. "truemiller"
  843. ],
  844. "roles2": [
  845. "hector",
  846. "lyndis",
  847. "idoun",
  848. "nergal",
  849. "roy",
  850. "soren",
  851. "limstella",
  852. "zeph",
  853. "villager",
  854. "villager2",
  855. "truemiller",
  856. "ike",
  857. "sophia",
  858. "sothe",
  859. "villager",
  860. "ashnard",
  861. "murdock",
  862. "ephidel",
  863. "villager2",
  864. "lyon",
  865. "blackknight",
  866. "micaiah",
  867. "mhero",
  868. "truemiller",
  869. "villager2",
  870. "truemiller",
  871. "villager",
  872. "villager",
  873. "villager2",
  874. "villager"
  875. ],
  876. "villageCantLoseRoles": [
  877. "ike",
  878. "hector",
  879. "lyndis"
  880. ],
  881. "killmsg": "±Tactician: ~Player~ (~Role~) has fallen in combat!",
  882. "killusermsg": "You have fallen in combat!"
  883. }
Advertisement
Add Comment
Please, Sign In to add comment