Guest User

Untitled

a guest
Jan 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.68 KB | None | 0 0
  1. {
  2. "name": "Creatures",
  3. "author": [
  4. "Kurapika",
  5. "Brony Dude"
  6. ],
  7. "summary": "Mythical creatures taking sides and raising a war for territories, even The Peaceful Beings have no choice but to take part of the war against The Celestial Alliance, The Undead Horde, The Ancestral Foxes and The Sea Serpent. Creatures you should know about are: Griffin (day exposer), Centaur (Samurai), Dragon (counters daykills), Phoenix (outspeeds BG and cannot be lynched), Fallen Angel (kind of a day BG + daykill), Kumiho (42 votes), Zombie Lord (converts others into Zombie Creatures), Kraken (multiple actions, including a daykill). And The Shapeshifter (his ability to convert into any side makes of him a special conspirator)",
  8. "sides": [
  9. {
  10. "side": "village",
  11. "translation": "The Peaceful Beings",
  12. "winmsg": "±The Peaceful Beings: HURRAY!! ~Players~ succeeded to bring back the Peace to the lands!"
  13. },
  14. {
  15. "side": "conspirator",
  16. "translation": "The Shapeshifter",
  17. "winmsg": "±Game: Unbelievable!! ~Players~, the shapeshifter, is the last Creature standing!"
  18. },
  19. {
  20. "side": "celestial",
  21. "translation": "The Celestial Alliance",
  22. "winmsg": "±Game: It's a bird... It's a cloud... It's ~Players~ flying with proud, the lands and skies both belong to the Celestial Alliance now!!"
  23. },
  24. {
  25. "side": "foxes",
  26. "translation": "The Ancestral Foxes",
  27. "winmsg": "±Game: How beautiful! How fabulous! ~Players~ won this war, the lands are now under the control of the Ancestral Foxes."
  28. },
  29. {
  30. "side": "undead",
  31. "translation": "The Undead Horde",
  32. "winmsg": "±Game: MUHAHAHAAA!! from now on, the lands belong to the Undead Horde, leaded by ~Players~!"
  33. },
  34. {
  35. "side": "sea",
  36. "translation": "The Sea Creatures",
  37. "winmsg": "±Game: And the war is over! Now both lands and waters are under the control of the Sea Creatures, leaded by ~Players~!"
  38. }
  39. ],
  40. "roles": [
  41. {
  42. "role": "consp",
  43. "translation": "Shapeshifter",
  44. "side": "conspirator",
  45. "help": "You're all by yourself, but you can also use your morphing ability to join a specific side. To do so, use one of these commands: /Unicorn (Peaceful Beings), /Tengu (Celestial Alliance), /Kitsune (Ancestral Foxes), /Ghoul (Undead Horde) or /Hydra (Sea Creatures). You can't be zombified.",
  46. "info": "Kind of a conspirator that can change its shape on will, allowing him to join a specific side. Evades zombification. Sided with itself.",
  47. "actions": {
  48. "convert": {
  49. "mode": "ignore"
  50. },
  51. "night": {
  52. "unicorn": {
  53. "command": "convert",
  54. "target": "OnlySelf",
  55. "common": "Self",
  56. "priority": 5,
  57. "newRole": "unicorn",
  58. "silent": true
  59. },
  60. "tengu": {
  61. "command": "convert",
  62. "target": "OnlySelf",
  63. "common": "Self",
  64. "priority": 5,
  65. "newRole": "tengu",
  66. "silent": true
  67. },
  68. "kitsune": {
  69. "command": "convert",
  70. "target": "OnlySelf",
  71. "common": "Self",
  72. "priority": 5,
  73. "newRole": "kitsune",
  74. "silent": true
  75. },
  76. "ghoul": {
  77. "command": "convert",
  78. "target": "OnlySelf",
  79. "common": "Self",
  80. "priority": 5,
  81. "newRole": "ghoul",
  82. "silent": true
  83. },
  84. "hydra": {
  85. "command": "convert",
  86. "target": "OnlySelf",
  87. "common": "Self",
  88. "priority": 5,
  89. "newRole": "hydra",
  90. "silent": true
  91. }
  92. }
  93. }
  94. },
  95. {
  96. "role": "villager",
  97. "translation": "Nymph",
  98. "side": "village",
  99. "help": "You're a young & peaceful Nymph with no special powers. help your side by voting the enemies during the day.",
  100. "info": "Sided with The Peaceful Beings."
  101. },
  102. {
  103. "role": "miller",
  104. "translation": "Naiad",
  105. "side": "village",
  106. "help": "You're just a young water Nymph, unfortunately, everyone see you as a Siren. help your side by voting the enemies during the day. You become a Siren when you're lynched.",
  107. "info": "Reveals as Siren. Automatically lynched with any vote. When lynched, becomes a Siren (Sea Creatures side). Sided with The Peaceful Beings.",
  108. "actions": {
  109. "inspect": {
  110. "revealAs": "siren"
  111. },
  112. "onlist": "villager",
  113. "lynch": {
  114. "convertTo": "siren",
  115. "convertmsg": "A Naiad (water Nymph) received ~Count~ votes and chased to the sea, now ~Self~ is a Siren."
  116. },
  117. "voteshield": 777
  118. }
  119. },
  120. {
  121. "role": "safeguarder",
  122. "translation": "Dryad",
  123. "side": "village",
  124. "help": "You're a tree Nymph. Your nature makes you immune to zombification and poison and grants you the power to safeguard your allies using /safequard every night and /safeguard2 every 2 nights. Your vote counts as 1.5 and everyone sees you as a simple Nymph.",
  125. "info": "Can safeguard every night. Can safeguard a 2nd person once every 2 nights. Can't be zombified or poisoned. Vote counts as 1.5 and reveals as Nymph. Sided with The Peaceful Beings.",
  126. "actions": {
  127. "vote": 1.5,
  128. "inspect": {
  129. "revealAs": "villager"
  130. },
  131. "onlist": "villager",
  132. "convert": {
  133. "mode": "ignore"
  134. },
  135. "poison": {
  136. "mode": "ignore"
  137. },
  138. "night": {
  139. "safeguard": {
  140. "target": "AnyButSelf",
  141. "common": "Self",
  142. "priority": 6
  143. },
  144. "safeguard2": {
  145. "command": "safeguard",
  146. "target": "AnyButSelf",
  147. "common": "Self",
  148. "priority": 6,
  149. "recharge": 2
  150. }
  151. }
  152. }
  153. },
  154. {
  155. "role": "prettylady",
  156. "translation": "Oread",
  157. "side": "village",
  158. "help": "You're a mountain Nymph, you can use /distract to prevent a person from acting during the night, be sure not to target an ally. Everyone sees you as a simple Nymph.",
  159. "info": "Can distract one person during the night but everyone sees him as a simple Nymph. Sided with The Peaceful Beings.",
  160. "actions": {
  161. "inspect": {
  162. "revealAs": "villager"
  163. },
  164. "onlist": "villager",
  165. "night": {
  166. "distract": {
  167. "target": "AnyButSelf",
  168. "common": "Self",
  169. "priority": 4
  170. }
  171. }
  172. }
  173. },
  174. {
  175. "role": "bodyguard",
  176. "translation": "Sphinx",
  177. "side": "village",
  178. "help": "You're known as the guardian of temples and sacred lands, you can use /protect to defend up to 2 persons. You have a vote of 2.",
  179. "info": "Can protect up to 2 persons per nights. Vote count as 2. Sided with The Peaceful Beings.",
  180. "actions": {
  181. "vote": 2,
  182. "convert": {
  183. "mode": "ignore"
  184. },
  185. "poison": {
  186. "mode": "ignore"
  187. },
  188. "night": {
  189. "protect": {
  190. "target": "AnyButSelf",
  191. "common": "Role",
  192. "priority": 9,
  193. "limit": 2,
  194. "broadcast": "role"
  195. }
  196. }
  197. }
  198. },
  199. {
  200. "role": "antimayor",
  201. "translation": "Lycanthrope",
  202. "side": "village",
  203. "help": "You're a werewolf, your nature grants you immunity to both poison and zombification. Everyone fears you while you're in this current form so your vote counts as -6, use it wisely. You can take your human form by converting yourself using the command /human",
  204. "info": "A misunderstood creature that evades poison & zombification. Vote counts as -6. Sided with The Peaceful Beings.",
  205. "actions": {
  206. "vote": -6,
  207. "convert": {
  208. "mode": "ignore"
  209. },
  210. "poison": {
  211. "mode": "ignore"
  212. },
  213. "night": {
  214. "human": {
  215. "command": "convert",
  216. "target": "OnlySelf",
  217. "common": "Self",
  218. "priority": 5,
  219. "newRole": "mayor",
  220. "silent": false,
  221. "convertmsg": "The werewolf shifted into his Human form!"
  222. }
  223. }
  224. }
  225. },
  226. {
  227. "role": "antimayor2",
  228. "translation": "Lycanthrope",
  229. "side": "village",
  230. "help": "You're a werewolf, your nature grants you immunity to both poison and zombification. Everyone fears you while you're in this current form so your vote counts as -6, use it wisely. You can take your human form by converting yourself using the command /human [name]",
  231. "info": "A misunderstood creature that evades poison & zombification. Vote counts as -6. Sided with The Peaceful Beings.",
  232. "actions": {
  233. "vote": -6,
  234. "night": {
  235. "human": {
  236. "command": "convert",
  237. "target": "OnlySelf",
  238. "common": "Self",
  239. "priority": 5,
  240. "newRole": "mayor",
  241. "silent": false,
  242. "initialrecharge": 2,
  243. "convertmsg": "The werewolf shifted into his Human form!"
  244. }
  245. }
  246. }
  247. },
  248. {
  249. "role": "mayor",
  250. "translation": "Human",
  251. "side": "village",
  252. "help": "You're a werewolf, but now you're in your human form, you lost your immunity to poison and zombification but now you evade daykills. Everyone respects you that's why your vote counts as 3.5, use it wisely. You can go back to your bestial form by using the command /Lycan",
  253. "info": "a werewolf that evades daykills. Has a 3.5 vote power. Sided with The Peaceful Beings.",
  254. "actions": {
  255. "vote": 3.5,
  256. "daykill": "evade",
  257. "night": {
  258. "lycan": {
  259. "command": "convert",
  260. "target": "OnlySelf",
  261. "common": "Self",
  262. "priority": 5,
  263. "newRole": "antimayor2",
  264. "silent": false,
  265. "initialrecharge": 2,
  266. "convertmsg": "The werewolf shifted into his bestial form, the Lycanthrope!"
  267. }
  268. }
  269. }
  270. },
  271. {
  272. "role": "vigilante",
  273. "translation": "Lamia",
  274. "side": "village",
  275. "help": "You're half a woman and half a snake. You can /poison once every 2 nights. And, starting from the second night, you can /kill once every 2 nights. Avoid harming creatures on your side!",
  276. "info": "Can poison and kill every 2 nights. Sided with The Peaceful Beings.",
  277. "actions": {
  278. "night": {
  279. "poison": {
  280. "target": "AnyButSelf",
  281. "common": "Self",
  282. "priority": 14,
  283. "recharge": 2
  284. },
  285. "kill": {
  286. "target": "AnyButSelf",
  287. "common": "Self",
  288. "priority": 14,
  289. "recharge": 2,
  290. "initialrecharge": 2
  291. }
  292. }
  293. }
  294. },
  295. {
  296. "role": "griffin",
  297. "translation": "Griffin",
  298. "side": "village",
  299. "help": "You're a legendary creature, half a lion and half an eagle! Each day, during the standby phase, use /expose to reveal a creature, you won't be revealed.",
  300. "info": "Can expose one creature during the standby. Sided with The Peaceful Beings.",
  301. "actions": {
  302. "standby": {
  303. "expose": {
  304. "target": "AnyButSelf",
  305. "msg": "You can type /expose [name] to reveal someone's role! (You will not be revealed)",
  306. "exposemsg": "RAAAWR!! the Griffin identified ~Target~ as the ~Role~!"
  307. }
  308. }
  309. }
  310. },
  311. {
  312. "role": "samurai",
  313. "translation": "Centaur",
  314. "side": "village",
  315. "help": "You're a mighty Centaur, half a man and half a horse. Your strength and speed allows you to /kill one creature during the day (you will be revealed)! You also reveal anyone who kills you during the day.",
  316. "info": "A daykiller. Revenge-reveals daykills. Sided with The Peaceful Beings.",
  317. "actions": {
  318. "daykill": "revealkiller",
  319. "daykillrevengemsg": "±Game: Before dying, ~Self~ revealed that ~Target~ is the ~Role~!",
  320. "standby": {
  321. "kill": {
  322. "target": "AnyButSelf",
  323. "msg": "Type /kill [name] to defeat a creature! (You'll be revealed)",
  324. "killmsg": "~Self~ draws his huge spear and charges at ~Target~ who's instantly killed!"
  325. }
  326. }
  327. }
  328. },
  329. {
  330. "role": "unicorn",
  331. "translation": "Unicorn",
  332. "side": "conspirator",
  333. "winningSides": [
  334. "village"
  335. ],
  336. "help": "You took the form of the most legendary and fabulous creature, sweet! You get hax on most of the actions, use that to help the Peaceful Beings. You can't be zombified, and have 35% evasion to poison, kills & daykills. You can use /Original to convert into your original form (The Shapeshifter)",
  337. "info": "One of the Shapeshifter's forms, under this form he has 35% evasion to poison, nightkills & daykills; Can't be zombified. Gets hax on most of the actions. Sided with itself, wins with The Peaceful Beings.",
  338. "actions": {
  339. "onlist": "consp",
  340. "kill": {
  341. "mode": {
  342. "evadeChance": 0.35
  343. }
  344. },
  345. "daykill": {
  346. "mode": {
  347. "evadeChance": 0.35
  348. }
  349. },
  350. "poison": {
  351. "mode": {
  352. "evadeChance": 0.35
  353. }
  354. },
  355. "hax": {
  356. "kill": {
  357. "revealTeam": 0.15,
  358. "revealPlayer": 0.1
  359. },
  360. "poison": {
  361. "revealTeam": 0.15,
  362. "revealPlayer": 0.1
  363. },
  364. "bite": {
  365. "revealTeam": 0.05,
  366. "revealPlayer": 0.02
  367. },
  368. "inspect": {
  369. "revealTeam": 0.1,
  370. "revealPlayer": 0.02
  371. },
  372. "safeguard": {
  373. "revealTeam": 0.04,
  374. "revealPlayer": 0.01
  375. },
  376. "protect": {
  377. "revealTeam": 0.04,
  378. "revealPlayer": 0.01
  379. },
  380. "distract": {
  381. "revealTeam": 0.05,
  382. "revealPlayer": 0.02
  383. }
  384. },
  385. "night": {
  386. "original": {
  387. "command": "convert",
  388. "target": "OnlySelf",
  389. "common": "Self",
  390. "priority": 16,
  391. "newRole": "consp",
  392. "silent": true
  393. }
  394. }
  395. }
  396. },
  397. {
  398. "role": "phoenix",
  399. "translation": "Phoenix",
  400. "side": "celestial",
  401. "help": "You're a fabulous bird associated with the fire. You have one separate kill every 4 nights with /blast. You ignore distractors and protectors. You can't be zombified. Every time you're lynched, you reborn from your ashes and you can kill right away! So, taunt the others into voting you. Your vote is -1 and you have a vote shield of 1. You reveal as the Dragon.",
  402. "info": "Can kill every 4 nights outspeeding all the protectors. When lynched, comes back and can kill right away! Ignores distractors and zombification. Vote counts as -1. Voteshield counts as 1. Reveals as Dragon. Sided with The Celestial Alliance.",
  403. "actions": {
  404. "lynch": {
  405. "convertTo": "phoenix2",
  406. "convertmsg": "The Phoenix, ~Self~, received ~Count~ votes. But, from its ashes it reborn. He then shouted, a loud and proud roar! You fools, now he can kill immediately... RAAAAWWR!!"
  407. },
  408. "vote": -1,
  409. "voteshield": 1,
  410. "inspect": {
  411. "revealAs": "dragon"
  412. },
  413. "distract": {
  414. "mode": "ignore"
  415. },
  416. "convert": {
  417. "mode": "ignore"
  418. },
  419. "night": {
  420. "blast": {
  421. "command": "kill",
  422. "target": "AnyButTeam",
  423. "common": "Self",
  424. "priority": 1,
  425. "broadcast": "team",
  426. "recharge": 4,
  427. "broadcastmsg": "±Game: Your leader, ~Player~ (The Phoenix), is going after ~Target~! Choose a different target!",
  428. "msg": "±Game: A winged beast killed you, blazing fire was the last thing your eyes saw!"
  429. }
  430. },
  431. "startup": "team-reveal-with-roles"
  432. }
  433. },
  434. {
  435. "role": "phoenix2",
  436. "translation": "Phoenix",
  437. "side": "celestial",
  438. "help": "You're a fabulous bird associated with the fire. You have one separate kill every 4 nights with /blast. You ignore distractors and protectors. You can't be zombified. Every time you're lynched, you reborn from your ashes and you can kill right away! So, taunt the others into voting you. Your vote is -1 and you have a vote shield of 1. You reveal as the Dragon.",
  439. "info": "Can kill every 4 nights outspeeding all the protectors. When lynched, comes back and can kill right away! Ignores distractors and zombification. Vote counts as -1. Voteshield counts as 1. Reveals as Dragon. Sided with The Celestial Alliance.",
  440. "actions": {
  441. "lynch": {
  442. "convertTo": "phoenix",
  443. "convertmsg": "The Phoenix, ~Self~, received ~Count~ votes. But, from its ashes it reborn. He then shouted, a loud and proud roar! You fools, now he can kill immediately... RAAAAWWR!!"
  444. },
  445. "vote": -1,
  446. "voteshield": 1,
  447. "inspect": {
  448. "revealAs": "dragon"
  449. },
  450. "distract": {
  451. "mode": "ignore"
  452. },
  453. "convert": {
  454. "mode": "ignore"
  455. },
  456. "night": {
  457. "blast": {
  458. "command": "kill",
  459. "target": "AnyButTeam",
  460. "common": "Self",
  461. "priority": 1,
  462. "broadcast": "team",
  463. "recharge": 4,
  464. "broadcastmsg": "±Game: Your leader, ~Player~ (The Phoenix), is going after ~Target~! Choose a different target!",
  465. "msg": "±Game: A winged beast killed you, blazing fire was the last thing your eyes saw!"
  466. }
  467. },
  468. "startup": "team-reveal-with-roles"
  469. }
  470. },
  471. {
  472. "role": "dragon",
  473. "translation": "Dragon",
  474. "side": "celestial",
  475. "help": "You're a Dragon, a mighty and quite rare creature. Use /kill to defeat one creature every night (shared with Pegasus). You can also defend one of your allies with /protect. Your vote counts as -2, don't vote for your leader, the Phoenix, though!",
  476. "info": "A bodyguard that can also kill every night (shared with the Pegasus). Vote counts as -2. Sided with The Celestial Alliance.",
  477. "actions": {
  478. "vote": -2,
  479. "daykill": "revenge",
  480. "daykillrevengemsg": "~Target~ tried to attack the Dragon. But dodged it and countered with a fierce fire ball. ~Target~ was defeated instead!",
  481. "night": {
  482. "kill": {
  483. "target": "AnyButTeam",
  484. "common": "Team",
  485. "priority": 10,
  486. "broadcast": "team",
  487. "broadcastmsg": "±Game: ~Player~, the Dragon, is going after ~Target~!",
  488. "msg": "±Game: A shadow is on you... Wait! A creature is flying above you and... and you're dead!"
  489. },
  490. "protect": {
  491. "target": "AnyButSelf",
  492. "common": "Self",
  493. "priority": 9,
  494. "broadcast": "team",
  495. "broadcastmsg": "±Game: ~Player~, the Dragon, will protect ~Target~!"
  496. }
  497. },
  498. "startup": "team-reveal-with-roles"
  499. }
  500. },
  501. {
  502. "role": "pegasus",
  503. "translation": "Pegasus",
  504. "side": "celestial",
  505. "help": "You're a beautiful winged horse who was born from Medusa's blood. You share a kill with the Dragon by using the command /kill. You can't be turned into a zombie and you get hax on poison. Also, since everyone admires your beauty your vote counts as 2, use them to lynch your leader, the Phoenix, hehe!",
  506. "info": "Shares a kill with the Dragon. Gets hax on poison and can't be zombified. Vote counts as 2. Sided with The Celestial Alliance.",
  507. "actions": {
  508. "vote": 2,
  509. "convert": {
  510. "mode": "ignore"
  511. },
  512. "night": {
  513. "kill": {
  514. "target": "AnyButTeam",
  515. "common": "Team",
  516. "priority": 10,
  517. "broadcast": "team",
  518. "broadcastmsg": "±Game: ~Player~, the Pegasus, is going after ~Target~!",
  519. "msg": "±Game: A shadow is on you... Wait! A creature is flying above you and... and you're dead!"
  520. }
  521. },
  522. "hax": {
  523. "poison": {
  524. "revealTeam": 0.5,
  525. "revealPlayer": 0.25
  526. }
  527. },
  528. "startup": "team-reveal-with-roles"
  529. }
  530. },
  531. {
  532. "role": "tengu",
  533. "translation": "Tengu",
  534. "side": "conspirator",
  535. "winningSides": [
  536. "celestial"
  537. ],
  538. "help": "You took the form of a Japanese mythical winged-beast. Under this form you evade nightkills and your vote counts as -10! Of course, you can't be zombified. You can use /Original to convert into your original form (The Shapeshifter)",
  539. "info": "One of the Shapeshifter's forms, under this form he evades nightkills and zombification. Has a -10 vote power. Sided with itself, wins with The Celestial Alliance.",
  540. "actions": {
  541. "vote": -10,
  542. "onlist": "consp",
  543. "kill": {
  544. "mode": "ignore"
  545. },
  546. "convert": {
  547. "mode": "ignore"
  548. },
  549. "night": {
  550. "original": {
  551. "command": "convert",
  552. "target": "OnlySelf",
  553. "common": "Self",
  554. "priority": 16,
  555. "newRole": "consp",
  556. "silent": true
  557. }
  558. }
  559. }
  560. },
  561. {
  562. "role": "fox",
  563. "translation": "Ancestral Fox",
  564. "side": "foxes",
  565. "help": "You're a fox, but not an ordinary one, since you lived for over 1000 years you have some supernatural powers. Every night, you can protect yourself with /protect (can't be haxed) and identify a creature using /inspect. You ignore zombies and distractors. DURING the 3rd night you can release all your 9 tails with /unleash and become a Kumiho. Since you can take the form of a beautiful lady, you reveal as a Nymph.",
  566. "info": "Can protect itself. Can inspect a creature every night. Ignores distractors and zombification. Inspects and reveals as a Nymph. During the 3rd night, can convert into a Kumiho. Sided with The Ancestral Foxes.",
  567. "actions": {
  568. "avoidHax": [
  569. "protect"
  570. ],
  571. "inspect": {
  572. "revealAs": "villager"
  573. },
  574. "distract": {
  575. "mode": "ignore"
  576. },
  577. "convert": {
  578. "mode": "ignore"
  579. },
  580. "night": {
  581. "protect": {
  582. "target": "OnlySelf",
  583. "common": "Self",
  584. "priority": 9
  585. },
  586. "inspect": {
  587. "target": "AnyButSelf",
  588. "common": "Self",
  589. "priority": 17
  590. },
  591. "unleash": {
  592. "command": "convert",
  593. "target": "OnlySelf",
  594. "common": "Self",
  595. "priority": 16,
  596. "newRole": "kumiho",
  597. "silent": false,
  598. "convertmsg": "Oh sweet! The Ancestral Fox released all his tails and is now a majestic Kumiho!",
  599. "initialrecharge": 3
  600. }
  601. }
  602. }
  603. },
  604. {
  605. "role": "kumiho",
  606. "translation": "Kumiho",
  607. "side": "foxes",
  608. "help": "Sweet! You released all your 9 tails. Now you have the highest vote power, 42. You still ignore zombies and reveal as a Nymph. You have 40% evasion to kills (during both the night and the day)",
  609. "info": "Has a vote of 42. Has 40% evasion to both nightkills and daykills. Can't be zombified and reveals as a Nymph. Sided with The Ancestral Foxes.",
  610. "actions": {
  611. "vote": 42,
  612. "inspect": {
  613. "revealAs": "villager"
  614. },
  615. "kill": {
  616. "mode": {
  617. "evadeChance": 0.4
  618. }
  619. },
  620. "daykill": {
  621. "mode": {
  622. "evadeChance": 0.4
  623. }
  624. },
  625. "convert": {
  626. "mode": "ignore"
  627. }
  628. }
  629. },
  630. {
  631. "role": "kitsune",
  632. "translation": "Kitsune",
  633. "side": "conspirator",
  634. "winningSides": [
  635. "foxes"
  636. ],
  637. "help": "You took the form of a magical fox. Under this form, you can /safeguard and /inspect every night. You can't be zombified and you have 30% evasion to nightkills, daykills & poison. You also have a voteshield of -100 (which means you can't be lynched). You can use /Original to convert into your original form (The Shapeshifter)",
  638. "info": "One of the Shapeshifter's forms, under this form he evades zombification and has 30% evasion to poison, nightkills and daykills. Has a -100 voteshield. Sided with itself, wins with The Ancestral Foxes.",
  639. "actions": {
  640. "voteshield": -100,
  641. "onlist": "consp",
  642. "poison": {
  643. "mode": {
  644. "evadeChance": 0.30
  645. }
  646. },
  647. "kill": {
  648. "mode": {
  649. "evadeChance": 0.30
  650. }
  651. },
  652. "daykill": {
  653. "mode": {
  654. "evadeChance": 0.30
  655. }
  656. },
  657. "convert": {
  658. "mode": "ignore"
  659. },
  660. "night": {
  661. "inspect": {
  662. "target": "AnyButSelf",
  663. "common": "Self",
  664. "priority": 17
  665. },
  666. "safeguard": {
  667. "target": "AnyButSelf",
  668. "common": "Self",
  669. "priority": 6
  670. },
  671. "original": {
  672. "command": "convert",
  673. "target": "OnlySelf",
  674. "common": "Self",
  675. "priority": 16,
  676. "newRole": "consp",
  677. "silent": true
  678. }
  679. }
  680. }
  681. },
  682. {
  683. "role": "vampire",
  684. "translation": "Vampire",
  685. "side": "undead",
  686. "help": "You are a night creature that feeds on life essence, essentially, blood! Use /poison to poison another creature. You can also use /distract (shared with Dhampir) to prevent a creature from performing its night actions. You evade nightkills and the Fallen Angel grants you protection during the day (standby). Your vote counts as 3.",
  687. "info": "Can distract (shared with Dhampir) and poison. Evades nightkills and is protected by the Fallen Angel during the day. Has a vote of 3. Sided with The Undead Horde.",
  688. "actions": {
  689. "vote": 3,
  690. "daykill": "evade",
  691. "kill": {
  692. "mode": "ignore"
  693. },
  694. "convert": {
  695. "mode": "ignore"
  696. },
  697. "night": {
  698. "poison": {
  699. "target": "AnyButTeam",
  700. "common": "Self",
  701. "priority": 13,
  702. "broadcast": "Team"
  703. },
  704. "distract": {
  705. "target": "AnyButTeam",
  706. "common": "Team",
  707. "priority": 2,
  708. "broadcast": "Team",
  709. "distractmsg": "Many bats surrounded you last night! You were too distracted by their annoyance."
  710. }
  711. },
  712. "onDeath": {
  713. "convertRoles": {
  714. "dhampir": "vampire"
  715. },
  716. "convertmsg": "With the death of the Vampire, a Dhampir became the new leader of the nosferatu horde and is now a Vampire!'"
  717. },
  718. "startup": "team-reveal-with-roles"
  719. }
  720. },
  721. {
  722. "role": "vampire2",
  723. "translation": "Vampire",
  724. "side": "undead",
  725. "help": "With the death of the Fallen Angel, you're no more protected from daykills! Use /poison to poison another creature. You can also use /distract (shared with Dhampir) to prevent a creature from performing its night actions. You evade nightkills. Your vote counts as 3.",
  726. "info": "Can distract (shared with Dhampir) and poison. Evades nightkills. Has a vote of 3. Sided with The Undead Horde.",
  727. "actions": {
  728. "vote": 3,
  729. "kill": {
  730. "mode": "ignore"
  731. },
  732. "convert": {
  733. "mode": "ignore"
  734. },
  735. "night": {
  736. "poison": {
  737. "target": "AnyButTeam",
  738. "common": "Self",
  739. "priority": 13,
  740. "broadcast": "Team"
  741. },
  742. "distract": {
  743. "target": "AnyButTeam",
  744. "common": "Team",
  745. "priority": 2,
  746. "broadcast": "Team",
  747. "distractmsg": "Many bats surrounded you last night! You were too distracted by their annoyance."
  748. }
  749. },
  750. "onDeath": {
  751. "convertRoles": {
  752. "dhampir": "vampire2"
  753. },
  754. "convertmsg": "With the death of the Vampire, a Dhampir became the new leader of the nosferatu horde and is now a Vampire!'"
  755. },
  756. "startup": "team-reveal-with-roles"
  757. }
  758. },
  759. {
  760. "role": "dhampir",
  761. "translation": "Dhampir",
  762. "side": "undead",
  763. "help": "You're the offspring of a human and a vampire, this is why you don't need the protection of the Fallen Angel and evade daykills by yourself. You can use /distract (shared with Vampire) to distract a creature. You reveal as Vampire and become Vampire when the real Vampire dies.",
  764. "info": "Can distract (shared with the Vampire). Evades daykills. Inspects as Vampire. Converts into Vampire when Vampire dies.",
  765. "actions": {
  766. "daykill": "evade",
  767. "convert": {
  768. "mode": "ignore"
  769. },
  770. "night": {
  771. "distract": {
  772. "target": "AnyButTeam",
  773. "common": "Team",
  774. "priority": 2,
  775. "broadcast": "Team",
  776. "distractmsg": "Many bats surrounded you last night! You were too distracted by their annoyance."
  777. }
  778. },
  779. "startup": "team-reveal-with-roles"
  780. }
  781. },
  782. {
  783. "role": "zombie",
  784. "translation": "Zombie Lord",
  785. "side": "undead",
  786. "help": "You're the master of the living-dead creatures! Use /bite to convert a creature into a zombie under your control. You evade daykills since the Fallen Angel is protecting you during the day. Your vote is -2.",
  787. "info": "Can convert a creature into a Zombie Creature every night. Vote counts as -2. Evades daykills thanks to the Fallen Angel's protection. Sided with The Undead Horde.",
  788. "actions": {
  789. "vote": -2,
  790. "daykill": "evade",
  791. "convert": {
  792. "mode": "ignore"
  793. },
  794. "night": {
  795. "bite": {
  796. "command": "convert",
  797. "target": "AnyButTeam",
  798. "common": "Self",
  799. "priority": 7,
  800. "newRole": "zombie3",
  801. "silent": false,
  802. "convertmsg": "A player was bitten by the Zombie Lord and became a Zombie Creature!"
  803. }
  804. },
  805. "startup": "team-reveal-with-roles"
  806. }
  807. },
  808. {
  809. "role": "zombie2",
  810. "translation": "Zombie Lord",
  811. "side": "undead",
  812. "help": "Since the Fallen Angel is no more protecting you, you no longer evade daykills! Use /bite to convert a creature into a zombie under your control. You evade daykills since the Fallen Angel is protecting you during the day. Your vote counts as -2.",
  813. "info": "Can convert a creature into a Zombie Creature every night. Vote counts as -2. Sided with The Undead Horde.",
  814. "actions": {
  815. "vote": -2,
  816. "convert": {
  817. "mode": "ignore"
  818. },
  819. "night": {
  820. "bite": {
  821. "command": "convert",
  822. "target": "AnyButTeam",
  823. "common": "Self",
  824. "priority": 7,
  825. "newRole": "zombie3",
  826. "silent": false,
  827. "convertmsg": "A player was bitten by the Zombie Lord and became a Zombie Creature!"
  828. }
  829. },
  830. "startup": "team-reveal-with-roles"
  831. }
  832. },
  833. {
  834. "role": "zombie3",
  835. "translation": "Zombie Creature",
  836. "side": "undead",
  837. "help": "The Zombie Lord recruited you to his horde. You too can convert a creature into a zombie with /bite (But only once during the whole game, and you need to wait 2 nights for that). Your vote is meaningless since it counts as 0! You know other Zombie Creatures.",
  838. "info": "Can convert another creature into a zombie once only. Vote counts as 0. Sided with The Undead Horde.",
  839. "actions": {
  840. "convert": {
  841. "mode": "ignore"
  842. },
  843. "night": {
  844. "bite": {
  845. "command": "convert",
  846. "target": "AnyButSelf",
  847. "common": "Self",
  848. "priority": 8,
  849. "newRole": "zombie3",
  850. "silent": false,
  851. "convertmsg": "A player was bitten by a Zombie Creature and joined the Undead Horde!",
  852. "initialrecharge": 2,
  853. "recharge": 99
  854. }
  855. },
  856. "startup": {
  857. "revealRole": [
  858. "zombie3"
  859. ]
  860. }
  861. }
  862. },
  863. {
  864. "role": "fallen",
  865. "translation": "Fallen Angel",
  866. "side": "undead",
  867. "help": "Also called a Banshee, you joined the Undead Horde in this war! Once every 2 days, during the standby, you can use /kill to take a creature's soul. You also provide day protection to both the Vampire and the Zombie Lord (You don't need a command for this). You can't be zombified.",
  868. "info": "a role that can daykill once every 2 days. Sided with The Undead Horde.",
  869. "actions": {
  870. "convert": {
  871. "mode": "ignore"
  872. },
  873. "standby": {
  874. "kill": {
  875. "target": "AnyButTeam",
  876. "msg": "Type /kill [name] to kill a creature! (you won't be revealed)",
  877. "killmsg": "The Fallen Angel came to ~Target~ and stole its soul!"
  878. }
  879. },
  880. "startup": "team-reveal-with-roles"
  881. }
  882. },
  883. {
  884. "role": "ghoul",
  885. "translation": "Ghoul",
  886. "side": "conspirator",
  887. "winningSides": [
  888. "undead"
  889. ],
  890. "help": "You took the form of an undead creature. Under this form, you can protect up to 2 creatures, including yourself, by using the command /protect. You evade poison and zombification. You can use /Original to convert into your original form (The Shapeshifter)",
  891. "info": "One of the Shapeshifter's forms, under this form he evades poison & zombification and can protect up to 2 creatures, including itself. Sided with itself, wins with The Undead Horde.",
  892. "actions": {
  893. "onlist": "consp",
  894. "poison": {
  895. "mode": "ignore"
  896. },
  897. "convert": {
  898. "mode": "ignore"
  899. },
  900. "night": {
  901. "protect": {
  902. "target": "Any",
  903. "common": "Self",
  904. "priority": 9,
  905. "limit": 2
  906. },
  907. "original": {
  908. "command": "convert",
  909. "target": "OnlySelf",
  910. "common": "Self",
  911. "priority": 16,
  912. "newRole": "consp",
  913. "silent": true
  914. }
  915. }
  916. }
  917. },
  918. {
  919. "role": "kraken",
  920. "translation": "Kraken",
  921. "side": "sea",
  922. "help": "You're a legendary huge sea monster, you have a lot of tentacles allowing you to perform multiple actions. Type /kill during the day to kill a creature. Starting from the second night you can use /inspect every 3 turns. Starting from the third night you can use /poison every 2 nights? And starting from the third night you can use /kill every 3 nights. You don't know your team and you must wait for the Leviathan to connect you. You evade the zombification!",
  923. "info": "A non-revealed daykiller. Can poison every 2 nights. Can inspect and kill every 3 nights. Evades Zombification, and knows the Siren(s). Sided with The Sea Creatures.",
  924. "actions": {
  925. "convert": {
  926. "mode": "ignore"
  927. },
  928. "night": {
  929. "inspect": {
  930. "target": "AnyButSelf",
  931. "common": "Self",
  932. "priority": 17
  933. },
  934. "poison": {
  935. "target": "AnyButSelf",
  936. "common": "Self",
  937. "priority": 15
  938. },
  939. "kill": {
  940. "target": "AnyButSelf",
  941. "common": "Self",
  942. "priority": 15
  943. }
  944. },
  945. "standby": {
  946. "kill": {
  947. "target": "AnyButSelf",
  948. "msg": "Type /kill [name] to kill a creature! (you won't be revealed)",
  949. "killmsg": "The kraken wrapped ~Target~ with its tentacles and took it with him to the abysses!"
  950. }
  951. }
  952. }
  953. },
  954. {
  955. "role": "leviathan",
  956. "translation": "Leviathan",
  957. "side": "sea",
  958. "help": "You're a legendary sea serpent! You can use /protect to protect one creature every night. Also, you can use /kill to get rid of a creature! You're the only one who knows your whole team, that's why you have to connect with them. Your vote counts as 2.",
  959. "info": "A bodyguard who also can kill during the night. Vote counts as 2. Knows all his team. Sided with The Sea Creatures.",
  960. "actions": {
  961. "vote": 2,
  962. "night": {
  963. "protect": {
  964. "target": "AnyButSelf",
  965. "common": "Self",
  966. "priority": 9
  967. },
  968. "kill": {
  969. "target": "AnyButTeam",
  970. "common": "Self",
  971. "priority": 11
  972. }
  973. },
  974. "startup": "team-reveal-with-roles"
  975. }
  976. },
  977. {
  978. "role": "siren",
  979. "translation": "Siren",
  980. "side": "sea",
  981. "winningSides": [
  982. "village"
  983. ],
  984. "help": "You're half a woman and half a fish. You can use /distract to distract one creature with your beautiful voice. You can also use /kill (Shared with other Sirens) to kill one creature during the night. You only know other Sirens, if all your partners are killed you still can join the Peaceful Beings' side. Your vote counts a 1.5 vote.",
  985. "info": "Can distract and shares a kill with other Sirens. Vote counts as 1.5. Knows the other Sirens. Sided with The Sea Creatures, wins with The Peaceful Beings.",
  986. "actions": {
  987. "vote": 1.5,
  988. "night": {
  989. "distract": {
  990. "target": "AnyButSelf",
  991. "common": "Self",
  992. "priority": 4,
  993. "broadcast": "team",
  994. "broadcastmsg": "±Game: A Siren is going to distract ~Target~!"
  995. },
  996. "kill": {
  997. "target": "AnyButSelf",
  998. "common": "Role",
  999. "priority": 13,
  1000. "broadcast": "team",
  1001. "broadcastmsg": "The Siren(s) are going to kill ~Target~!"
  1002. }
  1003. },
  1004. "startup": {
  1005. "revealRole": [
  1006. "siren"
  1007. ]
  1008. }
  1009. }
  1010. },
  1011. {
  1012. "role": "hydra",
  1013. "translation": "Hydra",
  1014. "side": "conspirator",
  1015. "winningSides": [
  1016. "sea"
  1017. ],
  1018. "help": "You took the form of the mythological creature, the hydra. Under this form, you don't stop regenerating your heads, so you can only be killed by poison. You can use /safeguard on any creature once every 2 nights. You evade zombification and your vote is 0, meaningless. You can use /Original to convert into your original form (The Shapeshifter)",
  1019. "info": "One of the Shapeshifter's forms, under this form he evades zombification, nightkills and daykills. Vote counts as 0. Sided with itself, wins with The Sea Creatures.",
  1020. "actions": {
  1021. "vote": 0,
  1022. "onlist": "consp",
  1023. "daykill": "evade",
  1024. "kill": {
  1025. "mode": "ignore"
  1026. },
  1027. "convert": {
  1028. "mode": "ignore"
  1029. },
  1030. "night": {
  1031. "safeguard": {
  1032. "target": "AnyButSelf",
  1033. "common": "Self",
  1034. "priority": 6,
  1035. "recharge": 2
  1036. },
  1037. "original": {
  1038. "command": "convert",
  1039. "target": "OnlySelf",
  1040. "common": "Self",
  1041. "priority": 16,
  1042. "newRole": "consp",
  1043. "silent": true
  1044. }
  1045. }
  1046. }
  1047. }
  1048. ],
  1049. "roles1": [
  1050. "villager",
  1051. "prettylady",
  1052. "bodyguard",
  1053. "griffin",
  1054. "pegasus",
  1055. "siren",
  1056. "miller"
  1057. ],
  1058. "roles2": [
  1059. "villager",
  1060. "prettylady",
  1061. "bodyguard",
  1062. "griffin",
  1063. "pegasus",
  1064. "siren",
  1065. "miller",
  1066. "villager",
  1067. "dragon",
  1068. "villager",
  1069. "leviathan",
  1070. "samurai",
  1071. "fallen",
  1072. "vampire",
  1073. "safeguarder",
  1074. "vigilante",
  1075. "miller",
  1076. "fox",
  1077. "consp",
  1078. "phoenix",
  1079. "zombie",
  1080. "kraken",
  1081. "dhampir",
  1082. "antimayor",
  1083. "siren",
  1084. "villager",
  1085. "villager"
  1086. ],
  1087. "villageCantLoseRoles": [
  1088. "mayor",
  1089. "antimayor",
  1090. "antimayor2",
  1091. "samurai",
  1092. "miller",
  1093. "griffin",
  1094. "bodyguard",
  1095. "safeguarder",
  1096. "prettylady",
  1097. "vigilante"
  1098. ],
  1099. "lynchmsg": "±Game: ~Player~ (~Role~) has been killed!",
  1100. "killmsg": "±Game: ~Player~ (~Role~) has been killed!",
  1101. "killusermsg": "±Game: You have been killed!"
  1102. }
Add Comment
Please, Sign In to add comment