MoonstruckMinun

Revolution

Nov 1st, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. {
  2. "name": "Revolution",
  3. "author": "Miki Sayaka",
  4. "ticks": {
  5. "night1": 15,
  6. "night": 25
  7. },
  8. "minplayers": 3,
  9. "nolynch": true,
  10. "bot": {
  11. "name": "Historian",
  12. "color": "#9933ff"
  13. },
  14. "borderColor": "#cc0066",
  15. "sides": [
  16. {
  17. "translation": "Freedom Fighters",
  18. "color": "#cc0000",
  19. "side": "village"
  20. },
  21. {
  22. "translation": "Dictator",
  23. "color": "#3333ff",
  24. "side": "mafia"
  25. }
  26. ],
  27. "roles": [
  28. {
  29. "translation": "Rebel",
  30. "role": "villager",
  31. "side": "village",
  32. "info": "Can /topple someone during the day to become Dictator if they find the dictator.",
  33. "actions": {
  34. "standby": {
  35. "topple": {
  36. "command": "expose",
  37. "target": "AnyButSelf",
  38. "msg": "You can steal the throne by using /topple [name] :",
  39. "exposemsg": "VIVA LA RESISTANCE! A rebel waves a flag in the air!!",
  40. "copyAs": {
  41. "mafia": ["mafia", "mafia2"]
  42. },
  43. "newRole": {
  44. "villager2": ["mafia", "mafia2"]
  45. },
  46. "copymsg": "The regime has been toppled!",
  47. "convertmsg": "But what's this? The rebel who toppled it set up a new dictatorship!",
  48. "convertusermsg": "",
  49. "copyusermsg": "You toppled the Regime and become a Dictator!"
  50. }
  51. }
  52. },
  53. "help": "You are one of the Rebels. Type /Topple [name] during the day to try and topple the Dictator! If you topple the dictator, you become the new dictator! Your name and target will not be revealed!"
  54. },
  55. {
  56. "translation": "Rebel",
  57. "role": "villager2",
  58. "side": "village",
  59. "hide": true,
  60. "actions": {
  61. "initialCondition": {
  62. "curse": {
  63. "cursedRole": "villager",
  64. "curseCount": -1,
  65. "silentCurse": true
  66. }
  67. }
  68. },
  69. "help": "Some blasted rebel destroyed your regime!! Oh well, now you can join the rebellion. Starting the next night, you can /topple someone to try and become dictator again!"
  70. },
  71. {
  72. "translation": "Dictator",
  73. "role": "mafia",
  74. "side": "mafia",
  75. "info": "Can kill once per night (can't kill the first night of the game). Gains a second kill if they stay in power for a full day.",
  76. "actions": {
  77. "night": {
  78. "kill": {
  79. "target": "AnyButSelf",
  80. "priority": 1,
  81. "common": "Team",
  82. "killmsg": "A rebel (~Target~) has been silenced by the Regime!"
  83. }
  84. },
  85. "initialCondition": {
  86. "curse": {
  87. "cursedRole": "mafia2",
  88. "curseCount": 1,
  89. "silentCurse": true
  90. }
  91. }
  92. },
  93. "help": "Now that you are in power, you must abuse it to your end! Type /Kill [name] to eliminate someone during the night!"
  94. },
  95. {
  96. "translation": "Dictator",
  97. "role": "mafia2",
  98. "side": "mafia",
  99. "hide": true,
  100. "actions": {
  101. "night": {
  102. "kill": {
  103. "target": "AnyButSelf",
  104. "priority": 1,
  105. "limit": 2,
  106. "common": "Team",
  107. "killmsg": "A rebel (~Target~) has been silenced by the Regime!"
  108. }
  109. }
  110. },
  111. "help": "Now that you have been in power for a while, you can abuse it even MORE! Type /Kill [name] twice during the night to eliminate two rebels!"
  112. },
  113. {
  114. "translation": "Dictator",
  115. "role": "mafia0",
  116. "side": "mafia",
  117. "hide": true,
  118. "actions": {
  119. "initialCondition": {
  120. "curse": {
  121. "cursedRole": "mafia",
  122. "curseCount": 1,
  123. "silentCurse": true
  124. }
  125. }
  126. },
  127. "help": "You are the dictator! You must abuse your power to stay in power! Type /kill [name] to eliminate the rebels starting night 2."
  128. }
  129. ],
  130. "roles1": [],
  131. "roles2": [
  132. "mafia0",
  133. "villager",
  134. "villager",
  135. "villager",
  136. "villager",
  137. "villager",
  138. "villager",
  139. "villager",
  140. "villager",
  141. "villager",
  142. "villager",
  143. "villager",
  144. "villager",
  145. "villager",
  146. "villager",
  147. "villager",
  148. "villager",
  149. "villager",
  150. "villager",
  151. "villager",
  152. "villager",
  153. "villager",
  154. "villager",
  155. "villager",
  156. "villager",
  157. "villager",
  158. "villager",
  159. "villager",
  160. "villager",
  161. "villager",
  162. "villager",
  163. "villager",
  164. "villager",
  165. "villager",
  166. "villager",
  167. "villager",
  168. "villager",
  169. "villager",
  170. "villager",
  171. "villager",
  172. "villager"
  173. ],
  174. "villageCantLoseRoles": []
  175. }
Advertisement
Add Comment
Please, Sign In to add comment