Advertisement
Crobat

SI Mafia Theme Code

Nov 28th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. {
  2. "name": "SI",
  3. "author":"Does it really matter at this point?",
  4. "summary":"The Aliens are attacking! The Laser Cannon must quickly shoot down all invaders before the Bunkers are destroyed otherwise it loses.",
  5. "sides":[{
  6. "side":"aliens",
  7. "translation":"Space Invaders",
  8. "winmsg":"The Space Invaders (~Players~) destroyed all the human's forces and now they control the Earth!"
  9. },
  10. {
  11. "side":"village",
  12. "translation":"Defenders",
  13. "winmsg":"The Defenders (~Players~) won and now the Earth is a safe place!"
  14. }
  15. ],
  16. "roles":[{
  17. "role":"laser",
  18. "translation":"Laser Cannon",
  19. "side":"village",
  20. "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!",
  21. "info":"Can kill one player during the standby. Sided with the Defenders.",
  22. "actions":{
  23. "startup": {
  24. "revealPlayers": "laser",
  25. "revealPlayersMsg": "The Laser Cannon 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 laser shot!! IMMA FIRIN MAH LAZER!!!"
  32. }
  33. },
  34. "daykill": "evade",
  35. "onDeath": {
  36. "killRoles": ["bunker"],
  37. "killmsg": "±Space Invaders: When ~Self~ died, all the Bunkers were defenseless and they surrendered!"
  38. }
  39. }
  40. },
  41. {
  42. "role":"bunker",
  43. "translation":"Bunker",
  44. "side":"village",
  45. "help":"You're Bunker! 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!",
  46. "info":"Can protect or selfprotect one player during the night up to 3 times. Sided with the Defenders",
  47. "actions":{
  48. "night":{
  49. "protect":{
  50. "target":"Any",
  51. "common":"Self",
  52. "priority":1,
  53. "charges":3,
  54. "chargesmsg": "You can only protect ~Charges~ more times!"
  55. }
  56. },
  57. "startup": {
  58. "revealPlayers": "laser",
  59. "revealPlayersMsg": "The Laser Cannon is ~Players~."
  60. }
  61. }
  62. },
  63. {
  64. "role":"alien",
  65. "translation":"Alien",
  66. "side":"aliens",
  67. "winIfDeadRoles": ["bunker"],
  68. "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.",
  69. "info":"Can kill one player during the night (Shared). Can kill one player each 2 nights (Not-Shared). Sided with the Space Invaders.",
  70. "actions":{
  71. "night":{
  72. "kill":{
  73. "target":"AnyButTeam",
  74. "common":"Team",
  75. "priority":2,
  76. "broadcast":"team"
  77. },
  78. "kill2": {
  79. "recharge": 2,
  80. "command": "kill",
  81. "target": "AnyButTeam",
  82. "common": "Self",
  83. "priority": 3,
  84. "broadcast": "team"
  85. }
  86. },
  87. "startup": {
  88. "revealPlayers": "laser",
  89. "team-revealif": ["aliens"],
  90. "revealPlayersMsg": "The Laser Cannon is ~Players~."
  91. },
  92. "teamTalk": true
  93. }
  94. }
  95. ],
  96. "roles1":[
  97. "laser",
  98. "bunker",
  99. "bunker",
  100. "bunker",
  101. "alien",
  102. "bunker",
  103. "bunker",
  104. "alien",
  105. "bunker",
  106. "bunker",
  107. "bunker",
  108. "alien",
  109. "bunker",
  110. "bunker",
  111. "bunker",
  112. "alien",
  113. "bunker",
  114. "bunker",
  115. "bunker",
  116. "alien",
  117. "bunker",
  118. "bunker",
  119. "bunker",
  120. "bunker",
  121. "alien",
  122. "bunker",
  123. "bunker",
  124. "bunker",
  125. "alien",
  126. "bunker",
  127. "bunker",
  128. "alien",
  129. "bunker",
  130. "bunker",
  131. "alien",
  132. "bunker",
  133. "bunker",
  134. "bunker",
  135. "alien",
  136. "bunker",
  137. "bunker",
  138. "alien",
  139. "bunker",
  140. "bunker",
  141. "alien",
  142. "bunker",
  143. "bunker",
  144. "bunker",
  145. "alien"
  146. ],
  147. "killmsg":"±Space Invaders: ~Player~ (~Role~) was destroyed!",
  148. "killusermsg":" You were destroyed!",
  149. "border":"***¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦",
  150. "villageCantLoseRoles": [
  151. "laser"
  152. ]
  153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement