Advertisement
Guest User

Untitled

a guest
Feb 14th, 2012
93
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": "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 dont have any special commands during the night! Vote to remove people in the day!",
  27. "actions": {}
  28. },
  29. {
  30. "role": "Loyalist Villager",
  31. "translation": "Loyalist Villager",
  32. "side": "Loyalists",
  33. "help": "You have turned against your former allies, try to eliminate them and claim the village for the rebels! You dont have any special commands during the night! Vote to remove people in the day!",
  34. "actions": {}
  35. },
  36. {
  37. "role": "Loyalist Boss",
  38. "translation": "Loyalist Boss",
  39. "side": "Loyalists",
  40. "help": "You lead the loyalists and can kill one person during the night, but be careful; you don't know who's on your side and who isn't. Type /Kill [name] to kill someone! You can't be distracted!",
  41. "actions": {
  42. "night": {
  43. "kill": {
  44. "target": "AnyButSelf",
  45. "common": "Team",
  46. "priority": 2
  47. }
  48. }
  49. }
  50. },
  51. {
  52. "role": "Rebel Boss",
  53. "translation": "Rebel Boss",
  54. "side": "Rebels",
  55. "help": "You lead the rebels and can kill one person during the night, but be careful; you don't know who's on your side and who isn't. Type /Kill [name] to kill someone! You can't be distracted!",
  56. "actions": {
  57. "night": {
  58. "kill": {
  59. "target": "AnyButSelf",
  60. "common": "Team",
  61. "priority": 3
  62. }
  63. }
  64. }
  65. },
  66. {
  67. "role": "Werewolf",
  68. "translation": "Werewolf",
  69. "side": "Werewolf",
  70. "help": "With the village plunged in to chaos you can now kill two people during the night! Type/Kill [name] to kill someone!",
  71. "actions": {
  72. "night": {
  73. "kill": {
  74. "target": "AnyButSelf",
  75. "common": "Self",
  76. "priority": 4,
  77. "Limit": 2
  78. }
  79. }
  80. }
  81. },
  82. {
  83. "role": "Mayor",
  84. "translation": "Mayor",
  85. "side": "Mayor",
  86. "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!",
  87. "actions": {
  88. "vote": 2,
  89. "night": {
  90. "poison": {
  91. "target": "AnyButSelf",
  92. "common": "Self",
  93. "priority": 1
  94. }
  95. }
  96. }
  97. }
  98. ],
  99. "roles1": [
  100. "Rebel Boss",
  101. "Loyalist Boss",
  102. "Rebel Villager",
  103. "Loyalist Villager",
  104. "Rebel Villager",
  105. "Loyalist Villager",
  106. "Rebel Villager",
  107. "Loyalist Villager",
  108. "Rebel Villager",
  109. "Loyalist Villager",
  110. "Rebel Villager",
  111. "Loyalist Villager",
  112. "Rebel Villager",
  113. "Loyalist Villager"
  114. ],
  115. "roles2": [
  116. "Rebel Boss",
  117. "Loyalist Boss",
  118. "Mayor",
  119. "Werewolf",
  120. "Rebel Villager",
  121. "Loyalist Villager",
  122. "Rebel Villager",
  123. "Loyalist Villager",
  124. "Rebel Villager",
  125. "Loyalist Villager",
  126. "Rebel Villager",
  127. "Loyalist Villager",
  128. "Rebel Villager",
  129. "Loyalist Villager",
  130. "Rebel Villager",
  131. "Loyalist Villager",
  132. "Rebel Villager",
  133. "Loyalist Villager",
  134. "Rebel Villager",
  135. "Loyalist Villager",
  136. "Rebel Villager",
  137. "Loyalist Villager",
  138. "Rebel Villager",
  139. "Loyalist Villager",
  140. "Rebel Villager",
  141. "Loyalist Villager",
  142. "Rebel Villager",
  143. "Loyalist Villager",
  144. "Rebel Villager",
  145. "Loyalist Villager",
  146. "Rebel Villager",
  147. "Loyalist Villager",
  148. "Rebel Villager",
  149. "Loyalist Villager",
  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 Villager",
  159. "Loyalist Villager",
  160. "Rebel Villager",
  161. "Loyalist Villager",
  162. "Rebel Villager",
  163. "Loyalist Villager",
  164. "Rebel Villager",
  165. "Loyalist Villager"
  166. ],
  167. "villageCantLoseRoles": []
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement