Guest User

Untitled

a guest
Jul 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. {
  2. "name": "Forest Pokemon",
  3. "author": "dragon456",
  4. "summary": "It's a battle for dominance over the forest, each side as desparate as the other to take their dominance over the forest. The sides include the mischievous Tribe of Joltik, the peaceful yet powerful Weedle Family, the Posse of Ninjask, and many more. Don't forget about the ravageous Charizard, which can kill once per day, seeking only to destroy anything in its path; the annoying Joltik, which can kill AND distract once per night; the Weedle Family, whose members can poison; and not to mention the Posse of Ninjask, which includes a Ninjask that goes through bg and a Shedinja that evades nightkills thanks to Wonder Guard.",
  5. "sides": [
  6. {
  7. "side": "joltik",
  8. "translation": "Tribe of Joltik"
  9. },
  10. {
  11. "side": "ninjask",
  12. "translation": "Posse of Ninjask"
  13. },
  14. {
  15. "side": "weedle",
  16. "translation": "Weedle Family"
  17. },
  18. {
  19. "side": "werewolf",
  20. "translation": "Charizard"
  21. },
  22. {
  23. "side": "electrode",
  24. "translation": "Electrode"
  25. }
  26. ],
  27. "roles": [
  28. {
  29. "role": "joltik",
  30. "translation": "Joltik",
  31. "side": "joltik",
  32. "help": "You are a Joktik, and thus you and your partner(s) can /web (distract) and /kill one person per night!",
  33. "actions": {
  34. "night": {
  35. "kill": {
  36. "target": "AnyButTeam",
  37. "common": "Team",
  38. "priority": 11,
  39. "broadcast": "team"
  40. },
  41. "web": {
  42. "target": "AnyButTeam",
  43. "common": "Team",
  44. "priority": 1,
  45. "broadcast": "team",
  46. "command": "distract"
  47. }
  48. },
  49. "startup": "team-reveal"
  50. }
  51. },
  52. {
  53. "role": "galvantula",
  54. "translation": "Galvantula",
  55. "side": "joltik",
  56. "help": "You are Galvantula, and as leader of the Joltik Tribe can /protect and /kill two people and per night",
  57. "actions": {
  58. "night": {
  59. "kill": {
  60. "target": "AnyButTeam",
  61. "common": "Team",
  62. "priority": 10,
  63. "broadcast": "team",
  64. "limit": 2
  65. },
  66. "protect": {
  67. "target": "AnyButSelf",
  68. "common": "Team",
  69. "priority": 5,
  70. "broadcast": "team",
  71. "limit": 2
  72. }
  73. },
  74. "startup": "team-reveal"
  75. }
  76. },
  77. {
  78. "role": "ninjask",
  79. "translation": "Ninjask",
  80. "side": "ninjask",
  81. "help": "You are so fast, speedy, and annoying that you can kill and outspeed even protected Pokemon! Use this to your advantage!",
  82. "actions": {
  83. "night": {
  84. "kill": {
  85. "target": "AnyButTeak",
  86. "common": "Team",
  87. "priority": 1,
  88. "broadcast": "team"
  89. }
  90. },
  91. "startup": "team-reveal"
  92. },
  93. "avoidHax": [
  94. "kill"
  95. ]
  96. },
  97. {
  98. "role": "shedinja",
  99. "translation": "Shedinja",
  100. "side": "ninjask",
  101. "help": "You are Shedinja, and are immune to any nightkills thanks to your ability Wonder Guard! You are sided with the Posse of Ninjask, and you may also /kill one person per night. However, your vote counts as 0 due to you being the remains of the exoskeleton of an evolved Ninjask.",
  102. "actions": {
  103. "vote": 0,
  104. "night": {
  105. "kill": {
  106. "target": "AnyButTeam",
  107. "common": "Team",
  108. "priority": 12,
  109. "broadcast": "team"
  110. }
  111. },
  112. "kill": {
  113. "mode": "ignore"
  114. },
  115. "startup": "team-reveal"
  116. }
  117. },
  118. {
  119. "role": "weedle",
  120. "translation": "Weedle",
  121. "side": "Weedle",
  122. "help": "You are a cute, little, but deadly Weedle, and thus can /poison one person per night with your deadly Poison Sting. Not only that, but you also have a slight chance of witnessing a kill.",
  123. "actions": {
  124. "night": {
  125. "poison": {
  126. "target": "AnyButTeam",
  127. "common": "Team",
  128. "priority": 11,
  129. "broadcast": "Team"
  130. }
  131. },
  132. "hax": {
  133. "kill": {
  134. "revealTeam": 0.35,
  135. "revealPlayer": 0.1
  136. }
  137. },
  138. "startup": "team-reveal"
  139. }
  140. },
  141. {
  142. "role": "kakuna",
  143. "translation": "Kakuna",
  144. "side": "weedle",
  145. "help": "Your defense stats have been put to the maximum, thanks to your constant use of Harden, making your shell almost physically unbreakable! Using your shell, you can /protect one person each night!",
  146. "actions": {
  147. "night": {
  148. "protect": {
  149. "target": "AnyButSelf",
  150. "common": "Team",
  151. "priority": 5,
  152. "broadcast": "team"
  153. }
  154. },
  155. "startup": "team-reveal"
  156. }
  157. },
  158. {
  159. "role": "beedrill",
  160. "translation": "Beedrill",
  161. "side": "weedle",
  162. "help": "The smartest and most powerful Pokemon of the Weedle family, you can kill, poison, and inspect one person per night!",
  163. "actions": {
  164. "night": {
  165. "kill": {
  166. "target": "AnyButTeam",
  167. "common": "Team",
  168. "priority": 9,
  169. "broadcast": "team"
  170. },
  171. "poison": {
  172. "target": "AnyButTeam",
  173. "common": "Self",
  174. "priority": 10
  175. },
  176. "inspect": {
  177. "target": "AnyButSelf",
  178. "common": "Self",
  179. "priority": 20
  180. }
  181. },
  182. "startup": "team-reveal"
  183. }
  184. },
  185. {
  186. "role": "electrode",
  187. "translation": "Electrode",
  188. "side": "electrode",
  189. "help": "You neither stand by any side of the forest, nor do you wish to regain dominance of the forest. You just happen to be there. If anyone tries attacking you during the night however, you explode and kill the attacker in the process. Also, due to you being a bomb, you get a vote of -5.",
  190. "actions": {
  191. "vote": -5,
  192. "kill": {
  193. "mode": "killattacker"
  194. }
  195. }
  196. },
  197. {
  198. "role": "werewolf",
  199. "translation": "Charizard",
  200. "side": "werewolf",
  201. "help": "You are the Charizard, who wishes only to ravage and destroy everything in its path with its powerful fire. You strike during the day so you are most feared, and also get 5 votes due to you being the King of all Fire Pokemon!",
  202. "actions": {
  203. "vote": 5,
  204. "standby": {
  205. "kill": {
  206. "target": "AnyButSelf",
  207. "msg": "You can now unleash your power on someone using /kill [name]",
  208. "killmsg": "Charizard opens its mouth and unleashes a powerful Flamethrower at ~Target~!"
  209. }
  210. }
  211. }
  212. }
  213. ],
  214. "roles1": [
  215. "weedle",
  216. "joltik",
  217. "kakuna",
  218. "ninjask",
  219. "weedle",
  220. "joltik",
  221. "ninjask",
  222. "weedle",
  223. "galvantula",
  224. "joltik",
  225. "beedrill"
  226. ],
  227. "roles2": [
  228. "weedle",
  229. "joltik",
  230. "weedle",
  231. "kakuna",
  232. "joltik",
  233. "ninjask",
  234. "electrode",
  235. "galvantula",
  236. "ninjask",
  237. "weedle",
  238. "shedinja",
  239. "werewolf",
  240. "beedrill",
  241. "weedle",
  242. "joltik",
  243. "ninjask",
  244. "galvantula",
  245. "shedinja",
  246. "ninjask",
  247. "weedle",
  248. "joltik",
  249. "beedrill",
  250. "galvantula",
  251. "ninjask",
  252. "shedinja",
  253. "weedle",
  254. "kakuna",
  255. "joltik",
  256. "joltik",
  257. "weedle",
  258. "weedle",
  259. "electrode",
  260. "kakuna",
  261. "joltik",
  262. "ninjask",
  263. "galvantula",
  264. "ninjask",
  265. "beedrill",
  266. "werewolf",
  267. "shedinja",
  268. "weedle",
  269. "joltik"
  270. ],
  271. "villageCantLoseRoles": [
  272. "mayor",
  273. "vigilante",
  274. "samurai",
  275. "bomb"
  276. ]
  277. }
Add Comment
Please, Sign In to add comment