Guest User

Untitled

a guest
Dec 11th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.94 KB | None | 0 0
  1. {
  2. "name": "Castform",
  3. "summary": "Rain, Sun or Hail ? support the weather you like and team-up with other Castforms who share the same ideals with you, beware of the vilain Sand Storm pokemon who also have there words to say ... and be careful, Abomasnow and the legendary pokemon Groudon and Kyogre might as well be disturbed and awaken from their eternal sleep and cause more chaos with their rage ! Rayquaza is also watching from the skies and strikes anyone who tries to disturb the calm atmospher !",
  4. "sides":
  5. [
  6. {
  7. "side": "castform",
  8. "translation": "Normal Form Castforms",
  9. "winmsg": "±Normal Form Castforms: Everyone who tried to alter the weather has been eliminated by ~Players~ !!"
  10. },
  11. {
  12. "side": "shiny",
  13. "translation": "Shiny Castform",
  14. "winmsg": "±~Players~: Huh ? You fools, I am shiny ! I have been chosen by mother nature ! My destiny is to rule over y'all !!"
  15. },
  16. {
  17. "side": "rain",
  18. "translation": "Rainy Form Castforms",
  19. "winmsg": "±Rainy Form Castforms: ~Players~ performing the Rain Dance ... And stormclouds appear making it rain !! Rainy Form Castforms shall rule !"
  20. },
  21. {
  22. "side": "sun",
  23. "translation": "Sunny Form Castforms",
  24. "winmsg": "±Sunny Form Castforms: Bright white beams are sent from ~Players~ to the sky ... And the sun shines now brighter than before !! Sunny Form Castforms shall rule !"
  25. },
  26. {
  27. "side": "hail",
  28. "translation": "Snowy Form Castforms",
  29. "winmsg": "±Snowy Form Castforms: ~Players~ floating into sky and glowing light-blue ... And thick clouds and fog appear making in start to snow !! Snowy Form Castforms shall rule !"
  30. },
  31. {
  32. "side": "sand",
  33. "translation": "Sand Storm Mafia",
  34. "winmsg": "±Sand Storm Mafia: a mighty sandstorm is brewing !! we can hear ~Players~ roaring in the middle of the storm !!"
  35. },
  36. {
  37. "side": "rayquaza",
  38. "translation": "Rayquaza",
  39. "winmsg": "±Rayquaza: It's a bird ... It's a plane ... It's ~Players~ the legendary Rayquaza !! No one should try again to disturb the weather ..."
  40. },
  41. {
  42. "side": "kyogro",
  43. "translation": "Kyogre and Groudon",
  44. "winmsg": "±Kyogre & Groudon: Clouds ... Sun ... Earthquakes ... Rainstorms ... ~Players~ are causing a total chaos !! And no one was able stop them .. is it the end ?"
  45. },
  46. {
  47. "side": "kyogre",
  48. "translation": "Kyogre",
  49. "winmsg": "±Kyogre: Rain ! Let it rain !!! let the world drown under an eternal rainstorm !! No one can stop ~Players~ now ..."
  50. },
  51. {
  52. "side": "groudon",
  53. "translation": "Groudon",
  54. "winmsg": "±Groudon: ROAAAAR !! nobody was able to stop ~Players~ ... and now the weather is under his total control ..."
  55. },
  56. {
  57. "side": "abomasnow",
  58. "translation": "Abomasnow",
  59. "winmsg": "±Abomasnow: Brrr ... it's so cold !! ~Players~ is standing there in the middle of this mighty blizzard ..."
  60. }
  61. ],
  62. "roles":
  63. [
  64. {
  65. "role": "cast",
  66. "translation": "Castform",
  67. "side": "castform",
  68. "help": "You're a Casftform fighting for your own ideals. You are pretty much weak but you can either use /levelup (after the 1st night) to multiply your 0.1 vote by 10 (lol?) or tranform into one of the 3 elemental forms using /rain (Rain Dance), /sun (Sunny Day) or /hail (Hail) ! You lose all your level-ups effects when you transform, good luck ...",
  69. "info": "a role with 0.1 vote that can either transform itself into one of the 3 elemental forms (water, fire or ice) or just levelup after 2 nights to multiply its vote by 10. Sided with The Normal Castforms",
  70. "actions":
  71. {
  72. "night":
  73. {
  74. "levelup":
  75. {
  76. "command": "convert",
  77. "target": "OnlySelf",
  78. "common": "Self",
  79. "priority": 5,
  80. "newRole": "cast2",
  81. "canConvert":["cast"],
  82. "initialrecharge": 2,
  83. "silent": true
  84. },
  85. "rain":
  86. {
  87. "command": "convert",
  88. "target": "OnlySelf",
  89. "common": "Self",
  90. "priority": 6,
  91. "newRole": "rcast",
  92. "canConvert":["cast"],
  93. "silent": true
  94. },
  95. "sun":
  96. {
  97. "command": "convert",
  98. "target": "OnlySelf",
  99. "common": "Self",
  100. "priority": 6,
  101. "newRole": "scast",
  102. "canConvert":["cast"],
  103. "silent": true
  104. },
  105. "hail":
  106. {
  107. "command": "convert",
  108. "target": "OnlySelf",
  109. "common": "Self",
  110. "priority": 6,
  111. "newRole": "hcast",
  112. "canConvert":["cast"],
  113. "silent": true
  114. }
  115. }
  116. },
  117. "vote": 0.1
  118. },
  119. {
  120. "role": "cast2",
  121. "translation": "Castform",
  122. "side": "castform",
  123. "help": "You're a Casftform fighting for your own ideals. You can either use /levelup (after the 1st night) to multiply your 1 vote by 10 hehe or tranform into one of the 3 elemental forms using /rain (Rain Dance), /sun (Sunny Day) or /hail (Hail) ! You lose all your level-ups effects when you transform, good luck ...",
  124. "info": "a role with 1 vote that can either transform itself into one of the 3 elemental forms (water, fire or ice) or just levelup after 2 nights to multiply its vote by 10. Sided with The Normal Castforms",
  125. "actions":
  126. {
  127. "night":
  128. {
  129. "levelup":
  130. {
  131. "command": "convert",
  132. "target": "OnlySelf",
  133. "common": "Self",
  134. "priority": 5,
  135. "newRole": "cast3",
  136. "canConvert":["cast2"],
  137. "initialrecharge": 3,
  138. "silent": true
  139. },
  140. "rain":
  141. {
  142. "command": "convert",
  143. "target": "OnlySelf",
  144. "common": "Self",
  145. "priority": 6,
  146. "newRole": "rcast",
  147. "canConvert":["cast2"],
  148. "silent": true
  149. },
  150. "sun":
  151. {
  152. "command": "convert",
  153. "target": "OnlySelf",
  154. "common": "Self",
  155. "priority": 6,
  156. "newRole": "scast",
  157. "canConvert":["cast2"],
  158. "silent": true
  159. },
  160. "hail":
  161. {
  162. "command": "convert",
  163. "target": "OnlySelf",
  164. "common": "Self",
  165. "priority": 6,
  166. "newRole": "hcast",
  167. "canConvert":["cast2"],
  168. "silent": true
  169. }
  170. }
  171. },
  172. "vote": 1
  173. },
  174. {
  175. "role": "cast3",
  176. "translation": "Castform",
  177. "side": "castform",
  178. "help": "You're a Casftform fighting for your own ideals. You are weak but you have the most power vote (10) . You can still tranform into one of the 3 elemental forms using /rain (Rain Dance), /sun (Sunny Day) or /hail (Hail) ! You lose all your level-ups effects when you transform, good luck ...",
  179. "info": "a role with 10 votes that can either keep voting out others or transform itself during the night into one of the 3 elemental forms (water, fire or ice). Sided with The Normal Castforms",
  180. "actions":
  181. {
  182. "night":
  183. {
  184. "rain":
  185. {
  186. "command": "convert",
  187. "target": "OnlySelf",
  188. "common": "Self",
  189. "priority": 6,
  190. "newRole": "rcast",
  191. "canConvert":["cast3"],
  192. "silent": true
  193. },
  194. "sun":
  195. {
  196. "command": "convert",
  197. "target": "OnlySelf",
  198. "common": "Self",
  199. "priority": 6,
  200. "newRole": "scast",
  201. "canConvert":["cast3"],
  202. "silent": true
  203. },
  204. "hail":
  205. {
  206. "command": "convert",
  207. "target": "OnlySelf",
  208. "common": "Self",
  209. "priority": 6,
  210. "newRole": "hcast",
  211. "canConvert":["cast3"],
  212. "silent": true
  213. }
  214. }
  215. },
  216. "vote": 10
  217. },
  218. {
  219. "role": "rcast",
  220. "translation": "Rainy C.",
  221. "side": "rain",
  222. "help": "You're a Rainy Form Castform fighting with and for the rainy weather. You know all the players in your side, You can use /whirl to trap someone in a Whirlpool (poison) for 2 turns. Your vote of -2 allows you to stall the vote phase. You also have 20% chances to evade night-kills. Starting from the 2nd night, you can use /levelup to double your vote-shield, your nightkills evasion and your Whirlpool's power. You can also use /sun or /hail to change your form and abilities during the night, but you can't poison the same time you transform and you will lose all your levelup bonuses ...",
  223. "info": "a role with -2 votes that can use Whirlpool to poison others or transform itself into the Sunny or the Snowy form during the night, it can also levelup after 1 night into a more powerful Rainy Form Castform. Sided with The Rainy Form Castforms.",
  224. "actions":
  225. {
  226. "kill":
  227. {
  228. "mode":
  229. {
  230. "evadeChance": 0.2
  231. }
  232. },
  233. "startup": "role-reveal",
  234. "night":
  235. {
  236. "levelup":
  237. {
  238. "command": "convert",
  239. "target": "OnlySelf",
  240. "common": "Self",
  241. "priority": 5,
  242. "newRole": "rcast2",
  243. "canConvert":["rcast"],
  244. "initialrecharge": 2,
  245. "silent": true
  246. },
  247. "sun":
  248. {
  249. "command": "convert",
  250. "target": "OnlySelf",
  251. "common": "Self",
  252. "priority": 6,
  253. "newRole": "scast",
  254. "canConvert":["rcast"],
  255. "silent": true
  256. },
  257. "hail":
  258. {
  259. "command": "convert",
  260. "target": "OnlySelf",
  261. "common": "Self",
  262. "priority": 6,
  263. "newRole": "hcast",
  264. "canConvert":["rcast"],
  265. "silent": true
  266. },
  267. "whirl":
  268. {
  269. "command": "poison",
  270. "target": "AnyButTeam",
  271. "common": "Self",
  272. "priority": 10,
  273. "broadcast": "role",
  274. "count": 2
  275. }
  276. }
  277. },
  278. "vote": 2
  279. },
  280. {
  281. "role": "rcast2",
  282. "translation": "Rainy C.",
  283. "side": "rain",
  284. "help": "You're a toughened up Rainy Form Castform. You know all the players in your side, You can use /whirl to trap someone in a Whirlpool (poison) for 1 turn. Your vote is -4 and you have 40% chances to evade night-kills. You can use /sun or /hail to change your form, but you won't be able to use your Whirlpool and you will lose all your levelup's bonuses ...",
  285. "info": "a role with -4 votes that can either use its Whirlpool move to poison others or transform itself into the Sunny or the Snowy form during the night. Sided with The Rainy Form Castforms.",
  286. "actions":
  287. {
  288. "kill":
  289. {
  290. "mode":
  291. {
  292. "evadeChance": 0.4
  293. }
  294. },
  295. "startup": "role-reveal",
  296. "night":
  297. {
  298. "sun":
  299. {
  300. "command": "convert",
  301. "target": "OnlySelf",
  302. "common": "Self",
  303. "priority": 6,
  304. "newRole": "scast",
  305. "canConvert":["rcast2"],
  306. "silent": true
  307. },
  308. "hail":
  309. {
  310. "command": "convert",
  311. "target": "OnlySelf",
  312. "common": "Self",
  313. "priority": 6,
  314. "newRole": "hcast",
  315. "canConvert":["rcast2"],
  316. "silent": true
  317. },
  318. "whirl":
  319. {
  320. "command": "poison",
  321. "target": "AnyButTeam",
  322. "common": "Self",
  323. "priority": 10,
  324. "broadcast": "role",
  325. "count": 1
  326. }
  327. }
  328. },
  329. "vote": 4
  330. },
  331. {
  332. "role": "scast",
  333. "translation": "Sunny C.",
  334. "side": "sun",
  335. "help": "You're a Sunny Form Castform fighting with and for the sunny weather. You can use /blast (Fire Blast) to kill someone during the night with a 15% chance to fail. You don't know your partners but you cannot kill them anyway. During the day, and once only, you can use /flash to expose yourself during the day. Your vote is 0.4 and you have 20% chances to evade day-kills. Starting from the 2nd night, you can use /levelup raise your Fire Blast accuracy up to 100% and double your day-kills evasion. You can also use /rain or /hail to change your form and abilities during the night, but you can't kill the same time you transform and you will lose all your levelup bonuses ...",
  336. "info": "a role with 0.4 votes that can either kill others during the night or transform into a Rainy or Snowy Castform. he can also take the risk of exposing himself during the day. Sided with The Sunny Form Castforms",
  337. "actions":
  338. {
  339. "daykill":
  340. {
  341. "mode":
  342. {
  343. "evadeChance": 0.2
  344. }
  345. },
  346. "night":
  347. {
  348. "levelup":
  349. {
  350. "command": "convert",
  351. "target": "OnlySelf",
  352. "common": "Self",
  353. "priority": 5,
  354. "newRole": "scast2",
  355. "canConvert":["scast"],
  356. "initialrecharge": 2,
  357. "silent": true
  358. },
  359. "sun":
  360. {
  361. "command": "convert",
  362. "target": "OnlySelf",
  363. "common": "Self",
  364. "priority": 6,
  365. "newRole": "scast",
  366. "canConvert":["scast"],
  367. "silent": true
  368. },
  369. "hail":
  370. {
  371. "command": "convert",
  372. "target": "OnlySelf",
  373. "common": "Self",
  374. "priority": 6,
  375. "newRole": "hcast",
  376. "canConvert":["scast"],
  377. "silent": true
  378. },
  379. "blast":
  380. {
  381. "command": "kill",
  382. "target": "AnyButSelf",
  383. "common": "Self",
  384. "priority": 13
  385. }
  386. },
  387. "standby":
  388. {
  389. "flash":
  390. {
  391. "command": "reveal",
  392. "msg": "You can type /flash to expose yourself at your own risk !!",
  393. "revealmsg": "OH look ! Something is glowing there ! ~Self~ seems very proud of his Sunny Form."
  394. }
  395. }
  396. },
  397. "vote": 0.4
  398. },
  399. {
  400. "role": "scast2",
  401. "translation": "Sunny C.",
  402. "side": "sun",
  403. "help": "You're an upgraded Sunny Form Castform. You can use /blast (Fire Blast) to kill someone during the night with full accuracy. You don't know your partners but you cannot kill them anyway. During the day, and once only, you can use /flash to expose someone with 25% chances to reveal yourself as well. Your vote is 0.4 and you have 40% chances to evade day-kills. You can also use /rain or /hail to change your form and abilities during the night, but you can't kill the same time you transform and you will lose all your levelups effects ...",
  404. "info": "a role with 0.4 votes that can either kill others during the night or transform into a Rainy or Snowy Castform. he can also take the risk of exposing himself during the day. Sided with The Sunny Form Castforms",
  405. "actions":
  406. {
  407. "daykill":
  408. {
  409. "mode":
  410. {
  411. "evadeChance": 0.2
  412. }
  413. },
  414. "night":
  415. {
  416. "sun":
  417. {
  418. "command": "convert",
  419. "target": "OnlySelf",
  420. "common": "Self",
  421. "priority": 6,
  422. "newRole": "scast",
  423. "canConvert":["scast2"],
  424. "silent": true
  425. },
  426. "hail":
  427. {
  428. "command": "convert",
  429. "target": "OnlySelf",
  430. "common": "Self",
  431. "priority": 6,
  432. "newRole": "hcast",
  433. "canConvert":["scast2"],
  434. "silent": true
  435. },
  436. "blast":
  437. {
  438. "command": "kill",
  439. "target": "AnyButSelf",
  440. "common": "Self",
  441. "priority": 13
  442. }
  443. },
  444. "standby":
  445. {
  446. "flash":
  447. {
  448. "command": "reveal",
  449. "msg": "You can type /flash to expose yourself at your own risk !!",
  450. "revealmsg": "OH look ! Something is glowing there ! ~Self~ seems very proud of his Sunny Form."
  451. }
  452. }
  453. },
  454. "vote": 0.4
  455. },
  456. {
  457. "role": "hcast",
  458. "translation": "Snowy C.",
  459. "side": "sun",
  460. "help": "You're a Snowy Form Castform fighting with and for the snowy weather. You can inspect one pokemon every night using /inspect you can also use /gel (distract) every 2 nights to prevent someone from doing anything, you ignore your partners's gel. Unfortunately, you don't know your teammates but you can get hax on their actions. You have 20% chances to avoid poison and your vote is 2 ! Starting from the 2nd night, you can use /levelup to double your vote and poison evasion, and become able to distract every night. You can also use /rain or /sun to change your form and abilities during the night, but you can't inspect nor distract the same night you transform and you will lose all your levelup bonuses ...",
  461. "info": "a role that can inspect and distract others during the night or transform into a Rainy or Sunny Castform. His vote of 2 gives him a conciderable advantage during the vote phase. Sided with The Snowy Form Castforms",
  462. "actions":
  463. {
  464. "distract":
  465. {
  466. "mode":
  467. {
  468. "ignore": [ "hcast", "hcast2" ]
  469. }
  470. },
  471. "poison":
  472. {
  473. "mode":
  474. {
  475. "evadeChance": 0.2
  476. }
  477. },
  478. "night":
  479. {
  480. "levelup":
  481. {
  482. "command": "convert",
  483. "target": "OnlySelf",
  484. "common": "Self",
  485. "priority": 2,
  486. "newRole": "hcast2",
  487. "canConvert":["hcast"],
  488. "initialrecharge": 2,
  489. "silent": true
  490. },
  491. "rain":
  492. {
  493. "command": "convert",
  494. "target": "OnlySelf",
  495. "common": "Self",
  496. "priority": 3,
  497. "newRole": "rcast",
  498. "canConvert":["hcast"],
  499. "silent": true
  500. },
  501. "sun":
  502. {
  503. "command": "convert",
  504. "target": "OnlySelf",
  505. "common": "Self",
  506. "priority": 3,
  507. "newRole": "scast",
  508. "canConvert":["hcast"],
  509. "silent": true
  510. },
  511. "inspect":
  512. {
  513. "target": "AnyButSelf",
  514. "common": "Self",
  515. "priority": 16
  516. },
  517. "gel":
  518. {
  519. "command": "distract",
  520. "target": "AnyButSelf",
  521. "common": "Self",
  522. "recharge": 2,
  523. "priority": 4,
  524. "distractmsg": "Brrr ... a Snowy Castform freezed you this night, you couldn't move or do anything .. poor you !"
  525. }
  526. }
  527. },
  528. "vote": 2
  529. },
  530. {
  531. "role": "hcast2",
  532. "translation": "Snowy C.",
  533. "side": "sun",
  534. "help": "You're an upgraded Snowy Form Castform fighting with and for the snowy weather. You can inspect one pokemon every night using /inspect . Now you can use /gel (distract) every night to prevent someone from doing anything, you ignore your partners's gel. Unfortunately, you don't know your teammates but you can get hax on their actions. You have now a chance of 40% to avoid poison and your vote is 4. You can also use /rain or /sun to change your form and abilities during the night, but you can't inspect nor distract the same time you transform and you will lose all your levelup bonuses ...",
  535. "info": "a role that can inspect and distract others during the night or transform into a Rainy or Sunny Castform. His vote of 4 gives him a very conciderable advantage during the vote phase. Sided with The Snowy Castforms",
  536. "actions":
  537. {
  538. "distract":
  539. {
  540. "mode":
  541. {
  542. "ignore": [ "hcast", "hcast2" ]
  543. }
  544. },
  545. "poison":
  546. {
  547. "mode":
  548. {
  549. "evadeChance": 0.4
  550. }
  551. },
  552. "night":
  553. {
  554. "rain":
  555. {
  556. "command": "convert",
  557. "target": "OnlySelf",
  558. "common": "Self",
  559. "priority": 3,
  560. "newRole": "rcast",
  561. "canConvert":["hcast"],
  562. "silent": true
  563. },
  564. "sun":
  565. {
  566. "command": "convert",
  567. "target": "OnlySelf",
  568. "common": "Self",
  569. "priority": 3,
  570. "newRole": "scast",
  571. "canConvert":["hcast"],
  572. "silent": true
  573. },
  574. "inspect":
  575. {
  576. "target": "AnyButSelf",
  577. "common": "Self",
  578. "priority": 16
  579. },
  580. "gel":
  581. {
  582. "command": "distract",
  583. "target": "AnyButSelf",
  584. "common": "Self",
  585. "priority": 4,
  586. "distractmsg": "Brrr ... a Snowy Castform freezed you this night, you couldn't move or do anything .. poor you !"
  587. }
  588. }
  589. },
  590. "vote": 2
  591. },
  592. {
  593. "role": "shinyc",
  594. "translation": "Shiny Castform",
  595. "side": "shiny",
  596. "help": "You're a Shiny Castform, since you're rare and unique, you're very narcissist you win with any Castform side. Everyone admires you so you have a vote of 3.5 ! you can use /weatherball during the day to defeat anyone but since you're shiny everyone notices you during the day, that is why anyone who tries to kill you during the day will noticed too. you have 85% chance to evade nightkills and 45% chances to evade poison. You're sided with yourself, and you win with any Castform Side.",
  597. "info": "a role that can use his powerful Weatherball to defeat someone during the day, he attracts too much attention during the day (standby) so he reveals anyone who tries to kill him during the day. He has a chance of 85% to evade nightkills and chance of 45% to evade poison ! His popularity grants him a vote of 3.5 ! Sided with himself. Wins with The Normal Castforms, The Rainy Form Castforms, The Sunny Form Castforms and The Snowy Form Castforms.",
  598. "actions":
  599. {
  600. "kill":
  601. {
  602. "mode":
  603. {
  604. "evadeChance": 0.85
  605. }
  606. },
  607. "poison":
  608. {
  609. "mode":
  610. {
  611. "evadeChance": 0.45
  612. }
  613. },
  614. "standby":
  615. {
  616. "weatherball":
  617. {
  618. "command": "kill",
  619. "target": "AnyButSelf",
  620. "msg": "Type /kill [name] to defeat a pokemon using your Weatherball move !! (You'll be revealed)",
  621. "killmsg": "~Self~ profited from the actual weather and defeated ~Target~ using Weatherball move !"
  622. }
  623. }
  624. },
  625. "vote": 3.5
  626. },
  627. {
  628. "role": "hippopotas",
  629. "translation": "Hippopotas",
  630. "side": "sand",
  631. "help": "You're a Hippopotas, use /tomb to trap your enemies in a Sand Tomb (poison) they will die the next night. you can also use /safeguard to protect an ally or yourself. You have also 40% chances to evade nightkills and your vote is 2.",
  632. "info": "a role that can poison and safeguard once every night. Has 40% chance to evade night-kills and his vote counts as 2. Sided with Sand Storm Mafia.",
  633. "actions":
  634. {
  635. "kill":
  636. {
  637. "mode":
  638. {
  639. "evadeChance": 0.4
  640. }
  641. },
  642. "night":
  643. {
  644.  
  645. "tomb":
  646. {
  647. "command": "poison",
  648. "target": "AnyButTeam",
  649. "common": "Self",
  650. "priority": 9,
  651. "broadcast": "team",
  652. "count": 1
  653. },
  654. "safeguard":
  655. {
  656. "target": "Any",
  657. "common": "Self",
  658. "priority": 7,
  659. "broadcast": "team",
  660. "count": 1
  661. }
  662. }
  663. },
  664. "vote": 2.5
  665. },
  666. {
  667. "role": "hippowdon",
  668. "translation": "Hippowdon",
  669. "side": "sand",
  670. "help": "You're a Hippowdon, use /tomb to trap your enemies in a Sand Tomb (poison) they will die the next night. you can also use /sanstream to transform a Rainy, Sunny Or Snowy Castform back into its Normal Form. You have also 40% chances to evade day-kills and your vote is 2.5 !",
  671. "info": "a role that can poison and convert a Castform back into the Normal Form once every night. His vote counts as 2.5 and has 40% chance to evade day-kills. Sided with Sand Storm Mafia.",
  672. "actions":
  673. {
  674. "daykill":
  675. {
  676. "mode":
  677. {
  678. "evadeChance": 0.4
  679. }
  680. },
  681. "night":
  682. {
  683. "tomb":
  684. {
  685. "command": "poison",
  686. "target": "AnyButTeam",
  687. "common": "Self",
  688. "priority": 9,
  689. "broadcast": "team",
  690. "count": 1
  691. },
  692. "sandstream":
  693. {
  694. "command": "convert",
  695. "target": "AnyButTeam",
  696. "common": "Self",
  697. "priority": 17,
  698. "newRole": "cast",
  699. "canConvert":
  700. [
  701. "rcast",
  702. "rcast2",
  703. "scast",
  704. "scast2",
  705. "hcast",
  706. "hcast2"
  707. ],
  708. "silent": true
  709. }
  710. }
  711. },
  712. "vote": 2.5
  713. },
  714. {
  715. "role": "tyranitar",
  716. "translation": "Tyranitar",
  717. "side": "sand",
  718. "help": "You're a Tyranitar, use /stone (kill) duting the night to knock-out someone with your powerful Stone Edges. you can also use /protect to defend either youself or a partner from night-killers. You also have 40% chances to evade poison and your vote is 2.5 !",
  719. "info": "a role that can kill an enemy and protect himself or an an ally during the night. His vote counts as 2.5 and has 40% chance to evade poisons. Sided with Sand Storm Mafia.",
  720. "actions":
  721. {
  722. "poison":
  723. {
  724. "mode":
  725. {
  726. "evadeChance": 0.4
  727. }
  728. },
  729. "night":
  730. {
  731. "stone":
  732. {
  733. "command": "kill",
  734. "target": "AnyButTeam",
  735. "common": "Self",
  736. "priority": 12,
  737. "broadcast": "team",
  738. "count": 1
  739. },
  740. "protect":
  741. {
  742. "target": "OnlyTeam",
  743. "common": "Role",
  744. "priority": 8,
  745. "broadcast": "role"
  746. }
  747. }
  748. },
  749. "vote": 2.5
  750. },
  751. {
  752. "role": "ray",
  753. "translation": "Rayquaza",
  754. "side": "rayquaza",
  755. "help": "You're Rayquaza. the legendary dragon and master of the Weather Trio. Your special abilty Lock Air allows you to use /lock (distract) every night to prevent a pokemon from acting, you also can't be distracted. during the standby, you can use /meteor (kill) to defeat someone with your mighty Draco Meteor, but beware, it has 15% chances to reveal you !! You are so powerful that nobody can kill you or poison you but your vote counts only as 1.5 !",
  756. "info": "The most powerful role. It evades kills and poison, and ignores distractors. distracts once every night and kills once every day with a chance to reveal himself. Sided with himself.",
  757. "actions":
  758. {
  759. "kill":
  760. {
  761. "mode": "ignore"
  762. },
  763. "poison":
  764. {
  765. "mode": "ignore"
  766. },
  767. "daykill": "evade",
  768. "night":
  769. {
  770. "lock":
  771. {
  772. "command": "distract",
  773. "target": "AnyButSelf",
  774. "common": "Self",
  775. "priority": 1,
  776. "initialrecharge": 3,
  777. "distractmsg": "Rayquaza's Air Lock Ability prevented you from performing any action !"
  778. }
  779. },
  780. "standby":
  781. {
  782. "meteor":
  783. {
  784. "command": "kill",
  785. "target": "AnyButSelf",
  786. "common": "Self",
  787. "initialrecharge": 2,
  788. "msg": "Type /kill [name] to defeat a pokemon with your Draco Meteor move !! (15% chances to be revealed).",
  789. "killmsg": "a Draco Meteor was blasted from the skies, its target ~Target~ couldn't bear it and fainted !",
  790. "revealChance": 0.15,
  791. "revealmsg": "~Self~, the legendary ~Role~, flies back to the high atmospher !"
  792. }
  793. }
  794. },
  795. "vote": 1
  796. },
  797. {
  798. "role": "kyo",
  799. "translation": "Kyogre",
  800. "side": "kyogro",
  801. "help": "You're the legendary pokemon that possesses the ability to expand the oceans and provoque rainstorms with his unique Drizzle ability. You can use /waterspout to profit from the rainy weather and defeat one pokemon per night. You know Groudon, your eternal rival. if Groudon is defeated you will be become stronger but you will also be revealed, so use /protect to prevent Groudon from being killed he can safeguard you from poison. You can't be defeated during the night. You and Groudon cause too much chaos so no one likes you. your vote is 0.",
  802. "info": "a nightkiller that can't be nightkilled, he knows Groudon and can protect him so he can safeguard him in return. He reveals Groudon upon leaving the game and has 0 vote. Sided with himself. Wins with Groudon.",
  803. "actions":
  804. {
  805. "onDeath":
  806. {
  807. "convertRoles":
  808. {
  809. "gro": "gro2"
  810. },
  811. "exposemsg": "±Game: With ~Self~ being defeated, ~Target~, the ~Role~, lets out a loud victory roar !!!"
  812. },
  813. "lynch":
  814. {
  815. "convertRoles":
  816. {
  817. "gro": "gro2"
  818. },
  819. "exposemsg": "±Game: With ~Self~ being defeated, ~Target~, the ~Role~, lets out a loud victory roar !!!"
  820. },
  821. "kill":
  822. {
  823. "mode": "ignore"
  824. },
  825. "night":
  826. {
  827. "waterspout":
  828. {
  829. "command": "kill",
  830. "target": "AnyButTeam",
  831. "common": "Self",
  832. "broadcast": "Team",
  833. "priority": 14
  834. },
  835. "protect":
  836. {
  837. "target": "OnlyTeam",
  838. "common": "Self",
  839. "broadcast": "Team",
  840. "priority": 11
  841. }
  842. }
  843. },
  844. "vote": 0
  845. },
  846. {
  847. "role": "gro",
  848. "translation": "Groudon",
  849. "side": "kyogro",
  850. "help": "You're the legendary pokemon that possesses the ability to expand the continents, you legendary Drought ability dries the air and chasses the clouds. You can use /eruption to profit from the sunny weather and defeat one pokemon per night. If Kyogre, your eternal rival, is defeated you will become stronger but you will also be revealed, so use /safeguard to prevent him from being poisoned he can protect you from night-killers. You can't be poisoned. You and Kyogre cause too much chaos so no one likes you, your vote is 0.",
  851. "info": "a nightkiller that can't be poisonkilled, he knows Kyogre and can safeguard him so he protects him in return. He reveals Kyogre upon leaving the game and has 0 vote. Sided with himself. Wins with Groudon.",
  852. "actions":
  853. {
  854. "onDeath":
  855. {
  856. "convertRoles":
  857. {
  858. "kyo": "kyo2"
  859. },
  860. "exposemsg": "±Game: With ~Self~ being defeated, ~Target~, the ~Role~, lets out a loud victory roar !!!"
  861. },
  862. "lynch":
  863. {
  864. "convertRoles":
  865. {
  866. "gro": "gro2"
  867. },
  868. "exposemsg": "±Game: With ~Self~ being defeated, ~Target~, the ~Role~, lets out a loud victory roar !!!"
  869. },
  870. "poison":
  871. {
  872. "mode": "ignore"
  873. },
  874. "night":
  875. {
  876. "eruption":
  877. {
  878. "command": "kill",
  879. "target": "AnyButTeam",
  880. "common": "Self",
  881. "broadcast": "Team",
  882. "priority": 14
  883. },
  884. "safeguard":
  885. {
  886. "target": "OnlyTeam",
  887. "common": "Self",
  888. "broadcast": "Team",
  889. "priority": 7
  890. }
  891. }
  892. },
  893. "vote": 0
  894. },
  895. {
  896. "role": "kyo2",
  897. "translation": "Kyogre",
  898. "side": "kyogre",
  899. "help": "Now that Groudon has been defeated, you can drown the planet in eternal rainstorms ! use /waterspout to defeat someone during the night, and use /whirl (poison) to trap someone into a Whirlpool, they will die the next night, and use /rain to force a Castform to transform into its Rainy Form. You can no more evade nightkills but you evade poison instead. Your vote is still 0.",
  900. "info": "a poisoner and a nightkiller that evades poison, he can also transform a Castform into the Rainny Form every night. Its vote counts as 0. Sided with himself.",
  901. "actions":
  902. {
  903. "poison":
  904. {
  905. "mode": "ignore"
  906. },
  907. "night":
  908. {
  909. "waterspout":
  910. {
  911. "command": "kill",
  912. "target": "AnyButSelf",
  913. "common": "Self",
  914. "priority": 14
  915. },
  916. "whirl":
  917. {
  918. "command": "poison",
  919. "target": "AnyButSelf",
  920. "common": "Self",
  921. "priority": 15
  922. },
  923. "rain":
  924. {
  925. "command": "convert",
  926. "target": "AnyButSelf",
  927. "common": "Self",
  928. "priority": 19,
  929. "newRole": "rcast",
  930. "canConvert":
  931. [
  932. "cast",
  933. "cast2",
  934. "cast3",
  935. "scast",
  936. "scast2",
  937. "hcast",
  938. "hcast2"
  939. ],
  940. "silent": true
  941. }
  942. }
  943. },
  944. "vote": 0
  945. },
  946. {
  947. "role": "gro2",
  948. "translation": "Groudon",
  949. "side": "groudon",
  950. "help": "Now that Kyogre has been defeated, you can plunge the planet in eternal dry and sunny days ! use /eruption to defeat someone during the night, and use /tomb (poison) to trap someone into a Sand Tomb, they will die the next night, and use /sun to force a Castform to transform into the Sunny Form. You can no more evade poison but now you evade all nightkillers. Your vote is still 0.",
  951. "info": "a poisoner and a nightkiller that evades nightkills, he can also transform one Castform into the Sunny Form every night. Its vote counts as 0. Sided with himself.",
  952. "actions":
  953. {
  954. "kill":
  955. {
  956. "mode": "ignore"
  957. },
  958. "night":
  959. {
  960. "eruption":
  961. {
  962. "command": "kill",
  963. "target": "AnyButSelf",
  964. "common": "Self",
  965. "priority": 14
  966. },
  967. "tomb":
  968. {
  969. "command": "poison",
  970. "target": "AnyButSelf",
  971. "common": "Self",
  972. "priority": 15
  973. },
  974. "sun":
  975. {
  976. "command": "convert",
  977. "target": "AnyButSelf",
  978. "common": "Self",
  979. "priority": 19,
  980. "newRole": "scast",
  981. "canConvert":
  982. [
  983. "cast",
  984. "cast2",
  985. "cast3",
  986. "rcast",
  987. "rcast2",
  988. "hcast",
  989. "hcast2"
  990. ],
  991. "silent": true
  992. }
  993. }
  994. },
  995. "vote": 0
  996. },
  997. {
  998. "role": "aboma",
  999. "translation": "Abomasnow",
  1000. "side": "abomasnow",
  1001. "help": "You are a mighty Abomasnow, you have the ability alter the air and create small snow storms ! You can use /woodhammer to profit from your big arms and defeat one pokemon every 2 days. Your unique Snow Warning ability allows you to use /hail in order to force a Castform to transform into the Snowy Form. You inspect as a Snowy Form Castform and you evade any daykillers and have 50% chance to evade poison. You have a vote of 2.5 !",
  1002. "info": "a daykiller that evades daykills, he can also transform one Castform into the Sunny Form every night. Evades poison 50% of the time and inspects as Snowy Form Castform, its vote counts as 2.5 ! Sided with himself.",
  1003. "actions":
  1004. {
  1005. "daykill": "evade",
  1006. "night":
  1007. {
  1008. "hail":
  1009. {
  1010. "command": "convert",
  1011. "target": "AnyButSelf",
  1012. "common": "Self",
  1013. "priority": 18,
  1014. "recharge": 2,
  1015. "newRole": "hcast",
  1016. "canConvert":
  1017. [
  1018. "cast",
  1019. "cast2",
  1020. "cast3",
  1021. "rcast",
  1022. "rcast2",
  1023. "scast",
  1024. "scast2"
  1025. ],
  1026. "silent": true
  1027. }
  1028. },
  1029. "standby":
  1030. {
  1031. "woodhammer":
  1032. {
  1033. "command": "kill",
  1034. "target": "AnyButSelf",
  1035. "common": "Self",
  1036. "msg": "type /woodhammer [name] to defeat someone using your Wood Hammer move !! (You won't be revealed)",
  1037. "killmsg": "a snow storm approched ~Target~, a big shade arises and ... WOOOD HAMMER !! he couldn't survive it ..."
  1038. }
  1039. }
  1040. },
  1041. "vote": 0
  1042. }
  1043. ],
  1044. "roles1":
  1045. [
  1046. "cast",
  1047. "cast",
  1048. "cast",
  1049. "cast",
  1050. "cast",
  1051. "cast",
  1052. "hippopotas",
  1053. "tyranitar"
  1054. ],
  1055. "roles2":
  1056. [
  1057. "cast",
  1058. "cast",
  1059. "cast",
  1060. "cast",
  1061. "cast",
  1062. "cast",
  1063. "hippopotas",
  1064. "tyranitar",
  1065. "cast",
  1066. "cast",
  1067. "hippopotas",
  1068. "cast",
  1069. "cast",
  1070. "hippowdon",
  1071. "shinyc",
  1072. "cast",
  1073. "cast",
  1074. "aboma",
  1075. "cast",
  1076. "cast",
  1077. "ray",
  1078. "cast"
  1079. ],
  1080. "roles3":
  1081. [
  1082. "cast",
  1083. "cast",
  1084. "cast",
  1085. "cast",
  1086. "cast",
  1087. "cast",
  1088. "hippopotas",
  1089. "tyranitar",
  1090. "cast",
  1091. "cast",
  1092. "hippopotas",
  1093. "cast",
  1094. "cast",
  1095. "hippowdon",
  1096. "shinyc",
  1097. "cast",
  1098. "cast",
  1099. "aboma",
  1100. "cast",
  1101. "cast",
  1102. "ray",
  1103. "kyo",
  1104. "gro",
  1105. "cast",
  1106. "tyranitar",
  1107. "cast",
  1108. "hippopotas",
  1109. "cast",
  1110. "cast",
  1111. "cast",
  1112. "cast",
  1113. "cast",
  1114. "cast",
  1115. "cast",
  1116. "cast",
  1117. "cast",
  1118. "cast",
  1119. "cast",
  1120. "cast"
  1121. ],
  1122. "lynchmsg": "±Weather: ~Player~ (~Role~) has been eliminated !",
  1123. "killmsg": "±Game: ~Player~ (~Role~) has been defeated !",
  1124. "killusermsg": "±Game: You have been defeated!"
  1125. }
Add Comment
Please, Sign In to add comment