Advertisement
Crobat

SI9 (hidden Diamondslight) Mafia Theme Code

Jun 13th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.01 KB | None | 0 0
  1. {
  2. "name": "SI9",
  3. "altname":"Space Invaders featuring Diamondslight",
  4. "author": [
  5. "<b><i><span style='color:#380B61'>Crobat</span></i></b>",
  6. "<b><i><span style='color:#FF00FF'>Espeon</span></i></b>",
  7. "<b><i><span style='color:#FF0000'>Arcanine</span></i></b>",
  8. "<b><i><span style='color:#000000'>Fate Testarossa</span></i></b>",
  9. "<b><i><span style='color:#5882FA'>Amane Ohtori</span></i></b>"
  10. ],
  11. "summary":"Simple game of Space Invaders, but one of the bunkers is Diamondslight, who kills the Laser Cannon (and Bunkers) if he is lynched! Also, Diamondslight will flip as a Bunker when nightkilled or daykilled.",
  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 is a safe place!"
  21. }
  22. ],
  23. "roles":[{
  24. "role":"laser",
  25. "translation":"Laser Cannon",
  26. "side":"village",
  27. "help":"You're the Laser Cannon! Destroy your enemies with your laser typing /kill during the standby! However, you should be protected by a Bunker, because if you die, the Space Invaders win!",
  28. "info":"Can kill one player during the standby. Sided with the Defenders.",
  29. "actions":{
  30. "standby":{
  31. "kill":{
  32. "target":"AnyButSelf",
  33. "msg":"Now, destroy your enemies with /kill [name]!",
  34. "killmsg":"~Self~ aimed at ~Target~ and destroyed him with a laser shot!! IMMA FIRIN MAH LAZER!!!"
  35. }
  36. },
  37. "daykill": "evade",
  38. "onDeath": {
  39. "killRoles": ["bunker", "diamond"],
  40. "killmsg": "±Space Invaders: When ~Self~ died, all the Bunkers were defenseless and they surrendered!"
  41. }
  42. }
  43. },
  44. {
  45. "role":"bunker",
  46. "translation":"Bunker",
  47. "side":"village",
  48. "help":"Sturdy and resistant, you can block the Alien's attack! But you'll have to choose, because you can protect the Laser Cannon or yourself up to 3 times in the game! Make wise decisions, because if all the Bunkers or the Laser Cannon die, the Space Invaders win! However, there is a chance that you could be Diamondslight, which means you will kill everyone that voted for you if you are lynched!",
  49. "info":"Can protect or selfprotect one player during the night up to 3 times. Sided with the Defenders",
  50. "actions":{
  51. "night":{
  52. "protect":{
  53. "target":"Any",
  54. "common":"Self",
  55. "priority":1,
  56. "charges":3,
  57. "chargesmsg": "You can only protect ~Charges~ more times!"
  58. }
  59. },
  60. "startup": {
  61. "revealRole": ["laser"]
  62. }
  63. }
  64. },
  65. {
  66. "role":"diamond",
  67. "translation":"Bunker",
  68. "side":"village",
  69. "help":"Sturdy and resistant, you can block the Alien's attack! But you'll have to choose, because you can protect the Laser Cannon or yourself up to 3 times in the game! Make wise decisions, because if all the Bunkers or the Laser Cannon die, the Space Invaders win!",
  70. "info":" (This is actually Diamondslight.) Can protect or selfprotect one player during the night up to 3 times. If lynched, kills the Laser Cannon (and Bunkers). Sees itself as Bunker. Sided with the Defenders",
  71. "actions":{
  72. "night":{
  73. "protect":{
  74. "target":"Any",
  75. "common":"Self",
  76. "priority":1,
  77. "charges":3,
  78. "chargesmsg": "You can only protect ~Charges~ more times!"
  79. }
  80. },
  81. "lynch": {
  82. "killRoles": ["laser", "bunker"],
  83. "singlekillmsg": "±Diamondslight: Brb getting link. Oh, and the village can die for letting me get lynched. https://www.youtube.com/watch?v=1ytCEuuW2_A"
  84. },
  85. "startup": {
  86. "revealRole": ["laser"],
  87. "revealAs": "bunker"
  88. }
  89. }
  90. },
  91. {
  92. "role":"alien",
  93. "translation":"Alien",
  94. "side":"aliens",
  95. "winIfDeadRoles": ["bunker", "diamond"],
  96. "help":"You're an alien! Time to kill all that stupid humans and control the Earth! Type /kill during the night! Also, each 2 nights you have an extra nightkill with /kill2, and that's not shared with your team!! You can use /tt [message] to talk to your teammates.",
  97. "info":"Can kill one player during the night (Shared). Can kill one player each 2 nights (Not-Shared). Sided with the Space Invaders.",
  98. "actions":{
  99. "night":{
  100. "kill":{
  101. "target":"AnyButTeam",
  102. "common":"Team",
  103. "priority":2,
  104. "broadcast":"team"
  105. },
  106. "kill2": {
  107. "recharge": 2,
  108. "command": "kill",
  109. "target": "AnyButTeam",
  110. "common": "Self",
  111. "priority": 3,
  112. "broadcast": "team"
  113. }
  114. },
  115. "startup": {
  116. "revealRole": ["laser"]
  117. },
  118. "teamUtilities": true
  119. }
  120. }
  121. ],
  122. "roles1":[
  123. "laser",
  124. "diamond",
  125. "bunker",
  126. "bunker",
  127. "alien",
  128. "bunker",
  129. "bunker",
  130. "bunker",
  131. "alien",
  132. "bunker",
  133. "bunker",
  134. "bunker",
  135. "alien",
  136. "bunker",
  137. "bunker",
  138. "bunker",
  139. "alien",
  140. "bunker",
  141. "bunker",
  142. "bunker",
  143. "alien",
  144. "bunker",
  145. "bunker",
  146. "bunker",
  147. "bunker",
  148. "alien",
  149. "bunker",
  150. "bunker",
  151. "bunker",
  152. "alien",
  153. "bunker",
  154. "bunker",
  155. "alien",
  156. "bunker",
  157. "bunker",
  158. "alien",
  159. "bunker",
  160. "bunker",
  161. "bunker",
  162. "alien",
  163. "bunker",
  164. "bunker",
  165. "alien",
  166. "bunker",
  167. "bunker",
  168. "alien",
  169. "bunker",
  170. "bunker",
  171. "bunker",
  172. "alien"
  173. ],
  174. "killmsg":"±Space Invaders: ~Player~ (~Role~) was destroyed!",
  175. "killusermsg":" You were destroyed!",
  176. "border":"***¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦",
  177. "villageCantLoseRoles": [
  178. "laser"
  179. ]
  180. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement