Advertisement
Fegelein

Untitled

Nov 10th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.45 KB | None | 0 0
  1. {
  2. "name": "FF",
  3. "author": "Narshen",
  4. "summary": "http://wiki.pokemon-online.eu/wiki/Theme:FF",
  5. "sides": [
  6. {
  7. "side": "mafia",
  8. "translation": "Garland",
  9. "winmsg": "'Hahahaha! Know your place!' The power of good was no match for Garland (~Players~)!"
  10. },
  11. {
  12. "side": "mafia1",
  13. "translation": "Sin",
  14. "winmsg": "' Pitiful mortals... Your hope ends here...and your meaningless existence with it!' Sin has been reawakened and the world is destroyed, a victory for ~Players~!"
  15. },
  16. {
  17. "side": "mafia2",
  18. "translation": "House Solidor",
  19. "winmsg": "'Your lives are forfeit, and your insurgence with them!' House Solidor triumphs over the heroes and seizes control of the land thanks to ~Players~!"
  20. },
  21. {
  22. "side": "village",
  23. "translation": "Heroes",
  24. "winmsg": "Having vanquished all the evil from the world, the Heroes (~Players~) have won!"
  25. },
  26. {
  27. "side": "mafia3",
  28. "translation": "Kefka's Posse",
  29. "winmsg": "Read my lips - mercy is for wimps! There's a reason 'oppose' rhymes with 'dispose'...If they get in your way, kill them! (Kefka's Posse [~Players~] has won!)"
  30. },
  31. {
  32. "side": "mafia4",
  33. "translation": "Ultimecia",
  34. "winmsg": "'Time shall compress... ...All existence denied.' A stunning victory for ~Players~!"
  35. },
  36. {
  37. "side": "godfather",
  38. "translation": "Sephiroth",
  39. "winmsg": "'What I have shown you is reality. What you remember, that is the illusion.' A magnificent victory for ~Players~!"
  40. }
  41. ],
  42. "roles": [
  43. {
  44. "role": "villager",
  45. "translation": "Moogle",
  46. "side": "village",
  47. "help": "As a moogle, it is your job to get the village to win by voting during the day!",
  48. "actions": {}
  49. },
  50. {
  51. "role": "inspector",
  52. "translation": "Locke",
  53. "side": "village",
  54. "help": "Type /Inspect [name] to find his/her identity! Be careful to not die!",
  55. "actions": {
  56. "night": {
  57. "inspect": {
  58. "target": "AnyButSelf",
  59. "common": "Self",
  60. "priority": 30
  61. }
  62. }
  63. }
  64. },
  65. {
  66. "role": "bodyguard",
  67. "translation": "Auron",
  68. "side": "village",
  69. "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...",
  70. "actions": {
  71. "night": {
  72. "protect": {
  73. "target": "AnyButSelf",
  74. "common": "Role",
  75. "priority": 8,
  76. "broadcast": "role"
  77. }
  78. },
  79. "hax": {
  80. "distract": {
  81. "revealTeam": 0.25,
  82. "revealPlayer": 0.25
  83. }
  84. },
  85. "startup": "role-reveal"
  86. }
  87. },
  88. {
  89. "role": "mafia",
  90. "translation": "Garland",
  91. "side": "mafia",
  92. "help": "Type /Kill [name] to kill someone! You, Garland, will knock them all down!",
  93. "actions": {
  94. "night": {
  95. "kill": {
  96. "target": "AnyButTeam",
  97. "common": "Team",
  98. "priority": 15,
  99. "broadcast": "team"
  100. }
  101. },
  102. "startup": "team-reveal-with-roles"
  103. }
  104. },
  105. {
  106. "role": "werewolf",
  107. "translation": "Kefka",
  108. "side": "mafia3",
  109. "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!",
  110. "actions": {
  111. "night": {
  112. "kill": {
  113. "target": "AnyButTeam",
  114. "common": "Self",
  115. "priority": 5
  116. }
  117. },
  118. "distract": {
  119. "mode": "ChangeTarget",
  120. "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !",
  121. "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"
  122. },
  123. "avoidHax": [
  124. "kill"
  125. ]
  126. }
  127. },
  128. {
  129. "role": "hooker",
  130. "translation": "Tifa",
  131. "side": "village",
  132. "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. ",
  133. "actions": {
  134. "night": {
  135. "distract": {
  136. "target": "AnyButSelf",
  137. "common": "Self",
  138. "priority": 2
  139. }
  140. },
  141. "hax": {
  142. "protect": {
  143. "revealTeam": 0.25,
  144. "revealPlayer": 0.25
  145. }
  146. }
  147. }
  148. },
  149. {
  150. "role": "mayor",
  151. "translation": "Dark Knight Cecil",
  152. "side": "village",
  153. "help": "You're the Dark Knight, Cecil. Your internal conflict with yourself grants you abilities unlike any other! Your vote is worth -2. allowing you to negate up to two neutral votes! Additionally, you can protect yourself every night with /protect. If you wish to cleanse yourself of the dark armor and gain new abilities, type /purify [your name] at night.",
  154. "actions": {
  155. "night": {
  156. "protect": {
  157. "target": "OnlySelf",
  158. "common": "Self",
  159. "priority": 6
  160. },
  161. "purify": {
  162. "command": "convert",
  163. "target": "OnlySelf",
  164. "common": "Self",
  165. "priority": 50,
  166. "newRole": "palamayor",
  167. "canConvert": [
  168. "mayor"
  169. ],
  170. "convertmsg": "'My blade will lead me to the light!' Dark Knight Cecil has transformed into Paladin Cecil, altering his abilities!",
  171. "silent": false
  172. }
  173. },
  174. "vote": -2
  175. }
  176. },
  177. {
  178. "role": "palamayor",
  179. "translation": "Paladin Cecil",
  180. "side": "village",
  181. "help": "Illumination! You've shed your armor of darkness and are now Paladin Cecil! You can no longer protect yourself but you are able to /protect any other role of your choice. Additionally, your vote is worth 2. If you wish to return to Dark Knight form, type /shadow [your name] at night.",
  182. "actions": {
  183. "night": {
  184. "protect": {
  185. "target": "AnyButSelf",
  186. "common": "Self",
  187. "priority": 6
  188. },
  189. "shadow": {
  190. "command": "convert",
  191. "target": "OnlySelf",
  192. "common": "Self",
  193. "priority": 50,
  194. "newRole": "mayor",
  195. "canConvert": [
  196. "palamayor"
  197. ],
  198. "convertmsg": "'Darkness be with me !' Paladin Cecil has reverted to Dark Knight Cecil, gaining new abilities!",
  199. "silent": false
  200. }
  201. },
  202. "vote": 2
  203. }
  204. },
  205. {
  206. "role": "mayor3",
  207. "translation": "Aerith",
  208. "side": "village",
  209. "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.",
  210. "actions": {
  211. "vote": 0,
  212. "kill": {
  213. "mode": "ignore"
  214. }
  215. }
  216. },
  217. {
  218. "role": "mayor2",
  219. "translation": "Kuja",
  220. "side": "mafia3",
  221. "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!",
  222. "actions": {
  223. "vote": 9999,
  224. "voteshield": -9999
  225. },
  226. "winIfDeadRoles": [
  227. "mafia1",
  228. "vigilante",
  229. "mafia2",
  230. "mafiaboss2",
  231. "mafiaboss1",
  232. "samurai",
  233. "godfather",
  234. "mafia4"
  235. ]
  236. },
  237. {
  238. "role": "spy",
  239. "translation": "Zidane",
  240. "side": "village",
  241. "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!",
  242. "actions": {
  243. "hax": {
  244. "kill": {
  245. "revealTeam": 0.4,
  246. "revealPlayer": 0.15
  247. },
  248. "inspect": {
  249. "revealTeam": 0.99,
  250. "revealPlayer": 0.99
  251. }
  252. }
  253. }
  254. },
  255. {
  256. "role": "godfather",
  257. "translation": "Sephiroth",
  258. "side": "godfather",
  259. "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. ",
  260. "actions": {
  261. "night": {
  262. "kill": {
  263. "target": "AnyButSelf",
  264. "common": "Self",
  265. "priority": 20,
  266. "limit": 1
  267. }
  268. },
  269. "distract": {
  270. "mode": "ChangeTarget",
  271. "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.",
  272. "msg": "You had a visitor last night. The fool simply became part of the Lifestream..."
  273. },
  274. "avoidHax": [
  275. "kill"
  276. ],
  277. "standby": {
  278. "kill": {
  279. "target": "AnyButSelf",
  280. "msg": "You can kill now using /kill [name] :",
  281. "killmsg": "Sephiroth darts through the crowd and swiftly slices through ~Target~. He then vanishes without a trace."
  282. }
  283. }
  284. }
  285. },
  286. {
  287. "role": "vigilante",
  288. "translation": "Lightning",
  289. "side": "village",
  290. "help": "Allied with the heroes, it is your goal to assist them and win! Type /kill [name] during the night.",
  291. "actions": {
  292. "night": {
  293. "kill": {
  294. "target": "AnyButSelf",
  295. "common": "Self",
  296. "priority": 19
  297. }
  298. }
  299. }
  300. },
  301. {
  302. "role": "mafia1",
  303. "translation": "Jecht",
  304. "side": "mafia1",
  305. "help": "Team up with Seymour and Yunalesca to bring Sin to victory! Type /kill [name] during the night!",
  306. "actions": {
  307. "night": {
  308. "kill": {
  309. "target": "AnyButTeam",
  310. "common": "Team",
  311. "priority": 12,
  312. "broadcast": "team"
  313. }
  314. },
  315. "startup": "team-reveal-with-roles"
  316. }
  317. },
  318. {
  319. "role": "mafia2",
  320. "translation": "Larsa Solidor",
  321. "side": "mafia2",
  322. "help": "House Solidor unite! Use /kill [name] to weaken the heroes.",
  323. "actions": {
  324. "night": {
  325. "kill": {
  326. "target": "AnyButTeam",
  327. "common": "Team",
  328. "priority": 11,
  329. "broadcast": "team"
  330. }
  331. },
  332. "startup": "team-reveal-with-roles"
  333. }
  334. },
  335. {
  336. "role": "conspirator1",
  337. "translation": "Yunalesca",
  338. "side": "mafia1",
  339. "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.",
  340. "actions": {
  341. "night": {
  342. "distract": {
  343. "target": "AnyButTeam",
  344. "common": "Self",
  345. "priority": 1
  346. }
  347. },
  348. "vote": 2,
  349. "startup": "team-reveal-with-roles"
  350. }
  351. },
  352. {
  353. "role": "conspirator2",
  354. "translation": "Judge Gabranth",
  355. "side": "mafia2",
  356. "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.",
  357. "actions": {
  358. "night": {
  359. "protect": {
  360. "target": "AnyButSelf",
  361. "common": "Role",
  362. "priority": 7,
  363. "broadcast": "role"
  364. }
  365. },
  366. "vote": 2,
  367. "startup": "team-reveal-with-roles"
  368. }
  369. },
  370. {
  371. "role": "mafiaboss1",
  372. "translation": "Seymour",
  373. "side": "mafia1",
  374. "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.",
  375. "actions": {
  376. "distract": {
  377. "mode": "ignore"
  378. },
  379. "night": {
  380. "kill": {
  381. "target": "AnyButTeam",
  382. "common": "Team",
  383. "priority": 12,
  384. "broadcast": "team"
  385. }
  386. },
  387. "startup": "team-reveal-with-roles"
  388. }
  389. },
  390. {
  391. "role": "mafiaboss2",
  392. "translation": "Vayne Solidor",
  393. "side": "mafia2",
  394. "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.",
  395. "actions": {
  396. "night": {
  397. "kill": {
  398. "target": "AnyButTeam",
  399. "common": "Team",
  400. "priority": 11,
  401. "broadcast": "team"
  402. },
  403. "inspect": {
  404. "target": "AnyButSelf",
  405. "common": "Self",
  406. "priority": 38
  407. }
  408. },
  409. "startup": "team-reveal-with-roles",
  410. "avoidHax": [
  411. "inspect"
  412. ]
  413. }
  414. },
  415. {
  416. "role": "samurai",
  417. "translation": "Cloud",
  418. "side": "village",
  419. "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.",
  420. "actions": {
  421. "standby": {
  422. "kill": {
  423. "target": "AnyButSelf",
  424. "msg": "Draw your Buster Sword and pick a target using /kill [name] :",
  425. "killmsg": "~Self~ lunges and pulls out a Buster Sword, striking down ~Target~!"
  426. }
  427. },
  428. "daykill": "evade"
  429. }
  430. },
  431. {
  432. "role": "miller",
  433. "translation": "Cactuar",
  434. "side": "village",
  435. "help": "Type /Inspect [name] to find his/her identity! Be careful to not die!",
  436. "actions": {
  437. "night": {
  438. "inspect": {
  439. "target": "AnyButSelf",
  440. "common": "Self",
  441. "priority": 30,
  442. "Sight": {
  443. "true": 0.1,
  444. "werewolf": 0.9
  445. }
  446. }
  447. },
  448. "avoidHax": [
  449. "inspect"
  450. ],
  451. "inspect": {
  452. "revealAs": "werewolf"
  453. },
  454. "startup": {
  455. "revealAs": "inspector"
  456. }
  457. }
  458. },
  459. {
  460. "role": "vigilante2",
  461. "translation": "Tidus",
  462. "side": "village",
  463. "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.",
  464. "actions": {
  465. "night": {
  466. "distract": {
  467. "target": "AnyButSelf",
  468. "common": "Self",
  469. "priority": 3,
  470. "limit": 3
  471. }
  472. },
  473. "vote": 0
  474. }
  475. },
  476. {
  477. "role": "vigilante3",
  478. "translation": "Gigantuar",
  479. "side": "village",
  480. "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! ",
  481. "actions": {
  482. "kill": {
  483. "mode": "killattacker"
  484. }
  485. }
  486. },
  487. {
  488. "role": "mafia4",
  489. "translation": "Ultimecia",
  490. "side": "mafia4",
  491. "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. ",
  492. "actions": {
  493. "night": {
  494. "poison": {
  495. "target": "AnyButTeam",
  496. "common": "Team",
  497. "priority": 15,
  498. "broadcast": "team",
  499. "limit": 2
  500. }
  501. },
  502. "vote": 4
  503. }
  504. }
  505. ],
  506. "roles1": [
  507. "bodyguard",
  508. "mafia",
  509. "inspector",
  510. "werewolf",
  511. "hooker",
  512. "villager",
  513. "mafia",
  514. "mayor",
  515. "miller",
  516. "villager",
  517. "villager"
  518. ],
  519. "roles2": [
  520. "bodyguard",
  521. "mafia1",
  522. "conspirator1",
  523. "inspector",
  524. "hooker",
  525. "villager",
  526. "mafia2",
  527. "conspirator2",
  528. "villager",
  529. "miller",
  530. "vigilante",
  531. "mayor",
  532. "werewolf",
  533. "spy",
  534. "villager",
  535. "samurai",
  536. "mayor2",
  537. "mafiaboss1",
  538. "mafiaboss2",
  539. "godfather",
  540. "mayor3",
  541. "mafia4",
  542. "vigilante2",
  543. "vigilante3",
  544. "villager",
  545. "villager",
  546. "villager",
  547. "miller",
  548. "miller",
  549. "villager"
  550. ],
  551. "villageCantLoseRoles": [
  552. "vigilante",
  553. "samurai"
  554. ],
  555. "killmsg": "±Game: ~Player~ (~Role~) has fallen!",
  556. "killusermsg": "You have been killed!",
  557. "lynchmsg": "±Game: ~Player~ (~Role~) has been removed from the game!",
  558. "drawmsg": "The battle is over...but there is no victory today. Everyone has died!"
  559. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement