MoonstruckMinun

Old FF

Jun 27th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. {
  2. "name": "FF",
  3. "author": "Deria",
  4. "summary": "All your favorite Final Fantasy heroes and villains have gathered for a gigantic battle royale! The villains bring threatening new abilities to the arena, each one able to cripple the heroes severely. Only one thing is certain, though - last party standing wins. [Update: Kuja now instantly wins if killing roles are dead. Minor style changes. Coming soon: Cactuar overhaul + Cloud buff!",
  5. "sides": [
  6. {
  7. "side": "mafia",
  8. "translation": "Garland"
  9. },
  10. {
  11. "side": "mafia1",
  12. "translation": "Sin"
  13. },
  14. {
  15. "side": "mafia2",
  16. "translation": "House Solidor"
  17. },
  18. {
  19. "side": "village",
  20. "translation": "Heroes"
  21. },
  22. {
  23. "side": "mafia3",
  24. "translation": "Kefka's Posse"
  25. },
  26. {
  27. "side": "mafia4",
  28. "translation": "Ultimecia"
  29. },
  30. {
  31. "side": "godfather",
  32. "translation": "Sephiroth"
  33. }
  34. ],
  35. "roles": [
  36. {
  37. "role": "villager",
  38. "translation": "Moogle",
  39. "side": "village",
  40. "help": "As a moogle, it is your job to get the village to win by voting during the day!",
  41. "actions": {}
  42. },
  43. {
  44. "role": "inspector",
  45. "translation": "Locke",
  46. "side": "village",
  47. "help": "Type /Inspect [name] to find his/her identity! Be careful to not die!",
  48. "actions": {
  49. "night": {
  50. "inspect": {
  51. "target": "AnyButSelf",
  52. "common": "Self",
  53. "priority": 30
  54. }
  55. }
  56. }
  57. },
  58. {
  59. "role": "bodyguard",
  60. "translation": "Auron",
  61. "side": "village",
  62. "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...",
  63. "actions": {
  64. "night": {
  65. "protect": {
  66. "target": "AnyButSelf",
  67. "common": "Role",
  68. "priority": 8,
  69. "broadcast": "role"
  70. }
  71. },
  72. "hax": {
  73. "distract": {
  74. "revealTeam": 0.25,
  75. "revealPlayer": 0.25
  76. }
  77. },
  78. "startup": "role-reveal"
  79. }
  80. },
  81. {
  82. "role": "mafia",
  83. "translation": "Garland",
  84. "side": "mafia",
  85. "help": "Type /Kill [name] to kill someone! You, Garland, will knock them all down!",
  86. "actions": {
  87. "night": {
  88. "kill": {
  89. "target": "AnyButTeam",
  90. "common": "Team",
  91. "priority": 15,
  92. "broadcast": "team"
  93. }
  94. },
  95. "startup": "team-reveal"
  96. }
  97. },
  98. {
  99. "role": "werewolf",
  100. "translation": "Kefka",
  101. "side": "mafia3",
  102. "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!",
  103. "actions": {
  104. "night": {
  105. "kill": {
  106. "target": "AnyButTeam",
  107. "common": "Self",
  108. "priority": 5
  109. }
  110. },
  111. "distract": {
  112. "mode": "ChangeTarget",
  113. "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !",
  114. "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"
  115. },
  116. "avoidHax": [
  117. "kill"
  118. ]
  119. }
  120. },
  121. {
  122. "role": "hooker",
  123. "translation": "Tifa",
  124. "side": "village",
  125. "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. ",
  126. "actions": {
  127. "night": {
  128. "distract": {
  129. "target": "AnyButSelf",
  130. "common": "Self",
  131. "priority": 2
  132. }
  133. },
  134. "hax": {
  135. "protect": {
  136. "revealTeam": 0.25,
  137. "revealPlayer": 0.25
  138. }
  139. }
  140. }
  141. },
  142. {
  143. "role": "mayor",
  144. "translation": "Cecil",
  145. "side": "village",
  146. "help": "Conflicted to the core, your vote counts as -1. Use this in clever ways to lead the village to victory! You also get a special bonus: you can /protect yourself every night!",
  147. "actions": {
  148. "night": {
  149. "protect": {
  150. "target": "Self",
  151. "common": "Self",
  152. "priority": 6
  153. }
  154. },
  155. "vote": -1
  156. }
  157. },
  158. {
  159. "role": "mayor3",
  160. "translation": "Aerith",
  161. "side": "village",
  162. "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.",
  163. "actions": {
  164. "vote": 0,
  165. "kill": {
  166. "mode": "ignore"
  167. }
  168. }
  169. },
  170. {
  171. "role": "mayor2",
  172. "translation": "Kuja",
  173. "side": "mafia3",
  174. "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!",
  175. "actions": {
  176. "vote": 9999
  177. },
  178. "winIfDeadRoles": [
  179. "mafia1",
  180. "werewolf",
  181. "vigilante",
  182. "mafia2",
  183. "mafiaboss2",
  184. "mafiaboss1",
  185. "samurai",
  186. "godfather",
  187. "mafia4"
  188. ]
  189. },
  190. {
  191. "role": "spy",
  192. "translation": "Zidane",
  193. "side": "village",
  194. "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!",
  195. "actions": {
  196. "hax": {
  197. "kill": {
  198. "revealTeam": 0.4,
  199. "revealPlayer": 0.15
  200. },
  201. "inspect": {
  202. "revealTeam": 0.99,
  203. "revealPlayer": 0.99
  204. }
  205. }
  206. }
  207. },
  208. {
  209. "role": "godfather",
  210. "translation": "Sephiroth",
  211. "side": "godfather",
  212. "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. ",
  213. "actions": {
  214. "night": {
  215. "kill": {
  216. "target": "AnyButSelf",
  217. "common": "Self",
  218. "priority": 20,
  219. "limit": 1
  220. }
  221. },
  222. "distract": {
  223. "mode": "ChangeTarget",
  224. "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.",
  225. "msg": "You had a visitor last night. The fool simply became part of the Lifestream..."
  226. },
  227. "avoidHax": [
  228. "kill"
  229. ],
  230. "standby": {
  231. "kill": {
  232. "target": "AnyButSelf",
  233. "msg": "You can kill now using /kill [name] :",
  234. "killmsg": "Sephiroth darts through the crowd and swiftly slices through ~Target~. He then vanishes without a trace."
  235. }
  236. }
  237. }
  238. },
  239. {
  240. "role": "vigilante",
  241. "translation": "Lightning",
  242. "side": "village",
  243. "help": "Allied with the heroes, it is your goal to assist them and win! Type /kill [name] during the night.",
  244. "actions": {
  245. "night": {
  246. "kill": {
  247. "target": "AnyButSelf",
  248. "common": "Self",
  249. "priority": 19
  250. }
  251. }
  252. }
  253. },
  254. {
  255. "role": "mafia1",
  256. "translation": "Jecht",
  257. "side": "mafia1",
  258. "help": "Team up with Seymour and Yunalesca to bring Sin to victory! Type /kill [name] during the night!",
  259. "actions": {
  260. "night": {
  261. "kill": {
  262. "target": "AnyButTeam",
  263. "common": "Team",
  264. "priority": 12,
  265. "broadcast": "team"
  266. }
  267. },
  268. "startup": "team-reveal"
  269. }
  270. },
  271. {
  272. "role": "mafia2",
  273. "translation": "Larsa Solidor",
  274. "side": "mafia2",
  275. "help": "House Solidor unite! Use /kill [name] to weaken the heroes.",
  276. "actions": {
  277. "night": {
  278. "kill": {
  279. "target": "AnyButTeam",
  280. "common": "Team",
  281. "priority": 11,
  282. "broadcast": "team"
  283. }
  284. },
  285. "startup": "team-reveal"
  286. }
  287. },
  288. {
  289. "role": "conspirator1",
  290. "translation": "Yunalesca",
  291. "side": "mafia1",
  292. "help": "Stop those who threaten to ruin Sin's plans. Type /distract [name] during the night. Ancient magics double your voting power, giving you +2.",
  293. "actions": {
  294. "night": {
  295. "distract": {
  296. "target": "AnyButTeam",
  297. "common": "Self",
  298. "priority": 1
  299. }
  300. },
  301. "vote": 2,
  302. "startup": "team-reveal"
  303. }
  304. },
  305. {
  306. "role": "conspirator2",
  307. "translation": "Judge Gabranth",
  308. "side": "mafia2",
  309. "help": "You're House Solidor's personal bodyguard. Type /protect [name] to defend Larsa or Vayne! You have the ability to boost your vote count by calling on fellow judges, giving you a +2 vote.",
  310. "actions": {
  311. "night": {
  312. "protect": {
  313. "target": "AnyButSelf",
  314. "common": "Role",
  315. "priority": 7,
  316. "broadcast": "role"
  317. }
  318. },
  319. "vote": 2,
  320. "startup": "team-reveal"
  321. }
  322. },
  323. {
  324. "role": "mafiaboss1",
  325. "translation": "Seymour",
  326. "side": "mafia1",
  327. "help": "You're Maester Seymour, allied with Sin. You invoke magic powers and can kill using /Kill! You can't be distracted by foolish mortals.",
  328. "actions": {
  329. "distract": {
  330. "mode": "ignore"
  331. },
  332. "night": {
  333. "kill": {
  334. "target": "AnyButTeam",
  335. "common": "Team",
  336. "priority": 12,
  337. "broadcast": "team"
  338. }
  339. },
  340. "startup": "team-reveal"
  341. }
  342. },
  343. {
  344. "role": "mafiaboss2",
  345. "translation": "Vayne Solidor",
  346. "side": "mafia2",
  347. "help": "As head of House Solidor, it is your duty to crush the foolish heroes. Type /kill [name]. Your extensive spy network also allows you to /inspect one player per night.",
  348. "actions": {
  349. "night": {
  350. "kill": {
  351. "target": "AnyButTeam",
  352. "common": "Team",
  353. "priority": 11,
  354. "broadcast": "team"
  355. },
  356. "inspect": {
  357. "target": "AnyButSelf",
  358. "common": "Self",
  359. "priority": 38
  360. }
  361. },
  362. "startup": "team-reveal",
  363. "avoidHax": [
  364. "inspect"
  365. ]
  366. }
  367. },
  368. {
  369. "role": "samurai",
  370. "translation": "Cloud",
  371. "side": "village",
  372. "help": "As a former member of SOLDIER, your battle skills are top notch. Type /kill [name] during the day to eliminate possible villains. You're fairly flashy so your kills will be done in plain sight: you will be revealed.",
  373. "actions": {
  374. "standby": {
  375. "kill": {
  376. "target": "AnyButSelf",
  377. "msg": "Draw your Buster Sword and pick a target using /kill [name] :",
  378. "killmsg": "~Self~ lunges and pulls out a Buster Sword, striking down ~Target~!"
  379. }
  380. }
  381. }
  382. },
  383. {
  384. "role": "miller",
  385. "translation": "Cactuar",
  386. "side": "village",
  387. "help": "You're quite the suspicious character! As a Cactuar, you are allied with the Heroes. Locke, however, sees you as an enemy.",
  388. "actions": {
  389. "inspect": {
  390. "revealAs": "werewolf"
  391. }
  392. }
  393. },
  394. {
  395. "role": "vigilante2",
  396. "translation": "Tidus",
  397. "side": "village",
  398. "help": "You're Tidus! Carefree and light-hearted, you don't appreciate the villains and their evil deeds. Thankfully, you've brought more than a few blitzballs to the fray; you can stun people with /distract and have them rendered immobile for the night. You can throw up to 3 blitzballs per night but...you have to collect them during the day. Your vote counts as 0.",
  399. "actions": {
  400.  
  401. "night": {
  402. "distract": {
  403. "target": "AnyButSelf",
  404. "common": "Self",
  405. "priority": 3,
  406. "limit": 3
  407. }
  408. },
  409. "vote": 0
  410. }
  411. },
  412. {
  413. "role": "vigilante3",
  414. "translation": "Gigantuar",
  415. "side": "village",
  416. "help": "You're a special, chosen Cactuar. While you don't have the ability to directly kill any target, you have a secret ability: any fatal attack on you during the night results in the attacker dying as well. You never go down without a fight! ",
  417. "actions": {
  418. "kill": {
  419. "mode": "killattacker"
  420. }
  421. }
  422. },
  423. {
  424. "role": "mafia4",
  425. "translation": "Ultimecia",
  426. "side": "mafia4",
  427. "help": "You are Ultimecia. Time shall compress...All existence will be denied...forever. Your dark magics allow you to seal up to 2 players every night with /poison: they will die at the end of the following night. Spacial compression also greatly increases your voting capabilities: your vote counts as 4. ",
  428. "actions": {
  429. "night": {
  430. "poison": {
  431. "target": "AnyButTeam",
  432. "common": "Team",
  433. "priority": 15,
  434. "broadcast": "team",
  435. "limit": 2
  436. }
  437. },
  438. "vote": 4
  439. }
  440. }
  441. ],
  442. "roles1": [
  443. "bodyguard",
  444. "mafia",
  445. "inspector",
  446. "werewolf",
  447. "hooker",
  448. "villager",
  449. "mafia",
  450. "mayor",
  451. "miller",
  452. "villager",
  453. "villager"
  454. ],
  455. "roles2": [
  456. "bodyguard",
  457. "mafia1",
  458. "conspirator1",
  459. "inspector",
  460. "hooker",
  461. "villager",
  462. "mafia2",
  463. "conspirator2",
  464. "villager",
  465. "miller",
  466. "vigilante",
  467. "mayor",
  468. "werewolf",
  469. "spy",
  470. "villager",
  471. "samurai",
  472. "mayor2",
  473. "mafiaboss1",
  474. "mafiaboss2",
  475. "godfather",
  476. "mayor3",
  477. "mafia4",
  478. "vigilante2",
  479. "vigilante3",
  480. "villager",
  481. "villager",
  482. "villager",
  483. "miller",
  484. "miller",
  485. "villager"
  486. ],
  487. "villageCantLoseRoles": [
  488. "vigilante",
  489. "samurai"
  490. ]
  491. }
Advertisement
Add Comment
Please, Sign In to add comment