MoonstruckMinun

SI10

May 30th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. {
  2. "name": "SI10",
  3. "altname":"The Problem Bunkers are Coming From a Different World?",
  4. "author":["Miki Productions"],
  5. "ticks": {
  6. "night": 10,
  7. "standby": 10
  8. },
  9. "votesniping": true,
  10. "summary":"Space Invaders with Recruiters! Alien don't know their team, but the LC can't be converted!",
  11. "threadlink": "",
  12. "sides":[{
  13. "side":"aliens",
  14. "translation":"Space Invaders",
  15. "winmsg":"The Space Invaders (~Players~) destroyed all the human's forces and now they control the Earth!"
  16. },
  17. {
  18. "side":"village",
  19. "translation":"Defenders",
  20. "winmsg":"The Defenders (~Players~) won and now the Earth it's a safe place!"
  21. }
  22. ],
  23. "tips": {
  24. "Alien": "If you can't convert someone, that's either already an Alien or else the LC!"
  25. },
  26. "villageCantLoseRoles": [
  27. "bunker"
  28. ],
  29. "roles":[{
  30. "role":"laser",
  31. "translation":"Laser Cannon",
  32. "side":"village",
  33. "help":"You're the Laser Cannon! Destroy your enemies with your laser typing /kill during the standby! People don't know who you are in this game! You also win if 7 turns go by without you being lynched!",
  34. "info":"Can convert one alien into a bunker during the standby. Immune to convert. Converts random voter to laser cannon on lynch. Sided with the Defenders.",
  35. "actions":{
  36. "standby":{
  37. "kill":{
  38. "command": "expose",
  39. "target":"AnyButSelf",
  40. "msg":"Now, destroy your enemies with /kill [name]!",
  41. "canConvert": ["alien"],
  42. "exposemsg":"The Laser Cannon aimed at someone and destroyed him with a laser shot!! IMMA FIRIN MAH LAZER!!!",
  43. "newRole": "bunker"
  44. }
  45. },
  46. "initialCondition": {
  47. "curse": {
  48. "cursedRole": "winrar",
  49. "curseCount": 8
  50. }
  51. },
  52. "daykill": "evade",
  53. "lynch": {
  54. "convertVoters": {
  55. "newRole": { "laser": ["bunker", "alien"] },
  56. "random": 1,
  57. "first": 0,
  58. "message": "With the Laser Cannon's death, another person has stepped up to become the new Laser Cannon!"
  59. }
  60. },
  61. "onDeath": {
  62. "killRoles": ["bunker"],
  63. "killmsg": "±Space Invaders: When ~Self~ died, all the Bunkers were defenseless and they surrendered!"
  64. }
  65. }
  66. },
  67. {
  68. "role":"winrar",
  69. "translation":"Laser Cannon",
  70. "winIfDeadRoles": ["laser"],
  71. "side":"village",
  72. "help":"You're the Laser Cannon! Destroy your enemies with your laser typing /kill during the standby! People don't know who you are in this game!",
  73. "info":"Can convert one alien into a bunker during the standby. Immune to convert. Converts random voter to laser cannon on lynch. Sided with the Defenders.",
  74. "actions":{
  75. "standby":{
  76. "kill":{
  77. "command": "expose",
  78. "target":"AnyButSelf",
  79. "msg":"Now, destroy your enemies with /kill [name]!",
  80. "canConvert": ["alien"],
  81. "exposemsg":"The Laser Cannon aimed at someone and destroyed him with a laser shot!! IMMA FIRIN MAH LAZER!!!",
  82. "newRole": "bunker"
  83. }
  84. },
  85. "initialCondition": {
  86. "curse": {
  87. "cursedRole": "winrar",
  88. "curseCount": 8
  89. }
  90. },
  91. "daykill": "evade",
  92. "lynch": {
  93. "convertVoters": {
  94. "newRole": { "laser": ["bunker", "alien"] },
  95. "random": 1,
  96. "first": 0,
  97. "message": "With the Laser Cannon's death, another person has stepped up to become the new Laser Cannon!"
  98. }
  99. },
  100. "onDeath": {
  101. "killRoles": ["bunker"],
  102. "killmsg": "±Space Invaders: When ~Self~ died, all the Bunkers were defenseless and they surrendered!"
  103. }
  104. }
  105. },
  106. {
  107. "role":"bunker",
  108. "translation":"Bunker",
  109. "side":"village",
  110. "help":"You're Bunker! Sturdy and resistant, you can block the Alien's attack! But you'll have to choose, because you can safeguard someone 3 times per game! Make wise decisions, because if you fail to Safeguard people, the Space Invaders will gain new members!!",
  111. "info":"Can safeguard one player during the night three times per game. Survives lynch. Sided with the Defenders",
  112. "actions":{
  113. "expose": "revealexposer",
  114. "revealexposermsg": "±Space Invaders: ~Self~ (Bunker) was destroyed!",
  115. "night":{
  116. "safeguard":{
  117. "target":"AnyButSelf",
  118. "common":"Self",
  119. "priority":1,
  120. "charges":3,
  121. "chargesmsg": "You can only Safeguard ~Charges~ more times!"
  122. }
  123. },
  124. "lynch": {
  125. "convertTo": "bunker",
  126. "convertmsg": "±~Self~: SMH IM NOT EVEN AN ALIEN WTF (╯°□°)╯︵ ┻━┻"
  127. }
  128. }
  129. },
  130. {
  131. "role":"alien",
  132. "translation":"Alien",
  133. "side":"aliens",
  134. "help":"You're an alien! Time to kill all that stupid humans and control the Earth! Type /convert during the night! You don't know your team!!",
  135. "info":"Can convert one player during the night. Doesn't know team. Turns into Bunker if lynched or shot. Sided with the Space Invaders.",
  136. "actions":{
  137. "night":{
  138. "convert":{
  139. "target":"AnyButSelf",
  140. "common":"Self",
  141. "convertfailmsg": "You can't convert that person! Are you bad??",
  142. "canConvert": ["bunker"],
  143. "newRole": "alien",
  144. "convertmsg": "A Bunker has been converted into an Alien!!!!!",
  145. "priority": 2
  146. }
  147. },
  148. "lynch": {
  149. "convertTo": "bunker",
  150. "convertmsg": "±~Self~: Wow ok fine I'll join the bunkers I DONT EVEN LIKE ALIENS OK!!"
  151. }
  152. }
  153. }
  154. ],
  155. "roles1":["laser",
  156. "bunker",
  157. "bunker",
  158. "bunker",
  159. "alien",
  160. "bunker",
  161. "bunker",
  162. "alien",
  163. "bunker",
  164. "bunker",
  165. "alien",
  166. "bunker",
  167. "bunker",
  168. "bunker",
  169. "bunker",
  170. "alien",
  171. "bunker",
  172. "bunker",
  173. "bunker",
  174. "alien",
  175. "bunker",
  176. "bunker",
  177. "bunker",
  178. "bunker",
  179. "alien",
  180. "bunker",
  181. "bunker",
  182. "bunker",
  183. "bunker",
  184. "alien",
  185. "bunker",
  186. "bunker",
  187. "alien",
  188. "bunker",
  189. "bunker",
  190. "alien",
  191. "bunker",
  192. "bunker",
  193. "bunker",
  194. "alien",
  195. "bunker",
  196. "bunker",
  197. "alien",
  198. "bunker",
  199. "bunker",
  200. "alien",
  201. "bunker",
  202. "bunker",
  203. "bunker",
  204. "alien"
  205. ],
  206.  
  207. "killmsg":"±Space Invaders: ~Player~ (~Role~) was destroyed!",
  208. "killusermsg":" You were destroyed!",
  209. "border":"***¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦"
  210. }
Advertisement
Add Comment
Please, Sign In to add comment