Advertisement
Xinc

gaby FinalFix: Only bodyguard was tweaked

Jan 31st, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1. {
  2. "name":"Cursed",
  3. "author":"MillagerGaby, <b>Fixors: </b> Ozma, Lame, Xinc",
  4. "summary":"The Village is threatened by the Cursed and the Tigerblood this time! Work together to banish them forever! Remember to watch out for the Daykilling Gabrielle!",
  5. "sides":[{
  6. "side":"mafia",
  7. "translation":"Cursed"
  8. },
  9. {
  10. "side":"mafia2",
  11. "translation":"Tigerblood"
  12. },
  13. {
  14. "side":"village",
  15. "translation":"Humans"
  16. },
  17. {
  18. "side":"mafia3",
  19. "translation":"Ghosts"
  20. }
  21. ],
  22. "roles":[{
  23. "role":"villager",
  24. "translation":"Human",
  25. "side":"village",
  26. "help":"A mere mortal! No commands, no hax. You just sleep during the night!(live with it) Vote people during the day to banish!",
  27. "actions":{}
  28. },
  29. {
  30. "role":"inspector",
  31. "translation":"Psycic",
  32. "side":"village",
  33. "help":"You're cursed but good! Type /inspect to find out who people are!",
  34. "actions":{
  35. "night":{
  36. "inspect":{
  37. "target":"AnyButSelf",
  38. "common":"Self",
  39. "priority":30
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "role": "bodyguard",
  46. "translation": "Knight",
  47. "side": "village",
  48. "help": "Type /Protect [name] to protect someone!",
  49. "actions": { "night": {"protect": {"target": "AnyButSelf", "common": "Role", "priority": 5, "broadcast": "role"} },
  50. "startup": "role-reveal"}
  51. },
  52. {
  53. "role":"mafia",
  54. "translation":"Cursed",
  55. "side":"mafia",
  56. "help":"The curse has brought you dispair and pain! type /kill to murder anyone who isn't like you!",
  57. "actions":{
  58. "night":{
  59. "kill":{
  60. "target":"AnyButTeam",
  61. "common":"Team",
  62. "priority":15,
  63. "broadcast":"team"
  64. }
  65. },
  66. "startup":"team-reveal"
  67. }
  68. },
  69. {
  70. "role":"mafia3",
  71. "translation":"Ghost",
  72. "side":"mafia3",
  73. "help":"A curse has caused your mortal spirit to live but has corrupted your mind! Type /kill to destroy everyone",
  74. "actions":{
  75. "night":{
  76. "kill":{
  77. "target":"AnyButTeam",
  78. "common":"Team",
  79. "priority":17,
  80. "broadcast":"team"
  81. }
  82. },
  83. "startup":"team-reveal"
  84. }
  85. },
  86. {
  87. "role":"hooker",
  88. "translation":"Seductress",
  89. "side":"village",
  90. "help":"A beautiful and unquenchable woman, you are going to help stop the curse in the only way you know how! Type /distract to give your target a good time! (If you catch my drift) Oh, one more thing, you have a chance to hax protectors.",
  91. "actions":{
  92. "night":{
  93. "distract":{
  94. "target":"AnyButSelf",
  95. "common":"Self",
  96. "priority":2
  97. }
  98. },
  99. "hax":{
  100. "protect":{
  101. "revealTeam":0.3,
  102. "revealPlayer":0.3
  103. }
  104. }
  105. }
  106. },
  107. {
  108. "role":"hooker2",
  109. "translation":"Xeran",
  110. "side":"mafia2",
  111. "help":"You are the Tigerblood Plantmaster! As so you get a chance of Hax on incpect and a distract! Type /distract to entangle someone in vines! Team up with Gabrielle and Ozma to win! Due to being the most crafty Tigerblood your vote is 3!",
  112. "actions":{
  113. "night":{
  114. "distract":{
  115. "target":"AnyButSelf",
  116. "common":"Self",
  117. "priority":1
  118. }
  119. },
  120. "hax":{
  121. "inspect":{
  122. "revealTeam":0.05,
  123. "revealPlayer":0.025
  124. }
  125. }
  126. },
  127. "vote":3
  128. },
  129. {
  130. "role":"mafia2",
  131. "translation":"Gabrielle",
  132. "side":"mafia2",
  133. "help":"You are the most powerful of the Tigerbloods! Type /protect to protect Ozma once you find him and kill during the day! Being strong and fast you block nightkills! Team up with Ozma and Xeran to win!",
  134. "actions":{
  135. "protect":{
  136. "target":"Any",
  137. "common":"Role",
  138. "priority":3,
  139. "broadcast":"role"
  140. },
  141. "kill":{
  142. "mode":"ignore"
  143. },
  144. "standby":{
  145. "kill":{
  146. "target":"AnyButSelf",
  147. "msg":"Smite the fools who get in your way with /kill (name)!",
  148. "killmsg":"Gabrielle dashes through the crowd and lunges at ~Target~! Disemboweling them with her claws!"
  149. }
  150. }
  151. }
  152. },
  153. {
  154. "role":"inspector2",
  155. "translation":"Ozma",
  156. "side":"mafia2",
  157. "help":"You are the Psycic Tigerblood! You can /inspect people in the night! Find your teammates Xeran and Gabrielle to win!",
  158. "actions":{
  159. "night":{
  160. "inspect":{
  161. "target":"AnyButSelf",
  162. "common":"Self",
  163. "priority":30
  164. }
  165. }
  166. }
  167. },
  168. {
  169. "role":"spy",
  170. "translation":"Shadow Stalker",
  171. "side":"village",
  172. "help":"Sneaky! You're the village thief! Every night you have a chance to discover who's killing or being killed!",
  173. "actions":{
  174. "hax":{
  175. "kill":{
  176. "revealTeam":0.4,
  177. "revealPlayer":0.15
  178. }
  179. }
  180. }
  181. },
  182. {
  183. "role":"miller1",
  184. "translation":"Half-Blood",
  185. "side":"village",
  186. "help":"You're only half cursed! But that comes at a disadvantage! The inspector will see you as one of the Tigerbloods!",
  187. "actions":{
  188. "inspect":{
  189. "revealAs":"mafia2"
  190. }
  191. }
  192. },
  193. {
  194. "role":"miller2",
  195. "translation":"Half-Blood",
  196. "side":"village",
  197. "help":"You're only half cursed! But that comes at a disadvantage! The inspector will see you as one of the Tigerbloods!",
  198. "actions":{
  199. "inspect":{
  200. "revealAs":"hooker2"
  201. }
  202. }
  203. },
  204. {
  205. "role":"miller3",
  206. "translation":"Half-Blood",
  207. "side":"village",
  208. "help":"You're only half cursed! But that comes at a disadvantage! The inspector will see you as one of the Tigerbloods!",
  209. "actions":{
  210. "inspect":{
  211. "revealAs":"inspector2"
  212. }
  213. }
  214. },
  215. {
  216. "role":"vigilante",
  217. "translation":"Hunter",
  218. "side":"village",
  219. "help":"You are a natural born hunter! Your goal is to kill the cursed ones. Type /kill [name] to end their misery, but dont kill the humans!",
  220. "actions":{
  221. "night":{
  222. "kill":{
  223. "target":"AnyButSelf",
  224. "common":"Self",
  225. "priority":19
  226. }
  227. }
  228. }
  229. },
  230. {
  231. "role":"samurai",
  232. "translation":"Shogun",
  233. "side":"village",
  234. "help":"Thats right! You're the samurai! Type /kill during the day to slice someone! Be careful though! Your unique armour will reveal you!",
  235. "actions":{
  236. "standby":{
  237. "kill":{
  238. "target":"AnyButSelf",
  239. "msg":"Now is your chance! Slice through someone using /kill [name]:",
  240. "killmsg":"The samurai draws their sword and slices ~Target~ in half! Their armour glimmers in the sunlight causing ~Self~ to be revealed!"
  241. }
  242. }
  243. }
  244. }
  245. ],
  246. "roles1":["bodyguard",
  247. "mafia",
  248. "inspector",
  249. "mafia2",
  250. "hooker",
  251. "miller1",
  252. "mafia3",
  253. "spy",
  254. "villager",
  255. "villager",
  256. "villager"
  257. ],
  258. "roles2":["bodyguard",
  259. "mafia",
  260. "mafia",
  261. "inspector",
  262. "hooker",
  263. "mafia3",
  264. "villager",
  265. "mafia3",
  266. "mafia2",
  267. "villager",
  268. "villager",
  269. "villager",
  270. "vigilante",
  271. "miller1",
  272. "inspector2",
  273. "miller3",
  274. "spy",
  275. "hooker2",
  276. "miller2",
  277. "villager",
  278. "samurai",
  279. "villager",
  280. "villager",
  281. "villager",
  282. "mafia3",
  283. "mafia",
  284. "villager",
  285. "miller1",
  286. "villager",
  287. "vigilante"
  288. ],
  289. "villageCantLoseRoles":[]
  290. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement