Advertisement
RiceKirby

Caterpie

Jun 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.38 KB | None | 0 0
  1. {
  2. "name": "Caterpie",
  3. "author": ["R​iceKirby"],
  4. "summary": "The Weedle Family wants to take over the forest, but the Caterpie Family (+Venomoth) has come to stop them! Meanwhile, a Charmeleon is looking for battles, while a Bug Catcher tries to increase his insects collection! With no Inspectors or Bodyguards in the Forest, everyone will have to find another way to identify or clean other players!",
  5. "minplayers": 3,
  6. "threadlink": "http://pokemon-online.eu/forums/showthread.php?15914-Caterpie",
  7. "sides": [
  8. {
  9. "translation": "Caterpie Family",
  10. "side": "village",
  11. "winmsg": "±Forest: And the Caterpie Family saved the Forest! Everyone hail ~Players~, our savior(s)! Hopefully, all the insects will live peacefully from now on! "
  12. },
  13. {
  14. "translation": "Weedle Family",
  15. "side": "mafia",
  16. "winmsg": "±Forest: This Forest is now under control of the Weedle Family, which consists of ~Players~. Only Weedles, Kakunas and Beedrills are allowed here!"
  17. },
  18. {
  19. "translation": "Fire Pokémon",
  20. "side": "werewolf",
  21. "winmsg": "±Forest: Nobody was a match for ~Players~, the Fire Pokémon, who left the Forest triumphantly as the grand winner!"
  22. },
  23. {
  24. "translation": "Bug Catcher",
  25. "side": "godfather",
  26. "winmsg": "±Forest: After some days spent in the Forest, ~Players~'s collection is now complete! Now this Bug Catcher has every existing Bug-Type Pokémon! ...wait, even Genesect?!"
  27. }
  28. ],
  29. "roles": [
  30. {
  31. "role": "caterpie",
  32. "translation": "Caterpie",
  33. "side": "village",
  34. "help": "You are a simple bug, but since there are several of you, you have great chances of witnessing a fight in the Forest. However, you are slow and rarely gets to see the attacker's face.",
  35. "actions": {
  36. "hax": {
  37. "kill": {
  38. "revealTeam": 0.75,
  39. "revealPlayer": 0.025
  40. },
  41. "poison": {
  42. "revealTeam": 0.75,
  43. "revealPlayer": 0.025
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "role": "metapod",
  50. "translation": "Metapod",
  51. "side": "village",
  52. "help": "While you may be just a cocoon that can't move too much, you're a sturdy Pokémon and will hold a few hits before being defeated. This means you have 40% chance of surviving a night attack.",
  53. "actions": {
  54. "kill": {
  55. "mode": {
  56. "evadeChance": 0.4
  57. }
  58. }
  59. }
  60. },
  61. {
  62. "role": "butterfree",
  63. "translation": "Butterfree",
  64. "side": "village",
  65. "help": "As a fully evolved Butterfree, you can learn Sleep Powder and use it to stop your opponents for a night by typing /distract [name]. Also, you are admired by your fellow insects, so your vote counts as 3.",
  66. "actions": {
  67. "night": {
  68. "distract": {
  69. "target": "AnyButSelf",
  70. "common": "Self",
  71. "priority": 1,
  72. "distractmsg": "Butterfree used Sleep Powder on you! You overslept and thus couldn't act during the night!"
  73. }
  74. },
  75. "vote": 3
  76. }
  77. },
  78. {
  79. "role": "venomoth",
  80. "translation": "Venomoth",
  81. "side": "village",
  82. "help": "You are a distant relative of the Caterpie Family, so you came to help them. Type /kill [name] to kill someone (aim for the Weedle Family and the Fire Pokémon)! Oh, and since you are a Poison-type, you are immune to poison.",
  83. "actions": {
  84. "night": {
  85. "kill": {
  86. "target": "AnyButSelf",
  87. "common": "Self",
  88. "priority": 5
  89. }
  90. },
  91. "poison": {
  92. "mode": "ignore"
  93. }
  94. }
  95. },
  96. {
  97. "role": "weedle",
  98. "translation": "Weedle",
  99. "side": "mafia",
  100. "help": "As a Bug/Poison Pokémon, you can type /Poison [name] to use your Poison Sting on someone. But since you are weak, your poison takes 2 nights to completely defeat an opponent. [Hint: You don't share your actions with other Weedles.]",
  101. "info": "Can poison one person during the night (they will die after 2 nights). Sided with Weedle Family.",
  102. "actions": {
  103. "night": {
  104. "poison": {
  105. "target": "AnyButRole",
  106. "common": "Self",
  107. "priority": 2,
  108. "broadcast": ["weedle", "kakuna", "beedrill"],
  109. "count": 3,
  110. "poisonDeadMessage": "You found a Pecha Berry, but you died from poison before you could eat it!"
  111. }
  112. },
  113. "startup": {
  114. "revealRole": [
  115. "weedle",
  116. "kakuna",
  117. "beedrill"
  118. ]
  119. },
  120. "teamTalk": [
  121. "weedle",
  122. "kakuna",
  123. "beedrill"
  124. ],
  125. "preventTeamvote": true
  126. }
  127. },
  128. {
  129. "role": "kakuna",
  130. "translation": "Kakuna",
  131. "side": "mafia",
  132. "help": "As a Cocoon Pokémon, you keep clung to trees, hindering other insects' movement. Because of that, your vote counts as -2 (both because you slow down everyone and because nobody cares about you). You can't be daykilled, and you have a chance of witnessing Venomoth's attacks! If you are the last of your team, you will evolve to a Beedrill. ",
  133. "info": "Vote counts as -2. Can't be daykilled. Can't be poisoned. Gets hax on kill. Becomes Beedrill if all teammates but Kakunas are dead. Sided with Weedle Family. ",
  134. "actions": {
  135. "vote": -2,
  136. "poison": {
  137. "mode": "ignore"
  138. },
  139. "daykill": "evade",
  140. "startup": {
  141. "revealRole": [
  142. "weedle",
  143. "kakuna",
  144. "beedrill"
  145. ]
  146. },
  147. "hax": {
  148. "kill": {
  149. "revealTeam": 0.35,
  150. "revealPlayer": 0.06
  151. }
  152. },
  153. "onDeadRoles": {
  154. "convertTo": {
  155. "beedrill": ["weedle", "beedrill", "s_beedrill"]
  156. },
  157. "convertmsg": "~Old~ evolved into ~New~!"
  158. },
  159. "teamTalk": [
  160. "weedle",
  161. "kakuna",
  162. "beedrill"
  163. ]
  164. }
  165. },
  166. {
  167. "role": "beedrill",
  168. "translation": "Beedrill",
  169. "side": "mafia",
  170. "help": "As the strongest insect from the Weedle Family, you can type /Kill [name] during the night to use Twineedle and knock down a opponent Pokémon. [Hint: You don't share your actions with other Beedrills.]",
  171. "actions": {
  172. "night": {
  173. "kill": {
  174. "target": "AnyButTeam",
  175. "common": "Self",
  176. "priority": 4,
  177. "broadcast": ["weedle", "kakuna", "beedrill"]
  178. }
  179. },
  180. "poison": {
  181. "mode": "ignore"
  182. },
  183. "startup": {
  184. "revealRole": [
  185. "weedle",
  186. "kakuna",
  187. "beedrill"
  188. ]
  189. },
  190. "teamTalk": [
  191. "weedle",
  192. "kakuna",
  193. "beedrill"
  194. ],
  195. "preventTeamvote": true
  196. }
  197. },
  198. {
  199. "role": "s_beedrill",
  200. "translation": "Shiny Beedrill",
  201. "side": "mafia",
  202. "help": "As a rare kind of Beedrill, you often are away from your team and don't know who they are. Because of that, you always miss your team's swarm attacks and can only use /kill [name] during the day. But since people rarely see a Shiny Pokémon, you won't be revealed when you kill.",
  203. "info": "Can kill one person during the standby. Can't be poisoned. Sided with Weedle Family (but doesn't know its team). ",
  204. "actions": {
  205. "standby": {
  206. "kill": {
  207. "target": "AnyButSelf",
  208. "msg": "It's time to shine! Type /Kill [name] to Twineedle someone to death:",
  209. "killmsg": "Shiny Beedrill used Twineedle! It's not very effective, but it still pierced ~Target~'s body!"
  210. }
  211. },
  212. "poison": {
  213. "mode": "ignore"
  214. }
  215. }
  216. },
  217. {
  218. "role": "charmeleon",
  219. "translation": "Charmeleon",
  220. "side": "werewolf",
  221. "help": "As a Fire Pokémon, you are feared by the Bugs and won't be haxed by them. Type /Kill [name] to burn them all and take control of the Forest! And since Sunny Day is in effect, whoever tries to attack you during the day will regret it deeply. You evade 1 nightkill during the game, and if anyone distracts you, you will find their identity!",
  222. "info": "Can kill one person during the night. (Can't be detected by spies). Identify distractors. Evades 1 nightkill. Counter daykills. Sided with Fire Pokémon. ",
  223. "actions": {
  224. "night": {
  225. "kill": {
  226. "target": "AnyButSelf",
  227. "common": "Self",
  228. "priority": 3
  229. }
  230. },
  231. "daykill": "revenge",
  232. "daykillrevengemsg": "~Target~ tried to attack Charmeleon while Sunny Day was in effect. The attack failed miserably, and ~Target~ was defeated instead!",
  233. "kill": {
  234. "mode": {
  235. "evadeCharges": 1
  236. }
  237. },
  238. "distract": {
  239. "mode": "identify"
  240. },
  241. "avoidHax": [
  242. "kill"
  243. ]
  244. }
  245. },
  246. {
  247. "role": "bug_trainer",
  248. "translation": "Bug Catcher",
  249. "side": "godfather",
  250. "help": "You are the only human in the whole forest. You can type /catch once per day to capture a Pokémon. You can also type /capture to get a second Pokémon during the day (with a 50% chance of revealing you)! And since you are a human, you have 2 votes.",
  251. "info": "Can kill twice during the standby (1st kill concealed, 2nd kill with a 50% chance of revealing). Vote counts as 2. Sided with Bug Catcher. ",
  252. "actions": {
  253. "standby": {
  254. "catch": {
  255. "command": "kill",
  256. "target": "AnyButTeam",
  257. "limit": 1,
  258. "msg": "Gotta catch'em all! Type /catch [name] to capture a Bug Pokémon (you won't be revealed)!",
  259. "killmsg": "Suddenly, a Poké Ball is seen flying towards ~Target~, who's then caught by a Bug Catcher!"
  260. },
  261. "capture": {
  262. "command": "kill",
  263. "target": "AnyButTeam",
  264. "limit": 2,
  265. "msg": "You can also type /capture [name] after you used /catch, but that has a 50% chance of revealing you!",
  266. "killmsg": "The Bug Catcher raises a net and use it to capture ~Target~!",
  267. "revealChance": 0.5,
  268. "revealmsg": "~Self~ is a famous Bug Catcher now! Even the Pokémon recognize them!"
  269. }
  270. },
  271. "vote": 2
  272. }
  273. }
  274. ],
  275. "roles1": [
  276. "weedle",
  277. "caterpie",
  278. "caterpie",
  279. "caterpie",
  280. "weedle"
  281. ],
  282. "roles2": [
  283. "beedrill",
  284. "caterpie",
  285. "caterpie",
  286. "metapod",
  287. "metapod",
  288. "caterpie",
  289. "weedle",
  290. "metapod",
  291. "charmeleon",
  292. "butterfree",
  293. "caterpie",
  294. "kakuna",
  295. "caterpie",
  296. "metapod",
  297. "beedrill",
  298. "venomoth",
  299. "metapod",
  300. "s_beedrill",
  301. "caterpie",
  302. "butterfree",
  303. "weedle",
  304. "bug_trainer",
  305. "caterpie",
  306. "kakuna",
  307. "charmeleon",
  308. "caterpie",
  309. "venomoth",
  310. "metapod",
  311. "butterfree",
  312. "caterpie",
  313. "caterpie",
  314. "metapod",
  315. "metapod",
  316. "metapod",
  317. "beedrill",
  318. "caterpie",
  319. "metapod",
  320. "bug_trainer",
  321. "caterpie",
  322. "weedle",
  323. "caterpie",
  324. "s_beedrill",
  325. "metapod",
  326. "beedrill",
  327. "charmeleon",
  328. "butterfree",
  329. "kakuna",
  330. "caterpie"
  331. ],
  332. "villageCantLoseRoles": [
  333. "butterfree",
  334. "venomoth"
  335. ],
  336. "killmsg": "±Forest: ~Player~ (~Role~) was defeated and disappeared from the Forest!",
  337. "lynchmsg": "±Forest: ~Player~ (~Role~) was defeated and disappeared from the Forest!",
  338. "killusermsg": "Your HP dropped to 0! ",
  339. "border": "( º w º ) === === === === === === === === === === === === === === === === ( º w º ):",
  340. "changelog": {
  341. "28.06.2014": "Tips added. Weedle and Beedrill cannot teamvote anymore unless they use /teamvote (they can use this to find Shiny Beedrill).",
  342. "24.04.2014": "Experimental non-peak setup for 4~5 players added.",
  343. "20.02.2014": "Butterfree now is able to distract another Butterfree.",
  344. "27.12.2013": "Removed Pikachu. Charmeleon now can evade 1 nightkill per game. Buff for Bug Catcher coming soon.",
  345. "10.10.2013": "Weedles, Kakuna and Beedrills can use /tt to talk privately.",
  346. "03.10.2013": "Kakuna evolves when all Weedles, Beedrills and Shiny Beedrills are dead (added some time ago, made official now).",
  347. "04.08.2013": "Kakuna hax slightly increased.",
  348. "03.08.2013": "Kakuna now hax kills (to reduce Venomoth spamming /kill).",
  349. "31.07.2013": "Spawn List expanded to allow for 40+ players.",
  350. "24.06.2013": "Pikachu finally found, so it will appear on /roles and /sides now.",
  351. "27.05.2013": "Small games balance. Reduced minimum players to 6.",
  352. "22.02.2013": "Easter Egg.",
  353. "29.01.2013": "Added this changelog."
  354. },
  355. "tips": [
  356. "Pay attention to hax being revealed in the chat (both who got the hax and who was target) to find potential teammates. Be careful with baddies faking hax though.",
  357. "Caterpie: If you get hax on someone being killed/poisoned, tell everyone, as that may eventually clean the target player.",
  358. "Venomoth: If Kakuna is dead, you can spam /kill to find the Caterpies.",
  359. "*** Tips for Weedle ***",
  360. "No one shares any action in this theme. Use this to maximize damage on village.",
  361. "Weedle: You can try to poison a teammate to mislead the Caterpie. They will get the hax, but your teammate won't be poisoned.",
  362. "Kakuna: If Shiny Beedrill is around, try to lure them into killing you. You will evade it, and then you can connect with them.",
  363. "Beedrill: If you get a 'you cannot hit your teammate' message when killing someone you don't know, then you found Shiny Beedrill. PM and connect them.",
  364. "Shiny Beedrill: If someone evades your kill, PM them, as that person is Kakuna."
  365. ]
  366. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement