Advertisement
Windblown4

Untitled

Jul 21st, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 304.14 KB | None | 0 0
  1. {
  2. "name": "Flock",
  3. "altname": "KACAW",
  4. "author": [
  5. "<b><i><span style='color:#000000'>Fate Testarossa</span></i></b>",
  6. "<b><i><span style='color:#117754'>Karp Karpity</span></i></b>"
  7. ],
  8. "bot": {
  9. "name": "Braviary",
  10. "color": "#B40404"
  11. },
  12. "borderColor": "#08088A",
  13. "summary": "The sky is the limit! Play as your favorite Flying-type Pokemon like Talonflame, Hawlucha, and Staraptor to save the skies from Krow's Krew and the Dragons, among others! Do you have what it takes to dominate the sky? KACAW!",
  14. "tips": [
  15. "Power Roles: Hawlucha (revealing Samurai), Staraptor (Mayor + One Shot nonrevealing Samurai), Talonflame (Vigilante), Pidgeot (Mayor + One Shot Vigilante), Chatot (nonrevealing Exposer), Hoothoot/Noctowl (Inspector), Mega Altaria (Bodyguard), Togekiss (Pretty Lady), Swellow (Tracker, Watcher), Delibird (Neighbor), Fearow (Spy).",
  16. "Threats: Crobat (poison, this theme has no safeguarder or detoxer), Legendary Egg (Ho-Oh and Rayquaza can daykill while Lugia has a piercing nightkill), Arceus-Flying (piercing nightkill, daykill).",
  17. "Claiming: Once the aforementioned threats have been eliminated (and Mega Altaria is still alive), Hoothoot/Noctowl can claim. Chatot is the next safest claim afterwards, followed by Swellow.",
  18. "Gyarados (and Salamence): This role can choose to increase its vote by 1 (caps at 6) or gain a -1 voteshield (caps at -6) when it nightkills.",
  19. "Krow's Crew: Zero information and very little protection (Mandibuzz can protect), but a LOT of kill power (Crobat's poison functions as a delayed unshared kill, Mega Aerodactyl has an unshared kill every night, Drifblim revenges nightkills).",
  20. "Odd Birds: Very low initial kill power (no one can poison or has any unshared kills), but a lot of information (Charizard's double /inspect), very high survivability (Dragonite's /protect), and incredible scaling (Gyarados and Salamence).",
  21. "Arceus-Flying: This role is very difficult to kill. It is also a conspirator, meaning it wins with any and all sides. Village and mafia need to keep both of these in mind when considering whether to save or eliminate Arceus.",
  22. "Nightkill Evasion: Togekiss (50%), Arceus-Flying (65%), Legendary Egg (100%), Lugia (50%), Yveltal (50%).",
  23. "Daykill Evasion: Arceus-Flying (100%), Legendary Egg (100%), Ho-Oh (50%), Yveltal (50%).",
  24. "Poison Evasion: Arceus-Flying (100%), Legendary Egg (100%), Ho-Oh (50%), Yveltal (100%).",
  25. "Lynch Evasion: Arceus-Flying (can't be lynched), Rayquaza (survives 1 lynch), Yveltal (survives 1 lynch, kills the first voter)."
  26. ],
  27. "sides": [
  28. {
  29. "side": "village",
  30. "translation": "Good Pokemon",
  31. "winmsg": "The skies have been cleared of evil once more thanks to the talented flying of ~Players~!"
  32. },
  33. {
  34. "side": "krow",
  35. "translation": "Krow's Crew",
  36. "winmsg": "Happiness has never felt so... dark. But with ~Players~ taking control, you need to simply accept it."
  37. },
  38. {
  39. "side": "odd",
  40. "translation": "Odd Birds",
  41. "winmsg": "Well that was unexpected. They're not even birds! Ah well, no denying that ~Players~ won this bird battle."
  42. },
  43. {
  44. "side": "egg",
  45. "translation": "Legendary Egg",
  46. "winmsg": "What else was to be expected? ~Players~ is basically a god in Brisa! And there is no denying this bird a sweet reward."
  47. },
  48. {
  49. "side": "yveltal",
  50. "translation": "Yveltal",
  51. "winmsg": "Finally, the stupid joy is gone... ~Players~ have successfully wiped out the rest of the sky, making it their own dark domain."
  52. },
  53. {
  54. "side": "arceus",
  55. "translation": "Arceus",
  56. "winmsg": "As the creator of the entire Pokemon universe, it's only natural that ~Players~ would be the sole survivor of these war-torn skies."
  57. }
  58. ],
  59. "roles": [
  60. {
  61. "role": "pidgey",
  62. "translation": "Pidgey",
  63. "side": "village",
  64. "help": "You're a Pidgey! Although you aren't very strong now, you can try to /evolve during the night! For now, you can vote to help out your other bird brethren!",
  65. "info": "Can evolve (convert, 90% fail chance) into Pidgeotto. ~Sided~",
  66. "actions": {
  67. "night": {
  68. "evolve": {
  69. "command": ["convert", "dummy"],
  70. "target": "OnlySelf",
  71. "common": "Self",
  72. "priority": 15,
  73. "failChance": 0.9,
  74. "noFollow": true,
  75. "pierce": true,
  76. "hide": true,
  77. "newRole": {
  78. "pidgeotto": ["pidgey"]
  79. },
  80. "dummybroadcastmsg": "A Pidgey has evolved into a Pidgeotto!",
  81. "convertmsg": ""
  82. }
  83. }
  84. }
  85. },
  86. {
  87. "role": "pidgeotto",
  88. "translation": "Pidgeotto",
  89. "side": "village",
  90. "help": "You've evolved! You now will know other Pidgeotto as well as any Pidgeot! Keep using /evolve and hope your wings get even bigger, because that's where the real fun begins!",
  91. "info": "Can evolve (convert, 95% fail chance) into Pidgeot. Knows other Pidgeotto and Pidgeot. ~Sided~",
  92. "actions": {
  93. "night": {
  94. "evolve": {
  95. "command": ["convert", "dummy"],
  96. "target": "OnlySelf",
  97. "common": "Self",
  98. "priority": 15,
  99. "failChance": 0.95,
  100. "noFollow": true,
  101. "pierce": true,
  102. "hide": true,
  103. "newRole": {
  104. "pidgeot": ["pidgeotto"]
  105. },
  106. "dummybroadcastmsg": "A Pidgeotto has evolved into a Pidgeot!",
  107. "convertmsg": ""
  108. }
  109. },
  110. "startup": {
  111. "revealRole": ["pidgeotto", "pidgeot"]
  112. },
  113. "teamTalk": ["pidgeotto", "pidgeot"],
  114. "preventTeamvote": ["pidgeotto", "pidgeot"]
  115. }
  116. },
  117. {
  118. "role": "pidgeot",
  119. "translation": "Pidgeot",
  120. "side": "village",
  121. "help": "Now we're talking! Now that you're a Pidgeot, you have a true say in the skies around you. First off, your vote has been increased to 2. Second, you can start taking out those enemies that hurt you in the past by using /gust during the night, but you can only do this once! Of course, you still know the identity of Pidgeotto and any other Pidgeot.",
  122. "info": "Can gust (kill) one person during the night once a game. Vote of 2. Knows other Pidgeot and Pidgeotto. ~Sided~",
  123. "actions": {
  124. "night": {
  125. "gust": {
  126. "command": "kill",
  127. "target": "AnyButSelf",
  128. "common": "Self",
  129. "priority": 6,
  130. "broadcast": ["pidgeotto", "pidgeot"],
  131. "broadcastmsg": "Your teammate ~Player~ (Pidgeot) has decided to kill ~Target~!",
  132. "msg": "As you slept, Pidgeot knocked you out of the skies with a Gust!",
  133. "charges": 1
  134. }
  135. },
  136. "startup": {
  137. "revealRole": ["pidgeotto", "pidgeot"]
  138. },
  139. "teamTalk": ["pidgeotto", "pidgeot"],
  140. "preventTeamvote": ["pidgeotto", "pidgeot"],
  141. "vote": 2
  142. }
  143. },
  144. {
  145. "role": "hoothoot",
  146. "translation": "Hoothoot",
  147. "side": "village",
  148. "help": "You're a Hoothoot! A smart bird by nature, you're able to see into someone's true identity by using /inspect during the night!",
  149. "info": "Can inspect one person during the night. ~Sided~",
  150. "actions": {
  151. "night": {
  152. "inspect": {
  153. "target": "AnyButSelf",
  154. "common": "Self",
  155. "priority": 16,
  156. "hide": true
  157. }
  158. }
  159. }
  160. },
  161. {
  162. "role": "noctowl",
  163. "translation": "Noctowl",
  164. "side": "village",
  165. "help": "As a Noctowl, your vision has significantly improved. You can now /inspect twice a night!",
  166. "info": "Can inspect two people during the night. ~Sided~",
  167. "actions": {
  168. "night": {
  169. "inspect": {
  170. "target": "AnyButSelf",
  171. "common": "Self",
  172. "hide": true,
  173. "priority": 16,
  174. "limit": 2
  175. }
  176. }
  177. }
  178. },
  179. {
  180. "role": "talonflame",
  181. "translation": "Talonflame",
  182. "side": "village",
  183. "help": "You are Talonflame! Feared for your high speed and power, anyone who underestimates you will soon feel the burn. During the night, use your speedy /kill to take out anyone you desire! Be careful though, as one wrong move and you could very well be burnt out.",
  184. "info": "Can kill one person during the night. ~Sided~",
  185. "actions": {
  186. "night": {
  187. "kill": {
  188. "target": "AnyButSelf",
  189. "common": "Self",
  190. "priority": 8,
  191. "msg": "You hear the cry of a falcon, and turn to see a Talonflame soaring towards you with blazing wings. You are struck by it at high speeds and scorched to death by the fire."
  192. }
  193. }
  194. }
  195. },
  196. {
  197. "role": "chatot",
  198. "translation": "Chatot",
  199. "side": "village",
  200. "help": "You're everyone's favorite loudmouth, Chatot! Your Chatter may be loud, but everything you speak is the truth! During the day, use /chatter to reveal who someone's role actually is to everyone else! You won't be exposed, either.",
  201. "info": "Can chatter (expose) one person during the day (user is not revealed). ~Sided~",
  202. "actions": {
  203. "standby": {
  204. "chatter": {
  205. "command": "expose",
  206. "target": "AnyButSelf",
  207. "msg": "Reveal someone's role using /chatter! You won't be revealed.",
  208. "exposemsg": "'Squawk! I heard ~Target~ is ~Role~!' The other Chatots in the flock pick up the message and repeat it! '~Target~ is ~Role~! ~Target~ is ~Role~!' Okay, Chatot, we get it!"
  209. }
  210. }
  211. }
  212. },
  213. {
  214. "role": "fearow",
  215. "translation": "Fearow",
  216. "side": "village",
  217. "help": "Your large broad wings and your very high stamina allow you to fly all day without tiring. As such, you have a chance to see if anyone is being attacked during the night (though you're unfortunately unable to determine exactly who the attackers may be).",
  218. "info": "Gets decent hax on kills and poison (always reveals the target, never the user). ~Sided~",
  219. "actions": {
  220. "hax": {
  221. "gust": {
  222. "revealTeam": 0.25
  223. },
  224. "kill": {
  225. "revealTeam": 0.25
  226. },
  227. "shock": {
  228. "revealTeam": 0.25
  229. },
  230. "edge": {
  231. "revealTeam": 0.25
  232. },
  233. "psychic": {
  234. "revealTeam": 0.25
  235. },
  236. "aero": {
  237. "revealTeam": 0.25
  238. },
  239. "wing": {
  240. "revealTeam": 0.25
  241. },
  242. "int": {
  243. "revealTeam": 0.25
  244. },
  245. "intimidate": {
  246. "revealTeam": 0.25
  247. },
  248. "moxie": {
  249. "revealTeam": 0.25
  250. }
  251. }
  252. }
  253. },
  254. {
  255. "role": "delibird",
  256. "translation": "Delibird",
  257. "side": "village",
  258. "help": "You are Delibird! You're an adorable creature that also happens to deliver presents to all the good boys and girls in the Pokemon Universe in a single night. These days though, more and more people are starting to believe you don't exist. Time to prove everyone wrong! During the night, use /present on anyone you wish. You'll give them a nice gift while showing them your face, proving you're real!",
  259. "info": "Can present (reveal itself to) one person during the night. ~Sided~",
  260. "actions": {
  261. "night": {
  262. "present": {
  263. "command": "dummy",
  264. "target": "AnyButSelf",
  265. "common": "Self",
  266. "priority": 14,
  267. "pierce": true,
  268. "dummytargetmsg": "Hello there ~Target~! Here's a present for you, courtesy of ~Self~, the Delibird!"
  269. }
  270. }
  271. }
  272. },
  273. {
  274. "role": "swellow",
  275. "translation": "Swellow",
  276. "side": "village",
  277. "help": "You are Swellow! While flying you have the uncanny ability to follow other Pokemon. You can either /stalk (to see who someone visited) or /watch (to see who visited someone) one person during the night!",
  278. "info": "Can stalk or watch one person during the night. ~Sided~",
  279. "actions": {
  280. "night": {
  281. "stalk": {
  282. "target": "AnyButSelf",
  283. "common": "Self",
  284. "priority": 17,
  285. "cancel": ["watch"]
  286. },
  287. "watch": {
  288. "target": "AnyButSelf",
  289. "common": "Self",
  290. "priority": 17,
  291. "cancel": ["stalk"]
  292. }
  293. }
  294. }
  295. },
  296. {
  297. "role": "hawlucha",
  298. "translation": "Hawlucha",
  299. "side": "village",
  300. "help": "AND HIS NAME IS JOHN CE - I mean, Hawlucha! Your main priority is taking down your foes in the arena while using a great sense of style. During the day, you'll use /press to take someone down with your signature move, Flying Press! Since you are so flashy when styling on enemies, you will be revealed when you kill! No one can resist the Hawluchador!",
  301. "info": "Can press (kill) one person during the day (reveals user). ~Sided~",
  302. "actions": {
  303. "standby": {
  304. "press": {
  305. "command": "kill",
  306. "target": "AnyButSelf",
  307. "msg": "You can kill someone using /press! Be warned that this will reveal you!",
  308. "killmsg": "From high in the sky, ~Self~ (Hawlucha) dives down onto ~Target~ and takes them down!"
  309. }
  310. }
  311. }
  312. },
  313. {
  314. "role": "megaaltaria",
  315. "translation": "Mega Altaria",
  316. "side": "village",
  317. "help": "You're a Mega Altaria! Big and fluffy, you're admired by all that set their eyes upon you. Everyone wants you around, but with the skies being like this, you're mainly desired for protection. During the night, use /protect to keep one of your friends safe from the harm of death. Unfortunately, since you're a Fairy, poison isn't your forte. As such, not only can you not safeguard, but you also die instantly if you get poisoned!",
  318. "info": "Can protect one person during the night. Instantly dies if poisoned. ~Sided~",
  319. "actions": {
  320. "night": {
  321. "protect": {
  322. "command": ["protect", "guard"],
  323. "guardActions": ["copy"],
  324. "guardmsg": "",
  325. "target": "AnyButSelf",
  326. "common": "Self",
  327. "priority": 2,
  328. "hide": true
  329. }
  330. },
  331. "poison": {
  332. "mode": "die",
  333. "msg": "You were poisoned but died instantly!",
  334. "targetmsg": "Your target (~Self~) was the fairy-type Mega Altaria and they died instantly to your poison!"
  335. }
  336. }
  337. },
  338. {
  339. "role": "megaaltaria2",
  340. "translation": "Mega Altaria",
  341. "side": "village",
  342. "hide": "side",
  343. "help": "You're a Mega Altaria! Big and fluffy, you're admired by all that set their eyes upon you. Everyone wants you around, but with the skies being like this, you're mainly desired for protection. During the night, use /protect to keep one of your friends safe from the harm of death. In fact, you can actually save two allies because you can use this twice every night! Unfortunately, since you're a Fairy, poison isn't your forte. As such, not only can you not safeguard, but you also die instantly if you get poisoned!",
  344. "info": "Can protect two people during the night. Instantly dies if poisoned. ~Sided~",
  345. "actions": {
  346. "night": {
  347. "protect": {
  348. "command": ["protect", "guard"],
  349. "guardActions": ["copy"],
  350. "guardmsg": "",
  351. "target": "AnyButSelf",
  352. "common": "Self",
  353. "priority": 2,
  354. "limit": 2,
  355. "hide": true
  356. }
  357. },
  358. "poison": {
  359. "mode": "die",
  360. "msg": "You were poisoned but died instantly!",
  361. "targetmsg": "Your target (~Self~) was the fairy-type Mega Altaria and they died instantly to your poison!"
  362. }
  363. }
  364. },
  365. {
  366. "role": "togekiss",
  367. "translation": "Togekiss",
  368. "side": "village",
  369. "help": "You're everyone's most and least favorite flying type, Togekiss! While considered adorable by many, you also have a reputation for also being quite annoying with your Air Slash tactics. During the night, use /slash to make sure someone that might be a threat to you can't move. Also, due to your nice bulk, you have a 50% chance of evading nightkills! You know what they say: If you can't beat em, hax em to death.",
  370. "info": "Can slash (distract) one person during the night. Has a 50% chance of evading nightkills. ~Sided~",
  371. "actions": {
  372. "night": {
  373. "slash": {
  374. "command": "distract",
  375. "target": "AnyButSelf",
  376. "common": "Self",
  377. "priority": 1,
  378. "distractmsg": "Togekiss used Air Slash! You flinched and couldn't move last night!",
  379. "teammsg": "Your teammate seemed unable to move, so you decided to try to help them out instead of carrying out your tasks last night."
  380. },
  381. "protect": {
  382. "command": ["protect", "guard"],
  383. "guardActions": ["copy"],
  384. "guardmsg": "",
  385. "protectmsg": "Your target (~Target~) evaded your kill!",
  386. "common": "Self",
  387. "priority": 2,
  388. "hide": true,
  389. "ignoreDistract": true,
  390. "inputmsg": "",
  391. "compulsory": true,
  392. "noFollow": true,
  393. "target": "OnlySelf",
  394. "failChance": 0.5,
  395. "failmsg": ""
  396. }
  397. }
  398. }
  399. },
  400. {
  401. "role": "staraptor",
  402. "translation": "Staraptor",
  403. "side": "village",
  404. "help": "You are Staraptor, a scrappy, fighting bird! You command a lot of respect among Flying-types, so you have 3 votes! You can also /brave one person during the day to eliminate them! Be wary that while it won't reveal you, you can only use this once!",
  405. "info": "Vote of 3. Can brave (kill, does not reveal user) one person during the standby once per game. ~Sided~",
  406. "actions": {
  407. "standby": {
  408. "brave": {
  409. "command": "kill",
  410. "target": "AnyButSelf",
  411. "msg": "The skies are clear and quiet. Time to make your move using /brave to eliminate someone! While this won't reveal you, you can only use this once!",
  412. "killmsg": "The silence in the skies is quickly interrupted by a loud battlecry-like yell. In almost the blink of an eye, Staraptor appears, and fiercely charges into ~Target~ with a destructive Brave Bird!",
  413. "charges": 1
  414. }
  415. },
  416. "vote": 3
  417. }
  418. },
  419. {
  420. "role": "honchkrow",
  421. "translation": "Honchkrow",
  422. "side": "krow",
  423. "help": "You lead Krow's Krew in the lucrative trade of shipping contraband through the skies. Use /kill to knock out an unsuspecting bird out of the sky during the night! Don't worry about Togekiss, by the way. You're immune to her slashes.",
  424. "info": "Can kill one person during the night. Can't be distracted. ~Sided~",
  425. "actions": {
  426. "night": {
  427. "kill": {
  428. "target": "AnyButTeam",
  429. "common": "Team",
  430. "priority": 12,
  431. "hide": true,
  432. "broadcast": "team",
  433. "msg": "You have become yet another victim of the infamous band of Honchkrow and his henchmen."
  434. }
  435. },
  436. "distract": {
  437. "mode": "ignore"
  438. },
  439. "teamUtilities": true
  440. }
  441. },
  442. {
  443. "role": "mandibuzz",
  444. "translation": "Mandibuzz",
  445. "side": "krow",
  446. "help": "You are Mandibuzz - one of Honchkrow's close partners. Keep the boss and any other teammates safe by using /protect during the night. You also share a /kill with your team. Alongside /Keep your partner in crime safe, and it should be smooth sailing.",
  447. "info": "Can kill one person during the night. Can protect one person during the night. ~Sided~",
  448. "actions": {
  449. "night": {
  450. "kill": {
  451. "target": "AnyButTeam",
  452. "common": "Team",
  453. "priority": 12,
  454. "hide": true,
  455. "broadcast": "team",
  456. "msg": "You have become yet another victim of the infamous band of Honchkrow and his henchmen."
  457. },
  458. "protect": {
  459. "command": ["protect", "guard"],
  460. "guardActions": ["copy"],
  461. "guardmsg": "",
  462. "target": "AnyButSelf",
  463. "common": "Self",
  464. "priority": 2,
  465. "hide": true,
  466. "broadcast": "team"
  467. }
  468. },
  469. "teamUtilities": true
  470. }
  471. },
  472. {
  473. "role": "crobat",
  474. "translation": "Crobat",
  475. "side": "krow",
  476. "help": "You are Crobat! You are quite feared due to your ability to take people out before they can act. During the night, use /shock to unleash a vicious Venoshock attack, which will poison your target and kill them the following night, even if they are protected!",
  477. "info": "Can shock (poison) someone during the night. ~Sided~",
  478. "actions": {
  479. "night": {
  480. "shock": {
  481. "command": "poison",
  482. "target": "AnyButTeam",
  483. "common": "Self",
  484. "priority": 3,
  485. "broadcast": "team",
  486. "poisonDeadMessage": "You have succumbed to the deadly poison of Crobat."
  487. }
  488. },
  489. "teamUtilities": true
  490. }
  491. },
  492. {
  493. "role": "megaaerodactyl",
  494. "translation": "Mega Aerodactyl",
  495. "side": "krow",
  496. "help": "You are Mega Aerodactyl! A relic of ancient times, you've been brought back to life and granted even more power with a Mega Stone. On top of sharing with your team's /kill, use /edge to knock a second opponent out of the sky every night. This kill has higher priority than your rival Odd Birds.",
  497. "info": "Can kill one person during the night. Can edge (unshared kill) one person during the night. ~Sided~",
  498. "actions": {
  499. "night": {
  500. "kill": {
  501. "target": "AnyButTeam",
  502. "common": "Team",
  503. "priority": 12,
  504. "hide": true,
  505. "broadcast": "team",
  506. "msg": "You have become yet another victim of the infamous band of Honchkrow and his henchmen."
  507. },
  508. "edge": {
  509. "command": "kill",
  510. "target": "AnyButTeam",
  511. "common": "Self",
  512. "priority": 10,
  513. "broadcast": "team",
  514. "msg": "Mega Aerodactyl used Stone Edge! A critical hit! You fainted!"
  515. }
  516. },
  517. "teamUtilities": true
  518. }
  519. },
  520. {
  521. "role": "drifblim",
  522. "translation": "Drifblim",
  523. "side": "krow",
  524. "help": "As the Blimp pokemon, you're quite a drifter. With the ability to instantly vanish during the night as well carry people and pokemon, you've made the darkness your home. From the shadows, you share a /kill with your team during the night. On top of that, anyone that kills you during the night will fall as well.",
  525. "info": "Can kill one person during the night. Revenges nightkills. ~Sided~",
  526. "actions": {
  527. "kill": {
  528. "mode": "killattackerevenifprotected",
  529. "msg": "Your soul was mysteriously carried away in the now-lifeless drifting Drifblim."
  530. },
  531. "night": {
  532. "kill": {
  533. "target": "AnyButTeam",
  534. "common": "Team",
  535. "priority": 12,
  536. "hide": true,
  537. "broadcast": "team",
  538. "msg": "You have become yet another victim of the infamous band of Honchkrow and his henchmen."
  539. }
  540. },
  541. "teamUtilities": true
  542. }
  543. },
  544. {
  545. "role": "gyarados",
  546. "translation": "Gyarados",
  547. "side": "odd",
  548. "help": "You are Gyarados! Known to thrash about, you're a force of destruction. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  549. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  550. "actions": {
  551. "night": {
  552. "vote": {
  553. "command": "dummy",
  554. "inputmsg": "You currently have a vote of 1!",
  555. "hide": true,
  556. "compulsory": true,
  557. "noFollow": true,
  558. "target": "OnlySelf",
  559. "priority": 99,
  560. "common": "Self"
  561. },
  562. "intimidate": {
  563. "command": ["copy", "kill"],
  564. "copyAs": {
  565. "1-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  566. },
  567. "copymsg": "",
  568. "copyusermsg": "",
  569. "target": "AnyButTeam",
  570. "common": "Team",
  571. "priority": 11,
  572. "hide": true,
  573. "broadcast": "team",
  574. "cancel": ["int", "moxie"]
  575. },
  576. "int": {
  577. "command": ["copy", "kill"],
  578. "copyAs": {
  579. "1-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  580. },
  581. "copymsg": "",
  582. "copyusermsg": "",
  583. "target": "AnyButTeam",
  584. "common": "Team",
  585. "priority": 11,
  586. "hide": true,
  587. "broadcast": "team",
  588. "cancel": ["intimidate", "moxie"]
  589. },
  590. "moxie": {
  591. "command": ["copy", "kill"],
  592. "copyAs": {
  593. "2-0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  594. },
  595. "copymsg": "",
  596. "copyusermsg": "",
  597. "target": "AnyButTeam",
  598. "common": "Team",
  599. "priority": 11,
  600. "hide": true,
  601. "broadcast": "team",
  602. "cancel": ["intimidate", "int"]
  603. }
  604. },
  605. "teamUtilities": true
  606. }
  607. },
  608. {
  609. "role": "1-1",
  610. "translation": "Gyarados",
  611. "side": "odd",
  612. "hide": true,
  613. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  614. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  615. "actions": {
  616. "night": {
  617. "vote": {
  618. "command": "dummy",
  619. "inputmsg": "You currently have a -1 voteshield and a vote of 1!",
  620. "hide": true,
  621. "compulsory": true,
  622. "noFollow": true,
  623. "target": "OnlySelf",
  624. "priority": 99,
  625. "common": "Self"
  626. },
  627. "intimidate": {
  628. "command": ["copy", "kill"],
  629. "copyAs": {
  630. "1-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  631. },
  632. "copymsg": "",
  633. "copyusermsg": "",
  634. "target": "AnyButTeam",
  635. "common": "Team",
  636. "priority": 11,
  637. "hide": true,
  638. "broadcast": "team",
  639. "cancel": ["int", "moxie"]
  640. },
  641. "int": {
  642. "command": ["copy", "kill"],
  643. "copyAs": {
  644. "1-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  645. },
  646. "copymsg": "",
  647. "copyusermsg": "",
  648. "target": "AnyButTeam",
  649. "common": "Team",
  650. "priority": 11,
  651. "hide": true,
  652. "broadcast": "team",
  653. "cancel": ["intimidate", "moxie"]
  654. },
  655. "moxie": {
  656. "command": ["copy", "kill"],
  657. "copyAs": {
  658. "2-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  659. },
  660. "copymsg": "",
  661. "copyusermsg": "",
  662. "target": "AnyButTeam",
  663. "common": "Team",
  664. "priority": 11,
  665. "hide": true,
  666. "broadcast": "team",
  667. "cancel": ["intimidate", "int"]
  668. }
  669. },
  670. "teamUtilities": true,
  671. "vote": 1,
  672. "voteshield": -1
  673. }
  674. },
  675. {
  676. "role": "1-2",
  677. "translation": "Gyarados",
  678. "side": "odd",
  679. "hide": true,
  680. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  681. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  682. "actions": {
  683. "night": {
  684. "vote": {
  685. "command": "dummy",
  686. "inputmsg": "You currently have a -2 voteshield and a vote of 1!",
  687. "hide": true,
  688. "compulsory": true,
  689. "noFollow": true,
  690. "target": "OnlySelf",
  691. "priority": 99,
  692. "common": "Self"
  693. },
  694. "intimidate": {
  695. "command": ["copy", "kill"],
  696. "copyAs": {
  697. "1-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  698. },
  699. "copymsg": "",
  700. "copyusermsg": "",
  701. "target": "AnyButTeam",
  702. "common": "Team",
  703. "priority": 11,
  704. "hide": true,
  705. "broadcast": "team",
  706. "cancel": ["int", "moxie"]
  707. },
  708. "int": {
  709. "command": ["copy", "kill"],
  710. "copyAs": {
  711. "1-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  712. },
  713. "copymsg": "",
  714. "copyusermsg": "",
  715. "target": "AnyButTeam",
  716. "common": "Team",
  717. "priority": 11,
  718. "hide": true,
  719. "broadcast": "team",
  720. "cancel": ["intimidate", "moxie"]
  721. },
  722. "moxie": {
  723. "command": ["copy", "kill"],
  724. "copyAs": {
  725. "2-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  726. },
  727. "copymsg": "",
  728. "copyusermsg": "",
  729. "target": "AnyButTeam",
  730. "common": "Team",
  731. "priority": 11,
  732. "hide": true,
  733. "broadcast": "team",
  734. "cancel": ["intimidate", "int"]
  735. }
  736. },
  737. "teamUtilities": true,
  738. "vote": 1,
  739. "voteshield": -2
  740. }
  741. },
  742. {
  743. "role": "1-3",
  744. "translation": "Gyarados",
  745. "side": "odd",
  746. "hide": true,
  747. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  748. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  749. "actions": {
  750. "night": {
  751. "vote": {
  752. "command": "dummy",
  753. "inputmsg": "You currently have a -3 voteshield and a vote of 1!",
  754. "hide": true,
  755. "compulsory": true,
  756. "noFollow": true,
  757. "target": "OnlySelf",
  758. "priority": 99,
  759. "common": "Self"
  760. },
  761. "intimidate": {
  762. "command": ["copy", "kill"],
  763. "copyAs": {
  764. "1-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  765. },
  766. "copymsg": "",
  767. "copyusermsg": "",
  768. "target": "AnyButTeam",
  769. "common": "Team",
  770. "priority": 11,
  771. "hide": true,
  772. "broadcast": "team",
  773. "cancel": ["int", "moxie"]
  774. },
  775. "int": {
  776. "command": ["copy", "kill"],
  777. "copyAs": {
  778. "1-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  779. },
  780. "copymsg": "",
  781. "copyusermsg": "",
  782. "target": "AnyButTeam",
  783. "common": "Team",
  784. "priority": 11,
  785. "hide": true,
  786. "broadcast": "team",
  787. "cancel": ["intimidate", "moxie"]
  788. },
  789. "moxie": {
  790. "command": ["copy", "kill"],
  791. "copyAs": {
  792. "2-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  793. },
  794. "copymsg": "",
  795. "copyusermsg": "",
  796. "target": "AnyButTeam",
  797. "common": "Team",
  798. "priority": 11,
  799. "hide": true,
  800. "broadcast": "team",
  801. "cancel": ["intimidate", "int"]
  802. }
  803. },
  804. "teamUtilities": true,
  805. "vote": 1,
  806. "voteshield": -3
  807. }
  808. },
  809. {
  810. "role": "1-4",
  811. "translation": "Gyarados",
  812. "side": "odd",
  813. "hide": true,
  814. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  815. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  816. "actions": {
  817. "night": {
  818. "vote": {
  819. "command": "dummy",
  820. "inputmsg": "You currently have a -4 voteshield and a vote of 1!",
  821. "hide": true,
  822. "compulsory": true,
  823. "noFollow": true,
  824. "target": "OnlySelf",
  825. "priority": 99,
  826. "common": "Self"
  827. },
  828. "intimidate": {
  829. "command": ["copy", "kill"],
  830. "copyAs": {
  831. "1-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  832. },
  833. "copymsg": "",
  834. "copyusermsg": "",
  835. "target": "AnyButTeam",
  836. "common": "Team",
  837. "priority": 11,
  838. "hide": true,
  839. "broadcast": "team",
  840. "cancel": ["int", "moxie"]
  841. },
  842. "int": {
  843. "command": ["copy", "kill"],
  844. "copyAs": {
  845. "1-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  846. },
  847. "copymsg": "",
  848. "copyusermsg": "",
  849. "target": "AnyButTeam",
  850. "common": "Team",
  851. "priority": 11,
  852. "hide": true,
  853. "broadcast": "team",
  854. "cancel": ["intimidate", "moxie"]
  855. },
  856. "moxie": {
  857. "command": ["copy", "kill"],
  858. "copyAs": {
  859. "2-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  860. },
  861. "copymsg": "",
  862. "copyusermsg": "",
  863. "target": "AnyButTeam",
  864. "common": "Team",
  865. "priority": 11,
  866. "hide": true,
  867. "broadcast": "team",
  868. "cancel": ["intimidate", "int"]
  869. }
  870. },
  871. "teamUtilities": true,
  872. "vote": 1,
  873. "voteshield": -4
  874. }
  875. },
  876. {
  877. "role": "1-5",
  878. "translation": "Gyarados",
  879. "side": "odd",
  880. "hide": true,
  881. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  882. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  883. "actions": {
  884. "night": {
  885. "vote": {
  886. "command": "dummy",
  887. "inputmsg": "You currently have a -5 voteshield and a vote of 1!",
  888. "hide": true,
  889. "compulsory": true,
  890. "noFollow": true,
  891. "target": "OnlySelf",
  892. "priority": 99,
  893. "common": "Self"
  894. },
  895. "intimidate": {
  896. "command": ["copy", "kill"],
  897. "copyAs": {
  898. "1-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  899. },
  900. "copymsg": "",
  901. "copyusermsg": "",
  902. "target": "AnyButTeam",
  903. "common": "Team",
  904. "priority": 11,
  905. "hide": true,
  906. "broadcast": "team",
  907. "cancel": ["int", "moxie"]
  908. },
  909. "int": {
  910. "command": ["copy", "kill"],
  911. "copyAs": {
  912. "1-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  913. },
  914. "copymsg": "",
  915. "copyusermsg": "",
  916. "target": "AnyButTeam",
  917. "common": "Team",
  918. "priority": 11,
  919. "hide": true,
  920. "broadcast": "team",
  921. "cancel": ["intimidate", "moxie"]
  922. },
  923. "moxie": {
  924. "command": ["copy", "kill"],
  925. "copyAs": {
  926. "2-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  927. },
  928. "copymsg": "",
  929. "copyusermsg": "",
  930. "target": "AnyButTeam",
  931. "common": "Team",
  932. "priority": 11,
  933. "hide": true,
  934. "broadcast": "team",
  935. "cancel": ["intimidate", "int"]
  936. }
  937. },
  938. "teamUtilities": true,
  939. "vote": 1,
  940. "voteshield": -5
  941. }
  942. },
  943. {
  944. "role": "1-6",
  945. "translation": "Gyarados",
  946. "side": "odd",
  947. "hide": true,
  948. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  949. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  950. "actions": {
  951. "night": {
  952. "vote": {
  953. "command": "dummy",
  954. "inputmsg": "You currently have a -6 voteshield and a vote of 1!",
  955. "hide": true,
  956. "compulsory": true,
  957. "noFollow": true,
  958. "target": "OnlySelf",
  959. "priority": 99,
  960. "common": "Self"
  961. },
  962. "moxie": {
  963. "command": ["copy", "kill"],
  964. "copyAs": {
  965. "2-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  966. },
  967. "copymsg": "",
  968. "copyusermsg": "",
  969. "target": "AnyButTeam",
  970. "common": "Team",
  971. "priority": 11,
  972. "hide": true,
  973. "broadcast": "team"
  974. }
  975. },
  976. "teamUtilities": true,
  977. "vote": 1,
  978. "voteshield": -6
  979. }
  980. },
  981. {
  982. "role": "2-0",
  983. "translation": "Gyarados",
  984. "side": "odd",
  985. "hide": true,
  986. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  987. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  988. "actions": {
  989. "night": {
  990. "vote": {
  991. "command": "dummy",
  992. "inputmsg": "You currently have a vote of 2!",
  993. "hide": true,
  994. "compulsory": true,
  995. "noFollow": true,
  996. "target": "OnlySelf",
  997. "priority": 99,
  998. "common": "Self"
  999. },
  1000. "intimidate": {
  1001. "command": ["copy", "kill"],
  1002. "copyAs": {
  1003. "2-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1004. },
  1005. "copymsg": "",
  1006. "copyusermsg": "",
  1007. "target": "AnyButTeam",
  1008. "common": "Team",
  1009. "priority": 11,
  1010. "hide": true,
  1011. "broadcast": "team",
  1012. "cancel": ["int", "moxie"]
  1013. },
  1014. "int": {
  1015. "command": ["copy", "kill"],
  1016. "copyAs": {
  1017. "2-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1018. },
  1019. "copymsg": "",
  1020. "copyusermsg": "",
  1021. "target": "AnyButTeam",
  1022. "common": "Team",
  1023. "priority": 11,
  1024. "hide": true,
  1025. "broadcast": "team",
  1026. "cancel": ["intimidate", "moxie"]
  1027. },
  1028. "moxie": {
  1029. "command": ["copy", "kill"],
  1030. "copyAs": {
  1031. "3-0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1032. },
  1033. "copymsg": "",
  1034. "copyusermsg": "",
  1035. "target": "AnyButTeam",
  1036. "common": "Team",
  1037. "priority": 11,
  1038. "hide": true,
  1039. "broadcast": "team",
  1040. "cancel": ["intimidate", "int"]
  1041. }
  1042. },
  1043. "teamUtilities": true,
  1044. "vote": 2
  1045. }
  1046. },
  1047. {
  1048. "role": "2-1",
  1049. "translation": "Gyarados",
  1050. "side": "odd",
  1051. "hide": true,
  1052. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1053. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1054. "actions": {
  1055. "night": {
  1056. "vote": {
  1057. "command": "dummy",
  1058. "inputmsg": "You currently have a -1 voteshield and a vote of 2!",
  1059. "hide": true,
  1060. "compulsory": true,
  1061. "noFollow": true,
  1062. "target": "OnlySelf",
  1063. "priority": 99,
  1064. "common": "Self"
  1065. },
  1066. "intimidate": {
  1067. "command": ["copy", "kill"],
  1068. "copyAs": {
  1069. "2-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1070. },
  1071. "copymsg": "",
  1072. "copyusermsg": "",
  1073. "target": "AnyButTeam",
  1074. "common": "Team",
  1075. "priority": 11,
  1076. "hide": true,
  1077. "broadcast": "team",
  1078. "cancel": ["int", "moxie"]
  1079. },
  1080. "int": {
  1081. "command": ["copy", "kill"],
  1082. "copyAs": {
  1083. "2-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1084. },
  1085. "copymsg": "",
  1086. "copyusermsg": "",
  1087. "target": "AnyButTeam",
  1088. "common": "Team",
  1089. "priority": 11,
  1090. "hide": true,
  1091. "broadcast": "team",
  1092. "cancel": ["intimidate", "moxie"]
  1093. },
  1094. "moxie": {
  1095. "command": ["copy", "kill"],
  1096. "copyAs": {
  1097. "3-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1098. },
  1099. "copymsg": "",
  1100. "copyusermsg": "",
  1101. "target": "AnyButTeam",
  1102. "common": "Team",
  1103. "priority": 11,
  1104. "hide": true,
  1105. "broadcast": "team",
  1106. "cancel": ["intimidate", "int"]
  1107. }
  1108. },
  1109. "teamUtilities": true,
  1110. "vote": 2,
  1111. "voteshield": -1
  1112. }
  1113. },
  1114. {
  1115. "role": "2-2",
  1116. "translation": "Gyarados",
  1117. "side": "odd",
  1118. "hide": true,
  1119. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1120. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1121. "actions": {
  1122. "night": {
  1123. "vote": {
  1124. "command": "dummy",
  1125. "inputmsg": "You currently have a -2 voteshield and a vote of 2!",
  1126. "hide": true,
  1127. "compulsory": true,
  1128. "noFollow": true,
  1129. "target": "OnlySelf",
  1130. "priority": 99,
  1131. "common": "Self"
  1132. },
  1133. "intimidate": {
  1134. "command": ["copy", "kill"],
  1135. "copyAs": {
  1136. "2-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1137. },
  1138. "copymsg": "",
  1139. "copyusermsg": "",
  1140. "target": "AnyButTeam",
  1141. "common": "Team",
  1142. "priority": 11,
  1143. "hide": true,
  1144. "broadcast": "team",
  1145. "cancel": ["int", "moxie"]
  1146. },
  1147. "int": {
  1148. "command": ["copy", "kill"],
  1149. "copyAs": {
  1150. "2-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1151. },
  1152. "copymsg": "",
  1153. "copyusermsg": "",
  1154. "target": "AnyButTeam",
  1155. "common": "Team",
  1156. "priority": 11,
  1157. "hide": true,
  1158. "broadcast": "team",
  1159. "cancel": ["intimidate", "moxie"]
  1160. },
  1161. "moxie": {
  1162. "command": ["copy", "kill"],
  1163. "copyAs": {
  1164. "3-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1165. },
  1166. "copymsg": "",
  1167. "copyusermsg": "",
  1168. "target": "AnyButTeam",
  1169. "common": "Team",
  1170. "priority": 11,
  1171. "hide": true,
  1172. "broadcast": "team",
  1173. "cancel": ["intimidate", "int"]
  1174. }
  1175. },
  1176. "teamUtilities": true,
  1177. "vote": 2,
  1178. "voteshield": -2
  1179. }
  1180. },
  1181. {
  1182. "role": "2-3",
  1183. "translation": "Gyarados",
  1184. "side": "odd",
  1185. "hide": true,
  1186. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1187. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1188. "actions": {
  1189. "night": {
  1190. "vote": {
  1191. "command": "dummy",
  1192. "inputmsg": "You currently have a -3 voteshield and a vote of 2!",
  1193. "hide": true,
  1194. "compulsory": true,
  1195. "noFollow": true,
  1196. "target": "OnlySelf",
  1197. "priority": 99,
  1198. "common": "Self"
  1199. },
  1200. "intimidate": {
  1201. "command": ["copy", "kill"],
  1202. "copyAs": {
  1203. "2-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1204. },
  1205. "copymsg": "",
  1206. "copyusermsg": "",
  1207. "target": "AnyButTeam",
  1208. "common": "Team",
  1209. "priority": 11,
  1210. "hide": true,
  1211. "broadcast": "team",
  1212. "cancel": ["int", "moxie"]
  1213. },
  1214. "int": {
  1215. "command": ["copy", "kill"],
  1216. "copyAs": {
  1217. "2-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1218. },
  1219. "copymsg": "",
  1220. "copyusermsg": "",
  1221. "target": "AnyButTeam",
  1222. "common": "Team",
  1223. "priority": 11,
  1224. "hide": true,
  1225. "broadcast": "team",
  1226. "cancel": ["intimidate", "moxie"]
  1227. },
  1228. "moxie": {
  1229. "command": ["copy", "kill"],
  1230. "copyAs": {
  1231. "3-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1232. },
  1233. "copymsg": "",
  1234. "copyusermsg": "",
  1235. "target": "AnyButTeam",
  1236. "common": "Team",
  1237. "priority": 11,
  1238. "hide": true,
  1239. "broadcast": "team",
  1240. "cancel": ["intimidate", "int"]
  1241. }
  1242. },
  1243. "teamUtilities": true,
  1244. "vote": 2,
  1245. "voteshield": -3
  1246. }
  1247. },
  1248. {
  1249. "role": "2-4",
  1250. "translation": "Gyarados",
  1251. "side": "odd",
  1252. "hide": true,
  1253. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1254. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1255. "actions": {
  1256. "night": {
  1257. "vote": {
  1258. "command": "dummy",
  1259. "inputmsg": "You currently have a -4 voteshield and a vote of 2!",
  1260. "hide": true,
  1261. "compulsory": true,
  1262. "noFollow": true,
  1263. "target": "OnlySelf",
  1264. "priority": 99,
  1265. "common": "Self"
  1266. },
  1267. "intimidate": {
  1268. "command": ["copy", "kill"],
  1269. "copyAs": {
  1270. "2-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1271. },
  1272. "copymsg": "",
  1273. "copyusermsg": "",
  1274. "target": "AnyButTeam",
  1275. "common": "Team",
  1276. "priority": 11,
  1277. "hide": true,
  1278. "broadcast": "team",
  1279. "cancel": ["int", "moxie"]
  1280. },
  1281. "int": {
  1282. "command": ["copy", "kill"],
  1283. "copyAs": {
  1284. "2-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1285. },
  1286. "copymsg": "",
  1287. "copyusermsg": "",
  1288. "target": "AnyButTeam",
  1289. "common": "Team",
  1290. "priority": 11,
  1291. "hide": true,
  1292. "broadcast": "team",
  1293. "cancel": ["intimidate", "moxie"]
  1294. },
  1295. "moxie": {
  1296. "command": ["copy", "kill"],
  1297. "copyAs": {
  1298. "3-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1299. },
  1300. "copymsg": "",
  1301. "copyusermsg": "",
  1302. "target": "AnyButTeam",
  1303. "common": "Team",
  1304. "priority": 11,
  1305. "hide": true,
  1306. "broadcast": "team",
  1307. "cancel": ["intimidate", "int"]
  1308. }
  1309. },
  1310. "teamUtilities": true,
  1311. "vote": 2,
  1312. "voteshield": -4
  1313. }
  1314. },
  1315. {
  1316. "role": "2-5",
  1317. "translation": "Gyarados",
  1318. "side": "odd",
  1319. "hide": true,
  1320. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1321. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1322. "actions": {
  1323. "night": {
  1324. "vote": {
  1325. "command": "dummy",
  1326. "inputmsg": "You currently have a -5 voteshield and a vote of 2!",
  1327. "hide": true,
  1328. "compulsory": true,
  1329. "noFollow": true,
  1330. "target": "OnlySelf",
  1331. "priority": 99,
  1332. "common": "Self"
  1333. },
  1334. "intimidate": {
  1335. "command": ["copy", "kill"],
  1336. "copyAs": {
  1337. "2-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1338. },
  1339. "copymsg": "",
  1340. "copyusermsg": "",
  1341. "target": "AnyButTeam",
  1342. "common": "Team",
  1343. "priority": 11,
  1344. "hide": true,
  1345. "broadcast": "team",
  1346. "cancel": ["int", "moxie"]
  1347. },
  1348. "int": {
  1349. "command": ["copy", "kill"],
  1350. "copyAs": {
  1351. "2-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1352. },
  1353. "copymsg": "",
  1354. "copyusermsg": "",
  1355. "target": "AnyButTeam",
  1356. "common": "Team",
  1357. "priority": 11,
  1358. "hide": true,
  1359. "broadcast": "team",
  1360. "cancel": ["intimidate", "moxie"]
  1361. },
  1362. "moxie": {
  1363. "command": ["copy", "kill"],
  1364. "copyAs": {
  1365. "3-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1366. },
  1367. "copymsg": "",
  1368. "copyusermsg": "",
  1369. "target": "AnyButTeam",
  1370. "common": "Team",
  1371. "priority": 11,
  1372. "hide": true,
  1373. "broadcast": "team",
  1374. "cancel": ["intimidate", "int"]
  1375. }
  1376. },
  1377. "teamUtilities": true,
  1378. "vote": 2,
  1379. "voteshield": -5
  1380. }
  1381. },
  1382. {
  1383. "role": "2-6",
  1384. "translation": "Gyarados",
  1385. "side": "odd",
  1386. "hide": true,
  1387. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1388. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1389. "actions": {
  1390. "night": {
  1391. "vote": {
  1392. "command": "dummy",
  1393. "inputmsg": "You currently have a -6 voteshield and a vote of 2!",
  1394. "hide": true,
  1395. "compulsory": true,
  1396. "noFollow": true,
  1397. "target": "OnlySelf",
  1398. "priority": 99,
  1399. "common": "Self"
  1400. },
  1401. "moxie": {
  1402. "command": ["copy", "kill"],
  1403. "copyAs": {
  1404. "3-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1405. },
  1406. "copymsg": "",
  1407. "copyusermsg": "",
  1408. "target": "AnyButTeam",
  1409. "common": "Team",
  1410. "priority": 11,
  1411. "hide": true,
  1412. "broadcast": "team"
  1413. }
  1414. },
  1415. "teamUtilities": true,
  1416. "vote": 2,
  1417. "voteshield": -6
  1418. }
  1419. },
  1420. {
  1421. "role": "3-0",
  1422. "translation": "Gyarados",
  1423. "side": "odd",
  1424. "hide": true,
  1425. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1426. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1427. "actions": {
  1428. "night": {
  1429. "vote": {
  1430. "command": "dummy",
  1431. "inputmsg": "You currently have a vote of 3!",
  1432. "hide": true,
  1433. "compulsory": true,
  1434. "noFollow": true,
  1435. "target": "OnlySelf",
  1436. "priority": 99,
  1437. "common": "Self"
  1438. },
  1439. "intimidate": {
  1440. "command": ["copy", "kill"],
  1441. "copyAs": {
  1442. "3-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1443. },
  1444. "copymsg": "",
  1445. "copyusermsg": "",
  1446. "target": "AnyButTeam",
  1447. "common": "Team",
  1448. "priority": 11,
  1449. "hide": true,
  1450. "broadcast": "team",
  1451. "cancel": ["int", "moxie"]
  1452. },
  1453. "int": {
  1454. "command": ["copy", "kill"],
  1455. "copyAs": {
  1456. "3-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1457. },
  1458. "copymsg": "",
  1459. "copyusermsg": "",
  1460. "target": "AnyButTeam",
  1461. "common": "Team",
  1462. "priority": 11,
  1463. "hide": true,
  1464. "broadcast": "team",
  1465. "cancel": ["intimidate", "moxie"]
  1466. },
  1467. "moxie": {
  1468. "command": ["copy", "kill"],
  1469. "copyAs": {
  1470. "4-0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1471. },
  1472. "copymsg": "",
  1473. "copyusermsg": "",
  1474. "target": "AnyButTeam",
  1475. "common": "Team",
  1476. "priority": 11,
  1477. "hide": true,
  1478. "broadcast": "team",
  1479. "cancel": ["intimidate", "int"]
  1480. }
  1481. },
  1482. "teamUtilities": true,
  1483. "vote": 3
  1484. }
  1485. },
  1486. {
  1487. "role": "3-1",
  1488. "translation": "Gyarados",
  1489. "side": "odd",
  1490. "hide": true,
  1491. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1492. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1493. "actions": {
  1494. "night": {
  1495. "vote": {
  1496. "command": "dummy",
  1497. "inputmsg": "You currently have a -1 voteshield and a vote of 3!",
  1498. "hide": true,
  1499. "compulsory": true,
  1500. "noFollow": true,
  1501. "target": "OnlySelf",
  1502. "priority": 99,
  1503. "common": "Self"
  1504. },
  1505. "intimidate": {
  1506. "command": ["copy", "kill"],
  1507. "copyAs": {
  1508. "3-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1509. },
  1510. "copymsg": "",
  1511. "copyusermsg": "",
  1512. "target": "AnyButTeam",
  1513. "common": "Team",
  1514. "priority": 11,
  1515. "hide": true,
  1516. "broadcast": "team",
  1517. "cancel": ["int", "moxie"]
  1518. },
  1519. "int": {
  1520. "command": ["copy", "kill"],
  1521. "copyAs": {
  1522. "3-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1523. },
  1524. "copymsg": "",
  1525. "copyusermsg": "",
  1526. "target": "AnyButTeam",
  1527. "common": "Team",
  1528. "priority": 11,
  1529. "hide": true,
  1530. "broadcast": "team",
  1531. "cancel": ["intimidate", "moxie"]
  1532. },
  1533. "moxie": {
  1534. "command": ["copy", "kill"],
  1535. "copyAs": {
  1536. "4-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1537. },
  1538. "copymsg": "",
  1539. "copyusermsg": "",
  1540. "target": "AnyButTeam",
  1541. "common": "Team",
  1542. "priority": 11,
  1543. "hide": true,
  1544. "broadcast": "team",
  1545. "cancel": ["intimidate", "int"]
  1546. }
  1547. },
  1548. "teamUtilities": true,
  1549. "vote": 3,
  1550. "voteshield": -1
  1551. }
  1552. },
  1553. {
  1554. "role": "3-2",
  1555. "translation": "Gyarados",
  1556. "side": "odd",
  1557. "hide": true,
  1558. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1559. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1560. "actions": {
  1561. "night": {
  1562. "vote": {
  1563. "command": "dummy",
  1564. "inputmsg": "You currently have a -2 voteshield and a vote of 3!",
  1565. "hide": true,
  1566. "compulsory": true,
  1567. "noFollow": true,
  1568. "target": "OnlySelf",
  1569. "priority": 99,
  1570. "common": "Self"
  1571. },
  1572. "intimidate": {
  1573. "command": ["copy", "kill"],
  1574. "copyAs": {
  1575. "3-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1576. },
  1577. "copymsg": "",
  1578. "copyusermsg": "",
  1579. "target": "AnyButTeam",
  1580. "common": "Team",
  1581. "priority": 11,
  1582. "hide": true,
  1583. "broadcast": "team",
  1584. "cancel": ["int", "moxie"]
  1585. },
  1586. "int": {
  1587. "command": ["copy", "kill"],
  1588. "copyAs": {
  1589. "3-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1590. },
  1591. "copymsg": "",
  1592. "copyusermsg": "",
  1593. "target": "AnyButTeam",
  1594. "common": "Team",
  1595. "priority": 11,
  1596. "hide": true,
  1597. "broadcast": "team",
  1598. "cancel": ["intimidate", "moxie"]
  1599. },
  1600. "moxie": {
  1601. "command": ["copy", "kill"],
  1602. "copyAs": {
  1603. "4-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1604. },
  1605. "copymsg": "",
  1606. "copyusermsg": "",
  1607. "target": "AnyButTeam",
  1608. "common": "Team",
  1609. "priority": 11,
  1610. "hide": true,
  1611. "broadcast": "team",
  1612. "cancel": ["intimidate", "int"]
  1613. }
  1614. },
  1615. "teamUtilities": true,
  1616. "vote": 3,
  1617. "voteshield": -2
  1618. }
  1619. },
  1620. {
  1621. "role": "3-3",
  1622. "translation": "Gyarados",
  1623. "side": "odd",
  1624. "hide": true,
  1625. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1626. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1627. "actions": {
  1628. "night": {
  1629. "vote": {
  1630. "command": "dummy",
  1631. "inputmsg": "You currently have a -3 voteshield and a vote of 3!",
  1632. "hide": true,
  1633. "compulsory": true,
  1634. "noFollow": true,
  1635. "target": "OnlySelf",
  1636. "priority": 99,
  1637. "common": "Self"
  1638. },
  1639. "intimidate": {
  1640. "command": ["copy", "kill"],
  1641. "copyAs": {
  1642. "3-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1643. },
  1644. "copymsg": "",
  1645. "copyusermsg": "",
  1646. "target": "AnyButTeam",
  1647. "common": "Team",
  1648. "priority": 11,
  1649. "hide": true,
  1650. "broadcast": "team",
  1651. "cancel": ["int", "moxie"]
  1652. },
  1653. "int": {
  1654. "command": ["copy", "kill"],
  1655. "copyAs": {
  1656. "3-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1657. },
  1658. "copymsg": "",
  1659. "copyusermsg": "",
  1660. "target": "AnyButTeam",
  1661. "common": "Team",
  1662. "priority": 11,
  1663. "hide": true,
  1664. "broadcast": "team",
  1665. "cancel": ["intimidate", "moxie"]
  1666. },
  1667. "moxie": {
  1668. "command": ["copy", "kill"],
  1669. "copyAs": {
  1670. "4-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1671. },
  1672. "copymsg": "",
  1673. "copyusermsg": "",
  1674. "target": "AnyButTeam",
  1675. "common": "Team",
  1676. "priority": 11,
  1677. "hide": true,
  1678. "broadcast": "team",
  1679. "cancel": ["intimidate", "int"]
  1680. }
  1681. },
  1682. "teamUtilities": true,
  1683. "vote": 3,
  1684. "voteshield": -3
  1685. }
  1686. },
  1687. {
  1688. "role": "3-4",
  1689. "translation": "Gyarados",
  1690. "side": "odd",
  1691. "hide": true,
  1692. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1693. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1694. "actions": {
  1695. "night": {
  1696. "vote": {
  1697. "command": "dummy",
  1698. "inputmsg": "You currently have a -4 voteshield and a vote of 3!",
  1699. "hide": true,
  1700. "compulsory": true,
  1701. "noFollow": true,
  1702. "target": "OnlySelf",
  1703. "priority": 99,
  1704. "common": "Self"
  1705. },
  1706. "intimidate": {
  1707. "command": ["copy", "kill"],
  1708. "copyAs": {
  1709. "3-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1710. },
  1711. "copymsg": "",
  1712. "copyusermsg": "",
  1713. "target": "AnyButTeam",
  1714. "common": "Team",
  1715. "priority": 11,
  1716. "hide": true,
  1717. "broadcast": "team",
  1718. "cancel": ["int", "moxie"]
  1719. },
  1720. "int": {
  1721. "command": ["copy", "kill"],
  1722. "copyAs": {
  1723. "3-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1724. },
  1725. "copymsg": "",
  1726. "copyusermsg": "",
  1727. "target": "AnyButTeam",
  1728. "common": "Team",
  1729. "priority": 11,
  1730. "hide": true,
  1731. "broadcast": "team",
  1732. "cancel": ["intimidate", "moxie"]
  1733. },
  1734. "moxie": {
  1735. "command": ["copy", "kill"],
  1736. "copyAs": {
  1737. "4-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1738. },
  1739. "copymsg": "",
  1740. "copyusermsg": "",
  1741. "target": "AnyButTeam",
  1742. "common": "Team",
  1743. "priority": 11,
  1744. "hide": true,
  1745. "broadcast": "team",
  1746. "cancel": ["intimidate", "int"]
  1747. }
  1748. },
  1749. "teamUtilities": true,
  1750. "vote": 3,
  1751. "voteshield": -4
  1752. }
  1753. },
  1754. {
  1755. "role": "3-5",
  1756. "translation": "Gyarados",
  1757. "side": "odd",
  1758. "hide": true,
  1759. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1760. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1761. "actions": {
  1762. "night": {
  1763. "vote": {
  1764. "command": "dummy",
  1765. "inputmsg": "You currently have a -5 voteshield and a vote of 3!",
  1766. "hide": true,
  1767. "compulsory": true,
  1768. "noFollow": true,
  1769. "target": "OnlySelf",
  1770. "priority": 99,
  1771. "common": "Self"
  1772. },
  1773. "intimidate": {
  1774. "command": ["copy", "kill"],
  1775. "copyAs": {
  1776. "3-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1777. },
  1778. "copymsg": "",
  1779. "copyusermsg": "",
  1780. "target": "AnyButTeam",
  1781. "common": "Team",
  1782. "priority": 11,
  1783. "hide": true,
  1784. "broadcast": "team",
  1785. "cancel": ["int", "moxie"]
  1786. },
  1787. "int": {
  1788. "command": ["copy", "kill"],
  1789. "copyAs": {
  1790. "3-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1791. },
  1792. "copymsg": "",
  1793. "copyusermsg": "",
  1794. "target": "AnyButTeam",
  1795. "common": "Team",
  1796. "priority": 11,
  1797. "hide": true,
  1798. "broadcast": "team",
  1799. "cancel": ["intimidate", "moxie"]
  1800. },
  1801. "moxie": {
  1802. "command": ["copy", "kill"],
  1803. "copyAs": {
  1804. "4-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1805. },
  1806. "copymsg": "",
  1807. "copyusermsg": "",
  1808. "target": "AnyButTeam",
  1809. "common": "Team",
  1810. "priority": 11,
  1811. "hide": true,
  1812. "broadcast": "team",
  1813. "cancel": ["intimidate", "int"]
  1814. }
  1815. },
  1816. "teamUtilities": true,
  1817. "vote": 3,
  1818. "voteshield": -5
  1819. }
  1820. },
  1821. {
  1822. "role": "3-6",
  1823. "translation": "Gyarados",
  1824. "side": "odd",
  1825. "hide": true,
  1826. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1827. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1828. "actions": {
  1829. "night": {
  1830. "vote": {
  1831. "command": "dummy",
  1832. "inputmsg": "You currently have a -6 voteshield and a vote of 3!",
  1833. "hide": true,
  1834. "compulsory": true,
  1835. "noFollow": true,
  1836. "target": "OnlySelf",
  1837. "priority": 99,
  1838. "common": "Self"
  1839. },
  1840. "moxie": {
  1841. "command": ["copy", "kill"],
  1842. "copyAs": {
  1843. "4-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1844. },
  1845. "copymsg": "",
  1846. "copyusermsg": "",
  1847. "target": "AnyButTeam",
  1848. "common": "Team",
  1849. "priority": 11,
  1850. "hide": true,
  1851. "broadcast": "team"
  1852. }
  1853. },
  1854. "teamUtilities": true,
  1855. "vote": 3,
  1856. "voteshield": -6
  1857. }
  1858. },
  1859. {
  1860. "role": "4-0",
  1861. "translation": "Gyarados",
  1862. "side": "odd",
  1863. "hide": true,
  1864. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1865. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1866. "actions": {
  1867. "night": {
  1868. "vote": {
  1869. "command": "dummy",
  1870. "inputmsg": "You currently have a vote of 4!",
  1871. "hide": true,
  1872. "compulsory": true,
  1873. "noFollow": true,
  1874. "target": "OnlySelf",
  1875. "priority": 99,
  1876. "common": "Self"
  1877. },
  1878. "intimidate": {
  1879. "command": ["copy", "kill"],
  1880. "copyAs": {
  1881. "4-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1882. },
  1883. "copymsg": "",
  1884. "copyusermsg": "",
  1885. "target": "AnyButTeam",
  1886. "common": "Team",
  1887. "priority": 11,
  1888. "hide": true,
  1889. "broadcast": "team",
  1890. "cancel": ["int", "moxie"]
  1891. },
  1892. "int": {
  1893. "command": ["copy", "kill"],
  1894. "copyAs": {
  1895. "4-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1896. },
  1897. "copymsg": "",
  1898. "copyusermsg": "",
  1899. "target": "AnyButTeam",
  1900. "common": "Team",
  1901. "priority": 11,
  1902. "hide": true,
  1903. "broadcast": "team",
  1904. "cancel": ["intimidate", "moxie"]
  1905. },
  1906. "moxie": {
  1907. "command": ["copy", "kill"],
  1908. "copyAs": {
  1909. "5-0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1910. },
  1911. "copymsg": "",
  1912. "copyusermsg": "",
  1913. "target": "AnyButTeam",
  1914. "common": "Team",
  1915. "priority": 11,
  1916. "hide": true,
  1917. "broadcast": "team",
  1918. "cancel": ["intimidate", "int"]
  1919. }
  1920. },
  1921. "teamUtilities": true,
  1922. "vote": 4
  1923. }
  1924. },
  1925. {
  1926. "role": "4-1",
  1927. "translation": "Gyarados",
  1928. "side": "odd",
  1929. "hide": true,
  1930. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1931. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1932. "actions": {
  1933. "night": {
  1934. "vote": {
  1935. "command": "dummy",
  1936. "inputmsg": "You currently have a -1 voteshield and a vote of 4!",
  1937. "hide": true,
  1938. "compulsory": true,
  1939. "noFollow": true,
  1940. "target": "OnlySelf",
  1941. "priority": 99,
  1942. "common": "Self"
  1943. },
  1944. "intimidate": {
  1945. "command": ["copy", "kill"],
  1946. "copyAs": {
  1947. "4-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1948. },
  1949. "copymsg": "",
  1950. "copyusermsg": "",
  1951. "target": "AnyButTeam",
  1952. "common": "Team",
  1953. "priority": 11,
  1954. "hide": true,
  1955. "broadcast": "team",
  1956. "cancel": ["int", "moxie"]
  1957. },
  1958. "int": {
  1959. "command": ["copy", "kill"],
  1960. "copyAs": {
  1961. "4-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1962. },
  1963. "copymsg": "",
  1964. "copyusermsg": "",
  1965. "target": "AnyButTeam",
  1966. "common": "Team",
  1967. "priority": 11,
  1968. "hide": true,
  1969. "broadcast": "team",
  1970. "cancel": ["intimidate", "moxie"]
  1971. },
  1972. "moxie": {
  1973. "command": ["copy", "kill"],
  1974. "copyAs": {
  1975. "5-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  1976. },
  1977. "copymsg": "",
  1978. "copyusermsg": "",
  1979. "target": "AnyButTeam",
  1980. "common": "Team",
  1981. "priority": 11,
  1982. "hide": true,
  1983. "broadcast": "team",
  1984. "cancel": ["intimidate", "int"]
  1985. }
  1986. },
  1987. "teamUtilities": true,
  1988. "vote": 4,
  1989. "voteshield": -1
  1990. }
  1991. },
  1992. {
  1993. "role": "4-2",
  1994. "translation": "Gyarados",
  1995. "side": "odd",
  1996. "hide": true,
  1997. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  1998. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  1999. "actions": {
  2000. "night": {
  2001. "vote": {
  2002. "command": "dummy",
  2003. "inputmsg": "You currently have a -2 voteshield and a vote of 4!",
  2004. "hide": true,
  2005. "compulsory": true,
  2006. "noFollow": true,
  2007. "target": "OnlySelf",
  2008. "priority": 99,
  2009. "common": "Self"
  2010. },
  2011. "intimidate": {
  2012. "command": ["copy", "kill"],
  2013. "copyAs": {
  2014. "4-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2015. },
  2016. "copymsg": "",
  2017. "copyusermsg": "",
  2018. "target": "AnyButTeam",
  2019. "common": "Team",
  2020. "priority": 11,
  2021. "hide": true,
  2022. "broadcast": "team",
  2023. "cancel": ["int", "moxie"]
  2024. },
  2025. "int": {
  2026. "command": ["copy", "kill"],
  2027. "copyAs": {
  2028. "4-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2029. },
  2030. "copymsg": "",
  2031. "copyusermsg": "",
  2032. "target": "AnyButTeam",
  2033. "common": "Team",
  2034. "priority": 11,
  2035. "hide": true,
  2036. "broadcast": "team",
  2037. "cancel": ["intimidate", "moxie"]
  2038. },
  2039. "moxie": {
  2040. "command": ["copy", "kill"],
  2041. "copyAs": {
  2042. "5-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2043. },
  2044. "copymsg": "",
  2045. "copyusermsg": "",
  2046. "target": "AnyButTeam",
  2047. "common": "Team",
  2048. "priority": 11,
  2049. "hide": true,
  2050. "broadcast": "team",
  2051. "cancel": ["intimidate", "int"]
  2052. }
  2053. },
  2054. "teamUtilities": true,
  2055. "vote": 4,
  2056. "voteshield": -2
  2057. }
  2058. },
  2059. {
  2060. "role": "4-3",
  2061. "translation": "Gyarados",
  2062. "side": "odd",
  2063. "hide": true,
  2064. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2065. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2066. "actions": {
  2067. "night": {
  2068. "vote": {
  2069. "command": "dummy",
  2070. "inputmsg": "You currently have a -3 voteshield and a vote of 4!",
  2071. "hide": true,
  2072. "compulsory": true,
  2073. "noFollow": true,
  2074. "target": "OnlySelf",
  2075. "priority": 99,
  2076. "common": "Self"
  2077. },
  2078. "intimidate": {
  2079. "command": ["copy", "kill"],
  2080. "copyAs": {
  2081. "4-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2082. },
  2083. "copymsg": "",
  2084. "copyusermsg": "",
  2085. "target": "AnyButTeam",
  2086. "common": "Team",
  2087. "priority": 11,
  2088. "hide": true,
  2089. "broadcast": "team",
  2090. "cancel": ["int", "moxie"]
  2091. },
  2092. "int": {
  2093. "command": ["copy", "kill"],
  2094. "copyAs": {
  2095. "4-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2096. },
  2097. "copymsg": "",
  2098. "copyusermsg": "",
  2099. "target": "AnyButTeam",
  2100. "common": "Team",
  2101. "priority": 11,
  2102. "hide": true,
  2103. "broadcast": "team",
  2104. "cancel": ["intimidate", "moxie"]
  2105. },
  2106. "moxie": {
  2107. "command": ["copy", "kill"],
  2108. "copyAs": {
  2109. "5-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2110. },
  2111. "copymsg": "",
  2112. "copyusermsg": "",
  2113. "target": "AnyButTeam",
  2114. "common": "Team",
  2115. "priority": 11,
  2116. "hide": true,
  2117. "broadcast": "team",
  2118. "cancel": ["intimidate", "int"]
  2119. }
  2120. },
  2121. "teamUtilities": true,
  2122. "vote": 4,
  2123. "voteshield": -3
  2124. }
  2125. },
  2126. {
  2127. "role": "4-4",
  2128. "translation": "Gyarados",
  2129. "side": "odd",
  2130. "hide": true,
  2131. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2132. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2133. "actions": {
  2134. "night": {
  2135. "vote": {
  2136. "command": "dummy",
  2137. "inputmsg": "You currently have a -4 voteshield and a vote of 4!",
  2138. "hide": true,
  2139. "compulsory": true,
  2140. "noFollow": true,
  2141. "target": "OnlySelf",
  2142. "priority": 99,
  2143. "common": "Self"
  2144. },
  2145. "intimidate": {
  2146. "command": ["copy", "kill"],
  2147. "copyAs": {
  2148. "4-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2149. },
  2150. "copymsg": "",
  2151. "copyusermsg": "",
  2152. "target": "AnyButTeam",
  2153. "common": "Team",
  2154. "priority": 11,
  2155. "hide": true,
  2156. "broadcast": "team",
  2157. "cancel": ["int", "moxie"]
  2158. },
  2159. "int": {
  2160. "command": ["copy", "kill"],
  2161. "copyAs": {
  2162. "4-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2163. },
  2164. "copymsg": "",
  2165. "copyusermsg": "",
  2166. "target": "AnyButTeam",
  2167. "common": "Team",
  2168. "priority": 11,
  2169. "hide": true,
  2170. "broadcast": "team",
  2171. "cancel": ["intimidate", "moxie"]
  2172. },
  2173. "moxie": {
  2174. "command": ["copy", "kill"],
  2175. "copyAs": {
  2176. "5-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2177. },
  2178. "copymsg": "",
  2179. "copyusermsg": "",
  2180. "target": "AnyButTeam",
  2181. "common": "Team",
  2182. "priority": 11,
  2183. "hide": true,
  2184. "broadcast": "team",
  2185. "cancel": ["intimidate", "int"]
  2186. }
  2187. },
  2188. "teamUtilities": true,
  2189. "vote": 4,
  2190. "voteshield": -4
  2191. }
  2192. },
  2193. {
  2194. "role": "4-5",
  2195. "translation": "Gyarados",
  2196. "side": "odd",
  2197. "hide": true,
  2198. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2199. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2200. "actions": {
  2201. "night": {
  2202. "vote": {
  2203. "command": "dummy",
  2204. "inputmsg": "You currently have a -5 voteshield and a vote of 4!",
  2205. "hide": true,
  2206. "compulsory": true,
  2207. "noFollow": true,
  2208. "target": "OnlySelf",
  2209. "priority": 99,
  2210. "common": "Self"
  2211. },
  2212. "intimidate": {
  2213. "command": ["copy", "kill"],
  2214. "copyAs": {
  2215. "4-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2216. },
  2217. "copymsg": "",
  2218. "copyusermsg": "",
  2219. "target": "AnyButTeam",
  2220. "common": "Team",
  2221. "priority": 11,
  2222. "hide": true,
  2223. "broadcast": "team",
  2224. "cancel": ["int", "moxie"]
  2225. },
  2226. "int": {
  2227. "command": ["copy", "kill"],
  2228. "copyAs": {
  2229. "4-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2230. },
  2231. "copymsg": "",
  2232. "copyusermsg": "",
  2233. "target": "AnyButTeam",
  2234. "common": "Team",
  2235. "priority": 11,
  2236. "hide": true,
  2237. "broadcast": "team",
  2238. "cancel": ["intimidate", "moxie"]
  2239. },
  2240. "moxie": {
  2241. "command": ["copy", "kill"],
  2242. "copyAs": {
  2243. "5-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2244. },
  2245. "copymsg": "",
  2246. "copyusermsg": "",
  2247. "target": "AnyButTeam",
  2248. "common": "Team",
  2249. "priority": 11,
  2250. "hide": true,
  2251. "broadcast": "team",
  2252. "cancel": ["intimidate", "int"]
  2253. }
  2254. },
  2255. "teamUtilities": true,
  2256. "vote": 4,
  2257. "voteshield": -5
  2258. }
  2259. },
  2260. {
  2261. "role": "4-6",
  2262. "translation": "Gyarados",
  2263. "side": "odd",
  2264. "hide": true,
  2265. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2266. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2267. "actions": {
  2268. "night": {
  2269. "vote": {
  2270. "command": "dummy",
  2271. "inputmsg": "You currently have a -6 voteshield and a vote of 4!",
  2272. "hide": true,
  2273. "compulsory": true,
  2274. "noFollow": true,
  2275. "target": "OnlySelf",
  2276. "priority": 99,
  2277. "common": "Self"
  2278. },
  2279. "moxie": {
  2280. "command": ["copy", "kill"],
  2281. "copyAs": {
  2282. "5-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2283. },
  2284. "copymsg": "",
  2285. "copyusermsg": "",
  2286. "target": "AnyButTeam",
  2287. "common": "Team",
  2288. "priority": 11,
  2289. "hide": true,
  2290. "broadcast": "team"
  2291. }
  2292. },
  2293. "teamUtilities": true,
  2294. "vote": 4,
  2295. "voteshield": -6
  2296. }
  2297. },
  2298. {
  2299. "role": "5-0",
  2300. "translation": "Gyarados",
  2301. "side": "odd",
  2302. "hide": true,
  2303. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2304. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2305. "actions": {
  2306. "night": {
  2307. "vote": {
  2308. "command": "dummy",
  2309. "inputmsg": "You currently have a vote of 5!",
  2310. "hide": true,
  2311. "compulsory": true,
  2312. "noFollow": true,
  2313. "target": "OnlySelf",
  2314. "priority": 99,
  2315. "common": "Self"
  2316. },
  2317. "intimidate": {
  2318. "command": ["copy", "kill"],
  2319. "copyAs": {
  2320. "5-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2321. },
  2322. "copymsg": "",
  2323. "copyusermsg": "",
  2324. "target": "AnyButTeam",
  2325. "common": "Team",
  2326. "priority": 11,
  2327. "hide": true,
  2328. "broadcast": "team",
  2329. "cancel": ["int", "moxie"]
  2330. },
  2331. "int": {
  2332. "command": ["copy", "kill"],
  2333. "copyAs": {
  2334. "5-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2335. },
  2336. "copymsg": "",
  2337. "copyusermsg": "",
  2338. "target": "AnyButTeam",
  2339. "common": "Team",
  2340. "priority": 11,
  2341. "hide": true,
  2342. "broadcast": "team",
  2343. "cancel": ["intimidate", "moxie"]
  2344. },
  2345. "moxie": {
  2346. "command": ["copy", "kill"],
  2347. "copyAs": {
  2348. "6-0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2349. },
  2350. "copymsg": "",
  2351. "copyusermsg": "",
  2352. "target": "AnyButTeam",
  2353. "common": "Team",
  2354. "priority": 11,
  2355. "hide": true,
  2356. "broadcast": "team",
  2357. "cancel": ["intimidate", "int"]
  2358. }
  2359. },
  2360. "teamUtilities": true,
  2361. "vote": 5
  2362. }
  2363. },
  2364. {
  2365. "role": "5-1",
  2366. "translation": "Gyarados",
  2367. "side": "odd",
  2368. "hide": true,
  2369. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2370. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2371. "actions": {
  2372. "night": {
  2373. "vote": {
  2374. "command": "dummy",
  2375. "inputmsg": "You currently have a -1 voteshield and a vote of 5!",
  2376. "hide": true,
  2377. "compulsory": true,
  2378. "noFollow": true,
  2379. "target": "OnlySelf",
  2380. "priority": 99,
  2381. "common": "Self"
  2382. },
  2383. "intimidate": {
  2384. "command": ["copy", "kill"],
  2385. "copyAs": {
  2386. "5-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2387. },
  2388. "copymsg": "",
  2389. "copyusermsg": "",
  2390. "target": "AnyButTeam",
  2391. "common": "Team",
  2392. "priority": 11,
  2393. "hide": true,
  2394. "broadcast": "team",
  2395. "cancel": ["int", "moxie"]
  2396. },
  2397. "int": {
  2398. "command": ["copy", "kill"],
  2399. "copyAs": {
  2400. "5-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2401. },
  2402. "copymsg": "",
  2403. "copyusermsg": "",
  2404. "target": "AnyButTeam",
  2405. "common": "Team",
  2406. "priority": 11,
  2407. "hide": true,
  2408. "broadcast": "team",
  2409. "cancel": ["intimidate", "moxie"]
  2410. },
  2411. "moxie": {
  2412. "command": ["copy", "kill"],
  2413. "copyAs": {
  2414. "6-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2415. },
  2416. "copymsg": "",
  2417. "copyusermsg": "",
  2418. "target": "AnyButTeam",
  2419. "common": "Team",
  2420. "priority": 11,
  2421. "hide": true,
  2422. "broadcast": "team",
  2423. "cancel": ["intimidate", "int"]
  2424. }
  2425. },
  2426. "teamUtilities": true,
  2427. "vote": 5,
  2428. "voteshield": -1
  2429. }
  2430. },
  2431. {
  2432. "role": "5-2",
  2433. "translation": "Gyarados",
  2434. "side": "odd",
  2435. "hide": true,
  2436. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2437. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2438. "actions": {
  2439. "night": {
  2440. "vote": {
  2441. "command": "dummy",
  2442. "inputmsg": "You currently have a -2 voteshield and a vote of 5!",
  2443. "hide": true,
  2444. "compulsory": true,
  2445. "noFollow": true,
  2446. "target": "OnlySelf",
  2447. "priority": 99,
  2448. "common": "Self"
  2449. },
  2450. "intimidate": {
  2451. "command": ["copy", "kill"],
  2452. "copyAs": {
  2453. "5-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2454. },
  2455. "copymsg": "",
  2456. "copyusermsg": "",
  2457. "target": "AnyButTeam",
  2458. "common": "Team",
  2459. "priority": 11,
  2460. "hide": true,
  2461. "broadcast": "team",
  2462. "cancel": ["int", "moxie"]
  2463. },
  2464. "int": {
  2465. "command": ["copy", "kill"],
  2466. "copyAs": {
  2467. "5-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2468. },
  2469. "copymsg": "",
  2470. "copyusermsg": "",
  2471. "target": "AnyButTeam",
  2472. "common": "Team",
  2473. "priority": 11,
  2474. "hide": true,
  2475. "broadcast": "team",
  2476. "cancel": ["intimidate", "moxie"]
  2477. },
  2478. "moxie": {
  2479. "command": ["copy", "kill"],
  2480. "copyAs": {
  2481. "6-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2482. },
  2483. "copymsg": "",
  2484. "copyusermsg": "",
  2485. "target": "AnyButTeam",
  2486. "common": "Team",
  2487. "priority": 11,
  2488. "hide": true,
  2489. "broadcast": "team",
  2490. "cancel": ["intimidate", "int"]
  2491. }
  2492. },
  2493. "teamUtilities": true,
  2494. "vote": 5,
  2495. "voteshield": -2
  2496. }
  2497. },
  2498. {
  2499. "role": "5-3",
  2500. "translation": "Gyarados",
  2501. "side": "odd",
  2502. "hide": true,
  2503. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2504. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2505. "actions": {
  2506. "night": {
  2507. "vote": {
  2508. "command": "dummy",
  2509. "inputmsg": "You currently have a -3 voteshield and a vote of 5!",
  2510. "hide": true,
  2511. "compulsory": true,
  2512. "noFollow": true,
  2513. "target": "OnlySelf",
  2514. "priority": 99,
  2515. "common": "Self"
  2516. },
  2517. "intimidate": {
  2518. "command": ["copy", "kill"],
  2519. "copyAs": {
  2520. "5-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2521. },
  2522. "copymsg": "",
  2523. "copyusermsg": "",
  2524. "target": "AnyButTeam",
  2525. "common": "Team",
  2526. "priority": 11,
  2527. "hide": true,
  2528. "broadcast": "team",
  2529. "cancel": ["int", "moxie"]
  2530. },
  2531. "int": {
  2532. "command": ["copy", "kill"],
  2533. "copyAs": {
  2534. "5-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2535. },
  2536. "copymsg": "",
  2537. "copyusermsg": "",
  2538. "target": "AnyButTeam",
  2539. "common": "Team",
  2540. "priority": 11,
  2541. "hide": true,
  2542. "broadcast": "team",
  2543. "cancel": ["intimidate", "moxie"]
  2544. },
  2545. "moxie": {
  2546. "command": ["copy", "kill"],
  2547. "copyAs": {
  2548. "6-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2549. },
  2550. "copymsg": "",
  2551. "copyusermsg": "",
  2552. "target": "AnyButTeam",
  2553. "common": "Team",
  2554. "priority": 11,
  2555. "hide": true,
  2556. "broadcast": "team",
  2557. "cancel": ["intimidate", "int"]
  2558. }
  2559. },
  2560. "teamUtilities": true,
  2561. "vote": 5,
  2562. "voteshield": -3
  2563. }
  2564. },
  2565. {
  2566. "role": "5-4",
  2567. "translation": "Gyarados",
  2568. "side": "odd",
  2569. "hide": true,
  2570. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2571. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2572. "actions": {
  2573. "night": {
  2574. "vote": {
  2575. "command": "dummy",
  2576. "inputmsg": "You currently have a -4 voteshield and a vote of 5!",
  2577. "hide": true,
  2578. "compulsory": true,
  2579. "noFollow": true,
  2580. "target": "OnlySelf",
  2581. "priority": 99,
  2582. "common": "Self"
  2583. },
  2584. "intimidate": {
  2585. "command": ["copy", "kill"],
  2586. "copyAs": {
  2587. "5-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2588. },
  2589. "copymsg": "",
  2590. "copyusermsg": "",
  2591. "target": "AnyButTeam",
  2592. "common": "Team",
  2593. "priority": 11,
  2594. "hide": true,
  2595. "broadcast": "team",
  2596. "cancel": ["int", "moxie"]
  2597. },
  2598. "int": {
  2599. "command": ["copy", "kill"],
  2600. "copyAs": {
  2601. "5-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2602. },
  2603. "copymsg": "",
  2604. "copyusermsg": "",
  2605. "target": "AnyButTeam",
  2606. "common": "Team",
  2607. "priority": 11,
  2608. "hide": true,
  2609. "broadcast": "team",
  2610. "cancel": ["intimidate", "moxie"]
  2611. },
  2612. "moxie": {
  2613. "command": ["copy", "kill"],
  2614. "copyAs": {
  2615. "6-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2616. },
  2617. "copymsg": "",
  2618. "copyusermsg": "",
  2619. "target": "AnyButTeam",
  2620. "common": "Team",
  2621. "priority": 11,
  2622. "hide": true,
  2623. "broadcast": "team",
  2624. "cancel": ["intimidate", "int"]
  2625. }
  2626. },
  2627. "teamUtilities": true,
  2628. "vote": 5,
  2629. "voteshield": -4
  2630. }
  2631. },
  2632. {
  2633. "role": "5-5",
  2634. "translation": "Gyarados",
  2635. "side": "odd",
  2636. "hide": true,
  2637. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using either /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one command or the other every night, and it's shared with Salamence. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2638. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2639. "actions": {
  2640. "night": {
  2641. "vote": {
  2642. "command": "dummy",
  2643. "inputmsg": "You currently have a -5 voteshield and a vote of 5!",
  2644. "hide": true,
  2645. "compulsory": true,
  2646. "noFollow": true,
  2647. "target": "OnlySelf",
  2648. "priority": 99,
  2649. "common": "Self"
  2650. },
  2651. "intimidate": {
  2652. "command": ["copy", "kill"],
  2653. "copyAs": {
  2654. "5-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2655. },
  2656. "copymsg": "",
  2657. "copyusermsg": "",
  2658. "target": "AnyButTeam",
  2659. "common": "Team",
  2660. "priority": 11,
  2661. "hide": true,
  2662. "broadcast": "team",
  2663. "cancel": ["int", "moxie"]
  2664. },
  2665. "int": {
  2666. "command": ["copy", "kill"],
  2667. "copyAs": {
  2668. "5-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2669. },
  2670. "copymsg": "",
  2671. "copyusermsg": "",
  2672. "target": "AnyButTeam",
  2673. "common": "Team",
  2674. "priority": 11,
  2675. "hide": true,
  2676. "broadcast": "team",
  2677. "cancel": ["intimidate", "moxie"]
  2678. },
  2679. "moxie": {
  2680. "command": ["copy", "kill"],
  2681. "copyAs": {
  2682. "6-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2683. },
  2684. "copymsg": "",
  2685. "copyusermsg": "",
  2686. "target": "AnyButTeam",
  2687. "common": "Team",
  2688. "priority": 11,
  2689. "hide": true,
  2690. "broadcast": "team",
  2691. "cancel": ["intimidate", "int"]
  2692. }
  2693. },
  2694. "teamUtilities": true,
  2695. "vote": 5,
  2696. "voteshield": -5
  2697. }
  2698. },
  2699. {
  2700. "role": "5-6",
  2701. "translation": "Gyarados",
  2702. "side": "odd",
  2703. "hide": true,
  2704. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2705. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2706. "actions": {
  2707. "night": {
  2708. "vote": {
  2709. "command": "dummy",
  2710. "inputmsg": "You currently have a -6 voteshield and a vote of 5!",
  2711. "hide": true,
  2712. "compulsory": true,
  2713. "noFollow": true,
  2714. "target": "OnlySelf",
  2715. "priority": 99,
  2716. "common": "Self"
  2717. },
  2718. "moxie": {
  2719. "command": ["copy", "kill"],
  2720. "copyAs": {
  2721. "6-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2722. },
  2723. "copymsg": "",
  2724. "copyusermsg": "",
  2725. "target": "AnyButTeam",
  2726. "common": "Team",
  2727. "priority": 11,
  2728. "hide": true,
  2729. "broadcast": "team"
  2730. }
  2731. },
  2732. "teamUtilities": true,
  2733. "vote": 5,
  2734. "voteshield": -6
  2735. }
  2736. },
  2737. {
  2738. "role": "6-0",
  2739. "translation": "Gyarados",
  2740. "side": "odd",
  2741. "hide": true,
  2742. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2743. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2744. "actions": {
  2745. "night": {
  2746. "vote": {
  2747. "command": "dummy",
  2748. "inputmsg": "You currently have a vote of 6!",
  2749. "hide": true,
  2750. "compulsory": true,
  2751. "noFollow": true,
  2752. "target": "OnlySelf",
  2753. "priority": 99,
  2754. "common": "Self"
  2755. },
  2756. "intimidate": {
  2757. "command": ["copy", "kill"],
  2758. "copyAs": {
  2759. "6-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2760. },
  2761. "copymsg": "",
  2762. "copyusermsg": "",
  2763. "target": "AnyButTeam",
  2764. "common": "Team",
  2765. "priority": 11,
  2766. "hide": true,
  2767. "broadcast": "team",
  2768. "cancel": ["int"]
  2769. },
  2770. "int": {
  2771. "command": ["copy", "kill"],
  2772. "copyAs": {
  2773. "6-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2774. },
  2775. "copymsg": "",
  2776. "copyusermsg": "",
  2777. "target": "AnyButTeam",
  2778. "common": "Team",
  2779. "priority": 11,
  2780. "hide": true,
  2781. "broadcast": "team",
  2782. "cancel": ["intimidate"]
  2783. }
  2784. },
  2785. "teamUtilities": true,
  2786. "vote": 6
  2787. }
  2788. },
  2789. {
  2790. "role": "6-1",
  2791. "translation": "Gyarados",
  2792. "side": "odd",
  2793. "hide": true,
  2794. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2795. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2796. "actions": {
  2797. "night": {
  2798. "vote": {
  2799. "command": "dummy",
  2800. "inputmsg": "You currently have a -1 voteshield and a vote of 6!",
  2801. "hide": true,
  2802. "compulsory": true,
  2803. "noFollow": true,
  2804. "target": "OnlySelf",
  2805. "priority": 99,
  2806. "common": "Self"
  2807. },
  2808. "intimidate": {
  2809. "command": ["copy", "kill"],
  2810. "copyAs": {
  2811. "6-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2812. },
  2813. "copymsg": "",
  2814. "copyusermsg": "",
  2815. "target": "AnyButTeam",
  2816. "common": "Team",
  2817. "priority": 11,
  2818. "hide": true,
  2819. "broadcast": "team",
  2820. "cancel": ["int"]
  2821. },
  2822. "int": {
  2823. "command": ["copy", "kill"],
  2824. "copyAs": {
  2825. "6-2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2826. },
  2827. "copymsg": "",
  2828. "copyusermsg": "",
  2829. "target": "AnyButTeam",
  2830. "common": "Team",
  2831. "priority": 11,
  2832. "hide": true,
  2833. "broadcast": "team",
  2834. "cancel": ["intimidate"]
  2835. }
  2836. },
  2837. "teamUtilities": true,
  2838. "vote": 6,
  2839. "voteshield": -1
  2840. }
  2841. },
  2842. {
  2843. "role": "6-2",
  2844. "translation": "Gyarados",
  2845. "side": "odd",
  2846. "hide": true,
  2847. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2848. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2849. "actions": {
  2850. "night": {
  2851. "vote": {
  2852. "command": "dummy",
  2853. "inputmsg": "You currently have a -2 voteshield and a vote of 6!",
  2854. "hide": true,
  2855. "compulsory": true,
  2856. "noFollow": true,
  2857. "target": "OnlySelf",
  2858. "priority": 99,
  2859. "common": "Self"
  2860. },
  2861. "intimidate": {
  2862. "command": ["copy", "kill"],
  2863. "copyAs": {
  2864. "6-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2865. },
  2866. "copymsg": "",
  2867. "copyusermsg": "",
  2868. "target": "AnyButTeam",
  2869. "common": "Team",
  2870. "priority": 11,
  2871. "hide": true,
  2872. "broadcast": "team",
  2873. "cancel": ["int"]
  2874. },
  2875. "int": {
  2876. "command": ["copy", "kill"],
  2877. "copyAs": {
  2878. "6-3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2879. },
  2880. "copymsg": "",
  2881. "copyusermsg": "",
  2882. "target": "AnyButTeam",
  2883. "common": "Team",
  2884. "priority": 11,
  2885. "hide": true,
  2886. "broadcast": "team",
  2887. "cancel": ["intimidate"]
  2888. }
  2889. },
  2890. "teamUtilities": true,
  2891. "vote": 6,
  2892. "voteshield": -2
  2893. }
  2894. },
  2895. {
  2896. "role": "6-3",
  2897. "translation": "Gyarados",
  2898. "side": "odd",
  2899. "hide": true,
  2900. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2901. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2902. "actions": {
  2903. "night": {
  2904. "vote": {
  2905. "command": "dummy",
  2906. "inputmsg": "You currently have a -3 voteshield and a vote of 6!",
  2907. "hide": true,
  2908. "compulsory": true,
  2909. "noFollow": true,
  2910. "target": "OnlySelf",
  2911. "priority": 99,
  2912. "common": "Self"
  2913. },
  2914. "intimidate": {
  2915. "command": ["copy", "kill"],
  2916. "copyAs": {
  2917. "6-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2918. },
  2919. "copymsg": "",
  2920. "copyusermsg": "",
  2921. "target": "AnyButTeam",
  2922. "common": "Team",
  2923. "priority": 11,
  2924. "hide": true,
  2925. "broadcast": "team",
  2926. "cancel": ["int"]
  2927. },
  2928. "int": {
  2929. "command": ["copy", "kill"],
  2930. "copyAs": {
  2931. "6-4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2932. },
  2933. "copymsg": "",
  2934. "copyusermsg": "",
  2935. "target": "AnyButTeam",
  2936. "common": "Team",
  2937. "priority": 11,
  2938. "hide": true,
  2939. "broadcast": "team",
  2940. "cancel": ["intimidate"]
  2941. }
  2942. },
  2943. "teamUtilities": true,
  2944. "vote": 6,
  2945. "voteshield": -3
  2946. }
  2947. },
  2948. {
  2949. "role": "6-4",
  2950. "translation": "Gyarados",
  2951. "side": "odd",
  2952. "hide": true,
  2953. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  2954. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  2955. "actions": {
  2956. "night": {
  2957. "vote": {
  2958. "command": "dummy",
  2959. "inputmsg": "You currently have a -4 voteshield and a vote of 6!",
  2960. "hide": true,
  2961. "compulsory": true,
  2962. "noFollow": true,
  2963. "target": "OnlySelf",
  2964. "priority": 99,
  2965. "common": "Self"
  2966. },
  2967. "intimidate": {
  2968. "command": ["copy", "kill"],
  2969. "copyAs": {
  2970. "6-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2971. },
  2972. "copymsg": "",
  2973. "copyusermsg": "",
  2974. "target": "AnyButTeam",
  2975. "common": "Team",
  2976. "priority": 11,
  2977. "hide": true,
  2978. "broadcast": "team",
  2979. "cancel": ["int"]
  2980. },
  2981. "int": {
  2982. "command": ["copy", "kill"],
  2983. "copyAs": {
  2984. "6-5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  2985. },
  2986. "copymsg": "",
  2987. "copyusermsg": "",
  2988. "target": "AnyButTeam",
  2989. "common": "Team",
  2990. "priority": 11,
  2991. "hide": true,
  2992. "broadcast": "team",
  2993. "cancel": ["intimidate"]
  2994. }
  2995. },
  2996. "teamUtilities": true,
  2997. "vote": 6,
  2998. "voteshield": -4
  2999. }
  3000. },
  3001. {
  3002. "role": "6-5",
  3003. "translation": "Gyarados",
  3004. "side": "odd",
  3005. "hide": true,
  3006. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. During the night, you can team up with Salamence and kill during the night using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  3007. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3008. "actions": {
  3009. "night": {
  3010. "vote": {
  3011. "command": "dummy",
  3012. "inputmsg": "You currently have a -5 voteshield and a vote of 6!",
  3013. "hide": true,
  3014. "compulsory": true,
  3015. "noFollow": true,
  3016. "target": "OnlySelf",
  3017. "priority": 99,
  3018. "common": "Self"
  3019. },
  3020. "intimidate": {
  3021. "command": ["copy", "kill"],
  3022. "copyAs": {
  3023. "6-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3024. },
  3025. "copymsg": "",
  3026. "copyusermsg": "",
  3027. "target": "AnyButTeam",
  3028. "common": "Team",
  3029. "priority": 11,
  3030. "hide": true,
  3031. "broadcast": "team",
  3032. "cancel": ["int"]
  3033. },
  3034. "int": {
  3035. "command": ["copy", "kill"],
  3036. "copyAs": {
  3037. "6-6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3038. },
  3039. "copymsg": "",
  3040. "copyusermsg": "",
  3041. "target": "AnyButTeam",
  3042. "common": "Team",
  3043. "priority": 11,
  3044. "hide": true,
  3045. "broadcast": "team",
  3046. "cancel": ["intimidate"]
  3047. }
  3048. },
  3049. "teamUtilities": true,
  3050. "vote": 6,
  3051. "voteshield": -5
  3052. }
  3053. },
  3054. {
  3055. "role": "6-6",
  3056. "translation": "Gyarados",
  3057. "side": "odd",
  3058. "hide": true,
  3059. "help": "You are Gyarados! Known to thrash about, you quickly got exiled from the main village of Brisa after you trashed Lady Togekiss' nest. Needless to say, you're still pissed off about it since she invited you over. Now you can finally seek revenge. While you can no longer gain any more votes or voteshields, you can still team up with Salamence and /kill during the night. Work with your allies to survive long enough and sweep your competition! You can always check your vote and voteshield by using /vote.",
  3060. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3061. "actions": {
  3062. "night": {
  3063. "vote": {
  3064. "command": "dummy",
  3065. "inputmsg": "You currently have a -6 voteshield and a vote of 6!",
  3066. "hide": true,
  3067. "compulsory": true,
  3068. "noFollow": true,
  3069. "target": "OnlySelf",
  3070. "priority": 99,
  3071. "common": "Self"
  3072. },
  3073. "kill": {
  3074. "target": "AnyButTeam",
  3075. "common": "Team",
  3076. "priority": 11,
  3077. "hide": true,
  3078. "broadcast": "team"
  3079. }
  3080. },
  3081. "teamUtilities": true,
  3082. "vote": 6,
  3083. "voteshield": -6
  3084. }
  3085. },
  3086. {
  3087. "role": "salamence",
  3088. "translation": "Salamence",
  3089. "side": "odd",
  3090. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. It's time to take back the skies! Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3091. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Gyarados). ~Sided~",
  3092. "actions": {
  3093. "night": {
  3094. "vote": {
  3095. "command": "dummy",
  3096. "inputmsg": "You currently have a vote of 1!",
  3097. "hide": true,
  3098. "compulsory": true,
  3099. "noFollow": true,
  3100. "target": "OnlySelf",
  3101. "priority": 99,
  3102. "common": "Self"
  3103. },
  3104. "intimidate": {
  3105. "command": ["copy", "kill"],
  3106. "copyAs": {
  3107. "1-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3108. },
  3109. "copymsg": "",
  3110. "copyusermsg": "",
  3111. "target": "AnyButTeam",
  3112. "common": "Team",
  3113. "priority": 11,
  3114. "hide": true,
  3115. "broadcast": "team",
  3116. "cancel": ["int", "moxie"]
  3117. },
  3118. "int": {
  3119. "command": ["copy", "kill"],
  3120. "copyAs": {
  3121. "1-1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3122. },
  3123. "copymsg": "",
  3124. "copyusermsg": "",
  3125. "target": "AnyButTeam",
  3126. "common": "Team",
  3127. "priority": 11,
  3128. "hide": true,
  3129. "broadcast": "team",
  3130. "cancel": ["intimidate", "moxie"]
  3131. },
  3132. "moxie": {
  3133. "command": ["copy", "kill"],
  3134. "copyAs": {
  3135. "2-0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3136. },
  3137. "copymsg": "",
  3138. "copyusermsg": "",
  3139. "target": "AnyButTeam",
  3140. "common": "Team",
  3141. "priority": 11,
  3142. "hide": true,
  3143. "broadcast": "team",
  3144. "cancel": ["intimidate", "int"]
  3145. }
  3146. },
  3147. "teamUtilities": true
  3148. }
  3149. },
  3150. {
  3151. "role": "1--1",
  3152. "translation": "Salamence",
  3153. "side": "odd",
  3154. "hide": true,
  3155. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3156. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3157. "actions": {
  3158. "night": {
  3159. "vote": {
  3160. "command": "dummy",
  3161. "inputmsg": "You currently have a -1 voteshield and a vote of 1!",
  3162. "hide": true,
  3163. "compulsory": true,
  3164. "noFollow": true,
  3165. "target": "OnlySelf",
  3166. "priority": 99,
  3167. "common": "Self"
  3168. },
  3169. "intimidate": {
  3170. "command": ["copy", "kill"],
  3171. "copyAs": {
  3172. "1--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3173. },
  3174. "copymsg": "",
  3175. "copyusermsg": "",
  3176. "target": "AnyButTeam",
  3177. "common": "Team",
  3178. "priority": 11,
  3179. "hide": true,
  3180. "broadcast": "team",
  3181. "cancel": ["int", "moxie"]
  3182. },
  3183. "int": {
  3184. "command": ["copy", "kill"],
  3185. "copyAs": {
  3186. "1--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3187. },
  3188. "copymsg": "",
  3189. "copyusermsg": "",
  3190. "target": "AnyButTeam",
  3191. "common": "Team",
  3192. "priority": 11,
  3193. "hide": true,
  3194. "broadcast": "team",
  3195. "cancel": ["intimidate", "moxie"]
  3196. },
  3197. "moxie": {
  3198. "command": ["copy", "kill"],
  3199. "copyAs": {
  3200. "2--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3201. },
  3202. "copymsg": "",
  3203. "copyusermsg": "",
  3204. "target": "AnyButTeam",
  3205. "common": "Team",
  3206. "priority": 11,
  3207. "hide": true,
  3208. "broadcast": "team",
  3209. "cancel": ["intimidate", "int"]
  3210. }
  3211. },
  3212. "teamUtilities": true,
  3213. "vote": 1,
  3214. "voteshield": -1
  3215. }
  3216. },
  3217. {
  3218. "role": "1--2",
  3219. "translation": "Salamence",
  3220. "side": "odd",
  3221. "hide": true,
  3222. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3223. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3224. "actions": {
  3225. "night": {
  3226. "vote": {
  3227. "command": "dummy",
  3228. "inputmsg": "You currently have a -2 voteshield and a vote of 1!",
  3229. "hide": true,
  3230. "compulsory": true,
  3231. "noFollow": true,
  3232. "target": "OnlySelf",
  3233. "priority": 99,
  3234. "common": "Self"
  3235. },
  3236. "intimidate": {
  3237. "command": ["copy", "kill"],
  3238. "copyAs": {
  3239. "1--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3240. },
  3241. "copymsg": "",
  3242. "copyusermsg": "",
  3243. "target": "AnyButTeam",
  3244. "common": "Team",
  3245. "priority": 11,
  3246. "hide": true,
  3247. "broadcast": "team",
  3248. "cancel": ["int", "moxie"]
  3249. },
  3250. "int": {
  3251. "command": ["copy", "kill"],
  3252. "copyAs": {
  3253. "1--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3254. },
  3255. "copymsg": "",
  3256. "copyusermsg": "",
  3257. "target": "AnyButTeam",
  3258. "common": "Team",
  3259. "priority": 11,
  3260. "hide": true,
  3261. "broadcast": "team",
  3262. "cancel": ["intimidate", "moxie"]
  3263. },
  3264. "moxie": {
  3265. "command": ["copy", "kill"],
  3266. "copyAs": {
  3267. "2--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3268. },
  3269. "copymsg": "",
  3270. "copyusermsg": "",
  3271. "target": "AnyButTeam",
  3272. "common": "Team",
  3273. "priority": 11,
  3274. "hide": true,
  3275. "broadcast": "team",
  3276. "cancel": ["intimidate", "int"]
  3277. }
  3278. },
  3279. "teamUtilities": true,
  3280. "vote": 1,
  3281. "voteshield": -2
  3282. }
  3283. },
  3284. {
  3285. "role": "1--3",
  3286. "translation": "Salamence",
  3287. "side": "odd",
  3288. "hide": true,
  3289. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3290. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3291. "actions": {
  3292. "night": {
  3293. "vote": {
  3294. "command": "dummy",
  3295. "inputmsg": "You currently have a -3 voteshield and a vote of 1!",
  3296. "hide": true,
  3297. "compulsory": true,
  3298. "noFollow": true,
  3299. "target": "OnlySelf",
  3300. "priority": 99,
  3301. "common": "Self"
  3302. },
  3303. "intimidate": {
  3304. "command": ["copy", "kill"],
  3305. "copyAs": {
  3306. "1--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3307. },
  3308. "copymsg": "",
  3309. "copyusermsg": "",
  3310. "target": "AnyButTeam",
  3311. "common": "Team",
  3312. "priority": 11,
  3313. "hide": true,
  3314. "broadcast": "team",
  3315. "cancel": ["int", "moxie"]
  3316. },
  3317. "int": {
  3318. "command": ["copy", "kill"],
  3319. "copyAs": {
  3320. "1--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3321. },
  3322. "copymsg": "",
  3323. "copyusermsg": "",
  3324. "target": "AnyButTeam",
  3325. "common": "Team",
  3326. "priority": 11,
  3327. "hide": true,
  3328. "broadcast": "team",
  3329. "cancel": ["intimidate", "moxie"]
  3330. },
  3331. "moxie": {
  3332. "command": ["copy", "kill"],
  3333. "copyAs": {
  3334. "2--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3335. },
  3336. "copymsg": "",
  3337. "copyusermsg": "",
  3338. "target": "AnyButTeam",
  3339. "common": "Team",
  3340. "priority": 11,
  3341. "hide": true,
  3342. "broadcast": "team",
  3343. "cancel": ["intimidate", "int"]
  3344. }
  3345. },
  3346. "teamUtilities": true,
  3347. "vote": 1,
  3348. "voteshield": -3
  3349. }
  3350. },
  3351. {
  3352. "role": "1--4",
  3353. "translation": "Salamence",
  3354. "side": "odd",
  3355. "hide": true,
  3356. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3357. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3358. "actions": {
  3359. "night": {
  3360. "vote": {
  3361. "command": "dummy",
  3362. "inputmsg": "You currently have a -4 voteshield and a vote of 1!",
  3363. "hide": true,
  3364. "compulsory": true,
  3365. "noFollow": true,
  3366. "target": "OnlySelf",
  3367. "priority": 99,
  3368. "common": "Self"
  3369. },
  3370. "intimidate": {
  3371. "command": ["copy", "kill"],
  3372. "copyAs": {
  3373. "1--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3374. },
  3375. "copymsg": "",
  3376. "copyusermsg": "",
  3377. "target": "AnyButTeam",
  3378. "common": "Team",
  3379. "priority": 11,
  3380. "hide": true,
  3381. "broadcast": "team",
  3382. "cancel": ["int", "moxie"]
  3383. },
  3384. "int": {
  3385. "command": ["copy", "kill"],
  3386. "copyAs": {
  3387. "1--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3388. },
  3389. "copymsg": "",
  3390. "copyusermsg": "",
  3391. "target": "AnyButTeam",
  3392. "common": "Team",
  3393. "priority": 11,
  3394. "hide": true,
  3395. "broadcast": "team",
  3396. "cancel": ["intimidate", "moxie"]
  3397. },
  3398. "moxie": {
  3399. "command": ["copy", "kill"],
  3400. "copyAs": {
  3401. "2--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3402. },
  3403. "copymsg": "",
  3404. "copyusermsg": "",
  3405. "target": "AnyButTeam",
  3406. "common": "Team",
  3407. "priority": 11,
  3408. "hide": true,
  3409. "broadcast": "team",
  3410. "cancel": ["intimidate", "int"]
  3411. }
  3412. },
  3413. "teamUtilities": true,
  3414. "vote": 1,
  3415. "voteshield": -4
  3416. }
  3417. },
  3418. {
  3419. "role": "1--5",
  3420. "translation": "Salamence",
  3421. "side": "odd",
  3422. "hide": true,
  3423. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3424. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3425. "actions": {
  3426. "night": {
  3427. "vote": {
  3428. "command": "dummy",
  3429. "inputmsg": "You currently have a -5 voteshield and a vote of 1!",
  3430. "hide": true,
  3431. "compulsory": true,
  3432. "noFollow": true,
  3433. "target": "OnlySelf",
  3434. "priority": 99,
  3435. "common": "Self"
  3436. },
  3437. "intimidate": {
  3438. "command": ["copy", "kill"],
  3439. "copyAs": {
  3440. "1--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3441. },
  3442. "copymsg": "",
  3443. "copyusermsg": "",
  3444. "target": "AnyButTeam",
  3445. "common": "Team",
  3446. "priority": 11,
  3447. "hide": true,
  3448. "broadcast": "team",
  3449. "cancel": ["int", "moxie"]
  3450. },
  3451. "int": {
  3452. "command": ["copy", "kill"],
  3453. "copyAs": {
  3454. "1--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3455. },
  3456. "copymsg": "",
  3457. "copyusermsg": "",
  3458. "target": "AnyButTeam",
  3459. "common": "Team",
  3460. "priority": 11,
  3461. "hide": true,
  3462. "broadcast": "team",
  3463. "cancel": ["intimidate", "moxie"]
  3464. },
  3465. "moxie": {
  3466. "command": ["copy", "kill"],
  3467. "copyAs": {
  3468. "2--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3469. },
  3470. "copymsg": "",
  3471. "copyusermsg": "",
  3472. "target": "AnyButTeam",
  3473. "common": "Team",
  3474. "priority": 11,
  3475. "hide": true,
  3476. "broadcast": "team",
  3477. "cancel": ["intimidate", "int"]
  3478. }
  3479. },
  3480. "teamUtilities": true,
  3481. "vote": 1,
  3482. "voteshield": -5
  3483. }
  3484. },
  3485. {
  3486. "role": "1--6",
  3487. "translation": "Salamence",
  3488. "side": "odd",
  3489. "hide": true,
  3490. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3491. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3492. "actions": {
  3493. "night": {
  3494. "vote": {
  3495. "command": "dummy",
  3496. "inputmsg": "You currently have a -6 voteshield and a vote of 1!",
  3497. "hide": true,
  3498. "compulsory": true,
  3499. "noFollow": true,
  3500. "target": "OnlySelf",
  3501. "priority": 99,
  3502. "common": "Self"
  3503. },
  3504. "moxie": {
  3505. "command": ["copy", "kill"],
  3506. "copyAs": {
  3507. "2--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3508. },
  3509. "copymsg": "",
  3510. "copyusermsg": "",
  3511. "target": "AnyButTeam",
  3512. "common": "Team",
  3513. "priority": 11,
  3514. "hide": true,
  3515. "broadcast": "team"
  3516. }
  3517. },
  3518. "teamUtilities": true,
  3519. "vote": 1,
  3520. "voteshield": -6
  3521. }
  3522. },
  3523. {
  3524. "role": "2--0",
  3525. "translation": "Salamence",
  3526. "side": "odd",
  3527. "hide": true,
  3528. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3529. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3530. "actions": {
  3531. "night": {
  3532. "vote": {
  3533. "command": "dummy",
  3534. "inputmsg": "You currently have a vote of 2!",
  3535. "hide": true,
  3536. "compulsory": true,
  3537. "noFollow": true,
  3538. "target": "OnlySelf",
  3539. "priority": 99,
  3540. "common": "Self"
  3541. },
  3542. "intimidate": {
  3543. "command": ["copy", "kill"],
  3544. "copyAs": {
  3545. "2--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3546. },
  3547. "copymsg": "",
  3548. "copyusermsg": "",
  3549. "target": "AnyButTeam",
  3550. "common": "Team",
  3551. "priority": 11,
  3552. "hide": true,
  3553. "broadcast": "team",
  3554. "cancel": ["int", "moxie"]
  3555. },
  3556. "int": {
  3557. "command": ["copy", "kill"],
  3558. "copyAs": {
  3559. "2--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3560. },
  3561. "copymsg": "",
  3562. "copyusermsg": "",
  3563. "target": "AnyButTeam",
  3564. "common": "Team",
  3565. "priority": 11,
  3566. "hide": true,
  3567. "broadcast": "team",
  3568. "cancel": ["intimidate", "moxie"]
  3569. },
  3570. "moxie": {
  3571. "command": ["copy", "kill"],
  3572. "copyAs": {
  3573. "3--0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3574. },
  3575. "copymsg": "",
  3576. "copyusermsg": "",
  3577. "target": "AnyButTeam",
  3578. "common": "Team",
  3579. "priority": 11,
  3580. "hide": true,
  3581. "broadcast": "team",
  3582. "cancel": ["intimidate", "int"]
  3583. }
  3584. },
  3585. "teamUtilities": true,
  3586. "vote": 2
  3587. }
  3588. },
  3589. {
  3590. "role": "2--1",
  3591. "translation": "Salamence",
  3592. "side": "odd",
  3593. "hide": true,
  3594. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3595. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3596. "actions": {
  3597. "night": {
  3598. "vote": {
  3599. "command": "dummy",
  3600. "inputmsg": "You currently have a -1 voteshield and a vote of 2!",
  3601. "hide": true,
  3602. "compulsory": true,
  3603. "noFollow": true,
  3604. "target": "OnlySelf",
  3605. "priority": 99,
  3606. "common": "Self"
  3607. },
  3608. "intimidate": {
  3609. "command": ["copy", "kill"],
  3610. "copyAs": {
  3611. "2--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3612. },
  3613. "copymsg": "",
  3614. "copyusermsg": "",
  3615. "target": "AnyButTeam",
  3616. "common": "Team",
  3617. "priority": 11,
  3618. "hide": true,
  3619. "broadcast": "team",
  3620. "cancel": ["int", "moxie"]
  3621. },
  3622. "int": {
  3623. "command": ["copy", "kill"],
  3624. "copyAs": {
  3625. "2--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3626. },
  3627. "copymsg": "",
  3628. "copyusermsg": "",
  3629. "target": "AnyButTeam",
  3630. "common": "Team",
  3631. "priority": 11,
  3632. "hide": true,
  3633. "broadcast": "team",
  3634. "cancel": ["intimidate", "moxie"]
  3635. },
  3636. "moxie": {
  3637. "command": ["copy", "kill"],
  3638. "copyAs": {
  3639. "3--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3640. },
  3641. "copymsg": "",
  3642. "copyusermsg": "",
  3643. "target": "AnyButTeam",
  3644. "common": "Team",
  3645. "priority": 11,
  3646. "hide": true,
  3647. "broadcast": "team",
  3648. "cancel": ["intimidate", "int"]
  3649. }
  3650. },
  3651. "teamUtilities": true,
  3652. "vote": 2,
  3653. "voteshield": -1
  3654. }
  3655. },
  3656. {
  3657. "role": "2--2",
  3658. "translation": "Salamence",
  3659. "side": "odd",
  3660. "hide": true,
  3661. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3662. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3663. "actions": {
  3664. "night": {
  3665. "vote": {
  3666. "command": "dummy",
  3667. "inputmsg": "You currently have a -2 voteshield and a vote of 2!",
  3668. "hide": true,
  3669. "compulsory": true,
  3670. "noFollow": true,
  3671. "target": "OnlySelf",
  3672. "priority": 99,
  3673. "common": "Self"
  3674. },
  3675. "intimidate": {
  3676. "command": ["copy", "kill"],
  3677. "copyAs": {
  3678. "2--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3679. },
  3680. "copymsg": "",
  3681. "copyusermsg": "",
  3682. "target": "AnyButTeam",
  3683. "common": "Team",
  3684. "priority": 11,
  3685. "hide": true,
  3686. "broadcast": "team",
  3687. "cancel": ["int", "moxie"]
  3688. },
  3689. "int": {
  3690. "command": ["copy", "kill"],
  3691. "copyAs": {
  3692. "2--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3693. },
  3694. "copymsg": "",
  3695. "copyusermsg": "",
  3696. "target": "AnyButTeam",
  3697. "common": "Team",
  3698. "priority": 11,
  3699. "hide": true,
  3700. "broadcast": "team",
  3701. "cancel": ["intimidate", "moxie"]
  3702. },
  3703. "moxie": {
  3704. "command": ["copy", "kill"],
  3705. "copyAs": {
  3706. "3--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3707. },
  3708. "copymsg": "",
  3709. "copyusermsg": "",
  3710. "target": "AnyButTeam",
  3711. "common": "Team",
  3712. "priority": 11,
  3713. "hide": true,
  3714. "broadcast": "team",
  3715. "cancel": ["intimidate", "int"]
  3716. }
  3717. },
  3718. "teamUtilities": true,
  3719. "vote": 2,
  3720. "voteshield": -2
  3721. }
  3722. },
  3723. {
  3724. "role": "2--3",
  3725. "translation": "Salamence",
  3726. "side": "odd",
  3727. "hide": true,
  3728. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3729. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3730. "actions": {
  3731. "night": {
  3732. "vote": {
  3733. "command": "dummy",
  3734. "inputmsg": "You currently have a -3 voteshield and a vote of 2!",
  3735. "hide": true,
  3736. "compulsory": true,
  3737. "noFollow": true,
  3738. "target": "OnlySelf",
  3739. "priority": 99,
  3740. "common": "Self"
  3741. },
  3742. "intimidate": {
  3743. "command": ["copy", "kill"],
  3744. "copyAs": {
  3745. "2--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3746. },
  3747. "copymsg": "",
  3748. "copyusermsg": "",
  3749. "target": "AnyButTeam",
  3750. "common": "Team",
  3751. "priority": 11,
  3752. "hide": true,
  3753. "broadcast": "team",
  3754. "cancel": ["int", "moxie"]
  3755. },
  3756. "int": {
  3757. "command": ["copy", "kill"],
  3758. "copyAs": {
  3759. "2--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3760. },
  3761. "copymsg": "",
  3762. "copyusermsg": "",
  3763. "target": "AnyButTeam",
  3764. "common": "Team",
  3765. "priority": 11,
  3766. "hide": true,
  3767. "broadcast": "team",
  3768. "cancel": ["intimidate", "moxie"]
  3769. },
  3770. "moxie": {
  3771. "command": ["copy", "kill"],
  3772. "copyAs": {
  3773. "3--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3774. },
  3775. "copymsg": "",
  3776. "copyusermsg": "",
  3777. "target": "AnyButTeam",
  3778. "common": "Team",
  3779. "priority": 11,
  3780. "hide": true,
  3781. "broadcast": "team",
  3782. "cancel": ["intimidate", "int"]
  3783. }
  3784. },
  3785. "teamUtilities": true,
  3786. "vote": 2,
  3787. "voteshield": -3
  3788. }
  3789. },
  3790. {
  3791. "role": "2--4",
  3792. "translation": "Salamence",
  3793. "side": "odd",
  3794. "hide": true,
  3795. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3796. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3797. "actions": {
  3798. "night": {
  3799. "vote": {
  3800. "command": "dummy",
  3801. "inputmsg": "You currently have a -4 voteshield and a vote of 2!",
  3802. "hide": true,
  3803. "compulsory": true,
  3804. "noFollow": true,
  3805. "target": "OnlySelf",
  3806. "priority": 99,
  3807. "common": "Self"
  3808. },
  3809. "intimidate": {
  3810. "command": ["copy", "kill"],
  3811. "copyAs": {
  3812. "2--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3813. },
  3814. "copymsg": "",
  3815. "copyusermsg": "",
  3816. "target": "AnyButTeam",
  3817. "common": "Team",
  3818. "priority": 11,
  3819. "hide": true,
  3820. "broadcast": "team",
  3821. "cancel": ["int", "moxie"]
  3822. },
  3823. "int": {
  3824. "command": ["copy", "kill"],
  3825. "copyAs": {
  3826. "2--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3827. },
  3828. "copymsg": "",
  3829. "copyusermsg": "",
  3830. "target": "AnyButTeam",
  3831. "common": "Team",
  3832. "priority": 11,
  3833. "hide": true,
  3834. "broadcast": "team",
  3835. "cancel": ["intimidate", "moxie"]
  3836. },
  3837. "moxie": {
  3838. "command": ["copy", "kill"],
  3839. "copyAs": {
  3840. "3--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3841. },
  3842. "copymsg": "",
  3843. "copyusermsg": "",
  3844. "target": "AnyButTeam",
  3845. "common": "Team",
  3846. "priority": 11,
  3847. "hide": true,
  3848. "broadcast": "team",
  3849. "cancel": ["intimidate", "int"]
  3850. }
  3851. },
  3852. "teamUtilities": true,
  3853. "vote": 2,
  3854. "voteshield": -4
  3855. }
  3856. },
  3857. {
  3858. "role": "2--5",
  3859. "translation": "Salamence",
  3860. "side": "odd",
  3861. "hide": true,
  3862. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3863. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3864. "actions": {
  3865. "night": {
  3866. "vote": {
  3867. "command": "dummy",
  3868. "inputmsg": "You currently have a -5 voteshield and a vote of 2!",
  3869. "hide": true,
  3870. "compulsory": true,
  3871. "noFollow": true,
  3872. "target": "OnlySelf",
  3873. "priority": 99,
  3874. "common": "Self"
  3875. },
  3876. "intimidate": {
  3877. "command": ["copy", "kill"],
  3878. "copyAs": {
  3879. "2--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3880. },
  3881. "copymsg": "",
  3882. "copyusermsg": "",
  3883. "target": "AnyButTeam",
  3884. "common": "Team",
  3885. "priority": 11,
  3886. "hide": true,
  3887. "broadcast": "team",
  3888. "cancel": ["int", "moxie"]
  3889. },
  3890. "int": {
  3891. "command": ["copy", "kill"],
  3892. "copyAs": {
  3893. "2--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3894. },
  3895. "copymsg": "",
  3896. "copyusermsg": "",
  3897. "target": "AnyButTeam",
  3898. "common": "Team",
  3899. "priority": 11,
  3900. "hide": true,
  3901. "broadcast": "team",
  3902. "cancel": ["intimidate", "moxie"]
  3903. },
  3904. "moxie": {
  3905. "command": ["copy", "kill"],
  3906. "copyAs": {
  3907. "3--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3908. },
  3909. "copymsg": "",
  3910. "copyusermsg": "",
  3911. "target": "AnyButTeam",
  3912. "common": "Team",
  3913. "priority": 11,
  3914. "hide": true,
  3915. "broadcast": "team",
  3916. "cancel": ["intimidate", "int"]
  3917. }
  3918. },
  3919. "teamUtilities": true,
  3920. "vote": 2,
  3921. "voteshield": -5
  3922. }
  3923. },
  3924. {
  3925. "role": "2--6",
  3926. "translation": "Salamence",
  3927. "side": "odd",
  3928. "hide": true,
  3929. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3930. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3931. "actions": {
  3932. "night": {
  3933. "vote": {
  3934. "command": "dummy",
  3935. "inputmsg": "You currently have a -6 voteshield and a vote of 2!",
  3936. "hide": true,
  3937. "compulsory": true,
  3938. "noFollow": true,
  3939. "target": "OnlySelf",
  3940. "priority": 99,
  3941. "common": "Self"
  3942. },
  3943. "moxie": {
  3944. "command": ["copy", "kill"],
  3945. "copyAs": {
  3946. "3--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3947. },
  3948. "copymsg": "",
  3949. "copyusermsg": "",
  3950. "target": "AnyButTeam",
  3951. "common": "Team",
  3952. "priority": 11,
  3953. "hide": true,
  3954. "broadcast": "team"
  3955. }
  3956. },
  3957. "teamUtilities": true,
  3958. "vote": 2,
  3959. "voteshield": -6
  3960. }
  3961. },
  3962. {
  3963. "role": "3--0",
  3964. "translation": "Salamence",
  3965. "side": "odd",
  3966. "hide": true,
  3967. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  3968. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  3969. "actions": {
  3970. "night": {
  3971. "vote": {
  3972. "command": "dummy",
  3973. "inputmsg": "You currently have a vote of 3!",
  3974. "hide": true,
  3975. "compulsory": true,
  3976. "noFollow": true,
  3977. "target": "OnlySelf",
  3978. "priority": 99,
  3979. "common": "Self"
  3980. },
  3981. "intimidate": {
  3982. "command": ["copy", "kill"],
  3983. "copyAs": {
  3984. "3--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3985. },
  3986. "copymsg": "",
  3987. "copyusermsg": "",
  3988. "target": "AnyButTeam",
  3989. "common": "Team",
  3990. "priority": 11,
  3991. "hide": true,
  3992. "broadcast": "team",
  3993. "cancel": ["int", "moxie"]
  3994. },
  3995. "int": {
  3996. "command": ["copy", "kill"],
  3997. "copyAs": {
  3998. "3--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  3999. },
  4000. "copymsg": "",
  4001. "copyusermsg": "",
  4002. "target": "AnyButTeam",
  4003. "common": "Team",
  4004. "priority": 11,
  4005. "hide": true,
  4006. "broadcast": "team",
  4007. "cancel": ["intimidate", "moxie"]
  4008. },
  4009. "moxie": {
  4010. "command": ["copy", "kill"],
  4011. "copyAs": {
  4012. "4--0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4013. },
  4014. "copymsg": "",
  4015. "copyusermsg": "",
  4016. "target": "AnyButTeam",
  4017. "common": "Team",
  4018. "priority": 11,
  4019. "hide": true,
  4020. "broadcast": "team",
  4021. "cancel": ["intimidate", "int"]
  4022. }
  4023. },
  4024. "teamUtilities": true,
  4025. "vote": 3
  4026. }
  4027. },
  4028. {
  4029. "role": "3--1",
  4030. "translation": "Salamence",
  4031. "side": "odd",
  4032. "hide": true,
  4033. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4034. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4035. "actions": {
  4036. "night": {
  4037. "vote": {
  4038. "command": "dummy",
  4039. "inputmsg": "You currently have a -1 voteshield and a vote of 3!",
  4040. "hide": true,
  4041. "compulsory": true,
  4042. "noFollow": true,
  4043. "target": "OnlySelf",
  4044. "priority": 99,
  4045. "common": "Self"
  4046. },
  4047. "intimidate": {
  4048. "command": ["copy", "kill"],
  4049. "copyAs": {
  4050. "3--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4051. },
  4052. "copymsg": "",
  4053. "copyusermsg": "",
  4054. "target": "AnyButTeam",
  4055. "common": "Team",
  4056. "priority": 11,
  4057. "hide": true,
  4058. "broadcast": "team",
  4059. "cancel": ["int", "moxie"]
  4060. },
  4061. "int": {
  4062. "command": ["copy", "kill"],
  4063. "copyAs": {
  4064. "3--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4065. },
  4066. "copymsg": "",
  4067. "copyusermsg": "",
  4068. "target": "AnyButTeam",
  4069. "common": "Team",
  4070. "priority": 11,
  4071. "hide": true,
  4072. "broadcast": "team",
  4073. "cancel": ["intimidate", "moxie"]
  4074. },
  4075. "moxie": {
  4076. "command": ["copy", "kill"],
  4077. "copyAs": {
  4078. "4--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4079. },
  4080. "copymsg": "",
  4081. "copyusermsg": "",
  4082. "target": "AnyButTeam",
  4083. "common": "Team",
  4084. "priority": 11,
  4085. "hide": true,
  4086. "broadcast": "team",
  4087. "cancel": ["intimidate", "int"]
  4088. }
  4089. },
  4090. "teamUtilities": true,
  4091. "vote": 3,
  4092. "voteshield": -1
  4093. }
  4094. },
  4095. {
  4096. "role": "3--2",
  4097. "translation": "Salamence",
  4098. "side": "odd",
  4099. "hide": true,
  4100. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4101. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4102. "actions": {
  4103. "night": {
  4104. "vote": {
  4105. "command": "dummy",
  4106. "inputmsg": "You currently have a -2 voteshield and a vote of 3!",
  4107. "hide": true,
  4108. "compulsory": true,
  4109. "noFollow": true,
  4110. "target": "OnlySelf",
  4111. "priority": 99,
  4112. "common": "Self"
  4113. },
  4114. "intimidate": {
  4115. "command": ["copy", "kill"],
  4116. "copyAs": {
  4117. "3--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4118. },
  4119. "copymsg": "",
  4120. "copyusermsg": "",
  4121. "target": "AnyButTeam",
  4122. "common": "Team",
  4123. "priority": 11,
  4124. "hide": true,
  4125. "broadcast": "team",
  4126. "cancel": ["int", "moxie"]
  4127. },
  4128. "int": {
  4129. "command": ["copy", "kill"],
  4130. "copyAs": {
  4131. "3--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4132. },
  4133. "copymsg": "",
  4134. "copyusermsg": "",
  4135. "target": "AnyButTeam",
  4136. "common": "Team",
  4137. "priority": 11,
  4138. "hide": true,
  4139. "broadcast": "team",
  4140. "cancel": ["intimidate", "moxie"]
  4141. },
  4142. "moxie": {
  4143. "command": ["copy", "kill"],
  4144. "copyAs": {
  4145. "4--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4146. },
  4147. "copymsg": "",
  4148. "copyusermsg": "",
  4149. "target": "AnyButTeam",
  4150. "common": "Team",
  4151. "priority": 11,
  4152. "hide": true,
  4153. "broadcast": "team",
  4154. "cancel": ["intimidate", "int"]
  4155. }
  4156. },
  4157. "teamUtilities": true,
  4158. "vote": 3,
  4159. "voteshield": -2
  4160. }
  4161. },
  4162. {
  4163. "role": "3--3",
  4164. "translation": "Salamence",
  4165. "side": "odd",
  4166. "hide": true,
  4167. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4168. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4169. "actions": {
  4170. "night": {
  4171. "vote": {
  4172. "command": "dummy",
  4173. "inputmsg": "You currently have a -3 voteshield and a vote of 3!",
  4174. "hide": true,
  4175. "compulsory": true,
  4176. "noFollow": true,
  4177. "target": "OnlySelf",
  4178. "priority": 99,
  4179. "common": "Self"
  4180. },
  4181. "intimidate": {
  4182. "command": ["copy", "kill"],
  4183. "copyAs": {
  4184. "3--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4185. },
  4186. "copymsg": "",
  4187. "copyusermsg": "",
  4188. "target": "AnyButTeam",
  4189. "common": "Team",
  4190. "priority": 11,
  4191. "hide": true,
  4192. "broadcast": "team",
  4193. "cancel": ["int", "moxie"]
  4194. },
  4195. "int": {
  4196. "command": ["copy", "kill"],
  4197. "copyAs": {
  4198. "3--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4199. },
  4200. "copymsg": "",
  4201. "copyusermsg": "",
  4202. "target": "AnyButTeam",
  4203. "common": "Team",
  4204. "priority": 11,
  4205. "hide": true,
  4206. "broadcast": "team",
  4207. "cancel": ["intimidate", "moxie"]
  4208. },
  4209. "moxie": {
  4210. "command": ["copy", "kill"],
  4211. "copyAs": {
  4212. "4--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4213. },
  4214. "copymsg": "",
  4215. "copyusermsg": "",
  4216. "target": "AnyButTeam",
  4217. "common": "Team",
  4218. "priority": 11,
  4219. "hide": true,
  4220. "broadcast": "team",
  4221. "cancel": ["intimidate", "int"]
  4222. }
  4223. },
  4224. "teamUtilities": true,
  4225. "vote": 3,
  4226. "voteshield": -3
  4227. }
  4228. },
  4229. {
  4230. "role": "3--4",
  4231. "translation": "Salamence",
  4232. "side": "odd",
  4233. "hide": true,
  4234. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4235. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4236. "actions": {
  4237. "night": {
  4238. "vote": {
  4239. "command": "dummy",
  4240. "inputmsg": "You currently have a -4 voteshield and a vote of 3!",
  4241. "hide": true,
  4242. "compulsory": true,
  4243. "noFollow": true,
  4244. "target": "OnlySelf",
  4245. "priority": 99,
  4246. "common": "Self"
  4247. },
  4248. "intimidate": {
  4249. "command": ["copy", "kill"],
  4250. "copyAs": {
  4251. "3--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4252. },
  4253. "copymsg": "",
  4254. "copyusermsg": "",
  4255. "target": "AnyButTeam",
  4256. "common": "Team",
  4257. "priority": 11,
  4258. "hide": true,
  4259. "broadcast": "team",
  4260. "cancel": ["int", "moxie"]
  4261. },
  4262. "int": {
  4263. "command": ["copy", "kill"],
  4264. "copyAs": {
  4265. "3--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4266. },
  4267. "copymsg": "",
  4268. "copyusermsg": "",
  4269. "target": "AnyButTeam",
  4270. "common": "Team",
  4271. "priority": 11,
  4272. "hide": true,
  4273. "broadcast": "team",
  4274. "cancel": ["intimidate", "moxie"]
  4275. },
  4276. "moxie": {
  4277. "command": ["copy", "kill"],
  4278. "copyAs": {
  4279. "4--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4280. },
  4281. "copymsg": "",
  4282. "copyusermsg": "",
  4283. "target": "AnyButTeam",
  4284. "common": "Team",
  4285. "priority": 11,
  4286. "hide": true,
  4287. "broadcast": "team",
  4288. "cancel": ["intimidate", "int"]
  4289. }
  4290. },
  4291. "teamUtilities": true,
  4292. "vote": 3,
  4293. "voteshield": -4
  4294. }
  4295. },
  4296. {
  4297. "role": "3--5",
  4298. "translation": "Salamence",
  4299. "side": "odd",
  4300. "hide": true,
  4301. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4302. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4303. "actions": {
  4304. "night": {
  4305. "vote": {
  4306. "command": "dummy",
  4307. "inputmsg": "You currently have a -5 voteshield and a vote of 3!",
  4308. "hide": true,
  4309. "compulsory": true,
  4310. "noFollow": true,
  4311. "target": "OnlySelf",
  4312. "priority": 99,
  4313. "common": "Self"
  4314. },
  4315. "intimidate": {
  4316. "command": ["copy", "kill"],
  4317. "copyAs": {
  4318. "3--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4319. },
  4320. "copymsg": "",
  4321. "copyusermsg": "",
  4322. "target": "AnyButTeam",
  4323. "common": "Team",
  4324. "priority": 11,
  4325. "hide": true,
  4326. "broadcast": "team",
  4327. "cancel": ["int", "moxie"]
  4328. },
  4329. "int": {
  4330. "command": ["copy", "kill"],
  4331. "copyAs": {
  4332. "3--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4333. },
  4334. "copymsg": "",
  4335. "copyusermsg": "",
  4336. "target": "AnyButTeam",
  4337. "common": "Team",
  4338. "priority": 11,
  4339. "hide": true,
  4340. "broadcast": "team",
  4341. "cancel": ["intimidate", "moxie"]
  4342. },
  4343. "moxie": {
  4344. "command": ["copy", "kill"],
  4345. "copyAs": {
  4346. "4--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4347. },
  4348. "copymsg": "",
  4349. "copyusermsg": "",
  4350. "target": "AnyButTeam",
  4351. "common": "Team",
  4352. "priority": 11,
  4353. "hide": true,
  4354. "broadcast": "team",
  4355. "cancel": ["intimidate", "int"]
  4356. }
  4357. },
  4358. "teamUtilities": true,
  4359. "vote": 3,
  4360. "voteshield": -5
  4361. }
  4362. },
  4363. {
  4364. "role": "3--6",
  4365. "translation": "Salamence",
  4366. "side": "odd",
  4367. "hide": true,
  4368. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4369. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4370. "actions": {
  4371. "night": {
  4372. "vote": {
  4373. "command": "dummy",
  4374. "inputmsg": "You currently have a -6 voteshield and a vote of 3!",
  4375. "hide": true,
  4376. "compulsory": true,
  4377. "noFollow": true,
  4378. "target": "OnlySelf",
  4379. "priority": 99,
  4380. "common": "Self"
  4381. },
  4382. "moxie": {
  4383. "command": ["copy", "kill"],
  4384. "copyAs": {
  4385. "4--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4386. },
  4387. "copymsg": "",
  4388. "copyusermsg": "",
  4389. "target": "AnyButTeam",
  4390. "common": "Team",
  4391. "priority": 11,
  4392. "hide": true,
  4393. "broadcast": "team"
  4394. }
  4395. },
  4396. "teamUtilities": true,
  4397. "vote": 3,
  4398. "voteshield": -6
  4399. }
  4400. },
  4401. {
  4402. "role": "4--0",
  4403. "translation": "Salamence",
  4404. "side": "odd",
  4405. "hide": true,
  4406. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4407. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4408. "actions": {
  4409. "night": {
  4410. "vote": {
  4411. "command": "dummy",
  4412. "inputmsg": "You currently have a vote of 4!",
  4413. "hide": true,
  4414. "compulsory": true,
  4415. "noFollow": true,
  4416. "target": "OnlySelf",
  4417. "priority": 99,
  4418. "common": "Self"
  4419. },
  4420. "intimidate": {
  4421. "command": ["copy", "kill"],
  4422. "copyAs": {
  4423. "4--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4424. },
  4425. "copymsg": "",
  4426. "copyusermsg": "",
  4427. "target": "AnyButTeam",
  4428. "common": "Team",
  4429. "priority": 11,
  4430. "hide": true,
  4431. "broadcast": "team",
  4432. "cancel": ["int", "moxie"]
  4433. },
  4434. "int": {
  4435. "command": ["copy", "kill"],
  4436. "copyAs": {
  4437. "4--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4438. },
  4439. "copymsg": "",
  4440. "copyusermsg": "",
  4441. "target": "AnyButTeam",
  4442. "common": "Team",
  4443. "priority": 11,
  4444. "hide": true,
  4445. "broadcast": "team",
  4446. "cancel": ["intimidate", "moxie"]
  4447. },
  4448. "moxie": {
  4449. "command": ["copy", "kill"],
  4450. "copyAs": {
  4451. "5--0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4452. },
  4453. "copymsg": "",
  4454. "copyusermsg": "",
  4455. "target": "AnyButTeam",
  4456. "common": "Team",
  4457. "priority": 11,
  4458. "hide": true,
  4459. "broadcast": "team",
  4460. "cancel": ["intimidate", "int"]
  4461. }
  4462. },
  4463. "teamUtilities": true,
  4464. "vote": 4
  4465. }
  4466. },
  4467. {
  4468. "role": "4--1",
  4469. "translation": "Salamence",
  4470. "side": "odd",
  4471. "hide": true,
  4472. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4473. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4474. "actions": {
  4475. "night": {
  4476. "vote": {
  4477. "command": "dummy",
  4478. "inputmsg": "You currently have a -1 voteshield and a vote of 4!",
  4479. "hide": true,
  4480. "compulsory": true,
  4481. "noFollow": true,
  4482. "target": "OnlySelf",
  4483. "priority": 99,
  4484. "common": "Self"
  4485. },
  4486. "intimidate": {
  4487. "command": ["copy", "kill"],
  4488. "copyAs": {
  4489. "4--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4490. },
  4491. "copymsg": "",
  4492. "copyusermsg": "",
  4493. "target": "AnyButTeam",
  4494. "common": "Team",
  4495. "priority": 11,
  4496. "hide": true,
  4497. "broadcast": "team",
  4498. "cancel": ["int", "moxie"]
  4499. },
  4500. "int": {
  4501. "command": ["copy", "kill"],
  4502. "copyAs": {
  4503. "4--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4504. },
  4505. "copymsg": "",
  4506. "copyusermsg": "",
  4507. "target": "AnyButTeam",
  4508. "common": "Team",
  4509. "priority": 11,
  4510. "hide": true,
  4511. "broadcast": "team",
  4512. "cancel": ["intimidate", "moxie"]
  4513. },
  4514. "moxie": {
  4515. "command": ["copy", "kill"],
  4516. "copyAs": {
  4517. "5--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4518. },
  4519. "copymsg": "",
  4520. "copyusermsg": "",
  4521. "target": "AnyButTeam",
  4522. "common": "Team",
  4523. "priority": 11,
  4524. "hide": true,
  4525. "broadcast": "team",
  4526. "cancel": ["intimidate", "int"]
  4527. }
  4528. },
  4529. "teamUtilities": true,
  4530. "vote": 4,
  4531. "voteshield": -1
  4532. }
  4533. },
  4534. {
  4535. "role": "4--2",
  4536. "translation": "Salamence",
  4537. "side": "odd",
  4538. "hide": true,
  4539. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4540. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4541. "actions": {
  4542. "night": {
  4543. "vote": {
  4544. "command": "dummy",
  4545. "inputmsg": "You currently have a -2 voteshield and a vote of 4!",
  4546. "hide": true,
  4547. "compulsory": true,
  4548. "noFollow": true,
  4549. "target": "OnlySelf",
  4550. "priority": 99,
  4551. "common": "Self"
  4552. },
  4553. "intimidate": {
  4554. "command": ["copy", "kill"],
  4555. "copyAs": {
  4556. "4--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4557. },
  4558. "copymsg": "",
  4559. "copyusermsg": "",
  4560. "target": "AnyButTeam",
  4561. "common": "Team",
  4562. "priority": 11,
  4563. "hide": true,
  4564. "broadcast": "team",
  4565. "cancel": ["int", "moxie"]
  4566. },
  4567. "int": {
  4568. "command": ["copy", "kill"],
  4569. "copyAs": {
  4570. "4--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4571. },
  4572. "copymsg": "",
  4573. "copyusermsg": "",
  4574. "target": "AnyButTeam",
  4575. "common": "Team",
  4576. "priority": 11,
  4577. "hide": true,
  4578. "broadcast": "team",
  4579. "cancel": ["intimidate", "moxie"]
  4580. },
  4581. "moxie": {
  4582. "command": ["copy", "kill"],
  4583. "copyAs": {
  4584. "5--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4585. },
  4586. "copymsg": "",
  4587. "copyusermsg": "",
  4588. "target": "AnyButTeam",
  4589. "common": "Team",
  4590. "priority": 11,
  4591. "hide": true,
  4592. "broadcast": "team",
  4593. "cancel": ["intimidate", "int"]
  4594. }
  4595. },
  4596. "teamUtilities": true,
  4597. "vote": 4,
  4598. "voteshield": -2
  4599. }
  4600. },
  4601. {
  4602. "role": "4--3",
  4603. "translation": "Salamence",
  4604. "side": "odd",
  4605. "hide": true,
  4606. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4607. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4608. "actions": {
  4609. "night": {
  4610. "vote": {
  4611. "command": "dummy",
  4612. "inputmsg": "You currently have a -3 voteshield and a vote of 4!",
  4613. "hide": true,
  4614. "compulsory": true,
  4615. "noFollow": true,
  4616. "target": "OnlySelf",
  4617. "priority": 99,
  4618. "common": "Self"
  4619. },
  4620. "intimidate": {
  4621. "command": ["copy", "kill"],
  4622. "copyAs": {
  4623. "4--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4624. },
  4625. "copymsg": "",
  4626. "copyusermsg": "",
  4627. "target": "AnyButTeam",
  4628. "common": "Team",
  4629. "priority": 11,
  4630. "hide": true,
  4631. "broadcast": "team",
  4632. "cancel": ["int", "moxie"]
  4633. },
  4634. "int": {
  4635. "command": ["copy", "kill"],
  4636. "copyAs": {
  4637. "4--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4638. },
  4639. "copymsg": "",
  4640. "copyusermsg": "",
  4641. "target": "AnyButTeam",
  4642. "common": "Team",
  4643. "priority": 11,
  4644. "hide": true,
  4645. "broadcast": "team",
  4646. "cancel": ["intimidate", "moxie"]
  4647. },
  4648. "moxie": {
  4649. "command": ["copy", "kill"],
  4650. "copyAs": {
  4651. "5--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4652. },
  4653. "copymsg": "",
  4654. "copyusermsg": "",
  4655. "target": "AnyButTeam",
  4656. "common": "Team",
  4657. "priority": 11,
  4658. "hide": true,
  4659. "broadcast": "team",
  4660. "cancel": ["intimidate", "int"]
  4661. }
  4662. },
  4663. "teamUtilities": true,
  4664. "vote": 4,
  4665. "voteshield": -3
  4666. }
  4667. },
  4668. {
  4669. "role": "4--4",
  4670. "translation": "Salamence",
  4671. "side": "odd",
  4672. "hide": true,
  4673. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4674. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4675. "actions": {
  4676. "night": {
  4677. "vote": {
  4678. "command": "dummy",
  4679. "inputmsg": "You currently have a -4 voteshield and a vote of 4!",
  4680. "hide": true,
  4681. "compulsory": true,
  4682. "noFollow": true,
  4683. "target": "OnlySelf",
  4684. "priority": 99,
  4685. "common": "Self"
  4686. },
  4687. "intimidate": {
  4688. "command": ["copy", "kill"],
  4689. "copyAs": {
  4690. "4--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4691. },
  4692. "copymsg": "",
  4693. "copyusermsg": "",
  4694. "target": "AnyButTeam",
  4695. "common": "Team",
  4696. "priority": 11,
  4697. "hide": true,
  4698. "broadcast": "team",
  4699. "cancel": ["int", "moxie"]
  4700. },
  4701. "int": {
  4702. "command": ["copy", "kill"],
  4703. "copyAs": {
  4704. "4--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4705. },
  4706. "copymsg": "",
  4707. "copyusermsg": "",
  4708. "target": "AnyButTeam",
  4709. "common": "Team",
  4710. "priority": 11,
  4711. "hide": true,
  4712. "broadcast": "team",
  4713. "cancel": ["intimidate", "moxie"]
  4714. },
  4715. "moxie": {
  4716. "command": ["copy", "kill"],
  4717. "copyAs": {
  4718. "5--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4719. },
  4720. "copymsg": "",
  4721. "copyusermsg": "",
  4722. "target": "AnyButTeam",
  4723. "common": "Team",
  4724. "priority": 11,
  4725. "hide": true,
  4726. "broadcast": "team",
  4727. "cancel": ["intimidate", "int"]
  4728. }
  4729. },
  4730. "teamUtilities": true,
  4731. "vote": 4,
  4732. "voteshield": -4
  4733. }
  4734. },
  4735. {
  4736. "role": "4--5",
  4737. "translation": "Salamence",
  4738. "side": "odd",
  4739. "hide": true,
  4740. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4741. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4742. "actions": {
  4743. "night": {
  4744. "vote": {
  4745. "command": "dummy",
  4746. "inputmsg": "You currently have a -5 voteshield and a vote of 4!",
  4747. "hide": true,
  4748. "compulsory": true,
  4749. "noFollow": true,
  4750. "target": "OnlySelf",
  4751. "priority": 99,
  4752. "common": "Self"
  4753. },
  4754. "intimidate": {
  4755. "command": ["copy", "kill"],
  4756. "copyAs": {
  4757. "4--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4758. },
  4759. "copymsg": "",
  4760. "copyusermsg": "",
  4761. "target": "AnyButTeam",
  4762. "common": "Team",
  4763. "priority": 11,
  4764. "hide": true,
  4765. "broadcast": "team",
  4766. "cancel": ["int", "moxie"]
  4767. },
  4768. "int": {
  4769. "command": ["copy", "kill"],
  4770. "copyAs": {
  4771. "4--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4772. },
  4773. "copymsg": "",
  4774. "copyusermsg": "",
  4775. "target": "AnyButTeam",
  4776. "common": "Team",
  4777. "priority": 11,
  4778. "hide": true,
  4779. "broadcast": "team",
  4780. "cancel": ["intimidate", "moxie"]
  4781. },
  4782. "moxie": {
  4783. "command": ["copy", "kill"],
  4784. "copyAs": {
  4785. "5--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4786. },
  4787. "copymsg": "",
  4788. "copyusermsg": "",
  4789. "target": "AnyButTeam",
  4790. "common": "Team",
  4791. "priority": 11,
  4792. "hide": true,
  4793. "broadcast": "team",
  4794. "cancel": ["intimidate", "int"]
  4795. }
  4796. },
  4797. "teamUtilities": true,
  4798. "vote": 4,
  4799. "voteshield": -5
  4800. }
  4801. },
  4802. {
  4803. "role": "4--6",
  4804. "translation": "Salamence",
  4805. "side": "odd",
  4806. "hide": true,
  4807. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4808. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4809. "actions": {
  4810. "night": {
  4811. "vote": {
  4812. "command": "dummy",
  4813. "inputmsg": "You currently have a -6 voteshield and a vote of 4!",
  4814. "hide": true,
  4815. "compulsory": true,
  4816. "noFollow": true,
  4817. "target": "OnlySelf",
  4818. "priority": 99,
  4819. "common": "Self"
  4820. },
  4821. "moxie": {
  4822. "command": ["copy", "kill"],
  4823. "copyAs": {
  4824. "5--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4825. },
  4826. "copymsg": "",
  4827. "copyusermsg": "",
  4828. "target": "AnyButTeam",
  4829. "common": "Team",
  4830. "priority": 11,
  4831. "hide": true,
  4832. "broadcast": "team"
  4833. }
  4834. },
  4835. "teamUtilities": true,
  4836. "vote": 4,
  4837. "voteshield": -6
  4838. }
  4839. },
  4840. {
  4841. "role": "5--0",
  4842. "translation": "Salamence",
  4843. "side": "odd",
  4844. "hide": true,
  4845. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4846. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4847. "actions": {
  4848. "night": {
  4849. "vote": {
  4850. "command": "dummy",
  4851. "inputmsg": "You currently have a vote of 5!",
  4852. "hide": true,
  4853. "compulsory": true,
  4854. "noFollow": true,
  4855. "target": "OnlySelf",
  4856. "priority": 99,
  4857. "common": "Self"
  4858. },
  4859. "intimidate": {
  4860. "command": ["copy", "kill"],
  4861. "copyAs": {
  4862. "5--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4863. },
  4864. "copymsg": "",
  4865. "copyusermsg": "",
  4866. "target": "AnyButTeam",
  4867. "common": "Team",
  4868. "priority": 11,
  4869. "hide": true,
  4870. "broadcast": "team",
  4871. "cancel": ["int", "moxie"]
  4872. },
  4873. "int": {
  4874. "command": ["copy", "kill"],
  4875. "copyAs": {
  4876. "5--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4877. },
  4878. "copymsg": "",
  4879. "copyusermsg": "",
  4880. "target": "AnyButTeam",
  4881. "common": "Team",
  4882. "priority": 11,
  4883. "hide": true,
  4884. "broadcast": "team",
  4885. "cancel": ["intimidate", "moxie"]
  4886. },
  4887. "moxie": {
  4888. "command": ["copy", "kill"],
  4889. "copyAs": {
  4890. "6--0": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4891. },
  4892. "copymsg": "",
  4893. "copyusermsg": "",
  4894. "target": "AnyButTeam",
  4895. "common": "Team",
  4896. "priority": 11,
  4897. "hide": true,
  4898. "broadcast": "team",
  4899. "cancel": ["intimidate", "int"]
  4900. }
  4901. },
  4902. "teamUtilities": true,
  4903. "vote": 5
  4904. }
  4905. },
  4906. {
  4907. "role": "5--1",
  4908. "translation": "Salamence",
  4909. "side": "odd",
  4910. "hide": true,
  4911. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4912. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4913. "actions": {
  4914. "night": {
  4915. "vote": {
  4916. "command": "dummy",
  4917. "inputmsg": "You currently have a -1 voteshield and a vote of 5!",
  4918. "hide": true,
  4919. "compulsory": true,
  4920. "noFollow": true,
  4921. "target": "OnlySelf",
  4922. "priority": 99,
  4923. "common": "Self"
  4924. },
  4925. "intimidate": {
  4926. "command": ["copy", "kill"],
  4927. "copyAs": {
  4928. "5--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4929. },
  4930. "copymsg": "",
  4931. "copyusermsg": "",
  4932. "target": "AnyButTeam",
  4933. "common": "Team",
  4934. "priority": 11,
  4935. "hide": true,
  4936. "broadcast": "team",
  4937. "cancel": ["int", "moxie"]
  4938. },
  4939. "int": {
  4940. "command": ["copy", "kill"],
  4941. "copyAs": {
  4942. "5--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4943. },
  4944. "copymsg": "",
  4945. "copyusermsg": "",
  4946. "target": "AnyButTeam",
  4947. "common": "Team",
  4948. "priority": 11,
  4949. "hide": true,
  4950. "broadcast": "team",
  4951. "cancel": ["intimidate", "moxie"]
  4952. },
  4953. "moxie": {
  4954. "command": ["copy", "kill"],
  4955. "copyAs": {
  4956. "6--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4957. },
  4958. "copymsg": "",
  4959. "copyusermsg": "",
  4960. "target": "AnyButTeam",
  4961. "common": "Team",
  4962. "priority": 11,
  4963. "hide": true,
  4964. "broadcast": "team",
  4965. "cancel": ["intimidate", "int"]
  4966. }
  4967. },
  4968. "teamUtilities": true,
  4969. "vote": 5,
  4970. "voteshield": -1
  4971. }
  4972. },
  4973. {
  4974. "role": "5--2",
  4975. "translation": "Salamence",
  4976. "side": "odd",
  4977. "hide": true,
  4978. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  4979. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  4980. "actions": {
  4981. "night": {
  4982. "vote": {
  4983. "command": "dummy",
  4984. "inputmsg": "You currently have a -2 voteshield and a vote of 5!",
  4985. "hide": true,
  4986. "compulsory": true,
  4987. "noFollow": true,
  4988. "target": "OnlySelf",
  4989. "priority": 99,
  4990. "common": "Self"
  4991. },
  4992. "intimidate": {
  4993. "command": ["copy", "kill"],
  4994. "copyAs": {
  4995. "5--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  4996. },
  4997. "copymsg": "",
  4998. "copyusermsg": "",
  4999. "target": "AnyButTeam",
  5000. "common": "Team",
  5001. "priority": 11,
  5002. "hide": true,
  5003. "broadcast": "team",
  5004. "cancel": ["int", "moxie"]
  5005. },
  5006. "int": {
  5007. "command": ["copy", "kill"],
  5008. "copyAs": {
  5009. "5--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5010. },
  5011. "copymsg": "",
  5012. "copyusermsg": "",
  5013. "target": "AnyButTeam",
  5014. "common": "Team",
  5015. "priority": 11,
  5016. "hide": true,
  5017. "broadcast": "team",
  5018. "cancel": ["intimidate", "moxie"]
  5019. },
  5020. "moxie": {
  5021. "command": ["copy", "kill"],
  5022. "copyAs": {
  5023. "6--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5024. },
  5025. "copymsg": "",
  5026. "copyusermsg": "",
  5027. "target": "AnyButTeam",
  5028. "common": "Team",
  5029. "priority": 11,
  5030. "hide": true,
  5031. "broadcast": "team",
  5032. "cancel": ["intimidate", "int"]
  5033. }
  5034. },
  5035. "teamUtilities": true,
  5036. "vote": 5,
  5037. "voteshield": -2
  5038. }
  5039. },
  5040. {
  5041. "role": "5--3",
  5042. "translation": "Salamence",
  5043. "side": "odd",
  5044. "hide": true,
  5045. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5046. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5047. "actions": {
  5048. "night": {
  5049. "vote": {
  5050. "command": "dummy",
  5051. "inputmsg": "You currently have a -3 voteshield and a vote of 5!",
  5052. "hide": true,
  5053. "compulsory": true,
  5054. "noFollow": true,
  5055. "target": "OnlySelf",
  5056. "priority": 99,
  5057. "common": "Self"
  5058. },
  5059. "intimidate": {
  5060. "command": ["copy", "kill"],
  5061. "copyAs": {
  5062. "5--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5063. },
  5064. "copymsg": "",
  5065. "copyusermsg": "",
  5066. "target": "AnyButTeam",
  5067. "common": "Team",
  5068. "priority": 11,
  5069. "hide": true,
  5070. "broadcast": "team",
  5071. "cancel": ["int", "moxie"]
  5072. },
  5073. "int": {
  5074. "command": ["copy", "kill"],
  5075. "copyAs": {
  5076. "5--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5077. },
  5078. "copymsg": "",
  5079. "copyusermsg": "",
  5080. "target": "AnyButTeam",
  5081. "common": "Team",
  5082. "priority": 11,
  5083. "hide": true,
  5084. "broadcast": "team",
  5085. "cancel": ["intimidate", "moxie"]
  5086. },
  5087. "moxie": {
  5088. "command": ["copy", "kill"],
  5089. "copyAs": {
  5090. "6--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5091. },
  5092. "copymsg": "",
  5093. "copyusermsg": "",
  5094. "target": "AnyButTeam",
  5095. "common": "Team",
  5096. "priority": 11,
  5097. "hide": true,
  5098. "broadcast": "team",
  5099. "cancel": ["intimidate", "int"]
  5100. }
  5101. },
  5102. "teamUtilities": true,
  5103. "vote": 5,
  5104. "voteshield": -3
  5105. }
  5106. },
  5107. {
  5108. "role": "5--4",
  5109. "translation": "Salamence",
  5110. "side": "odd",
  5111. "hide": true,
  5112. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5113. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5114. "actions": {
  5115. "night": {
  5116. "vote": {
  5117. "command": "dummy",
  5118. "inputmsg": "You currently have a -4 voteshield and a vote of 5!",
  5119. "hide": true,
  5120. "compulsory": true,
  5121. "noFollow": true,
  5122. "target": "OnlySelf",
  5123. "priority": 99,
  5124. "common": "Self"
  5125. },
  5126. "intimidate": {
  5127. "command": ["copy", "kill"],
  5128. "copyAs": {
  5129. "5--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5130. },
  5131. "copymsg": "",
  5132. "copyusermsg": "",
  5133. "target": "AnyButTeam",
  5134. "common": "Team",
  5135. "priority": 11,
  5136. "hide": true,
  5137. "broadcast": "team",
  5138. "cancel": ["int", "moxie"]
  5139. },
  5140. "int": {
  5141. "command": ["copy", "kill"],
  5142. "copyAs": {
  5143. "5--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5144. },
  5145. "copymsg": "",
  5146. "copyusermsg": "",
  5147. "target": "AnyButTeam",
  5148. "common": "Team",
  5149. "priority": 11,
  5150. "hide": true,
  5151. "broadcast": "team",
  5152. "cancel": ["intimidate", "moxie"]
  5153. },
  5154. "moxie": {
  5155. "command": ["copy", "kill"],
  5156. "copyAs": {
  5157. "6--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5158. },
  5159. "copymsg": "",
  5160. "copyusermsg": "",
  5161. "target": "AnyButTeam",
  5162. "common": "Team",
  5163. "priority": 11,
  5164. "hide": true,
  5165. "broadcast": "team",
  5166. "cancel": ["intimidate", "int"]
  5167. }
  5168. },
  5169. "teamUtilities": true,
  5170. "vote": 5,
  5171. "voteshield": -4
  5172. }
  5173. },
  5174. {
  5175. "role": "5--5",
  5176. "translation": "Salamence",
  5177. "side": "odd",
  5178. "hide": true,
  5179. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int) or /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6) while /moxie increases your vote by 1 (caps at 6). You can only use one of the two commands every night, and it's shared with Gyarados. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5180. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5181. "actions": {
  5182. "night": {
  5183. "vote": {
  5184. "command": "dummy",
  5185. "inputmsg": "You currently have a -5 voteshield and a vote of 5!",
  5186. "hide": true,
  5187. "compulsory": true,
  5188. "noFollow": true,
  5189. "target": "OnlySelf",
  5190. "priority": 99,
  5191. "common": "Self"
  5192. },
  5193. "intimidate": {
  5194. "command": ["copy", "kill"],
  5195. "copyAs": {
  5196. "5--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5197. },
  5198. "copymsg": "",
  5199. "copyusermsg": "",
  5200. "target": "AnyButTeam",
  5201. "common": "Team",
  5202. "priority": 11,
  5203. "hide": true,
  5204. "broadcast": "team",
  5205. "cancel": ["int", "moxie"]
  5206. },
  5207. "int": {
  5208. "command": ["copy", "kill"],
  5209. "copyAs": {
  5210. "5--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5211. },
  5212. "copymsg": "",
  5213. "copyusermsg": "",
  5214. "target": "AnyButTeam",
  5215. "common": "Team",
  5216. "priority": 11,
  5217. "hide": true,
  5218. "broadcast": "team",
  5219. "cancel": ["intimidate", "moxie"]
  5220. },
  5221. "moxie": {
  5222. "command": ["copy", "kill"],
  5223. "copyAs": {
  5224. "6--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5225. },
  5226. "copymsg": "",
  5227. "copyusermsg": "",
  5228. "target": "AnyButTeam",
  5229. "common": "Team",
  5230. "priority": 11,
  5231. "hide": true,
  5232. "broadcast": "team",
  5233. "cancel": ["intimidate", "int"]
  5234. }
  5235. },
  5236. "teamUtilities": true,
  5237. "vote": 5,
  5238. "voteshield": -5
  5239. }
  5240. },
  5241. {
  5242. "role": "5--6",
  5243. "translation": "Salamence",
  5244. "side": "odd",
  5245. "hide": true,
  5246. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /moxie. Since you have a -6 voteshield, you can no longer /intimidate. As long as your kill is successful, /moxie increases your vote by 1 (caps at 6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5247. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5248. "actions": {
  5249. "night": {
  5250. "vote": {
  5251. "command": "dummy",
  5252. "inputmsg": "You currently have a -6 voteshield and a vote of 5!",
  5253. "hide": true,
  5254. "compulsory": true,
  5255. "noFollow": true,
  5256. "target": "OnlySelf",
  5257. "priority": 99,
  5258. "common": "Self"
  5259. },
  5260. "moxie": {
  5261. "command": ["copy", "kill"],
  5262. "copyAs": {
  5263. "6--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5264. },
  5265. "copymsg": "",
  5266. "copyusermsg": "",
  5267. "target": "AnyButTeam",
  5268. "common": "Team",
  5269. "priority": 11,
  5270. "hide": true,
  5271. "broadcast": "team"
  5272. }
  5273. },
  5274. "teamUtilities": true,
  5275. "vote": 5,
  5276. "voteshield": -6
  5277. }
  5278. },
  5279. {
  5280. "role": "6--0",
  5281. "translation": "Salamence",
  5282. "side": "odd",
  5283. "hide": true,
  5284. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5285. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5286. "actions": {
  5287. "night": {
  5288. "vote": {
  5289. "command": "dummy",
  5290. "inputmsg": "You currently have a vote of 6!",
  5291. "hide": true,
  5292. "compulsory": true,
  5293. "noFollow": true,
  5294. "target": "OnlySelf",
  5295. "priority": 99,
  5296. "common": "Self"
  5297. },
  5298. "intimidate": {
  5299. "command": ["copy", "kill"],
  5300. "copyAs": {
  5301. "6--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5302. },
  5303. "copymsg": "",
  5304. "copyusermsg": "",
  5305. "target": "AnyButTeam",
  5306. "common": "Team",
  5307. "priority": 11,
  5308. "hide": true,
  5309. "broadcast": "team",
  5310. "cancel": ["int"]
  5311. },
  5312. "int": {
  5313. "command": ["copy", "kill"],
  5314. "copyAs": {
  5315. "6--1": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5316. },
  5317. "copymsg": "",
  5318. "copyusermsg": "",
  5319. "target": "AnyButTeam",
  5320. "common": "Team",
  5321. "priority": 11,
  5322. "hide": true,
  5323. "broadcast": "team",
  5324. "cancel": ["intimidate"]
  5325. }
  5326. },
  5327. "teamUtilities": true,
  5328. "vote": 6
  5329. }
  5330. },
  5331. {
  5332. "role": "6--1",
  5333. "translation": "Salamence",
  5334. "side": "odd",
  5335. "hide": true,
  5336. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5337. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5338. "actions": {
  5339. "night": {
  5340. "vote": {
  5341. "command": "dummy",
  5342. "inputmsg": "You currently have a -1 voteshield and a vote of 6!",
  5343. "hide": true,
  5344. "compulsory": true,
  5345. "noFollow": true,
  5346. "target": "OnlySelf",
  5347. "priority": 99,
  5348. "common": "Self"
  5349. },
  5350. "intimidate": {
  5351. "command": ["copy", "kill"],
  5352. "copyAs": {
  5353. "6--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5354. },
  5355. "copymsg": "",
  5356. "copyusermsg": "",
  5357. "target": "AnyButTeam",
  5358. "common": "Team",
  5359. "priority": 11,
  5360. "hide": true,
  5361. "broadcast": "team",
  5362. "cancel": ["int"]
  5363. },
  5364. "int": {
  5365. "command": ["copy", "kill"],
  5366. "copyAs": {
  5367. "6--2": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5368. },
  5369. "copymsg": "",
  5370. "copyusermsg": "",
  5371. "target": "AnyButTeam",
  5372. "common": "Team",
  5373. "priority": 11,
  5374. "hide": true,
  5375. "broadcast": "team",
  5376. "cancel": ["intimidate"]
  5377. }
  5378. },
  5379. "teamUtilities": true,
  5380. "vote": 6,
  5381. "voteshield": -1
  5382. }
  5383. },
  5384. {
  5385. "role": "6--2",
  5386. "translation": "Salamence",
  5387. "side": "odd",
  5388. "hide": true,
  5389. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5390. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5391. "actions": {
  5392. "night": {
  5393. "vote": {
  5394. "command": "dummy",
  5395. "inputmsg": "You currently have a -2 voteshield and a vote of 6!",
  5396. "hide": true,
  5397. "compulsory": true,
  5398. "noFollow": true,
  5399. "target": "OnlySelf",
  5400. "priority": 99,
  5401. "common": "Self"
  5402. },
  5403. "intimidate": {
  5404. "command": ["copy", "kill"],
  5405. "copyAs": {
  5406. "6--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5407. },
  5408. "copymsg": "",
  5409. "copyusermsg": "",
  5410. "target": "AnyButTeam",
  5411. "common": "Team",
  5412. "priority": 11,
  5413. "hide": true,
  5414. "broadcast": "team",
  5415. "cancel": ["int"]
  5416. },
  5417. "int": {
  5418. "command": ["copy", "kill"],
  5419. "copyAs": {
  5420. "6--3": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5421. },
  5422. "copymsg": "",
  5423. "copyusermsg": "",
  5424. "target": "AnyButTeam",
  5425. "common": "Team",
  5426. "priority": 11,
  5427. "hide": true,
  5428. "broadcast": "team",
  5429. "cancel": ["intimidate"]
  5430. }
  5431. },
  5432. "teamUtilities": true,
  5433. "vote": 6,
  5434. "voteshield": -2
  5435. }
  5436. },
  5437. {
  5438. "role": "6--3",
  5439. "translation": "Salamence",
  5440. "side": "odd",
  5441. "hide": true,
  5442. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5443. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5444. "actions": {
  5445. "night": {
  5446. "vote": {
  5447. "command": "dummy",
  5448. "inputmsg": "You currently have a -3 voteshield and a vote of 6!",
  5449. "hide": true,
  5450. "compulsory": true,
  5451. "noFollow": true,
  5452. "target": "OnlySelf",
  5453. "priority": 99,
  5454. "common": "Self"
  5455. },
  5456. "intimidate": {
  5457. "command": ["copy", "kill"],
  5458. "copyAs": {
  5459. "6--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5460. },
  5461. "copymsg": "",
  5462. "copyusermsg": "",
  5463. "target": "AnyButTeam",
  5464. "common": "Team",
  5465. "priority": 11,
  5466. "hide": true,
  5467. "broadcast": "team",
  5468. "cancel": ["int"]
  5469. },
  5470. "int": {
  5471. "command": ["copy", "kill"],
  5472. "copyAs": {
  5473. "6--4": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5474. },
  5475. "copymsg": "",
  5476. "copyusermsg": "",
  5477. "target": "AnyButTeam",
  5478. "common": "Team",
  5479. "priority": 11,
  5480. "hide": true,
  5481. "broadcast": "team",
  5482. "cancel": ["intimidate"]
  5483. }
  5484. },
  5485. "teamUtilities": true,
  5486. "vote": 6,
  5487. "voteshield": -3
  5488. }
  5489. },
  5490. {
  5491. "role": "6--4",
  5492. "translation": "Salamence",
  5493. "side": "odd",
  5494. "hide": true,
  5495. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5496. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5497. "actions": {
  5498. "night": {
  5499. "vote": {
  5500. "command": "dummy",
  5501. "inputmsg": "You currently have a -4 voteshield and a vote of 6!",
  5502. "hide": true,
  5503. "compulsory": true,
  5504. "noFollow": true,
  5505. "target": "OnlySelf",
  5506. "priority": 99,
  5507. "common": "Self"
  5508. },
  5509. "intimidate": {
  5510. "command": ["copy", "kill"],
  5511. "copyAs": {
  5512. "6--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5513. },
  5514. "copymsg": "",
  5515. "copyusermsg": "",
  5516. "target": "AnyButTeam",
  5517. "common": "Team",
  5518. "priority": 11,
  5519. "hide": true,
  5520. "broadcast": "team",
  5521. "cancel": ["int"]
  5522. },
  5523. "int": {
  5524. "command": ["copy", "kill"],
  5525. "copyAs": {
  5526. "6--5": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5527. },
  5528. "copymsg": "",
  5529. "copyusermsg": "",
  5530. "target": "AnyButTeam",
  5531. "common": "Team",
  5532. "priority": 11,
  5533. "hide": true,
  5534. "broadcast": "team",
  5535. "cancel": ["intimidate"]
  5536. }
  5537. },
  5538. "teamUtilities": true,
  5539. "vote": 6,
  5540. "voteshield": -4
  5541. }
  5542. },
  5543. {
  5544. "role": "6--5",
  5545. "translation": "Salamence",
  5546. "side": "odd",
  5547. "hide": true,
  5548. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. Every night, team up with Gyarados to kill using /intimidate (or /int). Since your vote is 6, you can no longer /moxie. As long as your kill is successful, /intimidate gives you a -1 voteshield (caps at -6). Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5549. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5550. "actions": {
  5551. "night": {
  5552. "vote": {
  5553. "command": "dummy",
  5554. "inputmsg": "You currently have a -5 voteshield and a vote of 6!",
  5555. "hide": true,
  5556. "compulsory": true,
  5557. "noFollow": true,
  5558. "target": "OnlySelf",
  5559. "priority": 99,
  5560. "common": "Self"
  5561. },
  5562. "intimidate": {
  5563. "command": ["copy", "kill"],
  5564. "copyAs": {
  5565. "6--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5566. },
  5567. "copymsg": "",
  5568. "copyusermsg": "",
  5569. "target": "AnyButTeam",
  5570. "common": "Team",
  5571. "priority": 11,
  5572. "hide": true,
  5573. "broadcast": "team",
  5574. "cancel": ["int"]
  5575. },
  5576. "int": {
  5577. "command": ["copy", "kill"],
  5578. "copyAs": {
  5579. "6--6": ["pidgey", "pidgeotto", "pidgeot", "hoothoot", "noctowl", "talonflame", "chatot", "fearow", "delibird", "swellow", "hawlucha", "megaaltaria", "megaaltaria2", "togekiss", "staraptor", "honchkrow", "mandibuzz", "crobat", "megaaerodactyl", "drifblim", "egg", "hooh", "lugia", "rayquaza", "rayquaza2", "yveltal", "yveltal2", "arceus"]
  5580. },
  5581. "copymsg": "",
  5582. "copyusermsg": "",
  5583. "target": "AnyButTeam",
  5584. "common": "Team",
  5585. "priority": 11,
  5586. "hide": true,
  5587. "broadcast": "team",
  5588. "cancel": ["intimidate"]
  5589. }
  5590. },
  5591. "teamUtilities": true,
  5592. "vote": 6,
  5593. "voteshield": -5
  5594. }
  5595. },
  5596. {
  5597. "role": "6--6",
  5598. "translation": "Salamence",
  5599. "side": "odd",
  5600. "hide": true,
  5601. "help": "Once a small Bagon with dreams of flying, your desire has allowed your cells to change, undergoing an evolution. Unfortunately, most of the other birds look at you as more of a dragon and less of a bird. Your isolation was shortlived, as you've teamed with a few familiar odd birds to exact revenge. While you can no longer gain any more votes or voteshields, you can still team up with Gyarados and /kill during the night. Work with your allies to survive long enough to sweep your foes! You can always check your vote and voteshield by using /vote.",
  5602. "info": "Can intimidate or int (kill, grants -1 voteshield, caps at -6) or moxie (kill, increases vote by 1, caps at 6) one person during the night (both commands are shared with Salamence). ~Sided~",
  5603. "actions": {
  5604. "night": {
  5605. "vote": {
  5606. "command": "dummy",
  5607. "inputmsg": "You currently have a -6 voteshield and a vote of 6!",
  5608. "hide": true,
  5609. "compulsory": true,
  5610. "noFollow": true,
  5611. "target": "OnlySelf",
  5612. "priority": 99,
  5613. "common": "Self"
  5614. },
  5615. "kill": {
  5616. "target": "AnyButTeam",
  5617. "common": "Team",
  5618. "priority": 11,
  5619. "hide": true,
  5620. "broadcast": "team"
  5621. }
  5622. },
  5623. "teamUtilities": true,
  5624. "vote": 6,
  5625. "voteshield": -6
  5626. }
  5627. },
  5628. {
  5629. "role": "dragonite",
  5630. "translation": "Dragonite",
  5631. "side": "odd",
  5632. "help": "Often made fun of for your unorhodox design, your fellow sky-dwellers have shunned you for far too long. After a brief encounter with Gyarados and Salamence, you've decided to team up with them to take back the skies! While you are unable to kill, you can /protect one of your teammates every other night, leaving the dirty work to them. If Gyarados and Salamence fall, you will gain the ability to kill in their place and carry on their legacy.",
  5633. "info": "Can protect one person during the night every other night. ~Sided~",
  5634. "actions": {
  5635. "night": {
  5636. "protect": {
  5637. "command": ["protect", "guard"],
  5638. "guardActions": ["copy"],
  5639. "guardmsg": "",
  5640. "target": "AnyButSelf",
  5641. "common": "Self",
  5642. "priority": 2,
  5643. "hide": true,
  5644. "broadcast": "team",
  5645. "recharge": 2
  5646. }
  5647. },
  5648. "onDeadRoles": {
  5649. "convertTo": { "dragonite2": ["gyarados", "1-1", "1-2", "1-3", "1-4", "1-5", "1-6", "2-0", "2-1", "2-2", "2-3", "2-4", "2-5", "2-6", "3-0", "3-1", "3-2", "3-3", "3-4", "3-5", "3-6", "4-0", "4-1", "4-2", "4-3", "4-4", "4-5", "4-6", "5-0", "5-1", "5-2", "5-3", "5-4", "5-5", "5-6", "6-0", "6-1", "6-2", "6-3", "6-4", "6-5", "6-6", "salamence", "1--1", "1--2", "1--3", "1--4", "1--5", "1--6", "2--0", "2--1", "2--2", "2--3", "2--4", "2--5", "2--6", "3--0", "3--1", "3--2", "3--3", "3--4", "3--5", "3--6", "4--0", "4--1", "4--2", "4--3", "4--4", "4--5", "4--6", "5--0", "5--1", "5--2", "5--3", "5--4", "5--5", "5--6", "6--0", "6--1", "6--2", "6--3", "6--4", "6--5", "6--6"]},
  5650. "convertmsg": "Dragonite has decided to carry on the legacy of Gyarados and Salamence."
  5651. }
  5652. }
  5653. },
  5654. {
  5655. "role": "dragonite2",
  5656. "translation": "Dragonite",
  5657. "side": "odd",
  5658. "hide": "side",
  5659. "help": "The fall of your leaders Gyarados and Salamence has only made your resolve stronger. In order to carry out their legacy, you will pick up where they left off, and can now /kill during the night. On top of that, you now have the ability to /protect an ally EVERY night. Hold strong and finish what your partners started!",
  5660. "info": "Can kill one person during the night. Can protect one person during the night. ~Sided~",
  5661. "players": "When Gyarados and Salamence die.",
  5662. "actions": {
  5663. "night": {
  5664. "protect": {
  5665. "command": ["protect", "guard"],
  5666. "guardActions": ["copy"],
  5667. "guardmsg": "",
  5668. "target": "AnyButSelf",
  5669. "common": "Self",
  5670. "priority": 2,
  5671. "hide": true,
  5672. "broadcast": "team"
  5673. },
  5674. "kill": {
  5675. "target": "AnyButTeam",
  5676. "common": "Team",
  5677. "priority": 11,
  5678. "hide": true,
  5679. "broadcast": "team"
  5680. }
  5681. }
  5682. }
  5683. },
  5684. {
  5685. "role": "charizard",
  5686. "translation": "Charizard",
  5687. "side": "odd",
  5688. "help": "You are the fiery hothead, Charizard. You roam the skies in search of powerful opponents to challenge, and help Gyarados and Salamence for now. For the time being, you leave the kills to these two, and can /inspect two people during the night. However, should Gyarados and Salamence fall, you will be able to kill in their place.",
  5689. "info": "Can inspect two people during the night. ~Sided~",
  5690. "actions": {
  5691. "night": {
  5692. "inspect": {
  5693. "target": "AnyButTeam",
  5694. "common": "Self",
  5695. "hide": true,
  5696. "priority": 16,
  5697. "limit": 2,
  5698. "broadcast": "team"
  5699. }
  5700. },
  5701. "onDeadRoles": {
  5702. "convertTo": { "charizard2": ["gyarados", "1-1", "1-2", "1-3", "1-4", "1-5", "1-6", "2-0", "2-1", "2-2", "2-3", "2-4", "2-5", "2-6", "3-0", "3-1", "3-2", "3-3", "3-4", "3-5", "3-6", "4-0", "4-1", "4-2", "4-3", "4-4", "4-5", "4-6", "5-0", "5-1", "5-2", "5-3", "5-4", "5-5", "5-6", "6-0", "6-1", "6-2", "6-3", "6-4", "6-5", "6-6", "salamence", "1--1", "1--2", "1--3", "1--4", "1--5", "1--6", "2--0", "2--1", "2--2", "2--3", "2--4", "2--5", "2--6", "3--0", "3--1", "3--2", "3--3", "3--4", "3--5", "3--6", "4--0", "4--1", "4--2", "4--3", "4--4", "4--5", "4--6", "5--0", "5--1", "5--2", "5--3", "5--4", "5--5", "5--6", "6--0", "6--1", "6--2", "6--3", "6--4", "6--5", "6--6"]},
  5703. "convertmsg": "Charizard has decided to carry on the legacy of Gyarados and Salamence."
  5704. }
  5705. }
  5706. },
  5707. {
  5708. "role": "charizard2",
  5709. "translation": "Charizard",
  5710. "side": "odd",
  5711. "hide": "side",
  5712. "help": "The fall of your leaders Gyarados and Salamence has only made your resolve stronger. In order to carry out their legacy, you will pick up where they left off, and can now /kill during the night. You can still /inspect two people every night as well, but now these inspects can't be stopped by distractors! It's time to finish what your fallen leaders have started!",
  5713. "info": "Can kill one person during the night. Can inspect (can't be distracted) two people during the night. ~Sided~",
  5714. "players": "When Gyarados and Salamence die.",
  5715. "actions": {
  5716. "night": {
  5717. "inspect": {
  5718. "target": "AnyButTeam",
  5719. "common": "Self",
  5720. "hide": true,
  5721. "priority": 16,
  5722. "limit": 2,
  5723. "ignoreDistract": true,
  5724. "broadcast": "team"
  5725. },
  5726. "kill": {
  5727. "target": "AnyButTeam",
  5728. "common": "Team",
  5729. "priority": 11,
  5730. "hide": true,
  5731. "broadcast": "team"
  5732. }
  5733. }
  5734. }
  5735. },
  5736. {
  5737. "role": "egg",
  5738. "translation": "Legendary Egg",
  5739. "side": "egg",
  5740. "help": "You are the Legendary Egg - but what will you become? You have to decide quickly, or else you will die come sunrise. You have three choices: /gold, /silver, and /emerald. Choose the one that most benefits your playstyle, but pick quickly lest you die before rising.",
  5741. "help2": "Abilities: Ho-Oh (/gold): daykill (does not reveal), second daykill (50% reveal chance), 50% chance to evade daykills and poison, vote of 5; Lugia (/silver): nightkill, second nightkill every other night (pierces protect), 50% chance to evade nightkills, ignores distract, -5 voteshield; Rayquaza (/emerald): nightkill, daykill (does not reveal), vote of 3, survives 1 lynch.",
  5742. "info": "Can use /gold to be Ho-oh, /silver to be Lugia, or /emerald to be Rayquaza. Dies at the end of the first night if it hasn't picked a pokemon to hatch as. Immune to kills and poison. ~Sided~",
  5743. "actions": {
  5744. "night": {
  5745. "gold": {
  5746. "command": "convert",
  5747. "target": "OnlySelf",
  5748. "common": "Self",
  5749. "priority": 15,
  5750. "noFollow": true,
  5751. "pierce": true,
  5752. "hide": true,
  5753. "cancel": ["silver", "emerald"],
  5754. "newRole": "hooh",
  5755. "convertmsg": "The legendary egg has hatched into Ho-oh!",
  5756. "canConvert": [
  5757. "egg"
  5758. ],
  5759. "silent": true
  5760. },
  5761. "silver": {
  5762. "command": "convert",
  5763. "target": "OnlySelf",
  5764. "common": "Self",
  5765. "priority": 15,
  5766. "noFollow": true,
  5767. "pierce": true,
  5768. "hide": true,
  5769. "cancel": ["gold", "emerald"],
  5770. "newRole": "lugia",
  5771. "convertmsg": "The legendary egg has hatched into Lugia!",
  5772. "canConvert": [
  5773. "egg"
  5774. ],
  5775. "silent": true
  5776. },
  5777. "emerald": {
  5778. "command": "convert",
  5779. "target": "OnlySelf",
  5780. "common": "Self",
  5781. "priority": 15,
  5782. "noFollow": true,
  5783. "pierce": true,
  5784. "hide": true,
  5785. "cancel": ["silver", "gold"],
  5786. "newRole": "rayquaza",
  5787. "convertmsg": "The legendary egg has hatched into Rayquaza!",
  5788. "canConvert": [
  5789. "egg"
  5790. ],
  5791. "silent": true
  5792. },
  5793. "protect": {
  5794. "command": ["protect", "guard"],
  5795. "guardActions": ["copy"],
  5796. "guardmsg": "",
  5797. "protectmsg": "Your target (~Target~) evaded your kill!",
  5798. "common": "Self",
  5799. "priority": 2,
  5800. "hide": true,
  5801. "ignoreDistract": true,
  5802. "inputmsg": "",
  5803. "compulsory": true,
  5804. "noFollow": true,
  5805. "target": "OnlySelf",
  5806. "failmsg": ""
  5807. }
  5808. },
  5809. "initialCondition": {
  5810. "poison": {
  5811. "count": 1,
  5812. "poisonDeadMessage": "You failed to hatch!"
  5813. }
  5814. },
  5815. "stalk": {
  5816. "mode": "ignore"
  5817. },
  5818. "distract": {
  5819. "mode": "ignore"
  5820. },
  5821. "poison": {
  5822. "mode": "ignore"
  5823. },
  5824. "inspect": {
  5825. "revealAs": [
  5826. "pidgey"
  5827. ]
  5828. }
  5829. }
  5830. },
  5831. {
  5832. "role": "hooh",
  5833. "translation": "Ho-oh",
  5834. "side": "egg",
  5835. "help": "You are Ho-oh! Once an egg, you've taken to the skies to destroy these miscreants that dare try to call the skies theirs. As you flap your wings, not only do you create rainbows, but you create a little bloodshed as well. During the day, you are able to take down two false prophets trying to attempt to claim the skies. One command you can use is /fire, which will let you use your deadly Sacred Fire on any unsuspecting foe, roasting them to a crisp. After that, you are able to use /bird, which lets you use Brave Bird to take out a second opponent. However, be wary that this attack will expose you half the time due to recoil. In addition, you have 5 votes. Best of luck claiming the skies as your own.",
  5836. "info": "Can fire (kill) one person during the day (user isn't revealed). Can bird (kill) a second person during the day (50% reveal chance). Has a 50% chance of evading poison and daykills. Has a vote of 5. ~Sided~",
  5837. "actions": {
  5838. "initialCondition": {
  5839. "clearPoison": true
  5840. },
  5841. "standby": {
  5842. "fire": {
  5843. "command": "kill",
  5844. "target": "AnyButSelf",
  5845. "msg": "You can now kill someone with /fire [name], and this won't reveal you!",
  5846. "killmsg": "~Target~ is razed and set aflame by a mystical fire of great intensity! All that can be seen afterwards is a rainbow in the distance."
  5847. },
  5848. "bird": {
  5849. "command": "kill",
  5850. "target": "AnyButSelf",
  5851. "msg": "You can kill a second person with /bird [name], but this has a 50% chance of revealing you!",
  5852. "killmsg": "The legendary fabled Ho-oh appears! In a glorious display of elegance and power, it charges into ~Target~!",
  5853. "revealChance": 0.5,
  5854. "revealmsg": "~Self~ (Ho-oh) is damaged by recoil!"
  5855. }
  5856. },
  5857. "poison": {
  5858. "mode": {
  5859. "evadeChance": 0.5
  5860. }
  5861. },
  5862. "daykill": {
  5863. "mode": {
  5864. "evadeChance": 0.5
  5865. }
  5866. },
  5867. "vote": 5
  5868. }
  5869. },
  5870. {
  5871. "role": "lugia",
  5872. "translation": "Lugia",
  5873. "side": "egg",
  5874. "help": "You are Lugia! Once an egg, you've taken to the night skies to destroy these miscreants that dare try to call the skies theirs. As you flap your wings, you bring nothing but sheer calmness and destruction. During the night, you are able to use two commands: /psychic and /aero. /psychic is a basic nightkill that you are able to use every night. /aero, on the otherhand, unleashes your deadly Aeroblast and allows you to pierce protection. Do be wary you can only use /aero every other night though, but it is a considerably faster kill. That's not where the fun stops for you though. In addition to your two kills, you evade nightkills yourself half the time due to your Multiscale ability, ignore petty distractors trying to stop your warpath to sky rulership, and a -5 voteshield. Best of luck claiming the skies as your own.",
  5875. "info": "Can psychic (kill) one person during the night. Can aero (kill, pierces protect) one person during the night every other night. Has a 50% chance to evade nightkills. Can't be distracted. Has a -5 voteshield. ~Sided~",
  5876. "actions": {
  5877. "initialCondition": {
  5878. "clearPoison": true
  5879. },
  5880. "night": {
  5881. "psychic": {
  5882. "command": "kill",
  5883. "target": "AnyButSelf",
  5884. "common": "Self",
  5885. "priority": 13,
  5886. "broadcast": "role",
  5887. "msg": "You were taken out by a powerful telekinetic force!"
  5888. },
  5889. "aero": {
  5890. "command": "kill",
  5891. "target": "AnyButSelf",
  5892. "pierce": true,
  5893. "common": "Self",
  5894. "priority": 9,
  5895. "broadcast": "role",
  5896. "recharge": 2,
  5897. "msg": "You were fatally wounded by a devastating vortex of air!"
  5898. },
  5899. "protect": {
  5900. "command": ["protect", "guard"],
  5901. "guardActions": ["copy"],
  5902. "guardmsg": "",
  5903. "protectmsg": "Your target (~Target~) evaded your kill!",
  5904. "common": "Self",
  5905. "priority": 2,
  5906. "hide": true,
  5907. "ignoreDistract": true,
  5908. "inputmsg": "",
  5909. "compulsory": true,
  5910. "noFollow": true,
  5911. "target": "OnlySelf",
  5912. "failChance": 0.5,
  5913. "failmsg": ""
  5914. }
  5915. },
  5916. "distract": {
  5917. "mode": "ignore"
  5918. },
  5919. "voteshield": -5
  5920. }
  5921. },
  5922. {
  5923. "role": "rayquaza",
  5924. "translation": "Rayquaza",
  5925. "side": "egg",
  5926. "help": "You are Rayquaza! Once an egg, you've taken to the air to destroy these miscreants that dare try to call the skies theirs. As you soar through the air, you create a spectacle while cutting enemies in half due to break-neck speeds. During the night, while everyone is sleeping, use /kill to take out one of your foes before they can awaken. As for the day, use /ascent to use the forbidden Dragon Ascent technique, easily capable of destroying who stands in your way. Keep in mind that this will not reveal you, so please feel free to kill anyone you wish. Don't worry about if these people dare attempt to vote you out though, as you have three votes and the ability to survive a single lynch.",
  5927. "info": "Vote of 3. Can kill one person during the night. Can ascent (kill) one person during the day (user is not revealed). Survives 1 lynch (reveals user). ~Sided~",
  5928. "actions": {
  5929. "initialCondition": {
  5930. "clearPoison": true
  5931. },
  5932. "night": {
  5933. "kill": {
  5934. "target": "AnyButSelf",
  5935. "common": "Self",
  5936. "priority": 5,
  5937. "broadcast": "role",
  5938. "msg": "You were beaten down by the fury of a rampaging dragon."
  5939. }
  5940. },
  5941. "standby": {
  5942. "ascent": {
  5943. "command": "kill",
  5944. "target": "AnyButSelf",
  5945. "msg": "You can now kill someone with /ascent [name]. You won't be revealed!",
  5946. "killmsg": "The shadow of a dragon is seen soaring far into the sky. Moments later, ~Target~ is struck by the full speed and power of Rayquaza diving down from the sky!"
  5947. }
  5948. },
  5949. "vote": 3,
  5950. "lynch": {
  5951. "convertTo": "rayquaza2",
  5952. "convertmsg": "It's going to take more than that to take down the legendary Rayquaza (~Self~)!"
  5953. }
  5954. }
  5955. },
  5956. {
  5957. "role": "rayquaza2",
  5958. "translation": "Rayquaza",
  5959. "side": "egg",
  5960. "hide": true,
  5961. "help": "It seems you've managed to survive the lynch! Hopefully that was all you needed to secure victory because you won't be able to survive another one. That being said, you still have your night /kill, daykill in /ascent, and your vote of 3.",
  5962. "info": "YOU SHOULD NOT BE ABLE TO SEE THIS. YELL AT FATE IF YOU DO.",
  5963. "actions": {
  5964. "night": {
  5965. "kill": {
  5966. "target": "AnyButSelf",
  5967. "common": "Self",
  5968. "priority": 5,
  5969. "broadcast": "role",
  5970. "msg": "You were beaten down by the fury of a rampaging dragon."
  5971. }
  5972. },
  5973. "standby": {
  5974. "ascent": {
  5975. "command": "kill",
  5976. "target": "AnyButSelf",
  5977. "msg": "You can now kill someone with /ascent [name]. You won't be revealed!",
  5978. "killmsg": "The shadow of a dragon is seen soaring far into the sky. Moments later, ~Target~ is struck by the full speed and power of Rayquaza diving down from the sky!"
  5979. }
  5980. },
  5981. "vote": 3
  5982. }
  5983. },
  5984. {
  5985. "role": "yveltal",
  5986. "translation": "Yveltal",
  5987. "side": "yveltal",
  5988. "help": "You are Yveltal! Known in the world of Brisa as 'The Original One', you are the creator of all of birdkind. However, your negative demeanor has not been taken well by today's birds, quickly taking you from a well-regarded being to a neighborhood grump. Well, that sourpuss treatment towards you isn't going to fly any longer. During the night, you are able to use /wing to fire off an Oblivion Wing at anyone you desire, taking them out given that pesky Mega Altaria or poser Mandibuzz isn't in the way. Don't worry about distractors though, as you'll simply kill them. Don't worry about people trying to harm you too much either. You have a 50% chance to evade nightkills and daykills, as well as a complete immunity to poison. Even if those damn fools find out who you are, don't worry! You'll survive one lynch, and the first person that voted you will die! Isn't that fun? Now, show these miscreants who the true ruler of the sky is.",
  5989. "info": "Can wing (kill) one person during the night. Has a 50% chance to evade nightkills and daykills. Can't be poisoned. Kills distractors. Survives 1 lynch, killing the first voter. ~Sided~",
  5990. "actions": {
  5991. "night": {
  5992. "wing": {
  5993. "command": "kill",
  5994. "target": "AnyButSelf",
  5995. "common": "Self",
  5996. "priority": 7,
  5997. "broadcast": "role",
  5998. "msg": "You were struck by a violet beam of dark energy and withered instantly."
  5999. },
  6000. "protect": {
  6001. "command": ["protect", "guard"],
  6002. "guardActions": ["copy"],
  6003. "guardmsg": "",
  6004. "protectmsg": "Your target (~Target~) evaded your kill!",
  6005. "common": "Self",
  6006. "priority": 2,
  6007. "hide": true,
  6008. "ignoreDistract": true,
  6009. "inputmsg": "",
  6010. "compulsory": true,
  6011. "noFollow": true,
  6012. "target": "OnlySelf",
  6013. "failChance": 0.35,
  6014. "failmsg": ""
  6015. }
  6016. },
  6017. "distract": {
  6018. "mode": "ChangeTarget",
  6019. "hookermsg": "You made the unfortnate choice of trying to stop Yveltal. The rest is history, and you are now a part of it.",
  6020. "msg": "~Distracter~ thought she could stop you. Such ignorance. You made quick work of disposing her."
  6021. },
  6022. "poison": {
  6023. "mode": "ignore"
  6024. },
  6025. "daykill": {
  6026. "mode": {
  6027. "evadeChance": 0.5
  6028. }
  6029. },
  6030. "lynch": {
  6031. "killVoters": {
  6032. "first": 1,
  6033. "last": 0,
  6034. "message": "Yveltal: 'You fools think you can get rid of me that easily?' ~Self~ rushes towards ~Target~ and absorbs their entire life energy. Everyone watches as ~Target~'s lifeless corpse falls to the ground."
  6035. },
  6036. "convertTo": "yveltal2",
  6037. "lynchmsg": "Before anyone else can fight, Yveltal quickly flies off into the night sky."
  6038. }
  6039. }
  6040. },
  6041. {
  6042. "role": "yveltal2",
  6043. "translation": "Yveltal",
  6044. "side": "yveltal",
  6045. "help": "You are Yveltal! Known in the world of Brisa as 'The Original One', you are the creator of all of birdkind. However, your negative demeanor has not been taken well by today's birds, quickly taking you from a well-regarded being to a neighborhood grump. Well, that sourpuss treatment towards you isn't going to fly any longer. During the night, you are able to use /wing to fire off an Oblivion Wing at anyone you desire, taking them out given that pesky Mega Altaria or poser Mandibuzz isn't in the way. Don't worry about distractors though, as you'll simply kill them. Don't worry about people trying to harm you too much either. You have a 50% chance to evade nightkills and daykills, as well as a complete immunity to poison. Isn't that fun? Now, show these miscreants who the true ruler of the sky is.",
  6046. "hide": true,
  6047. "info": "Can be read at any time even though it shouldn't be seen. Can yell at Fate's inability to code.",
  6048. "actions": {
  6049. "night": {
  6050. "wing": {
  6051. "command": "kill",
  6052. "target": "AnyButSelf",
  6053. "common": "Self",
  6054. "priority": 7,
  6055. "hide": true,
  6056. "broadcast": "role",
  6057. "msg": "You were struck by a violet beam of dark energy and withered instantly."
  6058. },
  6059. "protect": {
  6060. "command": ["protect", "guard"],
  6061. "guardActions": ["copy"],
  6062. "guardmsg": "",
  6063. "protectmsg": "Your target (~Target~) evaded your kill!",
  6064. "common": "Self",
  6065. "priority": 2,
  6066. "hide": true,
  6067. "ignoreDistract": true,
  6068. "inputmsg": "",
  6069. "compulsory": true,
  6070. "noFollow": true,
  6071. "target": "OnlySelf",
  6072. "failChance": 0.5,
  6073. "failmsg": ""
  6074. }
  6075. },
  6076. "distract": {
  6077. "mode": "ChangeTarget",
  6078. "hookermsg": "You made the unfortnate choice of trying to stop Yveltal. The rest is history, and you are now a part of it.",
  6079. "msg": "~Distracter~ thought she could stop you. Such ignorance. You made quick work of disposing her."
  6080. },
  6081. "poison": {
  6082. "mode": "ignore"
  6083. },
  6084. "daykill": {
  6085. "mode": {
  6086. "evadeChance": 0.5
  6087. }
  6088. }
  6089. }
  6090. },
  6091. {
  6092. "role": "arceus",
  6093. "translation": "Arceus-Flying",
  6094. "side": "arceus",
  6095. "winningSides": "*",
  6096. "help": "The Alpha Pokemon. The Original One. The trio master. As the creator of the Pokemon universe, you've been given many titles. However, you've sensed a large disturbance in the air. With your Sky Plate equipped, you've taken to the skies to end this aerial war. While not a perfect being, you are very difficult to defeat. You have a 65% chance to evade nightkills, evade ALL daykills, can't be poisoned, and can't be lynched. Naturally, you have a bit of firepower as well. Every three nights, you may /kill one person. This kill can't be changed, is broadcasted to everyone, and pierces protect, so once it's used, your target WILL die (unless they have a chance to evade nightkills). You can also /judge someone every other day to kill them during the standby without being revealed. Furthermore, you can't be distracted, and you identify anyone that uses a non-killing or non-poisoning night action on you (this includes inspect, protect, distract, stalk, and watch). Since your main priority is ending this fight as soon as possible, you don't care who wins, so you will win with any side as long as you survive. Now, remind this world of your power and bring everyone to your knees!",
  6097. "info": "Can kill one person during the night (can't be changed, broadcasted to everyone, pierces protect) every three nights. Can judge (kill, does not reveal user) one person during the day every other day. Has a 65% chance to evade nightkills. Evades all daykills. Can't be poisoned, distracted, or lynched (reveals user). Identifies anyone that uses a non-killing or non-poisoning night action on itself (inspect, protect, distract, stalk, watch). Wins with any side as long as it survives. ~Sided~",
  6098. "actions": {
  6099. "night": {
  6100. "kill": {
  6101. "target": "AnyButSelf",
  6102. "common": "Self",
  6103. "priority": 4,
  6104. "restrict": ["kill"],
  6105. "broadcast": "*",
  6106. "broadcastmsg": "±Arceus: '~Target~, I sentence you to death.'",
  6107. "pierce": true,
  6108. "ignoreDistract": true,
  6109. "recharge": 3
  6110. },
  6111. "protect": {
  6112. "command": ["protect", "guard"],
  6113. "guardActions": ["copy"],
  6114. "guardmsg": "",
  6115. "protectmsg": "Your target (~Target~) evaded your kill!",
  6116. "common": "Self",
  6117. "priority": 2,
  6118. "hide": true,
  6119. "ignoreDistract": true,
  6120. "inputmsg": "",
  6121. "compulsory": true,
  6122. "noFollow": true,
  6123. "target": "OnlySelf",
  6124. "failChance": 0.35,
  6125. "failmsg": ""
  6126. }
  6127. },
  6128. "standby": {
  6129. "judge": {
  6130. "command": "kill",
  6131. "target": "AnyButSelf",
  6132. "msg": "You can now /judge someone to eliminate them with a devastating attack! Remember that while this won't reveal you, you can only use this every other day.",
  6133. "killmsg": "In the distance, Arceus appears. It gathers a large orb of light before blasting it at ~Target~, tearing them apart instantly. Judgment has been dealt.",
  6134. "recharge": 2
  6135. }
  6136. },
  6137. "lynch": {
  6138. "convertTo": "arceus",
  6139. "convertmsg": "It will take far more effort than that to slay a god. ~Self~ (Arceus-Flying) escapes into the night sky and prepares their next move!"
  6140. },
  6141. "poison": {
  6142. "mode": "ignore"
  6143. },
  6144. "inspect": {
  6145. "mode": "identify"
  6146. },
  6147. "protect": {
  6148. "mode": "identify"
  6149. },
  6150. "distract": {
  6151. "mode": "identify"
  6152. },
  6153. "stalk": {
  6154. "mode": "identify"
  6155. },
  6156. "watch": {
  6157. "mode": "identify"
  6158. },
  6159. "daykill": {
  6160. "mode": {
  6161. "evadeChance": 1
  6162. }
  6163. }
  6164. }
  6165. },
  6166. {
  6167. "role": "bodyguards",
  6168. "translation": "Mega Altaria, Mandibuzz, Dragonite",
  6169. "side": "village",
  6170. "help": "",
  6171. "hide": true,
  6172. "actions": {
  6173. "night": {
  6174. "protect": {
  6175. "target": "AnyButSelf",
  6176. "common": "Self",
  6177. "priority": 2
  6178. }
  6179. }
  6180. }
  6181. },
  6182. {
  6183. "role": "krowkill",
  6184. "translation": "Krow's Crew",
  6185. "side": "village",
  6186. "help": "",
  6187. "hide": true,
  6188. "actions": {
  6189. "night": {
  6190. "kill": {
  6191. "target": "AnyButSelf",
  6192. "common": "Self",
  6193. "priority": 12
  6194. }
  6195. }
  6196. }
  6197. },
  6198. {
  6199. "role": "oddkill",
  6200. "translation": "Odd Birds",
  6201. "side": "village",
  6202. "help": "",
  6203. "hide": true,
  6204. "actions": {
  6205. "night": {
  6206. "kill": {
  6207. "target": "AnyButSelf",
  6208. "common": "Self",
  6209. "priority": 11
  6210. }
  6211. }
  6212. }
  6213. },
  6214. {
  6215. "role": "selfconverters",
  6216. "translation": "Legendary Egg, Pidgey, Pidgeotto",
  6217. "side": "village",
  6218. "help": "",
  6219. "hide": true,
  6220. "actions": {
  6221. "night": {
  6222. "self convert": {
  6223. "command": "dummy",
  6224. "target": "OnlySelf",
  6225. "common": "Self",
  6226. "priority": 15
  6227. }
  6228. }
  6229. }
  6230. },
  6231. {
  6232. "role": "inspectors",
  6233. "translation": "Hoothoot, Noctowl, Charizard",
  6234. "side": "village",
  6235. "help": "",
  6236. "hide": true,
  6237. "actions": {
  6238. "night": {
  6239. "inspect": {
  6240. "target": "AnyButSelf",
  6241. "common": "Self",
  6242. "priority": 16
  6243. }
  6244. }
  6245. }
  6246. }
  6247. ],
  6248. "roles1": [
  6249. "hawlucha",
  6250. "talonflame",
  6251. "gyarados"
  6252. ],
  6253. "roles2": [
  6254. "hawlucha",
  6255. "staraptor",
  6256. "gyarados",
  6257. "honchkrow"
  6258. ],
  6259. "roles3": [
  6260. "hawlucha",
  6261. "talonflame",
  6262. "staraptor",
  6263. "gyarados",
  6264. "hooh",
  6265. "chatot",
  6266. "charizard"
  6267. ],
  6268. "roles4": [
  6269. "swellow",
  6270. "pidgeot",
  6271. "chatot",
  6272. "pidgey",
  6273. "pidgey",
  6274. "gyarados",
  6275. "mandibuzz",
  6276. "honchkrow",
  6277. "pidgey"
  6278. ],
  6279. "roles5": [
  6280. "swellow",
  6281. "pidgeot",
  6282. "chatot",
  6283. "togekiss",
  6284. "pidgey",
  6285. "pidgey",
  6286. "honchkrow",
  6287. "mandibuzz",
  6288. "dragonite2",
  6289. "charizard2",
  6290. "pidgey"
  6291. ],
  6292. "roles6": [
  6293. "swellow",
  6294. "pidgeot",
  6295. "hoothoot",
  6296. "togekiss",
  6297. "megaaltaria",
  6298. "pidgey",
  6299. "pidgey",
  6300. "pidgey",
  6301. "crobat",
  6302. "mandibuzz",
  6303. "dragonite2",
  6304. "charizard2",
  6305. "pidgey"
  6306. ],
  6307. "roles7": [
  6308. "swellow",
  6309. "pidgeot",
  6310. "hoothoot",
  6311. "togekiss",
  6312. "megaaltaria",
  6313. "talonflame",
  6314. "pidgey",
  6315. "pidgey",
  6316. "pidgey",
  6317. "pidgey",
  6318. "crobat",
  6319. "mandibuzz",
  6320. "gyarados",
  6321. "charizard",
  6322. "charizard",
  6323. "chatot",
  6324. "pidgey"
  6325. ],
  6326. "roles8": [
  6327. "swellow",
  6328. "pidgeot",
  6329. "hoothoot",
  6330. "togekiss",
  6331. "megaaltaria",
  6332. "talonflame",
  6333. "chatot",
  6334. "pidgey",
  6335. "pidgey",
  6336. "pidgey",
  6337. "pidgey",
  6338. "pidgey",
  6339. "crobat",
  6340. "mandibuzz",
  6341. "gyarados",
  6342. "charizard",
  6343. "charizard",
  6344. "egg",
  6345. "delibird",
  6346. "fearow"
  6347. ],
  6348. "roles9": [
  6349. "swellow",
  6350. "staraptor",
  6351. "hoothoot",
  6352. "togekiss",
  6353. "megaaltaria",
  6354. "talonflame",
  6355. "chatot",
  6356. "delibird",
  6357. "fearow",
  6358. "pidgey",
  6359. "pidgey",
  6360. "pidgey",
  6361. "pidgey",
  6362. "pidgey",
  6363. "honchkrow",
  6364. "mandibuzz",
  6365. "crobat",
  6366. "dragonite",
  6367. "charizard",
  6368. "gyarados",
  6369. "egg",
  6370. "pidgey",
  6371. "pidgey"
  6372. ],
  6373. "roles10": [
  6374. "swellow",
  6375. "staraptor",
  6376. "noctowl",
  6377. "togekiss",
  6378. "megaaltaria2",
  6379. "talonflame",
  6380. "chatot",
  6381. "delibird",
  6382. "fearow",
  6383. "hawlucha",
  6384. "pidgey",
  6385. "pidgey",
  6386. "pidgey",
  6387. "pidgey",
  6388. "pidgey",
  6389. "pidgey",
  6390. "honchkrow",
  6391. "mandibuzz",
  6392. "megaaerodactyl",
  6393. "dragonite",
  6394. "charizard",
  6395. "gyarados",
  6396. "egg",
  6397. "arceus",
  6398. "pidgey",
  6399. "pidgey"
  6400. ],
  6401. "roles11": [
  6402. "swellow",
  6403. "staraptor",
  6404. "noctowl",
  6405. "togekiss",
  6406. "megaaltaria2",
  6407. "talonflame",
  6408. "chatot",
  6409. "delibird",
  6410. "fearow",
  6411. "hawlucha",
  6412. "hawlucha",
  6413. "pidgey",
  6414. "pidgey",
  6415. "pidgey",
  6416. "pidgey",
  6417. "pidgey",
  6418. "pidgey",
  6419. "pidgey",
  6420. "drifblim",
  6421. "mandibuzz",
  6422. "megaaerodactyl",
  6423. "gyarados",
  6424. "dragonite",
  6425. "charizard",
  6426. "egg",
  6427. "arceus",
  6428. "yveltal",
  6429. "pidgey",
  6430. "pidgey"
  6431. ],
  6432. "roles12": [
  6433. "swellow",
  6434. "staraptor",
  6435. "noctowl",
  6436. "togekiss",
  6437. "megaaltaria2",
  6438. "talonflame",
  6439. "chatot",
  6440. "delibird",
  6441. "fearow",
  6442. "hawlucha",
  6443. "hawlucha",
  6444. "staraptor",
  6445. "pidgey",
  6446. "pidgey",
  6447. "pidgey",
  6448. "pidgey",
  6449. "pidgey",
  6450. "pidgey",
  6451. "pidgey",
  6452. "pidgey",
  6453. "mandibuzz",
  6454. "megaaerodactyl",
  6455. "drifblim",
  6456. "gyarados",
  6457. "salamence",
  6458. "dragonite",
  6459. "charizard",
  6460. "egg",
  6461. "arceus",
  6462. "yveltal",
  6463. "pidgey",
  6464. "pidgey"
  6465. ],
  6466. "roles13": [
  6467. "swellow",
  6468. "staraptor",
  6469. "noctowl",
  6470. "togekiss",
  6471. "megaaltaria2",
  6472. "talonflame",
  6473. "chatot",
  6474. "delibird",
  6475. "fearow",
  6476. "hawlucha",
  6477. "hawlucha",
  6478. "staraptor",
  6479. "chatot",
  6480. "pidgey",
  6481. "pidgey",
  6482. "pidgey",
  6483. "pidgey",
  6484. "pidgey",
  6485. "pidgey",
  6486. "pidgey",
  6487. "pidgey",
  6488. "pidgey",
  6489. "crobat",
  6490. "mandibuzz",
  6491. "megaaerodactyl",
  6492. "drifblim",
  6493. "gyarados",
  6494. "salamence",
  6495. "dragonite",
  6496. "charizard",
  6497. "egg",
  6498. "arceus",
  6499. "yveltal",
  6500. "pidgey",
  6501. "pidgey"
  6502. ],
  6503. "roles14": [
  6504. "swellow",
  6505. "staraptor",
  6506. "noctowl",
  6507. "togekiss",
  6508. "megaaltaria2",
  6509. "talonflame",
  6510. "chatot",
  6511. "delibird",
  6512. "fearow",
  6513. "hawlucha",
  6514. "hawlucha",
  6515. "staraptor",
  6516. "chatot",
  6517. "swellow",
  6518. "pidgey",
  6519. "pidgey",
  6520. "pidgey",
  6521. "pidgey",
  6522. "pidgey",
  6523. "pidgey",
  6524. "pidgey",
  6525. "pidgey",
  6526. "pidgey",
  6527. "pidgey",
  6528. "crobat",
  6529. "mandibuzz",
  6530. "megaaerodactyl",
  6531. "drifblim",
  6532. "gyarados",
  6533. "salamence",
  6534. "dragonite",
  6535. "charizard",
  6536. "charizard",
  6537. "egg",
  6538. "arceus",
  6539. "yveltal",
  6540. "pidgey",
  6541. "pidgey"
  6542. ],
  6543. "roles15": [
  6544. "swellow",
  6545. "staraptor",
  6546. "noctowl",
  6547. "togekiss",
  6548. "megaaltaria2",
  6549. "talonflame",
  6550. "chatot",
  6551. "delibird",
  6552. "fearow",
  6553. "hawlucha",
  6554. "hawlucha",
  6555. "staraptor",
  6556. "chatot",
  6557. "swellow",
  6558. "talonflame",
  6559. "togekiss",
  6560. "pidgey",
  6561. "pidgey",
  6562. "pidgey",
  6563. "pidgey",
  6564. "pidgey",
  6565. "pidgey",
  6566. "pidgey",
  6567. "pidgey",
  6568. "pidgey",
  6569. "pidgey",
  6570. "crobat",
  6571. "mandibuzz",
  6572. "mandibuzz",
  6573. "megaaerodactyl",
  6574. "drifblim",
  6575. "gyarados",
  6576. "salamence",
  6577. "dragonite",
  6578. "charizard",
  6579. "charizard",
  6580. "egg",
  6581. "arceus",
  6582. "yveltal",
  6583. "pidgey",
  6584. "pidgey"
  6585. ],
  6586. "villageCantLoseRoles": [
  6587. "pidgeot",
  6588. "talonflame",
  6589. "hawlucha",
  6590. "staraptor"
  6591. ],
  6592. "killmsg": "±Braviary: ~Player~ (~Role~) fainted!",
  6593. "killusermsg": "*** You fainted!",
  6594. "lynchmsg": "±Braviary: ~Player~ (~Role~) has been driven out of the skies!",
  6595. "drawmsg": "±Braviary: Looks like no one survived this brutal battle. Guess these skies are mine. Better luck next time everyone!",
  6596. "minplayers": 3,
  6597. "ticks": {
  6598. "night1": 45,
  6599. "night": 25,
  6600. "standby": 35
  6601. },
  6602. "changelog": [
  6603. "6/26/16: Theme created.",
  6604. "11/23/16: Crobat's poison now kills in the same night (as originally planned). Tropius now has a day inspect (as originally planned). Crobat and Tropius swapped in spawn for 12 and 14 player games.",
  6605. "7/20/18: Theme revamped. Completely new spawn as well. REMOVED ROLES: Pidove, Rowlet, Mega Pidgeot, Noivern, Gliscor, Mega Pinsir, Tropius, Vespiquen, Shaymin-S. NEW ROLES: Drifblim, Salamence, Dragonite, Charizard, Arceus-Flying. Ledian (spy) renamed to Fearow; removed hax on day actions, while night action hax will only reveal the target, never the user. Rayquaza survives one lynch instead of gaining an additional kill before dying. Mega Altaria is a standard bodyguard (no longer vengeful). Removed the pierce chance and fail chance of Mega Aerodactyl's edge. Staraptor's vote is always 3 and is now a one-shot samurai (does not reveal). Swellow can watch or stalk (can't do both on the same night). Made Pidgeotto and Pidgeot masons while removing their chance to evade nightkills. Reduced Pidgeot's vote to 2; is now an OSV instead of a vigilante. Reduced Pidgeotto's vote to 1. Hoothoot can no longer evolve into Noctowl. Hoothoot's inspects are now 100% accurate. Noctowl can inspect twice a night. Togekiss has a 50% chance to evade nightkills instead of evading a single nightkill. Crobat's poison kills after 1 night (instead of on the same night). Gyarados (and Salamence) can either /intimidate (or /int) to gain a -1 voteshield (caps at -6) or /moxie to increase their vote by 1 (caps at 6); these are both kill commands."
  6606. ]
  6607. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement