Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. {
  2. "name": "FF",
  3. "sides": [
  4. { "side": "mafia", "translation": "Garland"
  5. },
  6. { "side": "mafia1", "translation": "Sin"
  7. },
  8. { "side": "mafia2", "translation": "House Solidor"
  9. },
  10. { "side": "village", "translation": "Heroes"
  11. },
  12. { "side": "werewolf", "translation": "Kefka"
  13. },
  14. { "side": "godfather", "translation": "Sephiroth"
  15. }
  16. ],
  17. "roles": [{
  18. "role": "villager",
  19. "translation": "Moogle",
  20. "side": "village",
  21. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  22. "actions": {}
  23. }, {
  24. "role": "inspector",
  25. "translation": "Locke",
  26. "side": "village",
  27. "help": "Type /Inspect [name] to find his/her identity!",
  28. "actions": { "night": {"inspect": {"target": "AnyButSelf", "common": "Self", "priority": 30} } }
  29. }, {
  30. "role": "bodyguard",
  31. "translation": "Auron",
  32. "side": "village",
  33. "help": "Type /Protect [name] to protect someone!",
  34. "actions": { "night": {"protect": {"target": "AnyButSelf", "common": "Role", "priority": 5, "broadcast": "role"} },
  35. "startup": "role-reveal"}
  36. }, {
  37. "role": "mafia",
  38. "translation": "Garland",
  39. "side": "mafia",
  40. "help": "Type /Kill [name] to kill someone!",
  41. "actions": { "night": {"kill": {"target": "AnyButTeam", "common": "Team", "priority": 11, "broadcast": "team"} },
  42. "startup": "team-reveal"}
  43. }, {
  44. "role": "werewolf",
  45. "translation": "Kefka",
  46. "side": "werewolf",
  47. "help": "Type /Kill [name] to kill someone!",
  48. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 10} },
  49. "distract": {"mode": "ChangeTarget", "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !", "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"},
  50. "avoidHax": ["kill"] }
  51. }, {
  52. "role": "hooker",
  53. "translation": "Tifa",
  54. "side": "village",
  55. "help": "Type /Distract [name] to distract someone! Vote to remove people in the day!",
  56. "actions": { "night": {"distract": {"target": "AnyButSelf", "common": "Self", "priority": 2} } }
  57. }, {
  58. "role": "mayor",
  59. "translation": "Cecil",
  60. "side": "village",
  61. "help": "You dont have any special commands during the night! Vote to remove people in the day! (your vote counts as 2)",
  62. "actions": { "vote": 2 }
  63. }, {
  64. "role": "spy",
  65. "translation": "Zidane",
  66. "side": "village",
  67. "help": "You can find out who is going to get killed next!(no command for this ability) Vote to remove people in the day!",
  68. "actions": { "hax": {"kill": { "revealTeam": 0.50, "revealPlayer": 0.05} } }
  69. }, {
  70. "role": "godfather",
  71. "translation": "Sephiroth",
  72. "side": "godfather",
  73. "help": "Type /Kill [name] to kill someone! You can kill twice, once during standby and once at night. Type /kill [name]!",
  74. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 20, "limit": 1} },
  75. "distract": {"mode": "ChangeTarget", "hookermsg": "You tried to mess with Sephiroth, you just were killed!", "msg": "The ~Distracter~ came to you last night! You killed her instead!"},
  76. "avoidHax": ["kill"],
  77. "standby": {"kill": {"target": "AnyButSelf", "msg": "You can kill now using /kill [name] :",
  78. "killmsg": "Sephiroth pulls out a sword and swiftly strikes it through ~Target~'s chest!"} } }
  79. }, {
  80. "role": "vigilante",
  81. "translation": "Vincent Valentine",
  82. "side": "village",
  83. "help": "Type /Kill [name] to kill someone!(dont kill the good people!)",
  84. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 19} } }
  85. }, {
  86. "role": "mafia1",
  87. "translation": "Jecht",
  88. "side": "mafia1",
  89. "help": "Type /Kill [name] to kill someone!",
  90. "actions": { "night": {"kill": {"target": "AnyButTeam", "common": "Team", "priority": 12, "broadcast": "team"} },
  91. "startup": "team-reveal"}
  92. }, {
  93. "role": "mafia2",
  94. "translation": "Larsa Solidor",
  95. "side": "mafia2",
  96. "help": "Type /Kill [name] to kill someone!",
  97. "actions": { "night": {"kill": {"target": "AnyButTeam", "common": "Team", "priority": 11, "broadcast": "team"} },
  98. "startup": "team-reveal"}
  99. }, {
  100. "role": "conspirator1",
  101. "translation": "Yunalesca",
  102. "side": "mafia1",
  103. "help": "Stop those who threaten to ruin Sin's plans. Type /distract [name] during the night.",
  104. "actions": { "night": {"distract": {"target": "AnyButSelf", "common": "Self", "priority": 1}},
  105. "startup": "team-reveal"}
  106. }, {
  107. "role": "conspirator2",
  108. "translation": "Judge Gabranth",
  109. "side": "mafia2",
  110. "help": "You're House Solidor's personal bodyguard. Type /protect [name] to defend someone!",
  111. "actions": { "night": {"protect": {"target": "AnyButSelf", "common": "Role", "priority": 4, "broadcast": "role"}},
  112. "startup": "team-reveal"}
  113. }, {
  114. "role": "mafiaboss1",
  115. "translation": "Seymour",
  116. "side": "mafia1",
  117. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  118. "actions": { "night": {"kill": {"target": "AnyButTeam", "common": "Team", "priority": 12, "broadcast": "team"} },
  119. "distract": {"mode": "ignore"},
  120. "startup": "team-reveal"}
  121. }, {
  122. "role": "mafiaboss2",
  123. "translation": "Vayne Solidor",
  124. "side": "mafia2",
  125. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  126. "actions": { "night": {"kill": {"target": "AnyButTeam", "common": "Team", "priority": 11, "broadcast": "team"} },
  127. "distract": {"mode": "ignore"},
  128. "startup": "team-reveal"}
  129. }, {
  130. "role": "samurai",
  131. "translation": "Cloud",
  132. "side": "village",
  133. "help": "Type /Kill [name] during the day phase to kill someone! You will be revealed when you kill, so make wise choices! You are allied with the Good people.",
  134. "actions": { "standby": {"kill": {"target": "AnyButSelf", "msg": "You can kill now using /kill [name] :",
  135. "killmsg": "~Self~ pulls out a Buster Sword and strikes it through ~Target~'s chest!"} } }
  136. }, {
  137. "role": "miller",
  138. "translation": "Cactuar",
  139. "side": "village",
  140. "help": "You dont have any special commands during the night! Vote to remove people in the day! Inspector will think you're a bad guy!",
  141. "actions": { "inspect": {"revealAs": "werewolf"} }
  142. }],
  143.  
  144. "roles1": ["bodyguard", "mafia", "inspector", "werewolf", "hooker", "villager", "mafia",
  145. "villager", "miller", "villager", "mayor"],
  146. "roles2": ["bodyguard", "mafia1", "conspirator1", "inspector", "hooker", "villager", "mafia2",
  147. "conspirator2", "villager", "villager", "villager", "mayor", "villager", "spy", "villager",
  148. "villager", "villager", "mafiaboss1", "mafiaboss2", "godfather", "werewolf", "villager",
  149. "villager", "samurai", "villager", "villager", "villager", "miller",
  150. "miller", "villager"],
  151. "villageCantLoseRoles": ["mayor", "vigilante", "samurai"]
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement