derpinator

Kalos

Jan 24th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.05 KB | None | 0 0
  1. {
  2. "name": "Kalos",
  3. "author": [
  4. "Black Mage",
  5. "Matt Ayala"
  6. ],
  7. "summary": "Kalos Mafia! The Good Pokemon duke it out, with threats from the Mega Evolutions. Let's not forget about Xerneas, Yveltal and Zygarde too!",
  8. "variables": {
  9. "megakill": 15
  10. },
  11. "sides": [
  12. {
  13. "side": "village",
  14. "translation": "Good Pokemon"
  15. },
  16. {
  17. "side": "mafia",
  18. "translation": "Kalos Legendaries"
  19. },
  20. {
  21. "side": "mega",
  22. "translation": "Mega Evolutions"
  23. }
  24. ],
  25. "roles": [
  26. {
  27. "role": "villager",
  28. "translation": "Bunnelby",
  29. "side": "village",
  30. "help": "Dig dig dig! You love digging holes! You're the annoying little rodent of the Kalos region. Unfortunately, you have no actions during the night. Vote to remove people during the day!",
  31. "actions": {
  32. "dummy": {
  33. "mode": "ignore",
  34. "msg": "Your target is a Normal type!"
  35. }
  36. }
  37. },
  38. {
  39. "role": "bodyguard0",
  40. "translation": "Diggersby",
  41. "side": "village",
  42. "help": "The strong, bulky, and buff digger of the Kalos region! During the night, you can type /Protect [name] to protect someone from dying by offering to take the attack instead! You also evade kills once per game (no command required for this).",
  43. "info": "Can protect (actual command is shield) one person during the night. Can avoid nightkills once per game. Sided with the Good Pokemon.",
  44. "actions": {
  45. "kill": {
  46. "mode": {
  47. "evadeCharges": 1
  48. },
  49. "evadechargemsg": "Someone tried killing you! Luckily, your bulk allowed you to survive the attack!",
  50. "msg": "Your target survived the attack!"
  51. },
  52. "night": {
  53. "protect": {
  54. "target": "Any",
  55. "common": "Role",
  56. "priority": 5,
  57. "command": "shield"
  58. }
  59. },
  60. "dummy": {
  61. "mode": "ignore",
  62. "msg": "Your target is a Ground-type!"
  63. }
  64. }
  65. },
  66. {
  67. "role": "sylveon",
  68. "translation": "Sylveon",
  69. "side": "village",
  70. "help": "The new Eeveelution of the Kalos Region! Your access to Heal Bell allows you to /heal [name] (even yourself) to cure them of burns and poisons!",
  71. "info": "Can heal (remove burns and poisons) one person during the night (including self). Sided with the Good Pokemon.",
  72. "actions": {
  73. "night": {
  74. "heal": {
  75. "target": "Any",
  76. "common": "Self",
  77. "priority": 30,
  78. "command": "detox",
  79. "msg": "A bell chimed!",
  80. "targetmsg": "Sylveon used Heal Bell! Your status was removed!"
  81. }
  82. }
  83. }
  84. },
  85. {
  86. "role": "mayor",
  87. "translation": "Pyroar-M",
  88. "side": "village",
  89. "help": "One of the most fierce predators in the Kalos region! Thankfully for the Good Pokemon, you've aligned yourselves with them in order to stop the forces of villainy once again. Your vote counts as 2! Vote to remove people during the day!",
  90. "info": "Vote counts as 2. Sided with the Good Pokemon.",
  91. "actions": {
  92. "vote": 2,
  93. "dummy": {
  94. "mode": "ignore",
  95. "msg": "Your target is a Fire type!"
  96. }
  97. }
  98. },
  99. {
  100. "role": "neighbour",
  101. "translation": "Pyroar-F",
  102. "side": "village",
  103. "help": "One of the most fierce predators in the Kalos region! Thankfully for the Good Pokemon, you've aligned yourselves with them in order to stop the forces of villainy once again. During the night, you can type /Roar [name] to scare someone! Their role will change due to this. You can't use your Roar on Mega Mawile, Mega Abomasnow, Xerneas, Yveltal, Zygarde, or some of the Good Pokemon, though.",
  104. "info": "Can roar one person every other day (switches their role with someone on the target's side). Sided with the Good Pokemon.",
  105. "actions": {
  106. "dummy": {
  107. "mode": "ignore",
  108. "msg": "Your target is a Fire type!"
  109. },
  110. "night": {
  111. "roar": {
  112. "command": "convert",
  113. "target": "AnyButSelf",
  114. "common": "Self",
  115. "priority": 9e+29,
  116. "newRole": {
  117. "villager": [
  118. "villager",
  119. "pl",
  120. "bodyguard",
  121. "inspector",
  122. "vigilante",
  123. "samurai",
  124. "spy",
  125. "mayor",
  126. "stalker",
  127. "bodyguard0",
  128. "mega_gyarados",
  129. "noivern",
  130. "stalker_big_0/2_poison_3/3_spikes",
  131. "stalker_big_1/2_poison_3/3_spikes",
  132. "stalker_big_0/2_poison_2/3_spikes",
  133. "stalker_big_1/2_poison_2/3_spikes",
  134. "stalker_big_2/2_poison_2/3_spikes",
  135. "stalker_big_0/2_poison_1/3_spikes",
  136. "stalker_big_1/2_poison_1/3_spikes",
  137. "stalker_big_2/2_poison_1/3_spikes",
  138. "stalker_big_0/2_poison_0/3_spikes",
  139. "stalker_big_1/2_poison_0/3_spikes",
  140. "stalker_big_2/2_poison_0/3_spikes"
  141. ],
  142. "pl": [
  143. "villager",
  144. "bodyguard",
  145. "inspector",
  146. "vigilante",
  147. "samurai",
  148. "spy",
  149. "mayor",
  150. "stalker",
  151. "bodyguard0",
  152. "mega_gyarados",
  153. "noivern",
  154. "stalker_big_0/2_poison_3/3_spikes",
  155. "stalker_big_1/2_poison_3/3_spikes",
  156. "stalker_big_0/2_poison_2/3_spikes",
  157. "stalker_big_1/2_poison_2/3_spikes",
  158. "stalker_big_2/2_poison_2/3_spikes",
  159. "stalker_big_0/2_poison_1/3_spikes",
  160. "stalker_big_1/2_poison_1/3_spikes",
  161. "stalker_big_2/2_poison_1/3_spikes",
  162. "stalker_big_0/2_poison_0/3_spikes",
  163. "stalker_big_1/2_poison_0/3_spikes",
  164. "stalker_big_2/2_poison_0/3_spikes"
  165. ],
  166. "bodyguard": [
  167. "villager",
  168. "pl",
  169. "inspector",
  170. "vigilante",
  171. "samurai",
  172. "spy",
  173. "mayor",
  174. "stalker",
  175. "bodyguard0",
  176. "mega_gyarados",
  177. "noivern",
  178. "stalker_big_0/2_poison_3/3_spikes",
  179. "stalker_big_1/2_poison_3/3_spikes",
  180. "stalker_big_0/2_poison_2/3_spikes",
  181. "stalker_big_1/2_poison_2/3_spikes",
  182. "stalker_big_2/2_poison_2/3_spikes",
  183. "stalker_big_0/2_poison_1/3_spikes",
  184. "stalker_big_1/2_poison_1/3_spikes",
  185. "stalker_big_2/2_poison_1/3_spikes",
  186. "stalker_big_0/2_poison_0/3_spikes",
  187. "stalker_big_1/2_poison_0/3_spikes",
  188. "stalker_big_2/2_poison_0/3_spikes"
  189. ],
  190. "inspector": [
  191. "villager",
  192. "pl",
  193. "bodyguard",
  194. "vigilante",
  195. "samurai",
  196. "spy",
  197. "mayor",
  198. "stalker",
  199. "bodyguard0",
  200. "mega_gyarados",
  201. "noivern",
  202. "stalker_big_0/2_poison_3/3_spikes",
  203. "stalker_big_1/2_poison_3/3_spikes",
  204. "stalker_big_0/2_poison_2/3_spikes",
  205. "stalker_big_1/2_poison_2/3_spikes",
  206. "stalker_big_2/2_poison_2/3_spikes",
  207. "stalker_big_0/2_poison_1/3_spikes",
  208. "stalker_big_1/2_poison_1/3_spikes",
  209. "stalker_big_2/2_poison_1/3_spikes",
  210. "stalker_big_0/2_poison_0/3_spikes",
  211. "stalker_big_1/2_poison_0/3_spikes",
  212. "stalker_big_2/2_poison_0/3_spikes"
  213. ],
  214. "vigilante": [
  215. "villager",
  216. "pl",
  217. "bodyguard",
  218. "inspector",
  219. "samurai",
  220. "spy",
  221. "mayor",
  222. "stalker",
  223. "bodyguard0",
  224. "mega_gyarados",
  225. "noivern",
  226. "stalker_big_0/2_poison_3/3_spikes",
  227. "stalker_big_1/2_poison_3/3_spikes",
  228. "stalker_big_0/2_poison_2/3_spikes",
  229. "stalker_big_1/2_poison_2/3_spikes",
  230. "stalker_big_2/2_poison_2/3_spikes",
  231. "stalker_big_0/2_poison_1/3_spikes",
  232. "stalker_big_1/2_poison_1/3_spikes",
  233. "stalker_big_2/2_poison_1/3_spikes",
  234. "stalker_big_0/2_poison_0/3_spikes",
  235. "stalker_big_1/2_poison_0/3_spikes",
  236. "stalker_big_2/2_poison_0/3_spikes"
  237. ],
  238. "samurai": [
  239. "villager",
  240. "pl",
  241. "bodyguard",
  242. "inspector",
  243. "vigilante",
  244. "spy",
  245. "mayor",
  246. "stalker",
  247. "bodyguard0",
  248. "mega_gyarados",
  249. "noivern",
  250. "stalker_big_0/2_poison_3/3_spikes",
  251. "stalker_big_1/2_poison_3/3_spikes",
  252. "stalker_big_0/2_poison_2/3_spikes",
  253. "stalker_big_1/2_poison_2/3_spikes",
  254. "stalker_big_2/2_poison_2/3_spikes",
  255. "stalker_big_0/2_poison_1/3_spikes",
  256. "stalker_big_1/2_poison_1/3_spikes",
  257. "stalker_big_2/2_poison_1/3_spikes",
  258. "stalker_big_0/2_poison_0/3_spikes",
  259. "stalker_big_1/2_poison_0/3_spikes",
  260. "stalker_big_2/2_poison_0/3_spikes"
  261. ],
  262. "spy": [
  263. "villager",
  264. "pl",
  265. "bodyguard",
  266. "inspector",
  267. "vigilante",
  268. "samurai",
  269. "mayor",
  270. "stalker",
  271. "bodyguard0",
  272. "mega_gyarados",
  273. "noivern",
  274. "stalker_big_0/2_poison_3/3_spikes",
  275. "stalker_big_1/2_poison_3/3_spikes",
  276. "stalker_big_0/2_poison_2/3_spikes",
  277. "stalker_big_1/2_poison_2/3_spikes",
  278. "stalker_big_2/2_poison_2/3_spikes",
  279. "stalker_big_0/2_poison_1/3_spikes",
  280. "stalker_big_1/2_poison_1/3_spikes",
  281. "stalker_big_2/2_poison_1/3_spikes",
  282. "stalker_big_0/2_poison_0/3_spikes",
  283. "stalker_big_1/2_poison_0/3_spikes",
  284. "stalker_big_2/2_poison_0/3_spikes"
  285. ],
  286. "mayor": [
  287. "villager",
  288. "pl",
  289. "bodyguard",
  290. "inspector",
  291. "vigilante",
  292. "samurai",
  293. "mayor",
  294. "stalker",
  295. "bodyguard0",
  296. "mega_gyarados",
  297. "noivern",
  298. "stalker_big_0/2_poison_3/3_spikes",
  299. "stalker_big_1/2_poison_3/3_spikes",
  300. "stalker_big_0/2_poison_2/3_spikes",
  301. "stalker_big_1/2_poison_2/3_spikes",
  302. "stalker_big_2/2_poison_2/3_spikes",
  303. "stalker_big_0/2_poison_1/3_spikes",
  304. "stalker_big_1/2_poison_1/3_spikes",
  305. "stalker_big_2/2_poison_1/3_spikes",
  306. "stalker_big_0/2_poison_0/3_spikes",
  307. "stalker_big_1/2_poison_0/3_spikes",
  308. "stalker_big_2/2_poison_0/3_spikes"
  309. ],
  310. "stalker": [
  311. "villager",
  312. "pl",
  313. "bodyguard",
  314. "inspector",
  315. "vigilante",
  316. "samurai",
  317. "spy",
  318. "mayor",
  319. "bodyguard0",
  320. "mega_gyarados",
  321. "noivern"
  322. ],
  323. "bodyguard0": [
  324. "villager",
  325. "pl",
  326. "bodyguard",
  327. "inspector",
  328. "vigilante",
  329. "samurai",
  330. "spy",
  331. "mayor",
  332. "stalker",
  333. "mega_gyarados",
  334. "noivern",
  335. "stalker_big_0/2_poison_3/3_spikes",
  336. "stalker_big_1/2_poison_3/3_spikes",
  337. "stalker_big_0/2_poison_2/3_spikes",
  338. "stalker_big_1/2_poison_2/3_spikes",
  339. "stalker_big_2/2_poison_2/3_spikes",
  340. "stalker_big_0/2_poison_1/3_spikes",
  341. "stalker_big_1/2_poison_1/3_spikes",
  342. "stalker_big_2/2_poison_1/3_spikes",
  343. "stalker_big_0/2_poison_0/3_spikes",
  344. "stalker_big_1/2_poison_0/3_spikes",
  345. "stalker_big_2/2_poison_0/3_spikes"
  346. ],
  347. "noivern": [
  348. "villager",
  349. "pl",
  350. "bodyguard",
  351. "inspector",
  352. "vigilante",
  353. "samurai",
  354. "spy",
  355. "mayor",
  356. "stalker",
  357. "bodyguard0",
  358. "mega_gyarados",
  359. "stalker_big_0/2_poison_3/3_spikes",
  360. "stalker_big_1/2_poison_3/3_spikes",
  361. "stalker_big_0/2_poison_2/3_spikes",
  362. "stalker_big_1/2_poison_2/3_spikes",
  363. "stalker_big_2/2_poison_2/3_spikes",
  364. "stalker_big_0/2_poison_1/3_spikes",
  365. "stalker_big_1/2_poison_1/3_spikes",
  366. "stalker_big_2/2_poison_1/3_spikes",
  367. "stalker_big_0/2_poison_0/3_spikes",
  368. "stalker_big_1/2_poison_0/3_spikes",
  369. "stalker_big_2/2_poison_0/3_spikes"
  370. ],
  371. "mega_ampharos": [
  372. "mega_mawile",
  373. "mega_gardevoir",
  374. "mega_banette",
  375. "mega_gengar",
  376. "mega_garchomp",
  377. "mega_aggron",
  378. "mega_blaziken",
  379. "mega_abomasnow",
  380. "mega_lucario",
  381. "mega_gyarados"
  382. ],
  383. "mega_garchomp": [
  384. "mega_mawile",
  385. "mega_gardevoir",
  386. "mega_banette",
  387. "mega_gengar",
  388. "mega_ampharos",
  389. "mega_aggron",
  390. "mega_blaziken",
  391. "mega_abomasnow",
  392. "mega_lucario",
  393. "mega_gyarados"
  394. ],
  395. "mega_gardevoir": [
  396. "mega_mawile",
  397. "mega_ampharos",
  398. "mega_banette",
  399. "mega_gengar",
  400. "mega_gardevoir",
  401. "mega_aggron",
  402. "mega_blaziken",
  403. "mega_abomasnow",
  404. "mega_lucario",
  405. "mega_gyarados"
  406. ],
  407. "mega_aggron": [
  408. "mega_mawile",
  409. "mega_gardevoir",
  410. "mega_banette",
  411. "mega_gengar",
  412. "mega_garchomp",
  413. "mega_ampharos",
  414. "mega_blaziken",
  415. "mega_abomasnow",
  416. "mega_lucario",
  417. "mega_gyarados"
  418. ],
  419. "mega_banette": [
  420. "mega_mawile",
  421. "mega_gardevoir",
  422. "mega_ampharos",
  423. "mega_gengar",
  424. "mega_garchomp",
  425. "mega_aggron",
  426. "mega_blaziken",
  427. "mega_abomasnow",
  428. "mega_lucario",
  429. "mega_gyarados"
  430. ],
  431. "mega_gengar": [
  432. "mega_mawile",
  433. "mega_gardevoir",
  434. "mega_banette",
  435. "mega_ampharos",
  436. "mega_garchomp",
  437. "mega_aggron",
  438. "mega_blaziken",
  439. "mega_abomasnow",
  440. "mega_lucario",
  441. "mega_gyarados"
  442. ],
  443. "mega_gyarados": [
  444. "mega_mawile",
  445. "mega_gardevoir",
  446. "mega_banette",
  447. "mega_gengar",
  448. "mega_garchomp",
  449. "mega_aggron",
  450. "mega_blaziken",
  451. "mega_abomasnow",
  452. "mega_lucario",
  453. "mega_ampharos"
  454. ],
  455. "mega_lucario": [
  456. "mega_mawile",
  457. "mega_gardevoir",
  458. "mega_banette",
  459. "mega_gengar",
  460. "mega_garchomp",
  461. "mega_aggron",
  462. "mega_blaziken",
  463. "mega_abomasnow",
  464. "mega_ampharos",
  465. "mega_gyarados"
  466. ],
  467. "mega_blaziken": [
  468. "mega_mawile",
  469. "mega_gardevoir",
  470. "mega_banette",
  471. "mega_gengar",
  472. "mega_garchomp",
  473. "mega_aggron",
  474. "mega_ampharos",
  475. "mega_abomasnow",
  476. "mega_lucario",
  477. "mega_gyarados"
  478. ]
  479. }
  480. }
  481. }
  482. }
  483. },
  484. {
  485. "role": "inspector",
  486. "translation": "Delphox",
  487. "side": "village",
  488. "help": "A fox with telekinetic powers. Your powers enable you to inspect a Pokemon's primary type. Type /Inspect [name] to inspect someone!",
  489. "info": "Can inspect one person during the night to find out their type. Sided with the Good Pokemon.",
  490. "actions": {
  491. "dummy": {
  492. "mode": "ignore",
  493. "msg": "Your target is a Fire type!"
  494. },
  495. "night": {
  496. "inspect": {
  497. "command": "dummy",
  498. "target": "AnyButSelf",
  499. "common": "Self",
  500. "priority": 30,
  501. "pierce": true
  502. }
  503. }
  504. }
  505. },
  506. {
  507. "role": "stalker",
  508. "translation": "Greninja",
  509. "side": "village",
  510. "help": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone twice during the game with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it.",
  511. "info": "Can stalk one person during the night. Can poison twice per game (count of 2). Sided with the Good Pokemon.",
  512. "actions": {
  513. "dummy": {
  514. "mode": "ignore",
  515. "msg": "Your target is a Water type!"
  516. },
  517. "night": {
  518. "stalk": {
  519. "target": "AnyButSelf",
  520. "common": "Self",
  521. "priority": 30,
  522. "restrict": [
  523. "poison"
  524. ]
  525. },
  526. "poison": {
  527. "target": "AnyButSelf",
  528. "common": "Self",
  529. "command": "poison",
  530. "priority": 8,
  531. "charges": 2,
  532. "count": 3,
  533. "restrict": [
  534. "stalk"
  535. ]
  536. }
  537. }
  538. }
  539. },
  540. {
  541. "role": "stalker_big",
  542. "translation": "Greninja",
  543. "side": "village",
  544. "hide": true,
  545. "help": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone twice during the game with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  546. "info": "Can either stalk someone, poison someone (twice per game), or use spikes to deal damage (poison) whoever tries to kill him (thrice per game). Sided with the Good Pokemon.",
  547. "actions": {
  548. "dummy": {
  549. "mode": "ignore",
  550. "msg": "Your target is a Water type!"
  551. },
  552. "night": {
  553. "stalk": {
  554. "target": "AnyButSelf",
  555. "common": "Self",
  556. "priority": 30
  557. },
  558. "poison": {
  559. "target": "AnyButSelf",
  560. "common": "Self",
  561. "command": [
  562. "poison",
  563. "copy"
  564. ],
  565. "priority": 8,
  566. "copyAs": "stalker_big_1/2_poison_3/3_spikes",
  567. "silent": true,
  568. "count": 3,
  569. "restrict": [
  570. "spikes",
  571. "stalk"
  572. ]
  573. },
  574. "spikes": {
  575. "target": "OnlySelf",
  576. "common": "Self",
  577. "command": "convert",
  578. "priority": 80,
  579. "newRole": "stalker_big_2/2_poison_2/3_spikes",
  580. "pierce": true,
  581. "silent": true
  582. }
  583. }
  584. }
  585. },
  586. {
  587. "role": "stalker_big_1/2_poison_3/3_spikes",
  588. "translation": "Greninja",
  589. "side": "village",
  590. "hide": true,
  591. "help": "You can poison once more.",
  592. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone once more during the game with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  593. "actions": {
  594. "dummy": {
  595. "mode": "ignore",
  596. "msg": "Your target is a Water type!"
  597. },
  598. "night": {
  599. "stalk": {
  600. "target": "AnyButSelf",
  601. "common": "Self",
  602. "priority": 30,
  603. "restrict": [
  604. "poison",
  605. "spikes"
  606. ]
  607. },
  608. "poison": {
  609. "target": "AnyButSelf",
  610. "common": "Self",
  611. "command": [
  612. "poison",
  613. "copy"
  614. ],
  615. "priority": 8,
  616. "copyAs": "stalker_big_0/2_poison_3/3_spikes",
  617. "silent": true,
  618. "count": 3,
  619. "restrict": [
  620. "spikes",
  621. "stalk"
  622. ]
  623. },
  624. "spikes": {
  625. "target": "OnlySelf",
  626. "common": "Self",
  627. "command": "convert",
  628. "priority": 80,
  629. "newRole": "stalker_big_1/2_poison_2/3_spikes",
  630. "silent": true,
  631. "pierce": true,
  632. "restrict": [
  633. "poison",
  634. "stalk"
  635. ]
  636. }
  637. }
  638. }
  639. },
  640. {
  641. "role": "stalker_big_0/2_poison_3/3_spikes",
  642. "translation": "Greninja",
  643. "side": "village",
  644. "hide": true,
  645. "help": "You can no longer use your poison command.",
  646. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  647. "actions": {
  648. "dummy": {
  649. "mode": "ignore",
  650. "msg": "Your target is a Water type!"
  651. },
  652. "night": {
  653. "stalk": {
  654. "target": "AnyButSelf",
  655. "common": "Self",
  656. "priority": 30,
  657. "restrict": [
  658. "poison",
  659. "spikes"
  660. ]
  661. },
  662. "spikes": {
  663. "target": "OnlySelf",
  664. "common": "Self",
  665. "command": "convert",
  666. "priority": 80,
  667. "newRole": "stalker_big_0/2_poison_2/3_spikes",
  668. "silent": true,
  669. "pierce": true,
  670. "restrict": [
  671. "poison",
  672. "stalk"
  673. ]
  674. }
  675. }
  676. }
  677. },
  678. {
  679. "role": "stalker_big_2/2_poison_2/3_spikes",
  680. "translation": "Greninja",
  681. "side": "village",
  682. "hide": true,
  683. "help": "Spikes layers setup: 1",
  684. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone twice during the game with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  685. "actions": {
  686. "kill": {
  687. "mode": "poisonattacker",
  688. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  689. "count": 3
  690. },
  691. "dummy": {
  692. "mode": "ignore",
  693. "msg": "Your target is a Water type!"
  694. },
  695. "night": {
  696. "stalk": {
  697. "target": "AnyButSelf",
  698. "common": "Self",
  699. "priority": 30,
  700. "restrict": [
  701. "poison",
  702. "spikes"
  703. ]
  704. },
  705. "poison": {
  706. "target": "AnyButSelf",
  707. "common": "Self",
  708. "command": [
  709. "poison",
  710. "copy"
  711. ],
  712. "priority": 8,
  713. "copyAs": "stalker_big_2/2_poison_2/3_spikes",
  714. "silent": true,
  715. "count": 3,
  716. "restrict": [
  717. "spikes",
  718. "stalk"
  719. ]
  720. },
  721. "spikes": {
  722. "target": "OnlySelf",
  723. "common": "Self",
  724. "command": "convert",
  725. "priority": 80,
  726. "newRole": "stalker_big_1/2_poison_1/3_spikes",
  727. "silent": true,
  728. "pierce": true,
  729. "restrict": [
  730. "poison",
  731. "stalk"
  732. ]
  733. }
  734. }
  735. }
  736. },
  737. {
  738. "role": "stalker_big_1/2_poison_2/3_spikes",
  739. "translation": "Greninja",
  740. "side": "village",
  741. "hide": true,
  742. "help": "You can use your poison command once more. Spikes layers setup: 1",
  743. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone once more with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  744. "actions": {
  745. "kill": {
  746. "mode": "poisonattacker",
  747. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  748. "count": 3
  749. },
  750. "dummy": {
  751. "mode": "ignore",
  752. "msg": "Your target is a Water type!"
  753. },
  754. "night": {
  755. "stalk": {
  756. "target": "AnyButSelf",
  757. "common": "Self",
  758. "priority": 30,
  759. "restrict": [
  760. "poison",
  761. "spikes"
  762. ]
  763. },
  764. "poison": {
  765. "target": "AnyButSelf",
  766. "common": "Self",
  767. "command": [
  768. "poison",
  769. "copy"
  770. ],
  771. "priority": 8,
  772. "copyAs": "stalker_big_0/2_poison_2/3_spikes",
  773. "silent": true,
  774. "count": 3,
  775. "restrict": [
  776. "spikes",
  777. "stalk"
  778. ]
  779. },
  780. "spikes": {
  781. "target": "OnlySelf",
  782. "common": "Self",
  783. "command": "convert",
  784. "priority": 80,
  785. "newRole": "stalker_big_1/2_poison_1/3_spikes",
  786. "silent": true,
  787. "pierce": true,
  788. "restrict": [
  789. "poison",
  790. "stalk"
  791. ]
  792. }
  793. }
  794. }
  795. },
  796. {
  797. "role": "stalker_big_0/2_poison_1/3_spikes",
  798. "translation": "Greninja",
  799. "side": "village",
  800. "hide": true,
  801. "help": "Spikes layers setup: 2",
  802. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  803. "actions": {
  804. "kill": {
  805. "mode": "poisonattacker",
  806. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  807. "count": 2
  808. },
  809. "dummy": {
  810. "mode": "ignore",
  811. "msg": "Your target is a Water type!"
  812. },
  813. "night": {
  814. "stalk": {
  815. "target": "AnyButSelf",
  816. "common": "Self",
  817. "priority": 30,
  818. "restrict": [
  819. "poison",
  820. "spikes"
  821. ]
  822. },
  823. "spikes": {
  824. "target": "OnlySelf",
  825. "common": "Self",
  826. "command": "convert",
  827. "priority": 80,
  828. "newRole": "stalker_big_0/2_poison_0/3_spikes",
  829. "silent": true,
  830. "pierce": true,
  831. "restrict": [
  832. "poison",
  833. "stalk"
  834. ]
  835. }
  836. }
  837. }
  838. },
  839. {
  840. "role": "stalker_big_0/2_poison_2/3_spikes",
  841. "translation": "Greninja",
  842. "side": "village",
  843. "hide": true,
  844. "help": "You can no longer use your poison. Spikes layers setup: 1",
  845. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  846. "actions": {
  847. "kill": {
  848. "mode": "poisonattacker",
  849. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  850. "count": 3
  851. },
  852. "dummy": {
  853. "mode": "ignore",
  854. "msg": "Your target is a Water type!"
  855. },
  856. "night": {
  857. "stalk": {
  858. "target": "AnyButSelf",
  859. "common": "Self",
  860. "priority": 30,
  861. "restrict": [
  862. "poison",
  863. "spikes"
  864. ]
  865. },
  866. "spikes": {
  867. "target": "OnlySelf",
  868. "common": "Self",
  869. "command": "convert",
  870. "priority": 80,
  871. "newRole": "stalker_big_1/2_poison_1/3_spikes",
  872. "silent": true,
  873. "pierce": true,
  874. "restrict": [
  875. "poison",
  876. "stalk"
  877. ]
  878. }
  879. }
  880. }
  881. },
  882. {
  883. "role": "stalker_big_2/2_poison_1/3_spikes",
  884. "translation": "Greninja",
  885. "side": "village",
  886. "hide": true,
  887. "help": "Spikes layers setup: 2",
  888. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  889. "actions": {
  890. "kill": {
  891. "mode": "poisonattacker",
  892. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  893. "count": 2
  894. },
  895. "dummy": {
  896. "mode": "ignore",
  897. "msg": "Your target is a Water type!"
  898. },
  899. "night": {
  900. "stalk": {
  901. "target": "AnyButSelf",
  902. "common": "Self",
  903. "priority": 30,
  904. "restrict": [
  905. "poison",
  906. "spikes"
  907. ]
  908. },
  909. "poison": {
  910. "target": "AnyButSelf",
  911. "common": "Self",
  912. "command": [
  913. "poison",
  914. "copy"
  915. ],
  916. "priority": 8,
  917. "copyAs": "stalker_big_1/2_poison_1/3_spikes",
  918. "silent": true,
  919. "count": 3,
  920. "restrict": [
  921. "spikes",
  922. "stalk"
  923. ]
  924. },
  925. "spikes": {
  926. "target": "OnlySelf",
  927. "common": "Self",
  928. "command": "convert",
  929. "priority": 80,
  930. "newRole": "stalker_big_2/2_poison_0/3_spikes",
  931. "silent": true,
  932. "pierce": true,
  933. "restrict": [
  934. "poison",
  935. "stalk"
  936. ]
  937. }
  938. }
  939. }
  940. },
  941. {
  942. "role": "stalker_big_1/2_poison_1/3_spikes",
  943. "translation": "Greninja",
  944. "side": "village",
  945. "hide": true,
  946. "help": "You can use your poison command once more. Spikes layers setup: 2",
  947. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone once more with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it. If you feel a little more defensive, you can use /Spikes to setup a layer of Spikes. This will damage anyone who tries to kill you. If you use Spikes, you can't use any other actions, so be careful of your timing!",
  948. "actions": {
  949. "kill": {
  950. "mode": "poisonattacker",
  951. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  952. "count": 2
  953. },
  954. "dummy": {
  955. "mode": "ignore",
  956. "msg": "Your target is a Water type!"
  957. },
  958. "night": {
  959. "stalk": {
  960. "target": "AnyButSelf",
  961. "common": "Self",
  962. "priority": 30,
  963. "restrict": [
  964. "poison",
  965. "spikes"
  966. ]
  967. },
  968. "poison": {
  969. "target": "AnyButSelf",
  970. "common": "Self",
  971. "command": [
  972. "poison",
  973. "copy"
  974. ],
  975. "priority": 8,
  976. "copyAs": "stalker_big_0/2_poison_1/3_spikes",
  977. "silent": true,
  978. "count": 3,
  979. "restrict": [
  980. "spikes",
  981. "stalk"
  982. ]
  983. },
  984. "spikes": {
  985. "target": "OnlySelf",
  986. "common": "Self",
  987. "command": "convert",
  988. "priority": 80,
  989. "newRole": "stalker_big_1/2_poison_0/3_spikes",
  990. "silent": true,
  991. "pierce": true,
  992. "restrict": [
  993. "poison",
  994. "stalk"
  995. ]
  996. }
  997. }
  998. }
  999. },
  1000. {
  1001. "role": "stalker_big_2/2_poison_0/3_spikes",
  1002. "translation": "Greninja",
  1003. "side": "village",
  1004. "hide": true,
  1005. "help": "Spikes layers setup: 3",
  1006. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it.",
  1007. "actions": {
  1008. "kill": {
  1009. "mode": "poisonattacker",
  1010. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  1011. "count": 1
  1012. },
  1013. "dummy": {
  1014. "mode": "ignore",
  1015. "msg": "Your target is a Water type!"
  1016. },
  1017. "night": {
  1018. "stalk": {
  1019. "target": "AnyButSelf",
  1020. "common": "Self",
  1021. "priority": 30,
  1022. "restrict": [
  1023. "poison",
  1024. "spikes"
  1025. ]
  1026. },
  1027. "poison": {
  1028. "target": "AnyButSelf",
  1029. "common": "Self",
  1030. "command": [
  1031. "poison",
  1032. "copy"
  1033. ],
  1034. "priority": 8,
  1035. "copyAs": "stalker_big_1/2_poison_0/3_spikes",
  1036. "silent": true,
  1037. "count": 3,
  1038. "restrict": [
  1039. "spikes",
  1040. "stalk"
  1041. ]
  1042. }
  1043. }
  1044. }
  1045. },
  1046. {
  1047. "role": "stalker_big_1/2_poison_0/3_spikes",
  1048. "translation": "Greninja",
  1049. "side": "village",
  1050. "hide": true,
  1051. "help": "You can use your poison once more. Spikes layers setup: 3",
  1052. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited. You can also poison someone once more with /Poison [name], but they will take two days to die. If they are a Fairy-type, they will instantly be killed. If they are Steel-type, they will ignore it.",
  1053. "actions": {
  1054. "kill": {
  1055. "mode": "poisonattacker",
  1056. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  1057. "count": 1
  1058. },
  1059. "dummy": {
  1060. "mode": "ignore",
  1061. "msg": "Your target is a Water type!"
  1062. },
  1063. "night": {
  1064. "stalk": {
  1065. "target": "AnyButSelf",
  1066. "common": "Self",
  1067. "priority": 30,
  1068. "restrict": [
  1069. "poison",
  1070. "spikes"
  1071. ]
  1072. },
  1073. "poison": {
  1074. "target": "AnyButSelf",
  1075. "common": "Self",
  1076. "command": [
  1077. "poison",
  1078. "copy"
  1079. ],
  1080. "priority": 8,
  1081. "copyAs": "stalker_big_0/2_poison_0/3_spikes",
  1082. "silent": true,
  1083. "count": 3,
  1084. "restrict": [
  1085. "spikes",
  1086. "stalk"
  1087. ]
  1088. }
  1089. }
  1090. }
  1091. },
  1092. {
  1093. "role": "stalker_big_0/2_poison_0/3_spikes",
  1094. "translation": "Greninja",
  1095. "side": "village",
  1096. "hide": true,
  1097. "help": "You can no longer use your poison. Spikes layers setup: 3",
  1098. "help2": "A ninja frog. Use your power to maneuver through the shadows with /Stalk [name], following your target, telling you who they visited.",
  1099. "actions": {
  1100. "kill": {
  1101. "mode": "poisonattacker",
  1102. "msg": "±Game: You attacked Greninja! You were hurt by the Spikes!",
  1103. "count": 1
  1104. },
  1105. "dummy": {
  1106. "mode": "ignore",
  1107. "msg": "Your target is a Water type!"
  1108. },
  1109. "night": {
  1110. "stalk": {
  1111. "target": "AnyButSelf",
  1112. "common": "Self",
  1113. "priority": 30,
  1114. "restrict": [
  1115. "poison",
  1116. "spikes"
  1117. ]
  1118. }
  1119. }
  1120. }
  1121. },
  1122. {
  1123. "role": "bodyguard",
  1124. "translation": "Aegislash",
  1125. "side": "village",
  1126. "help": "A nobleman's ghost possessing his sword, used many generations ago, you have vowed to protect Kalos from villainy. During the night, you can choose to /Protect [name] to protect someone (even yourself) from dying. You can also use /Kill [name] to kill someone, but you can't use the same action twice in a row, nor on the same night.",
  1127. "info": "Can either protect someone (including itself) or kill someone. Can't be poisoned. Sided with the Good Pokemon.",
  1128. "actions": {
  1129. "poison": {
  1130. "mode": {
  1131. "ignore": [
  1132. "stalker_big_1/2_poison_3/3_spikes",
  1133. "stalker_big_2/2_poison_2/3_spikes",
  1134. "stalker_big_1/2_poison_2/3_spikes",
  1135. "stalker_big_2/2_poison_1/3_spikes",
  1136. "stalker_big_1/2_poison_1/3_spikes",
  1137. "stalker_big_2/2_poison_0/3_spikes",
  1138. "stalker_big_1/2_poison_0/3_spikes",
  1139. "mega_gengar",
  1140. "stalker"
  1141. ]
  1142. }
  1143. },
  1144. "dummy": {
  1145. "mode": "ignore",
  1146. "msg": "Your target is a Steel type!"
  1147. },
  1148. "night": {
  1149. "protect": {
  1150. "target": "Any",
  1151. "common": "Role",
  1152. "priority": 5,
  1153. "restrict": [
  1154. "kill"
  1155. ],
  1156. "recharge": 2
  1157. },
  1158. "kill": {
  1159. "target": "AnyButRole",
  1160. "common": "Role",
  1161. "priority": 22,
  1162. "restrict": [
  1163. "protect"
  1164. ],
  1165. "recharge": 2
  1166. }
  1167. }
  1168. }
  1169. },
  1170. {
  1171. "role": "werewolf",
  1172. "translation": "Zygarde",
  1173. "side": "mafia",
  1174. "help": "You have been called to settle the disputes of Xerneas and Yveltal. Somehow, they've convinced you to win with them! During the voting phase, you can type /Vote [name]. That person will be voted out at the end of that phase. You win when all killing and poisoning roles are dead. When inspected, you reveal as a Normal-type.",
  1175. "info": "Votekiller. Inspects as Normal-type when inspected by Delphox. Sided with Xerneas and Yveltal.",
  1176. "winIfDeadRoles": [
  1177. "samurai",
  1178. "vigilante",
  1179. "stalker",
  1180. "bodyguard",
  1181. "mega_ampharos",
  1182. "mega_gardevoir",
  1183. "stalker_big",
  1184. "stalker_big_1/2_poison_3/3_spikes",
  1185. "stalker_big_2/2_poison_2/3_spikes",
  1186. "stalker_big_1/2_poison_2/3_spikes",
  1187. "stalker_big_2/2_poison_1/3_spikes",
  1188. "stalker_big_1/2_poison_1/3_spikes",
  1189. "stalker_big_2/2_poison_0/3_spikes",
  1190. "stalker_big_1/2_poison_0/3_spikes",
  1191. "mega_mawile",
  1192. "mega_gyarados"
  1193. ],
  1194. "actions": {
  1195. "startup": "team-reveal-with-roles",
  1196. "teamTalk": true,
  1197. "vote": 100,
  1198. "dummy": {
  1199. "mode": "ignore",
  1200. "msg": "Your target is a Normal type!"
  1201. }
  1202. }
  1203. },
  1204. {
  1205. "role": "pl",
  1206. "translation": "Klefki",
  1207. "side": "village",
  1208. "help": "Type /Distract [name] to distract someone with Thunder Wave! You get the first distract because of Prankster!",
  1209. "info": "Can distract one person during the night. Sided with the Good Pokemon.",
  1210. "actions": {
  1211. "dummy": {
  1212. "mode": "ignore",
  1213. "msg": "Your target is a Steel type!"
  1214. },
  1215. "poison": {
  1216. "mode": {
  1217. "ignore": [
  1218. "stalker_big_1/2_poison_3/3_spikes",
  1219. "stalker_big_2/2_poison_2/3_spikes",
  1220. "stalker_big_1/2_poison_2/3_spikes",
  1221. "stalker_big_2/2_poison_1/3_spikes",
  1222. "stalker_big_1/2_poison_1/3_spikes",
  1223. "stalker_big_2/2_poison_0/3_spikes",
  1224. "stalker_big_1/2_poison_0/3_spikes",
  1225. "mega_gengar",
  1226. "stalker"
  1227. ]
  1228. }
  1229. },
  1230. "night": {
  1231. "distract": {
  1232. "target": "AnyButSelf",
  1233. "common": "Self",
  1234. "priority": 1
  1235. }
  1236. }
  1237. }
  1238. },
  1239. {
  1240. "role": "vigilante",
  1241. "translation": "Chesnaught",
  1242. "side": "village",
  1243. "help": "Type /Kill [name] to kill someone! Don't kill the Good Pokemon!",
  1244. "info": "Can kill one person during the night. Sided with the Good Pokemon.",
  1245. "actions": {
  1246. "dummy": {
  1247. "mode": "ignore",
  1248. "msg": "Your target is a Grass type!"
  1249. },
  1250. "night": {
  1251. "kill": {
  1252. "target": "AnyButRole",
  1253. "common": "Role",
  1254. "priority": 17
  1255. }
  1256. }
  1257. }
  1258. },
  1259. {
  1260. "role": "xerneas",
  1261. "translation": "Xerneas",
  1262. "side": "mafia",
  1263. "help": "Long ago, you fought Yveltal in order to save Kalos from being destroyed! But you two and Zygarde have agreed to push aside your differences in order to dominate the Kalos region! You have no actions until Day 2, when Geomancy activates.",
  1264. "info": "Has no actions until Day 2. From then on, gets a kill, but if he doesn't use it on the first day his kill will go past bodyguards and distractions. Dies instantly if poisoned. Sided with Xerneas and Yveltal.",
  1265. "actions": {
  1266. "startup": "team-reveal-with-roles",
  1267. "teamTalk": true,
  1268. "dummy": {
  1269. "mode": "ignore",
  1270. "msg": "Your target is a Fairy type!"
  1271. },
  1272. "initialCondition": {
  1273. "curse": {
  1274. "cursedRole": "xerneas2",
  1275. "curseCount": 2,
  1276. "curseConvertMessage": "Xerneas used Geomancy! His Special Attack, Special Defense and Speed rose sharply!"
  1277. }
  1278. }
  1279. }
  1280. },
  1281. {
  1282. "role": "xerneas2",
  1283. "translation": "Xerneas",
  1284. "side": "mafia",
  1285. "hide": true,
  1286. "help2": "Your Special Attack, Special Defense, and Speed sharply rose!",
  1287. "help": "Type /Kill [name] to kill someone! If you don't use your kill, you can wait a turn and your kill will go through bodyguards and ignore distractions.",
  1288. "actions": {
  1289. "teamTalk": true,
  1290. "startup": "team-reveal-with-roles",
  1291. "dummy": {
  1292. "mode": "ignore",
  1293. "msg": "Your target is a Fairy type!"
  1294. },
  1295. "night": {
  1296. "kill": {
  1297. "command": [
  1298. "kill",
  1299. "copy"
  1300. ],
  1301. "copyAs": "xerneas2_flat",
  1302. "target": "AnyButSelf",
  1303. "common": "Self",
  1304. "priority": 9
  1305. }
  1306. },
  1307. "initialCondition": {
  1308. "curse": {
  1309. "cursedRole": "xerneas3",
  1310. "curseCount": 1,
  1311. "curseConvertMessage": "Xerneas waited a turn to kill, so his kill can't be stopped!"
  1312. }
  1313. }
  1314. }
  1315. },
  1316. {
  1317. "role": "xerneas2_flat",
  1318. "translation": "Xerneas",
  1319. "side": "mafia",
  1320. "hide": true,
  1321. "help": "Type /Kill [name] to kill someone!",
  1322. "actions": {
  1323. "teamTalk": true,
  1324. "startup": "team-reveal-with-roles",
  1325. "dummy": {
  1326. "mode": "ignore",
  1327. "msg": "Your target is a Fairy type!"
  1328. },
  1329. "night": {
  1330. "kill": {
  1331. "command": [
  1332. "kill",
  1333. "copy"
  1334. ],
  1335. "copyAs": "xerneas2_flat",
  1336. "target": "AnyButSelf",
  1337. "common": "Self",
  1338. "priority": 0
  1339. }
  1340. },
  1341. "initialCondition": {
  1342. "clearCurse": true
  1343. }
  1344. }
  1345. },
  1346. {
  1347. "role": "xerneas3",
  1348. "translation": "Xerneas",
  1349. "side": "mafia",
  1350. "hide": true,
  1351. "help": "Type /Kill [name] to kill someone! This goes past bodyguards and distractions.",
  1352. "actions": {
  1353. "teamTalk": true,
  1354. "startup": "team-reveal-with-roles",
  1355. "dummy": {
  1356. "mode": "ignore",
  1357. "msg": "Your target is a Fairy type!"
  1358. },
  1359. "night": {
  1360. "kill": {
  1361. "target": "AnyButSelf",
  1362. "common": "Self",
  1363. "priority": 0
  1364. }
  1365. }
  1366. }
  1367. },
  1368. {
  1369. "role": "samurai",
  1370. "translation": "Talonflame",
  1371. "side": "village",
  1372. "help": "You soar the skies of Kalos, preying on villainy. With the power of your ability Gale Wings, you can type /Kill [name] during the day phase to kill someone! Because you're so fast, you won't be revealed. Be careful of revealing though, Xerneas' kill goes through distractions and protections, and you can be killed by Yveltal.",
  1373. "info": "Can kill one person during the day (not revealed). Sided with the Good Pokemon.",
  1374. "actions": {
  1375. "dummy": {
  1376. "mode": "ignore",
  1377. "msg": "Your target is a Fire type!"
  1378. },
  1379. "standby": {
  1380. "kill": {
  1381. "target": "AnyButSelf",
  1382. "msg": "Bring them all down! Type /Kill [name] to kill someone!",
  1383. "killmsg": "Talonflame swoops down from the sky and smashes into ~Target~ with a powerful Brave Bird! He then vanishes high into the sky before anyone can take a glimpse at his identity."
  1384. }
  1385. }
  1386. }
  1387. },
  1388. {
  1389. "role": "yveltal",
  1390. "translation": "Yveltal",
  1391. "side": "mafia",
  1392. "help": "You once destroyed the Kalos region, only to be stopped by Xerneas! But now he's working with you, a nearly unstoppable duo! During the night, you can type /Taunt [name] to stop someone from acting! You also can kill someone during the day using /Kill [name]. You won't be revealed!",
  1393. "info": "Can distract one person during the night. Can kill one person during the day (not revealed). Sided with Xerneas and Yveltal.",
  1394. "actions": {
  1395. "teamTalk": true,
  1396. "startup": "team-reveal-with-roles",
  1397. "dummy": {
  1398. "mode": "ignore",
  1399. "msg": "Your target is a Dark type!"
  1400. },
  1401. "night": {
  1402. "taunt": {
  1403. "command": "distract",
  1404. "target": "AnyButTeam",
  1405. "common": "Self",
  1406. "priority": 4.5,
  1407. "broadcast": "team"
  1408. }
  1409. },
  1410. "standby": {
  1411. "kill": {
  1412. "target": "AnyButSelf",
  1413. "msg": "Drain them of their power, their being, their essence, their life! Type /Kill [name] to kill someone!",
  1414. "killmsg": "Yveltal appears from an enigmatic void of darkness, right behind ~Target~. He uses Oblivion Wing on them, and heals himself! He then vanishes into the day, with the audience confused yet stunned..."
  1415. }
  1416. }
  1417. }
  1418. },
  1419. {
  1420. "role": "noivern",
  1421. "translation": "Noivern",
  1422. "side": "village",
  1423. "help": "You hide in the dark caves of Kalos. With your powerful screeching abilities, you are able to expose people during the day to reveal someone's identity to the public, or just privately.",
  1424. "info": "Can either expose one person during the standby publicly or to himself (doesn't reveal in either case). Sided with the Good Pokemon.",
  1425. "actions": {
  1426. "dummy": {
  1427. "mode": "ignore",
  1428. "msg": "Your target is a Dragon type!"
  1429. },
  1430. "standby": {
  1431. "expose": {
  1432. "target": "AnyButSelf",
  1433. "msg": "You can type /Expose [name] to reveal someone's role publicly!",
  1434. "exposemsg": "Noivern used Hurricane! ~Target~'s hiding place is blown away, revealing themselves to be a ~Role~!"
  1435. },
  1436. "boomburst": {
  1437. "target": "AnyButSelf",
  1438. "msg": "Or, you can type /Boomburst [name] to reveal someone's role to you privately. You won't be revealed if you use either one.",
  1439. "exposedtargetmsg": "~Target~ is the ~Role~!",
  1440. "exposemsg": "Noivern used Boomburst! His target lets out a horrid screech!",
  1441. "command": "expose"
  1442. }
  1443. }
  1444. }
  1445. },
  1446. {
  1447. "role": "spy",
  1448. "translation": "Malamar",
  1449. "side": "village",
  1450. "help": "Your extrasensory powers alert you to who's going to die! Use this information to help the Good Pokemon!",
  1451. "info": "Spy who haxes kills (identity is always concealed.) Sided with the Good Pokemon.",
  1452. "actions": {
  1453. "dummy": {
  1454. "mode": "ignore",
  1455. "msg": "Your target is a Dark type!"
  1456. },
  1457. "hax": {
  1458. "kill": {
  1459. "revealTeam": 0.1
  1460. }
  1461. }
  1462. }
  1463. },
  1464. {
  1465. "role": "mega_lucario",
  1466. "translation": "Mega Lucario",
  1467. "side": "village",
  1468. "help": "You can sense the auras of Pokemon, which has an equivalent effect of reading their minds. Due to this power, you can find who is going to be killed during the night, but not who is killing. During the day, you also retaliate attacks with Close Combat.",
  1469. "info": "Spy who haxes kills (identity is always concealed.) Counters daykills (survives). Sided with the Mega Evolutions.",
  1470. "actions": {
  1471. "poison": {
  1472. "mode": {
  1473. "ignore": [
  1474. "stalker_big_1/2_poison_3/3_spikes",
  1475. "stalker_big_2/2_poison_2/3_spikes",
  1476. "stalker_big_1/2_poison_2/3_spikes",
  1477. "stalker_big_2/2_poison_1/3_spikes",
  1478. "stalker_big_1/2_poison_1/3_spikes",
  1479. "stalker_big_2/2_poison_0/3_spikes",
  1480. "stalker_big_1/2_poison_0/3_spikes",
  1481. "mega_gengar",
  1482. "stalker"
  1483. ]
  1484. }
  1485. },
  1486. "dummy": {
  1487. "mode": "ignore",
  1488. "msg": "Your target is a Steel type!"
  1489. },
  1490. "daykill": "revenge",
  1491. "daykillrevengemsg": "Someone tries attacking Mega Lucario. They sense the attack coming, and retaliate with Close Combat!",
  1492. "hax": {
  1493. "kill": {
  1494. "revealTeam": 0.15
  1495. }
  1496. }
  1497. }
  1498. },
  1499. {
  1500. "role": "mega_abomasnow",
  1501. "translation": "Mega Abomasnow",
  1502. "side": "mega",
  1503. "help": "You have a loud voice, which, if timed correctly, can cause avalanches. With your cry, during the day, you can type /Expose [name] to expose someone. Since you summon hailstorms to blend in, you can't be daykilled! You also know Mega Lucario, and can type /tt [message] to speak with them.",
  1504. "info": "Can expose one person during the day. Can't be daykilled. Sided with the Mega Evolutions.",
  1505. "actions": {
  1506. "startup": {
  1507. "revealRole": [
  1508. "mega_lucario"
  1509. ]
  1510. },
  1511. "teamTalk": [
  1512. "mega_abomasnow",
  1513. "mega_lucario"
  1514. ],
  1515. "daykill": "evade",
  1516. "dummy": {
  1517. "mode": "ignore",
  1518. "msg": "Your target is an Ice type!"
  1519. },
  1520. "standby": {
  1521. "expose": {
  1522. "target": "AnyButSelf",
  1523. "msg": "You can type /Expose [name] to reveal someone's role!",
  1524. "exposemsg": "Abomasnow used Hyper Voice! His cry reverberates through the mountains of Kalos, and avalanches ensue. ~Target~ (~Role~): 'Holy crap, what was that?'"
  1525. }
  1526. }
  1527. }
  1528. },
  1529. {
  1530. "role": "mega_garchomp",
  1531. "translation": "Mega Garchomp",
  1532. "side": "mega",
  1533. "help": "A very bulky and resistant form of Garchomp. Your vote counts as 2, and if voted for, 2 votes will be subtracted from the total. You also know Mega Aggron from the start, type /tt [message] to communicate with them!",
  1534. "info": "Vote counts as 2. Voteshield of -2. Knows Mega Aggron. Sided with the Mega Evolutions.",
  1535. "actions": {
  1536. "startup": {
  1537. "revealRole": [
  1538. "mega_aggron"
  1539. ]
  1540. },
  1541. "teamTalk": [
  1542. "mega_aggron",
  1543. "mega_garchomp"
  1544. ],
  1545. "vote": 2,
  1546. "voteshield": -2,
  1547. "dummy": {
  1548. "mode": "ignore",
  1549. "msg": "Your target is a Ground type!"
  1550. }
  1551. }
  1552. },
  1553. {
  1554. "role": "mega_aggron",
  1555. "translation": "Mega Aggron",
  1556. "side": "mega",
  1557. "help": "Type /Protect [name] to protect someone from dying! Due to your sheer bulk and Filter ability, you can't be killed during the night. You also know Mega Garchomp, and can talk to him with /tt [message]!",
  1558. "info": "Can protect one person during the night. Can't be nightkilled. Knows Mega Garchomp.",
  1559. "actions": {
  1560. "poison": {
  1561. "mode": {
  1562. "ignore": [
  1563. "stalker_big_1/2_poison_3/3_spikes",
  1564. "stalker_big_2/2_poison_2/3_spikes",
  1565. "stalker_big_1/2_poison_2/3_spikes",
  1566. "stalker_big_2/2_poison_1/3_spikes",
  1567. "stalker_big_1/2_poison_1/3_spikes",
  1568. "stalker_big_2/2_poison_0/3_spikes",
  1569. "stalker_big_1/2_poison_0/3_spikes",
  1570. "mega_gengar",
  1571. "stalker"
  1572. ]
  1573. }
  1574. },
  1575. "kill": {
  1576. "mode": "ignore"
  1577. },
  1578. "startup": {
  1579. "revealRole": [
  1580. "mega_garchomp"
  1581. ]
  1582. },
  1583. "teamTalk": [
  1584. "mega_garchomp",
  1585. "mega_aggron"
  1586. ],
  1587. "voteshield": -2,
  1588. "dummy": {
  1589. "mode": "ignore",
  1590. "msg": "Your target is a Steel type!"
  1591. },
  1592. "night": {
  1593. "protect": {
  1594. "target": "AnyButSelf",
  1595. "common": "Self",
  1596. "priority": 5
  1597. }
  1598. }
  1599. }
  1600. },
  1601. {
  1602. "role": "mega_ampharos",
  1603. "translation": "Mega Ampharos",
  1604. "side": "mega",
  1605. "help": "Type /Distract [name] to distract someone, making their action useless! You ignore other distractions thrown at you. You know Mega Gardevoir, and you can type /tt [message] to talk to her!",
  1606. "info": "Can distract one person during the night. Can't be distracted. Knows Mega Gardevoir. Sided with the Mega Evolutions.",
  1607. "actions": {
  1608. "startup": {
  1609. "revealRole": [
  1610. "mega_gardevoir"
  1611. ]
  1612. },
  1613. "teamTalk": [
  1614. "mega_gardevoir",
  1615. "mega_ampharos"
  1616. ],
  1617. "dummy": {
  1618. "mode": "ignore",
  1619. "msg": "Your target is an Electric type!"
  1620. },
  1621. "distract": {
  1622. "mode": "ignore"
  1623. },
  1624. "night": {
  1625. "bolt": {
  1626. "command": "distract",
  1627. "target": "AnyButSelf",
  1628. "common": "Self",
  1629. "priority": 2
  1630. }
  1631. }
  1632. }
  1633. },
  1634. {
  1635. "role": "mega_gardevoir",
  1636. "translation": "Mega Gardevoir",
  1637. "side": "mega",
  1638. "help": "Type /Inspect [name] during the night to find out someone's identity. You know Mega Ampharos from the start, and can type /tt [message] to talk with him!",
  1639. "info": "Can inspect one person during the night. Knows Mega Ampharos. Sided with the Mega Evolutions.",
  1640. "actions": {
  1641. "startup": {
  1642. "revealRole": [
  1643. "mega_ampharos"
  1644. ]
  1645. },
  1646. "teamTalk": [
  1647. "mega_gardevoir",
  1648. "mega_ampharos"
  1649. ],
  1650. "dummy": {
  1651. "mode": "ignore",
  1652. "msg": "Your target is a Psychic type!"
  1653. },
  1654. "night": {
  1655. "inspect": {
  1656. "target": "AnyButSelf",
  1657. "common": "Self",
  1658. "priority": 30
  1659. }
  1660. }
  1661. }
  1662. },
  1663. {
  1664. "role": "mega_banette",
  1665. "translation": "Mega Banette",
  1666. "side": "mega",
  1667. "help": "Once the manifestation of an abandoned doll, you have come back to seek your revenge once more. You can type /burn [name] to burn someone. They will die the following night. You also know Mega Gengar: type /tt [message] to communicate with him!",
  1668. "info": "Can burn one person during the night. Knows Mega Gengar. Sided with the Mega Evolutions.",
  1669. "actions": {
  1670. "startup": {
  1671. "revealRole": [
  1672. "mega_gengar"
  1673. ]
  1674. },
  1675. "teamTalk": [
  1676. "mega_banette",
  1677. "mega_gengar"
  1678. ],
  1679. "dummy": {
  1680. "mode": "ignore",
  1681. "msg": "Your target is a Ghost type!"
  1682. },
  1683. "night": {
  1684. "burn": {
  1685. "target": "AnyButSelf",
  1686. "common": "Self",
  1687. "command": "poison",
  1688. "priority": 8
  1689. }
  1690. }
  1691. }
  1692. },
  1693. {
  1694. "role": "mega_gengar",
  1695. "translation": "Mega Gengar",
  1696. "side": "mega",
  1697. "help": "You manipulate the shadows and work through them. During the night, you can type /Poison [name] to poison someone. They will die a night later. If someone tries to kill you, you will sing Perish Song and take them down with you! You know Mega Banette too: type /tt [message] to coordinate your burns and poisons!",
  1698. "info": "Can poison one person during the night. Bombs nightkills. Knows Mega Banette. Sided with the Mega Evolutions.",
  1699. "actions": {
  1700. "poison": {
  1701. "mode": {
  1702. "ignore": [
  1703. "stalker_big_1/2_poison_3/3_spikes",
  1704. "stalker_big_2/2_poison_2/3_spikes",
  1705. "stalker_big_1/2_poison_2/3_spikes",
  1706. "stalker_big_2/2_poison_1/3_spikes",
  1707. "stalker_big_1/2_poison_1/3_spikes",
  1708. "stalker_big_2/2_poison_0/3_spikes",
  1709. "stalker_big_1/2_poison_0/3_spikes",
  1710. "mega_gengar",
  1711. "stalker"
  1712. ]
  1713. }
  1714. },
  1715. "kill": {
  1716. "mode": "killattacker",
  1717. "msg": "±Game: You attacked Gengar, but fainted subsequently because of Perish Song!"
  1718. },
  1719. "startup": {
  1720. "revealRole": [
  1721. "mega_banette"
  1722. ]
  1723. },
  1724. "teamTalk": [
  1725. "mega_banette",
  1726. "mega_gengar"
  1727. ],
  1728. "dummy": {
  1729. "mode": "ignore",
  1730. "msg": "Your target is a Ghost type!"
  1731. },
  1732. "night": {
  1733. "poison": {
  1734. "target": "AnyButSelf",
  1735. "common": "Self",
  1736. "priority": 8
  1737. }
  1738. }
  1739. }
  1740. },
  1741. {
  1742. "role": "mega_kangaskhan",
  1743. "translation": "Mega Kangaskhan",
  1744. "side": "mega",
  1745. "help": "Type /Kill [name] to kill someone! Because of Parental Bond, you can hit Pokemon that can evade kills. You also know Mega Blaziken from the start, and can type /tt [message] to talk to them!",
  1746. "actions": {
  1747. "startup": {
  1748. "revealRole": [
  1749. "mega_blaziken"
  1750. ]
  1751. },
  1752. "teamTalk": [
  1753. "mega_kangaskhan",
  1754. "mega_blaziken"
  1755. ],
  1756. "dummy": {
  1757. "mode": "ignore",
  1758. "msg": "Your target is a Water type!"
  1759. },
  1760. "night": {
  1761. "kill": {
  1762. "target": "AnyButSelf",
  1763. "common": "Self",
  1764. "priority": "variable:megakill",
  1765. "bypass": [
  1766. "evadeCharges",
  1767. "ignore",
  1768. "poisonattacker"
  1769. ]
  1770. }
  1771. }
  1772. }
  1773. },
  1774. {
  1775. "role": "mega_blaziken",
  1776. "translation": "Mega Blaziken",
  1777. "side": "mega",
  1778. "help": "Type /Kill [name] to kill someone! You can also type /Protect [name] to protect yourself, but you can't use protect twice in a row. Speed Boost allows you to evade nightkills, too! You know Mega Kangaskhan from the start, and can type /tt [message] to talk with them.",
  1779. "actions": {
  1780. "kill": {
  1781. "mode": "ignore"
  1782. },
  1783. "startup": {
  1784. "revealRole": [
  1785. "mega_kangaskhan"
  1786. ]
  1787. },
  1788. "teamTalk": [
  1789. "mega_kangaskhan",
  1790. "mega_blaziken"
  1791. ],
  1792. "dummy": {
  1793. "mode": "ignore",
  1794. "msg": "Your target is a Fire type!"
  1795. },
  1796. "night": {
  1797. "kill": {
  1798. "target": "AnyButSelf",
  1799. "common": "Self",
  1800. "priority": "variable:megakill",
  1801. "restrict": [
  1802. "protect"
  1803. ]
  1804. },
  1805. "protect": {
  1806. "target": "AnyButSelf",
  1807. "common": "Self",
  1808. "priority": 5,
  1809. "restrict": [
  1810. "kill"
  1811. ],
  1812. "recharge": 2
  1813. }
  1814. }
  1815. }
  1816. },
  1817. {
  1818. "role": "mega_gyarados",
  1819. "translation": "Mega Gyarados",
  1820. "side": "mega",
  1821. "help": "Type /Kill [name] to kill someone! Because of Mold Breaker, you can hit a Pokemon regardless of their abilities! You also know Mega Mawile from the start, and can type /tt [message] to talk to them!",
  1822. "actions": {
  1823. "startup": {
  1824. "revealRole": [
  1825. "mega_mawile"
  1826. ]
  1827. },
  1828. "teamTalk": [
  1829. "mega_gyarados",
  1830. "mega_mawile"
  1831. ],
  1832. "dummy": {
  1833. "mode": "ignore",
  1834. "msg": "Your target is a Water type!"
  1835. },
  1836. "night": {
  1837. "kill": {
  1838. "target": "AnyButSelf",
  1839. "common": "Self",
  1840. "priority": "variable:megakill"
  1841. }
  1842. }
  1843. }
  1844. },
  1845. {
  1846. "role": "mega_mawile",
  1847. "translation": "Mega Mawile",
  1848. "side": "mega",
  1849. "help": "Type / /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled. You also know Mega Gyarados, and can type /tt [message] to talk with them.",
  1850. "info": "Can sucker one person during the night (targets someone, and if they target him, they will be killed). Sided with the Mega Evolutions.",
  1851. "actions": {
  1852. "startup": {
  1853. "revealRole": [
  1854. "mega_gyarados"
  1855. ]
  1856. },
  1857. "teamTalk": [
  1858. "mega_gyarados",
  1859. "mega_mawile"
  1860. ],
  1861. "dummy": {
  1862. "mode": "ignore",
  1863. "msg": "Your target is a Steel type!"
  1864. },
  1865. "poison": {
  1866. "mode": {
  1867. "ignore": [
  1868. "stalker_big_1/2_poison_3/3_spikes",
  1869. "stalker_big_2/2_poison_2/3_spikes",
  1870. "stalker_big_1/2_poison_2/3_spikes",
  1871. "stalker_big_2/2_poison_1/3_spikes",
  1872. "stalker_big_1/2_poison_1/3_spikes",
  1873. "stalker_big_2/2_poison_0/3_spikes",
  1874. "stalker_big_1/2_poison_0/3_spikes",
  1875. "mega_gengar",
  1876. "stalker"
  1877. ]
  1878. }
  1879. },
  1880. "night": {
  1881. "sucker": {
  1882. "command": "copy",
  1883. "common": "Self",
  1884. "target": "AnyButSelf",
  1885. "priority": -50,
  1886. "copyAs": {
  1887. "mawile_chesnaught": [
  1888. "vigilante"
  1889. ],
  1890. "mawile_delphox": [
  1891. "inspector"
  1892. ],
  1893. "mawile_greninja": [
  1894. "stalker",
  1895. "stalker_big",
  1896. "stalker_big_0/2_poison_3/3_spikes",
  1897. "stalker_big_1/2_poison_3/3_spikes",
  1898. "stalker_big_0/2_poison_2/3_spikes",
  1899. "stalker_big_1/2_poison_2/3_spikes",
  1900. "stalker_big_2/2_poison_2/3_spikes",
  1901. "stalker_big_0/2_poison_1/3_spikes",
  1902. "stalker_big_1/2_poison_1/3_spikes",
  1903. "stalker_big_2/2_poison_1/3_spikes",
  1904. "stalker_big_0/2_poison_0/3_spikes",
  1905. "stalker_big_1/2_poison_0/3_spikes",
  1906. "stalker_big_2/2_poison_0/3_spikes"
  1907. ],
  1908. "mawile_aegislash": [
  1909. "bodyguard"
  1910. ],
  1911. "mawile_pyroar-f": [
  1912. "neighbour"
  1913. ],
  1914. "mawile_klefki": [
  1915. "pl"
  1916. ],
  1917. "mawile_yveltal": [
  1918. "yveltal"
  1919. ],
  1920. "mawile_xerneas": [
  1921. "xerneas",
  1922. "xerneas2",
  1923. "xerneas2_flat",
  1924. "xerneas3"
  1925. ],
  1926. "mawile_gyarados": [
  1927. "mega_gyarados"
  1928. ],
  1929. "mawile_garchomp": [
  1930. "mega_garchomp"
  1931. ]
  1932. },
  1933. "silent": true,
  1934. "silentCopy": true,
  1935. "pierce": true
  1936. }
  1937. }
  1938. }
  1939. },
  1940. {
  1941. "role": "mawile_chesnaught",
  1942. "translation": "Mega Mawile",
  1943. "side": "mega",
  1944. "hide": true,
  1945. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  1946. "actions": {
  1947. "dummy": {
  1948. "mode": "ignore",
  1949. "msg": "Your target is a Steel type!"
  1950. },
  1951. "poison": {
  1952. "mode": {
  1953. "ignore": [
  1954. "stalker_big_1/2_poison_3/3_spikes",
  1955. "stalker_big_2/2_poison_2/3_spikes",
  1956. "stalker_big_1/2_poison_2/3_spikes",
  1957. "stalker_big_2/2_poison_1/3_spikes",
  1958. "stalker_big_1/2_poison_1/3_spikes",
  1959. "stalker_big_2/2_poison_0/3_spikes",
  1960. "stalker_big_1/2_poison_0/3_spikes",
  1961. "mega_gengar",
  1962. "stalker"
  1963. ]
  1964. }
  1965. },
  1966. "initialCondition": {
  1967. "curse": {
  1968. "cursedRole": "mega_mawile",
  1969. "curseCount": 0,
  1970. "silentCurse": true
  1971. }
  1972. },
  1973. "kill": {
  1974. "mode": {
  1975. "killif": [
  1976. "vigilante"
  1977. ]
  1978. },
  1979. "hookermsg": "Mawile used Sucker Punch!",
  1980. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  1981. }
  1982. }
  1983. },
  1984. {
  1985. "role": "mawile_garchomp",
  1986. "translation": "Mega Mawile",
  1987. "side": "mega",
  1988. "hide": true,
  1989. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  1990. "actions": {
  1991. "dummy": {
  1992. "mode": "ignore",
  1993. "msg": "Your target is a Steel type!"
  1994. },
  1995. "poison": {
  1996. "mode": {
  1997. "ignore": [
  1998. "stalker_big_1/2_poison_3/3_spikes",
  1999. "stalker_big_2/2_poison_2/3_spikes",
  2000. "stalker_big_1/2_poison_2/3_spikes",
  2001. "stalker_big_2/2_poison_1/3_spikes",
  2002. "stalker_big_1/2_poison_1/3_spikes",
  2003. "stalker_big_2/2_poison_0/3_spikes",
  2004. "stalker_big_1/2_poison_0/3_spikes",
  2005. "mega_gengar",
  2006. "stalker"
  2007. ]
  2008. }
  2009. },
  2010. "initialCondition": {
  2011. "curse": {
  2012. "cursedRole": "mega_mawile",
  2013. "curseCount": 0,
  2014. "silentCurse": true
  2015. }
  2016. },
  2017. "kill": {
  2018. "mode": {
  2019. "killif": [
  2020. "mega_garchomp"
  2021. ]
  2022. },
  2023. "hookermsg": "Mawile used Sucker Punch!",
  2024. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2025. }
  2026. }
  2027. },
  2028. {
  2029. "role": "mawile_gyarados",
  2030. "translation": "Mega Mawile",
  2031. "side": "mega",
  2032. "hide": true,
  2033. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2034. "actions": {
  2035. "dummy": {
  2036. "mode": "ignore",
  2037. "msg": "Your target is a Steel type!"
  2038. },
  2039. "poison": {
  2040. "mode": {
  2041. "ignore": [
  2042. "stalker_big_1/2_poison_3/3_spikes",
  2043. "stalker_big_2/2_poison_2/3_spikes",
  2044. "stalker_big_1/2_poison_2/3_spikes",
  2045. "stalker_big_2/2_poison_1/3_spikes",
  2046. "stalker_big_1/2_poison_1/3_spikes",
  2047. "stalker_big_2/2_poison_0/3_spikes",
  2048. "stalker_big_1/2_poison_0/3_spikes",
  2049. "mega_gengar",
  2050. "stalker"
  2051. ]
  2052. }
  2053. },
  2054. "initialCondition": {
  2055. "curse": {
  2056. "cursedRole": "mega_mawile",
  2057. "curseCount": 0,
  2058. "silentCurse": true
  2059. }
  2060. },
  2061. "kill": {
  2062. "mode": {
  2063. "killif": [
  2064. "mega_gyarados"
  2065. ]
  2066. },
  2067. "hookermsg": "Mawile used Sucker Punch!",
  2068. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2069. }
  2070. }
  2071. },
  2072. {
  2073. "role": "mawile_delphox",
  2074. "translation": "Mega Mawile",
  2075. "side": "mega",
  2076. "hide": true,
  2077. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2078. "actions": {
  2079. "poison": {
  2080. "mode": {
  2081. "ignore": [
  2082. "stalker_big_1/2_poison_3/3_spikes",
  2083. "stalker_big_2/2_poison_2/3_spikes",
  2084. "stalker_big_1/2_poison_2/3_spikes",
  2085. "stalker_big_2/2_poison_1/3_spikes",
  2086. "stalker_big_1/2_poison_1/3_spikes",
  2087. "stalker_big_2/2_poison_0/3_spikes",
  2088. "stalker_big_1/2_poison_0/3_spikes",
  2089. "mega_gengar",
  2090. "stalker"
  2091. ]
  2092. }
  2093. },
  2094. "initialCondition": {
  2095. "curse": {
  2096. "cursedRole": "mega_mawile",
  2097. "curseCount": 0,
  2098. "silentCurse": true
  2099. }
  2100. },
  2101. "dummy": {
  2102. "mode": {
  2103. "killif": [
  2104. "inspector"
  2105. ]
  2106. },
  2107. "hookermsg": "Mawile used Sucker Punch!",
  2108. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2109. }
  2110. }
  2111. },
  2112. {
  2113. "role": "mawile_greninja",
  2114. "translation": "Mega Mawile",
  2115. "side": "mega",
  2116. "hide": true,
  2117. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2118. "actions": {
  2119. "dummy": {
  2120. "mode": "ignore",
  2121. "msg": "Your target is a Steel type!"
  2122. },
  2123. "initialCondition": {
  2124. "curse": {
  2125. "cursedRole": "mega_mawile",
  2126. "curseCount": 0,
  2127. "silentCurse": true
  2128. }
  2129. },
  2130. "poison": {
  2131. "mode": {
  2132. "killif": [
  2133. "stalker",
  2134. "stalker_big",
  2135. "stalker_big_0/2_poison_3/3_spikes",
  2136. "stalker_big_1/2_poison_3/3_spikes",
  2137. "stalker_big_0/2_poison_2/3_spikes",
  2138. "stalker_big_1/2_poison_2/3_spikes",
  2139. "stalker_big_2/2_poison_2/3_spikes",
  2140. "stalker_big_0/2_poison_1/3_spikes",
  2141. "stalker_big_1/2_poison_1/3_spikes",
  2142. "stalker_big_2/2_poison_1/3_spikes",
  2143. "stalker_big_0/2_poison_0/3_spikes",
  2144. "stalker_big_1/2_poison_0/3_spikes",
  2145. "stalker_big_2/2_poison_0/3_spikes"
  2146. ],
  2147. "ignore": [
  2148. "stalker_big_1/2_poison_3/3_spikes",
  2149. "stalker_big_2/2_poison_2/3_spikes",
  2150. "stalker_big_1/2_poison_2/3_spikes",
  2151. "stalker_big_2/2_poison_1/3_spikes",
  2152. "stalker_big_1/2_poison_1/3_spikes",
  2153. "stalker_big_2/2_poison_0/3_spikes",
  2154. "stalker_big_1/2_poison_0/3_spikes",
  2155. "mega_gengar",
  2156. "stalker"
  2157. ]
  2158. },
  2159. "hookermsg": "Mawile used Sucker Punch!",
  2160. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2161. },
  2162. "stalk": {
  2163. "mode": {
  2164. "killif": [
  2165. "stalker",
  2166. "stalker_big",
  2167. "stalker_big_0/2_poison_3/3_spikes",
  2168. "stalker_big_1/2_poison_3/3_spikes",
  2169. "stalker_big_0/2_poison_2/3_spikes",
  2170. "stalker_big_1/2_poison_2/3_spikes",
  2171. "stalker_big_2/2_poison_2/3_spikes",
  2172. "stalker_big_0/2_poison_1/3_spikes",
  2173. "stalker_big_1/2_poison_1/3_spikes",
  2174. "stalker_big_2/2_poison_1/3_spikes",
  2175. "stalker_big_0/2_poison_0/3_spikes",
  2176. "stalker_big_1/2_poison_0/3_spikes",
  2177. "stalker_big_2/2_poison_0/3_spikes"
  2178. ]
  2179. },
  2180. "hookermsg": "Mawile used Sucker Punch!",
  2181. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2182. }
  2183. }
  2184. },
  2185. {
  2186. "role": "mawile_aegislash",
  2187. "translation": "Mega Mawile",
  2188. "side": "mega",
  2189. "hide": true,
  2190. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2191. "actions": {
  2192. "dummy": {
  2193. "mode": "ignore",
  2194. "msg": "Your target is a Steel type!"
  2195. },
  2196. "poison": {
  2197. "mode": {
  2198. "ignore": [
  2199. "stalker_big_1/2_poison_3/3_spikes",
  2200. "stalker_big_2/2_poison_2/3_spikes",
  2201. "stalker_big_1/2_poison_2/3_spikes",
  2202. "stalker_big_2/2_poison_1/3_spikes",
  2203. "stalker_big_1/2_poison_1/3_spikes",
  2204. "stalker_big_2/2_poison_0/3_spikes",
  2205. "stalker_big_1/2_poison_0/3_spikes",
  2206. "mega_gengar",
  2207. "stalker"
  2208. ]
  2209. }
  2210. },
  2211. "initialCondition": {
  2212. "curse": {
  2213. "cursedRole": "mega_mawile",
  2214. "curseCount": 0,
  2215. "silentCurse": true
  2216. }
  2217. },
  2218. "kill": {
  2219. "mode": {
  2220. "killif": [
  2221. "bodyguard"
  2222. ]
  2223. },
  2224. "hookermsg": "Mawile used Sucker Punch!",
  2225. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2226. },
  2227. "protect": {
  2228. "mode": {
  2229. "killif": [
  2230. "bodyguard"
  2231. ]
  2232. },
  2233. "hookermsg": "Mawile used Sucker Punch!",
  2234. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2235. }
  2236. }
  2237. },
  2238. {
  2239. "role": "mawile_pyroar-f",
  2240. "translation": "Mega Mawile",
  2241. "side": "mega",
  2242. "hide": true,
  2243. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2244. "actions": {
  2245. "dummy": {
  2246. "mode": "ignore",
  2247. "msg": "Your target is a Steel type!"
  2248. },
  2249. "poison": {
  2250. "mode": {
  2251. "ignore": [
  2252. "stalker_big_1/2_poison_3/3_spikes",
  2253. "stalker_big_2/2_poison_2/3_spikes",
  2254. "stalker_big_1/2_poison_2/3_spikes",
  2255. "stalker_big_2/2_poison_1/3_spikes",
  2256. "stalker_big_1/2_poison_1/3_spikes",
  2257. "stalker_big_2/2_poison_0/3_spikes",
  2258. "stalker_big_1/2_poison_0/3_spikes",
  2259. "mega_gengar",
  2260. "stalker"
  2261. ]
  2262. }
  2263. },
  2264. "initialCondition": {
  2265. "curse": {
  2266. "cursedRole": "mega_mawile",
  2267. "curseCount": 0,
  2268. "silentCurse": true
  2269. }
  2270. },
  2271. "convert": {
  2272. "mode": {
  2273. "killif": [
  2274. "neighbour"
  2275. ]
  2276. },
  2277. "hookermsg": "Mawile used Sucker Punch!",
  2278. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2279. }
  2280. }
  2281. },
  2282. {
  2283. "role": "mawile_klefki",
  2284. "translation": "Mega Mawile",
  2285. "side": "mega",
  2286. "hide": true,
  2287. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2288. "actions": {
  2289. "dummy": {
  2290. "mode": "ignore",
  2291. "msg": "Your target is a Steel type!"
  2292. },
  2293. "poison": {
  2294. "mode": {
  2295. "ignore": [
  2296. "stalker_big_1/2_poison_3/3_spikes",
  2297. "stalker_big_2/2_poison_2/3_spikes",
  2298. "stalker_big_1/2_poison_2/3_spikes",
  2299. "stalker_big_2/2_poison_1/3_spikes",
  2300. "stalker_big_1/2_poison_1/3_spikes",
  2301. "stalker_big_2/2_poison_0/3_spikes",
  2302. "stalker_big_1/2_poison_0/3_spikes",
  2303. "mega_gengar",
  2304. "stalker"
  2305. ]
  2306. }
  2307. },
  2308. "initialCondition": {
  2309. "curse": {
  2310. "cursedRole": "mega_mawile",
  2311. "curseCount": 0,
  2312. "silentCurse": true
  2313. }
  2314. },
  2315. "distract": {
  2316. "mode": {
  2317. "killif": [
  2318. "pl"
  2319. ]
  2320. },
  2321. "hookermsg": "Mawile used Sucker Punch!",
  2322. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2323. }
  2324. }
  2325. },
  2326. {
  2327. "role": "mawile_yveltal",
  2328. "translation": "Mega Mawile",
  2329. "side": "mega",
  2330. "hide": true,
  2331. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2332. "actions": {
  2333. "dummy": {
  2334. "mode": "ignore",
  2335. "msg": "Your target is a Steel type!"
  2336. },
  2337. "poison": {
  2338. "mode": {
  2339. "ignore": [
  2340. "stalker_big_1/2_poison_3/3_spikes",
  2341. "stalker_big_2/2_poison_2/3_spikes",
  2342. "stalker_big_1/2_poison_2/3_spikes",
  2343. "stalker_big_2/2_poison_1/3_spikes",
  2344. "stalker_big_1/2_poison_1/3_spikes",
  2345. "stalker_big_2/2_poison_0/3_spikes",
  2346. "stalker_big_1/2_poison_0/3_spikes",
  2347. "mega_gengar",
  2348. "stalker"
  2349. ]
  2350. }
  2351. },
  2352. "initialCondition": {
  2353. "curse": {
  2354. "cursedRole": "mega_mawile",
  2355. "curseCount": 0,
  2356. "silentCurse": true
  2357. }
  2358. },
  2359. "distract": {
  2360. "mode": {
  2361. "killif": [
  2362. "yveltal"
  2363. ]
  2364. },
  2365. "hookermsg": "Mawile used Sucker Punch!",
  2366. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2367. }
  2368. }
  2369. },
  2370. {
  2371. "role": "mawile_xerneas",
  2372. "translation": "Mega Mawile",
  2373. "side": "mega",
  2374. "hide": true,
  2375. "help": "Type /Kill [name] to kill someone! Type /Sucker [name] to use Sucker Punch! If they target you with any command, you will kill them, and that action will be cancelled.",
  2376. "actions": {
  2377. "dummy": {
  2378. "mode": "ignore",
  2379. "msg": "Your target is a Steel type!"
  2380. },
  2381. "poison": {
  2382. "mode": {
  2383. "ignore": [
  2384. "stalker_big_1/2_poison_3/3_spikes",
  2385. "stalker_big_2/2_poison_2/3_spikes",
  2386. "stalker_big_1/2_poison_2/3_spikes",
  2387. "stalker_big_2/2_poison_1/3_spikes",
  2388. "stalker_big_1/2_poison_1/3_spikes",
  2389. "stalker_big_2/2_poison_0/3_spikes",
  2390. "stalker_big_1/2_poison_0/3_spikes",
  2391. "mega_gengar",
  2392. "stalker"
  2393. ]
  2394. }
  2395. },
  2396. "initialCondition": {
  2397. "curse": {
  2398. "cursedRole": "mega_mawile",
  2399. "curseCount": 0,
  2400. "silentCurse": true
  2401. }
  2402. },
  2403. "kill": {
  2404. "mode": {
  2405. "killif": [
  2406. "xerneas",
  2407. "xerneas2",
  2408. "xerneas2_flat",
  2409. "xerneas3"
  2410. ]
  2411. },
  2412. "hookermsg": "Mawile used Sucker Punch!",
  2413. "msg": "~Distracter~ made a move, but you threw a Sucker Punch and killed them!"
  2414. }
  2415. }
  2416. }
  2417. ],
  2418. "roles1": [
  2419. "bodyguard0",
  2420. "villager",
  2421. "mega_gyarados",
  2422. "villager",
  2423. "villager",
  2424. "mega_ampharos",
  2425. "villager",
  2426. "mega_gardevoir",
  2427. "villager",
  2428. "villager",
  2429. "villager"
  2430. ],
  2431. "roles2": [
  2432. "stalker_big",
  2433. "bodyguard0",
  2434. "villager",
  2435. "pl",
  2436. "inspector",
  2437. "mega_ampharos",
  2438. "mega_aggron",
  2439. "mega_gardevoir",
  2440. "vigilante",
  2441. "mega_gyarados",
  2442. "villager",
  2443. "yveltal",
  2444. "xerneas",
  2445. "mega_blaziken",
  2446. "samurai",
  2447. "noivern",
  2448. "mega_garchomp",
  2449. "mega_aggron",
  2450. "werewolf"
  2451. ],
  2452. "roles3": [
  2453. "stalker_big",
  2454. "bodyguard",
  2455. "villager",
  2456. "pl",
  2457. "inspector",
  2458. "mega_gardevoir",
  2459. "mega_ampharos",
  2460. "mega_aggron",
  2461. "stalker",
  2462. "mega_garchomp",
  2463. "villager",
  2464. "yveltal",
  2465. "xerneas",
  2466. "mega_gengar",
  2467. "samurai",
  2468. "bodyguard",
  2469. "noivern",
  2470. "mega_banette",
  2471. "werewolf",
  2472. "mega_mawile",
  2473. "mega_garchomp",
  2474. "mayor",
  2475. "vigilante",
  2476. "neighbour",
  2477. "mayor",
  2478. "mega_lucario",
  2479. "mega_abomasnow",
  2480. "spy",
  2481. "villager",
  2482. "bodyguard",
  2483. "villager",
  2484. "villager",
  2485. "villager",
  2486. "vigilante",
  2487. "villager",
  2488. "inspector",
  2489. "villager"
  2490. ],
  2491. "villageCantLoseRoles": [
  2492. "mayor",
  2493. "vigilante",
  2494. "samurai",
  2495. "bodyguard",
  2496. "stalker",
  2497. "stalker_big",
  2498. "stalker_big_1/2_poison_3/3_spikes",
  2499. "stalker_big_2/2_poison_2/3_spikes",
  2500. "stalker_big_1/2_poison_2/3_spikes",
  2501. "stalker_big_2/2_poison_1/3_spikes",
  2502. "stalker_big_1/2_poison_1/3_spikes",
  2503. "stalker_big_2/2_poison_0/3_spikes",
  2504. "stalker_big_1/2_poison_0/3_spikes",
  2505. "mega_gyarados"
  2506. ],
  2507. "changelog": {
  2508. "February 3rd, 2014": "Added Mega Mawile. Sided with the Fairy Mafia, she can kill, or use /Sucker to kill someone [only if they target them, and this will go first.] Mega Gyarados added as well. Fixed Greninja.",
  2509. "February 3rd, 2014 [Later]": "Added Mega Garchomp. Pyroar-F's Roar now distracts and converts the target into a new role that's still sided with the original side (akin to Magic Rod in Weapons).",
  2510. "February 5th, 2014": "Removed the restrict on Mega Mawile's sucker and kill commands.",
  2511. "February 6th, 2014": "Yveltal's /distract can no longer be stopped by Goodra's Gooey.",
  2512. "February 8th, 2014": "DRAGONS AND FAIRIES REMOVED! Sylveon is now sided with the Village, and gets a detox. Mega Evolutions added.",
  2513. "February 14th, 2014": "Mega Garchomp fixed. Now has +2 vote."
  2514. }
  2515. }
Advertisement
Add Comment
Please, Sign In to add comment