Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. {
  2.  
  3. "name": "Marvel",
  4. "author": [
  5. "Dark Phoenix",
  6. "Roild"
  7. ],
  8.  
  9. "summary": "Welcome to the Marvel Universe; we've entered a time-line where identities have been forgotten. Try to find your team-mates and prevent the destruction of Earth! In smaller games, the X-men [do shit]. Starting 11 (or w/e) games, the Avengers fight to protect the earth against [fuckers]!",
  10. "min players": 4,
  11. "votemsg": "±**",
  12. "lynchmsg": "±**",
  13. "killmsg": "±**",
  14. "drawmsg": "±Someone: **World is in shambles, etc",
  15. "killusermsg": "**",
  16. "villageCantLoseRoles": ["wolv", "cyc", "**"],
  17. "sides": [{
  18. "side": "village",
  19. "translation": "Heroes",
  20. "winmsg": "~Players~ successfully prevented the destruction of Earth!"
  21. },
  22. {
  23. "side": "hulk",
  24. "translation": "Hulk",
  25. "winmsg": "The ~Players~ achieved planetary dominance and continued the destruction of Earth!"
  26. },
  27. {
  28. "side": "thanos",
  29. "translation": "Thanos",
  30. "winmsg": "~Players~ was unstoppable. After unifying the infinity gauntlet, they were unstoppable!"
  31. },
  32. {
  33. "side": "ultron",
  34. "translation": "Ultron",
  35. "winmsg": "Perfection takes time, and ~Players~ were able to display their Godliness over humanity!"
  36. },
  37. {
  38. "side": "brother",
  39. "translation": "Brotherhood",
  40. "winmsg": "~Players~ defeated their opposition and enslaved all of humanity, mutants will reign supreme!"
  41. },
  42. {
  43. "side": "jugg",
  44. "translation": "Juggernaut",
  45. "winmsg": "~Players~ were the Juggernaut! With no one able to stop him he began to rip everyone in half!"
  46. },
  47. {
  48. "side": "merc",
  49. "translation": "Deadpool",
  50. "winmsg": "Somehow ~Players~ were able to conquer the battle and now rule this universe!"
  51. },
  52. {
  53. "side": "venom",
  54. "translation": "Venom",
  55. "winmsg": "~Players~ began to entrap their victoms in their web, and soon will begin their domination!"
  56. },
  57. {
  58. "side": "apoc",
  59. "translation": "Apocalypse",
  60. "winmsg": "~Players~, the ancient mutant was able to impose their will against their enemies."
  61. }
  62. ],
  63. "roles": [{
  64. "role": "xavier",
  65. "translation": "Xavier",
  66. "side": "village",
  67. "help": "** uses /read",
  68. "info": "",
  69. "actions": {
  70. "night": {
  71. "read": {
  72. "target": "AnyButSelf",
  73. "command": "inspect",
  74. "common": "Self",
  75. "priority": 20,
  76. "maxHax": 1
  77. }
  78. }
  79. }
  80. },
  81. {
  82. "role": "wolv",
  83. "translation": "Wolverine",
  84. "side": "village",
  85. "help": "** I didn't code the revealAs mutant. Idk why he would. Add it if you think it's a good thing.",
  86. "info": "",
  87. "actions": {
  88. "night": {
  89. "protect": {
  90. "target": "AnyButSelf",
  91. "common": "Self",
  92. "priority": 8,
  93. "maxHax": 1
  94. }
  95. }
  96. }
  97. },
  98. {
  99. "role": "cyc",
  100. "translation": "Cyclops",
  101. "side": "village",
  102. "help": "**",
  103. "info": "",
  104. "actions": {
  105. "standby": {
  106. "beam": {
  107. "target": "AnyButSelf",
  108. "msg": "** /beam to do it",
  109. "killmsg": "±Cyclops: ~Self~ something ~Target~, ~Role~. **"
  110. }
  111. }
  112. }
  113. },
  114. {
  115. "role": "storm",
  116. "translation": "Storm",
  117. "side": "village",
  118. "help": "** Made them 2 diff things. /wind and /gust? Can change",
  119. "info": "",
  120. "actions": {
  121. "night": {
  122. "gust": {
  123. "command": "distract",
  124. "priority": 3,
  125. "recharge": 2,
  126. "target": "AnyButSelf",
  127. "common": "Self",
  128. "maxHax": "1"
  129. },
  130. "wind": {
  131. "command": "distract",
  132. "priority": 3,
  133. "recharge": 2,
  134. "target": "AnyButSelf",
  135. "common": "Self",
  136. "maxHax": "1"
  137. }
  138. }
  139. }
  140. },
  141.  
  142. {
  143. "role": "mutant1",
  144. "translation": "Mutant",
  145. "side": "village",
  146. "help": "Can sense target being something'd?**",
  147. "info": "**",
  148. "actions": {}
  149. },
  150. {
  151. "role": "mutant2",
  152. "translation": "Mutant",
  153. "side": "village",
  154. "help": "Can sense a kill action prob",
  155. "actions": {}
  156. },
  157. {
  158. "role": "mutant3",
  159. "translation": "Mutant",
  160. "side": "village",
  161. "help": "",
  162. "actions": {}
  163. },
  164. {
  165. "role": "mutant4",
  166. "translation": "Mutant",
  167. "side": "village",
  168. "help": "",
  169. "actions": {}
  170. },
  171. {
  172. "role": "mutant5",
  173. "translation": "Mutant",
  174. "side": "village",
  175. "help": "",
  176. "actions": {}
  177. },
  178. {
  179. "role": "mutant6",
  180. "translation": "Mutant",
  181. "side": "village",
  182. "help": "",
  183. "actions": {}
  184. }
  185. ]
  186.  
  187. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement