miki_sayaka123

Untitled

Sep 24th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. {
  2. "name": "Conversion3",
  3. "author":"Definitely Pamitha",
  4. "summary":"The Frost Rotoms are attacking! The Porygon-Z must quickly shoot down all converters before the Porygon are destroyed otherwise it loses.",
  5. "sides":[{
  6. "side":"aliens",
  7. "translation":"Frost Rotoms",
  8. "winmsg":"The Frost Rotoms (~Players~) converted all the Porygon's forces and now they control the Earth!"
  9. },
  10. {
  11. "side":"village",
  12. "translation":"Defenders",
  13. "winmsg":"The Porygon (~Players~) won and now the Earth is a safe place!"
  14. }
  15. ],
  16. "roles":[{
  17. "role":"laser",
  18. "translation":"Porygon-Z",
  19. "side":"village",
  20. "help":"You're the Porygon-Z! Destroy your enemies with your laser typing /kill during the standby! However, you should be safeguarded by a Porygon, because if you are converted you die and the Frost Rotom win!",
  21. "info":"Can kill one player during the standby. Sided with the Porygon.",
  22. "actions":{
  23. "startup": {
  24. "revealPlayers": "laser",
  25. "revealPlayersMsg": "The Porygon-Z is ~Players~."
  26. },
  27. "standby":{
  28. "kill":{
  29. "target":"AnyButSelf",
  30. "msg":"Now, destroy your enemies with /kill [name]!",
  31. "killmsg":"~Self~ aimed at ~Target~ and destroyed him with a Hyper Beam!! IMMA FIRIN MAH LAZER!!!"
  32. }
  33. },
  34. "convert": {
  35. "mode": "die",
  36. "msg": "You frozed the Porygon-Z! :)",
  37. "targetmsg": "PORYGONS YOU SUCK HOW HARD WAS IT TO PROTECT THE LASER CANNON HOLY F"
  38. },
  39. "daykill": "evade",
  40. "onDeath": {
  41. "killRoles": ["bunker", "bunker2"],
  42. "killmsg": "±Space Invaders: When ~Self~ died, all the Porygons were defenseless and they surrendered!"
  43. }
  44. }
  45. },
  46. {
  47. "role":"bunker",
  48. "translation":"Porygon",
  49. "side":"village",
  50. "help":"You're Bunker! Sturdy and resistant, you can block the Frost Rotom's convert! But you'll have to choose, because you can safeguard the Porygon-Z or yourself up to 3 times in the game! Make wise decisions, because if all the Porygons or the Porygon-Z die, the Frost Rotoms win!",
  51. "info":"Can safeguard one player (including self) during the night up to 3 times. Sided with the Porygon",
  52. "actions":{
  53. "night":{
  54. "safeguard":{
  55. "target":"Any",
  56. "common":"Self",
  57. "priority":1,
  58. "charges":3,
  59. "chargesmsg": "You can only protect ~Charges~ more times!"
  60. }
  61. },
  62. "startup": {
  63. "revealPlayers": "laser",
  64. "revealPlayersMsg": "The Porygon-Z is ~Players~."
  65. }
  66. }
  67. },
  68. {
  69. "role":"porygon2dummy",
  70. "translation":"Porygon2",
  71. "side":"village",
  72. "info": "Porygon, but it's immune to convert (appears as guarded). Sided with the Porygon",
  73. "help":"",
  74. "actions":{
  75. }
  76. },
  77. {
  78. "role":"bunker2",
  79. "translation":"Porygon",
  80. "side":"village",
  81. "hide": true,
  82. "help":"You're Bunker! Sturdy and resistant, you can block the Frost Rotom's convert! But you'll have to choose, because you can safeguard the Porygon-Z or yourself up to 3 times in the game! Make wise decisions, because if all the Porygons or the Porygon-Z die, the Frost Rotoms win!",
  83. "info":"Can safeguard one player (including self) during the night up to 3 times. Sided with the Porygon",
  84. "actions":{
  85. "night":{
  86. "safeguard":{
  87. "target":"Any",
  88. "common":"Self",
  89. "priority":1,
  90. "charges":3,
  91. "chargesmsg": "You can only protect ~Charges~ more times!"
  92. }
  93. },
  94. "startup": {
  95. "revealPlayers": "laser",
  96. "revealPlayersMsg": "The Porygon-Z is ~Players~."
  97. },
  98. "convert": {
  99. "mode": "ignore",
  100. "msg": "Your target (~Self~) was guarded!"
  101. },
  102. "onlist": "porygon2dummy",
  103. "onteam": "porygon2dummy"
  104. }
  105. },
  106. {
  107. "role":"alien",
  108. "translation":"Frost Rotom",
  109. "side":"aliens",
  110. "winIfDeadRoles": ["bunker", "bunker2"],
  111. "help":"You're a Frost Rotom! Time to convert all that stupid Porygons and control the Earth! Type /convert during the night! Also, once per game you get a /convert2 that's not shared with your team!! You can use /tt [message] to talk to your teammates.",
  112. "info":"Can convert one player during the night (Shared). Can convert2 one player once per game (Not-Shared). Sided with the Frost Rotom.",
  113. "actions":{
  114. "night":{
  115. "convert":{
  116. "target":"AnyButTeam",
  117. "common":"Team",
  118. "newRole": "alien",
  119. "convertmsg": "A ~Old~ was cooled until it became a ~New~!",
  120. "priority":2,
  121. "broadcast":"team"
  122. },
  123. "convert2": {
  124. "charges": 1,
  125. "command": "convert",
  126. "convertmsg": "A ~Old~ was cooled until it became a ~New~!",
  127. "newRole": "alien",
  128. "target": "AnyButTeam",
  129. "common": "Self",
  130. "priority": 3,
  131. "broadcast": "team"
  132. }
  133. },
  134. "startup": {
  135. "revealPlayers": "laser",
  136. "team-revealif": ["aliens"],
  137. "revealPlayersMsg": "The Porygon-Z is ~Players~."
  138. },
  139. "teamTalk": true
  140. }
  141. }
  142. ],
  143. "roles1":[
  144. "laser",
  145. "bunker2",
  146. "bunker",
  147. "bunker",
  148. "alien",
  149. "bunker",
  150. "bunker",
  151. "alien",
  152. "bunker",
  153. "bunker",
  154. "bunker",
  155. "alien",
  156. "bunker",
  157. "bunker",
  158. "bunker",
  159. "alien",
  160. "bunker",
  161. "bunker",
  162. "bunker",
  163. "alien",
  164. "bunker",
  165. "bunker",
  166. "bunker",
  167. "bunker",
  168. "alien",
  169. "bunker",
  170. "bunker",
  171. "bunker",
  172. "alien",
  173. "bunker",
  174. "bunker",
  175. "alien",
  176. "bunker",
  177. "bunker",
  178. "alien",
  179. "bunker",
  180. "bunker",
  181. "bunker",
  182. "alien",
  183. "bunker",
  184. "bunker",
  185. "alien",
  186. "bunker",
  187. "bunker",
  188. "alien",
  189. "bunker",
  190. "bunker",
  191. "bunker",
  192. "alien"
  193. ],
  194. "killmsg":"±Rotom: ~Player~ (~Role~) was destroyed!",
  195. "killusermsg":" You were destroyed!",
  196. "border":"***¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦",
  197. "villageCantLoseRoles": [
  198. "laser"
  199. ]
  200. }
Advertisement
Add Comment
Please, Sign In to add comment