Guest User

Untitled

a guest
May 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.20 KB | None | 0 0
  1. {
  2. "name": "FF",
  3. "sides": [
  4. {
  5. "side": "mafia",
  6. "translation": "Garland"
  7. },
  8. {
  9. "side": "mafia1",
  10. "translation": "Sin"
  11. },
  12. {
  13. "side": "mafia2",
  14. "translation": "House Solidor"
  15. },
  16. {
  17. "side": "village",
  18. "translation": "Heroes"
  19. },
  20. {
  21. "side": "mafia3",
  22. "translation": "Kefka's Posse"
  23. },
  24. {
  25. "side": "godfather",
  26. "translation": "Sephiroth"
  27. }
  28. ],
  29. "roles": [
  30. {
  31. "role": "villager",
  32. "translation": "Moogle",
  33. "side": "village",
  34. "help": "As a moogle, it is your job to get the village to win by voting during the day!",
  35. "actions": {}
  36. },
  37. {
  38. "role": "inspector",
  39. "translation": "Locke",
  40. "side": "village",
  41. "help": "Type /Inspect [name] to find his/her identity! Be careful to not die!",
  42. "actions": {
  43. "night": {
  44. "inspect": {
  45. "target": "AnyButSelf",
  46. "common": "Self",
  47. "priority": 30
  48. }
  49. }
  50. }
  51. },
  52. {
  53. "role": "bodyguard",
  54. "translation": "Auron",
  55. "side": "village",
  56. "help": "Your sole duty is to protect the Heroes as they find all of the villains. Type /protect during the night to do so. In addition, you have a chance of finding a distractor at night..",
  57. "actions": {
  58. "night": {
  59. "protect": {
  60. "target": "AnyButSelf",
  61. "common": "Role",
  62. "priority": 5,
  63. "broadcast": "role"
  64. }
  65. },
  66. "hax": {
  67. "distract": {
  68. "revealTeam": 0.25,
  69. "revealPlayer": 0.25
  70. },
  71. "startup": "role-reveal"
  72. }
  73. }
  74. },
  75. {
  76. "role": "mafia",
  77. "translation": "Garland",
  78. "side": "mafia",
  79. "help": "Type /Kill [name] to kill someone! You, Garland, will knock them all down!",
  80. "actions": {
  81. "night": {
  82. "kill": {
  83. "target": "AnyButTeam",
  84. "common": "Team",
  85. "priority": 15,
  86. "broadcast": "team"
  87. }
  88. },
  89. "startup": "team-reveal"
  90. }
  91. },
  92. {
  93. "role": "werewolf",
  94. "translation": "Kefka",
  95. "side": "mafia3",
  96. "help": "With insane agility, you outspeed even bodyguards. Strike hard with /kill [name]! Uwee hee hee! If Kuja is playing, team up with him to win!",
  97. "actions": {
  98. "night": {
  99. "kill": {
  100. "target": "AnyButTeam",
  101. "common": "Self",
  102. "priority": 3
  103. }
  104. },
  105. "distract": {
  106. "mode": "ChangeTarget",
  107. "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !",
  108. "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"
  109. },
  110. "avoidHax": [
  111. "kill"
  112. ]
  113. }
  114. },
  115. {
  116. "role": "hooker",
  117. "translation": "Tifa",
  118. "side": "village",
  119. "help": "Deceptively strong, you are capable of stopping killers at night with /distract [name]. In addition, you have a chance of finding a protector at night. ",
  120. "actions": {
  121. "night": {
  122. "distract": {
  123. "target": "AnyButSelf",
  124. "common": "Self",
  125. "priority": 2
  126. }
  127. },
  128. "hax": {
  129. "protect": {
  130. "revealTeam": 0.25,
  131. "revealPlayer": 0.25
  132. }
  133. }
  134. }
  135. },
  136. {
  137. "role": "mayor",
  138. "translation": "Cecil",
  139. "side": "village",
  140. "help": "Conflicted to the core, your vote counts as -1. Use this in clever ways to lead the village to victory!",
  141. "actions": {
  142. "vote": -1
  143. }
  144. },
  145. {
  146. "role": "mayor3",
  147. "translation": "Aerith",
  148. "side": "village",
  149. "help": "Your sheer willpower allows your spirit to live on within the Lifestream and communicate with Heroes. As a spirit, you cannot be killed at night. You, however, have a worthless vote.",
  150. "actions": {
  151. "vote": 0,
  152. "kill": {
  153. "mode": "ignore"
  154. }
  155. }
  156. },
  157. {
  158. "role": "mayor2",
  159. "translation": "Kuja",
  160. "side": "mafia3",
  161. "help": "The true show begins now! You're the brightest star in the voting arena, voting for anyone results in their immediate death. Team up with Kefka to win!",
  162. "actions": {
  163. "vote": 9999
  164. }
  165. },
  166. {
  167. "role": "spy",
  168. "translation": "Zidane",
  169. "side": "village",
  170. "help": "As a professional thief, darkness is your element. At night, you have a chance of finding out who is a killer. In addition to this, you will detect the presence of other thieves such as Locke!",
  171. "actions": {
  172. "hax": {
  173. "kill": {
  174. "revealTeam": 0.4,
  175. "revealPlayer": 0.15
  176. },
  177. "inspect": {
  178. "revealTeam": 0.99,
  179. "revealPlayer": 0.99
  180. }
  181. }
  182. }
  183. },
  184. {
  185. "role": "godfather",
  186. "translation": "Sephiroth",
  187. "side": "godfather",
  188. "help": "You...will never be a memory. As a legendary warrior, you are a force to be reckoned with at all times. Type /kill [name] once per night AND during a standby phase to eliminate those who oppose you. You will not be revealed, so have fun. ",
  189. "actions": {
  190. "night": {
  191. "kill": {
  192. "target": "AnyButSelf",
  193. "common": "Self",
  194. "priority": 20,
  195. "limit": 1
  196. }
  197. },
  198. "distract": {
  199. "mode": "ChangeTarget",
  200. "hookermsg": "Tell me what it is you cherish most. Give me the pleasure of taking it away. You tried to distract the Sephiroth, but subsequently was killed.",
  201. "msg": "You had a visitor last night. The fool simply became part of the Lifestream..."
  202. },
  203. "avoidHax": [
  204. "kill"
  205. ],
  206. "standby": {
  207. "kill": {
  208. "target": "AnyButSelf",
  209. "msg": "You can kill now using /kill [name] :",
  210. "killmsg": "Sephiroth darts through the crowd and swiftly slices through ~Target~. He then vanishes without a trace."
  211. }
  212. }
  213. }
  214. },
  215. {
  216. "role": "vigilante",
  217. "translation": "Lightning",
  218. "side": "village",
  219. "help": "Allied with the heroes, it is your goal to assist them and win! Type /kill [name] during the night.",
  220. "actions": {
  221. "night": {
  222. "kill": {
  223. "target": "AnyButSelf",
  224. "common": "Self",
  225. "priority": 19
  226. }
  227. }
  228. }
  229. },
  230. {
  231. "role": "mafia1",
  232. "translation": "Jecht",
  233. "side": "mafia1",
  234. "help": "Team up with Seymour and Yunalesca to bring Sin to victory! Type /kill [name] during the night!",
  235. "actions": {
  236. "night": {
  237. "kill": {
  238. "target": "AnyButTeam",
  239. "common": "Team",
  240. "priority": 12,
  241. "broadcast": "team"
  242. }
  243. },
  244. "startup": "team-reveal"
  245. }
  246. },
  247. {
  248. "role": "mafia2",
  249. "translation": "Larsa Solidor",
  250. "side": "mafia2",
  251. "help": "House Solidor unite! Use /kill [name] to weaken the heroes.",
  252. "actions": {
  253. "night": {
  254. "kill": {
  255. "target": "AnyButTeam",
  256. "common": "Team",
  257. "priority": 11,
  258. "broadcast": "team"
  259. }
  260. },
  261. "startup": "team-reveal"
  262. }
  263. },
  264. {
  265. "role": "conspirator1",
  266. "translation": "Yunalesca",
  267. "side": "mafia1",
  268. "help": "Stop those who threaten to ruin Sin's plans. Type /distract [name] during the night.",
  269. "actions": {
  270. "night": {
  271. "distract": {
  272. "target": "AnyButTeam",
  273. "common": "Self",
  274. "priority": 1
  275. }
  276. },
  277. "startup": "team-reveal"
  278. }
  279. },
  280. {
  281. "role": "conspirator2",
  282. "translation": "Judge Gabranth",
  283. "side": "mafia2",
  284. "help": "You're House Solidor's personal bodyguard. Type /protect [name] to defend Larsa or Vayne!",
  285. "actions": {
  286. "night": {
  287. "protect": {
  288. "target": "AnyButSelf",
  289. "common": "Role",
  290. "priority": 4,
  291. "broadcast": "role"
  292. }
  293. },
  294. "startup": "team-reveal"
  295. }
  296. },
  297. {
  298. "role": "mafiaboss1",
  299. "translation": "Seymour",
  300. "side": "mafia1",
  301. "help": "Type /Kill [name] to kill someone! You can't be distracted by foolish mortals.",
  302. "actions": {
  303. "distract": {
  304. "msg": "A distractor tried to distract you, but due to your sheer concentration, she had no effect on you."
  305. "night": {
  306. "kill": {
  307. "target": "AnyButTeam",
  308. "common": "Team",
  309. "priority": 12,
  310. "broadcast": "team"
  311. }
  312. },
  313. "distract": {
  314. "mode": "ignore"
  315. },
  316. "startup": "team-reveal"
  317. }
  318. },
  319. {
  320. "role": "mafiaboss2",
  321. "translation": "Vayne Solidor",
  322. "side": "mafia2",
  323. "help": "As head of House Solidor, it is your duty to crush the heroes. Type /kill [name]. You cannot be distracted.",
  324. "actions": {
  325. "night": {
  326. "kill": {
  327. "target": "AnyButTeam",
  328. "common": "Team",
  329. "priority": 11,
  330. "broadcast": "team"
  331. }
  332. },
  333. "distract": {
  334. "mode": "ignore"
  335. },
  336. "startup": "team-reveal"
  337. }
  338. },
  339. {
  340. "role": "samurai",
  341. "translation": "Cloud",
  342. "side": "village",
  343. "help": "As a former member of SOLDIER, your battle skills are top notch. Type /kill [name] during the day to eliminate possible villains. IF YOU KILL DURING THE DAY, YOU WILL BE REVEALED.",
  344. "actions": {
  345. "standby": {
  346. "kill": {
  347. "target": "AnyButSelf",
  348. "msg": "Draw your Buster Sword and pick a target using /kill [name] :",
  349. "killmsg": "~Self~ lunges and pulls out a Buster Sword, striking down ~Target~!"
  350. }
  351. }
  352. }
  353. },
  354. {
  355. "role": "miller",
  356. "translation": "Cactuar",
  357. "side": "village",
  358. "help": "You're quite the suspicious character! As a Cactuar, you are allied with the Heroes. Locke, however, sees you as an enemy.",
  359. "actions": {
  360. "inspect": {
  361. "revealAs": "werewolf"
  362. }
  363. }
  364. }
  365. ],
  366. "roles1": [
  367. "bodyguard",
  368. "mafia",
  369. "inspector",
  370. "werewolf",
  371. "hooker",
  372. "villager",
  373. "mafia",
  374. "mayor",
  375. "miller",
  376. "villager",
  377. "villager"
  378. ],
  379. "roles2": [
  380. "bodyguard",
  381. "mafia1",
  382. "conspirator1",
  383. "inspector",
  384. "hooker",
  385. "villager",
  386. "mafia2",
  387. "conspirator2",
  388. "villager",
  389. "miller",
  390. "vigilante",
  391. "mayor",
  392. "werewolf",
  393. "spy",
  394. "villager",
  395. "samurai",
  396. "mayor2",
  397. "mafiaboss1",
  398. "mafiaboss2",
  399. "godfather",
  400. "mayor3",
  401. "villager",
  402. "villager",
  403. "miller",
  404. "villager",
  405. "villager",
  406. "villager",
  407. "miller",
  408. "miller",
  409. "villager"
  410. ],
  411. "villageCantLoseRoles": [
  412. "vigilante",
  413. "samurai"
  414. ]
  415. }
Add Comment
Please, Sign In to add comment