Guest User

Untitled

a guest
Jun 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. {
  2. "name": "Civil War",
  3. "sides": [
  4. {
  5. "side": "Rebels",
  6. "translation": "Rebels"
  7. },
  8. {
  9. "side": "Loyalists",
  10. "translation": "Loyalists"
  11. },
  12. {
  13. "side": "Mayor",
  14. "translation": "Mayor"
  15. },
  16. {
  17. "side": "Werewolf",
  18. "translation": "Werewolf"
  19. }
  20. ],
  21. "roles": [
  22. {
  23. "role": "Rebel Villager",
  24. "translation": "Rebel Villager",
  25. "side": "Rebels",
  26. "help": "You have turned against your former allies, try to eliminate them and claim the village for the rebels! You don't have any special commands during the night! Vote to remove people in the day!",
  27. "actions": {
  28. "hax": {
  29. "kill": {
  30. "revealTeam": 0.2,
  31. "revealPlayer": 0.05
  32. }
  33. }
  34. }
  35. },
  36. {
  37. "role": "Loyalist Villager",
  38. "translation": "Loyalist Villager",
  39. "side": "Loyalists",
  40. "help": "You have turned against your former allies, try to eliminate them and claim the village for the rebels! You don't have any special commands during the night but you can get hax on kill! Vote to remove people in the day!",
  41. "actions": {
  42. "hax": {
  43. "kill": {
  44. "revealTeam": 0.2,
  45. "revealPlayer": 0.05
  46. }
  47. }
  48. }
  49. },
  50. {
  51. "role": "Loyalist Boss",
  52. "translation": "Loyalist Boss",
  53. "side": "Loyalists",
  54. "help": "You lead the loyalists, you have the power to kill one person and inspect one person during the night, you don't even have to share your kills or inspects! Type /Kill [name] to kill someone and /Inspect [name] to inspect someone!",
  55. "actions": {
  56. "night": {
  57. "kill": {
  58. "target": "AnyButSelf",
  59. "common": "Self",
  60. "priority": 2
  61. },
  62. "inspect": {
  63. "target": "AnyButSelf",
  64. "common": "Self",
  65. "priority": 5
  66. }
  67. }
  68. }
  69. },
  70. {
  71. "role": "Rebel Boss",
  72. "translation": "Rebel Boss",
  73. "side": "Rebels",
  74. "help": "You lead the Rebels, you have the power to kill one person and inspect one person during the night, you don't even have to share your kills or inspects! Type /Kill [name] to kill someone and /Inspect [name] to inspect someone!",
  75. "actions": {
  76. "night": {
  77. "kill": {
  78. "target": "AnyButSelf",
  79. "common": "Self",
  80. "priority": 2
  81. },
  82. "inspect": {
  83. "target": "AnyButSelf",
  84. "common": "Self",
  85. "priority": 5
  86. }
  87. }
  88. }
  89. },
  90. {
  91. "role": "Werewolf",
  92. "translation": "Werewolf",
  93. "side": "Werewolf",
  94. "help": "With the village plunged in to chaos you can now kill two people during the night! Type/Kill [name] to kill someone!",
  95. "actions": {
  96. "night": {
  97. "kill": {
  98. "target": "AnyButSelf",
  99. "common": "Self",
  100. "priority": 4,
  101. "Limit": 2
  102. }
  103. }
  104. },
  105. "avoidHax": [
  106. "kill"
  107. ]
  108. },
  109. {
  110. "role": "Mayor",
  111. "translation": "Mayor",
  112. "side": "Mayor",
  113. "help": "Trying to govern a warring village has driven you insane, your vote now counts for 3 and you can poison people during the night! Type /Poison [name] to poison someone!",
  114. "actions": {
  115. "vote": 3,
  116. "night": {
  117. "poison": {
  118. "target": "AnyButSelf",
  119. "common": "Self",
  120. "priority": 1
  121. }
  122. }
  123. }
  124. }
  125. ],
  126. "roles1": [
  127. "Mayor",
  128. "Rebel Boss",
  129. "Loyalist Boss",
  130. "Rebel Villager",
  131. "Loyalist Villager",
  132. "Rebel Villager",
  133. "Loyalist Villager",
  134. "Rebel Villager",
  135. "Loyalist Villager"
  136. ],
  137. "roles2": [
  138. "Rebel Boss",
  139. "Loyalist Boss",
  140. "Mayor",
  141. "Werewolf",
  142. "Rebel Villager",
  143. "Loyalist Villager",
  144. "Rebel Villager",
  145. "Loyalist Villager",
  146. "Rebel Villager",
  147. "Loyalist Villager",
  148. "Rebel Boss",
  149. "Loyalist Boss",
  150. "Rebel Villager",
  151. "Loyalist Villager",
  152. "Rebel Villager",
  153. "Loyalist Villager",
  154. "Rebel Villager",
  155. "Loyalist Villager",
  156. "Rebel Villager",
  157. "Loyalist Villager",
  158. "Rebel Boss",
  159. "Loyalist Boss",
  160. "Rebel Villager",
  161. "Loyalist Villager",
  162. "Rebel Villager",
  163. "Loyalist Villager",
  164. "Rebel Villager",
  165. "Loyalist Villager",
  166. "Rebel Villager",
  167. "Loyalist Villager",
  168. "Rebel Boss",
  169. "Loyalist Boss",
  170. "Rebel Villager",
  171. "Loyalist Villager",
  172. "Rebel Villager",
  173. "Loyalist Villager",
  174. "Rebel Villager",
  175. "Loyalist Villager",
  176. "Rebel Villager",
  177. "Loyalist Villager"
  178. ],
  179. "villageCantLoseRoles": []
  180. }
Add Comment
Please, Sign In to add comment