MoonstruckMinun

Kanto

Sep 19th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. {
  2. "name": "Kanto",
  3. "author": "Miki Sayaka",
  4. "summary": "kento pokemans",
  5. "minplayers": 3,
  6. "sides": [
  7. {
  8. "side": "village",
  9. "translation": "Good Pokémon",
  10. "color": "#cc00cc",
  11. "winmsg": "The good Pokémon have defended Kanto from devestation!"
  12. },
  13. {
  14. "side": "dragons",
  15. "translation": "Dragons",
  16. "color": "red",
  17. "winmsg": "The Dragon type Pokémon have united all peoples within their nation!"
  18. },
  19. {
  20. "side": "psychic",
  21. "translation": "Psychics",
  22. "color": "#cc00ff",
  23. "winmsg": "The Psychic type Pokémon have denounced the Evil of Truth and Love!"
  24. },
  25. {
  26. "side": "beedrill",
  27. "translation": "Washing Machines",
  28. "color": "purple",
  29. "winmsg": "The Beedrill gang is blasting off!"
  30. }
  31. ],
  32. "tips": {
  33. "Why is it bad?": "Mainly being used to test new features."
  34. },
  35. "variables": {
  36. "SilentIgnore": {
  37. "mode": "ignore",
  38. "silent": true
  39. }
  40. },
  41. "roles": [
  42. {
  43. "role": "pikachu",
  44. "translation": "Pikachu",
  45. "side": "village",
  46. "help": "You are the mascot of Pokémon! Type /Kill during the day to blast someone to bits with 10,000 volts!",
  47. "info": "Can daykill (revealed). Haxes target of Distract. ~Sided~",
  48. "actions": {
  49. "standby": {
  50. "kill": {
  51. "target": "AnyButSelf",
  52. "msg": "You can kill now by using /kill [name]!",
  53. "killmsg": "~Self~ runs out into the open and screams \"Pikaaaaa -\" ~Target~ tries to run, but it's too late. \"CHUUUUUUUU!!!!!\""
  54. }
  55. }
  56. }
  57. },
  58. {
  59. "role": "beedrill",
  60. "translation": "Beedrill",
  61. "side": "beedrill",
  62. "help": "You are the bully of the forrest, Beedrill! Type /kill [name] to destroy someone during the night. If anyone tries to distract you, you'll kill them instead!",
  63. "hide": true,
  64. "actions": {
  65. "night": {
  66. "kill": {
  67. "target": "AnyButSelf",
  68. "common": "Self",
  69. "pierce": true,
  70. "priority": 6
  71. }
  72. },
  73. "distract": {
  74. "mode": "ChangeTarget",
  75. "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !",
  76. "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"
  77. },
  78. "preventTeamvote": true
  79. }
  80. },
  81. {
  82. "role": "butterfree",
  83. "translation": "Butterfree",
  84. "side": "village",
  85. "info": "Can distract one person during the night. Sided with Heroes.",
  86. "help": "One of Cloud's childhood friends, you are one of the protagonists of Final Fantasy VII! Deceptively strong, you are capable of stopping killers at night with /Distract [name]! In addition, you have a chance of finding Auron when he Protects during the Night.",
  87. "actions": {
  88. "night": {
  89. "distract": {
  90. "target": "AnyButSelf",
  91. "distractmsg": "Butterfree used Sleep Powder! You fell asleep and forgot to perform any night actions!",
  92. "common": "Self",
  93. "priority": 3
  94. }
  95. }
  96. }
  97. },
  98. {
  99. "role": "dragonite",
  100. "translation": "Dragonite",
  101. "side": "dragons",
  102. "help": "You are Dragonite! You can knock a Pokémon out during the day with Extreme Speed by using /kill! Because you are one of the smartest Pokémon in the world, you can Inspect during the night to learn someone's role!",
  103. "info": "Can kill one person during the standby. Can Inspect one person during the night. Immune to Nightkills. ~Sided~",
  104. "actions": {
  105. "night": {
  106. "inspect": {
  107. "target": "AnyButTeam",
  108. "common": "Self",
  109. "broadcast": "team",
  110. "priority": 30
  111. }
  112. },
  113. "standby": {
  114. "kill": {
  115. "target": "AnyButSelf",
  116. "msg": "You can kill now by using /kill [name]!",
  117. "killmsg": "Dragonite used Extreme Speed! ~Target~ fainted!"
  118. }
  119. },
  120. "kill": {"mode": "ignore"}
  121. }
  122. },
  123. {
  124. "role": "blastoise",
  125. "translation": "Blastoise",
  126. "side": "village",
  127. "help": "You are the Shell Pokémon! Use your water turrets and bulky shell to /Guard someone to protect them from being killed during the day!",
  128. "info": "Can guard (dayprotect). ~Sided~",
  129. "hide": true,
  130. "actions": {
  131. "night": {
  132. "guard": {
  133. "command": ["dayprotect"],
  134. "dayProtectMsg": "You couldn't kill ~Target~! Blastoise protected them!",
  135. "dayProtectType": "protect",
  136. "target": "Any",
  137. "common": "Self",
  138. "priority": 1
  139. }
  140. }
  141. }
  142. },
  143. {
  144. "role": "venusaur",
  145. "translation": "Venusaur",
  146. "side": "village",
  147. "help": "A wise old Pokémon like you has a vote 3!",
  148. "info": "Vote counts as 3. ~Sided~",
  149. "actions": {
  150. "vote": 3
  151. }
  152. }
  153. ],
  154.  
  155. "roles1": [
  156. "blastoise",
  157. "venusaur",
  158. "dragonite",
  159. "pikachu",
  160. "butterfree",
  161. "beedrill"
  162. ],
  163. "villageCantLoseRoles": [],
  164. "changelog": {
  165. }
  166. }
Advertisement
Add Comment
Please, Sign In to add comment