Advertisement
Fegelein

Untitled

Nov 10th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.80 KB | None | 0 0
  1. {
  2. "name": "Zelda",
  3. "author": "<b><span style='color:#F87217'>Tyrex</span><b>",
  4. "summary": "http://wiki.pokemon-online.eu/wiki/Theme:Zelda",
  5. "sides": [
  6. {
  7. "side": "mafia1",
  8. "translation": "Wind Mage"
  9. },
  10. {
  11. "side": "mafia2",
  12. "translation": "Gerudo"
  13. },
  14. {
  15. "side": "village",
  16. "translation": "People of Hyrule"
  17. },
  18. {
  19. "side": "werewolf",
  20. "translation": "Skull Kid"
  21. },
  22. {
  23. "side": "godfather",
  24. "translation": "Demon King"
  25. },
  26. {
  27. "side": "Bellum",
  28. "translation": "Bellum"
  29. }
  30. ],
  31. "roles": [
  32. {
  33. "role": "villager",
  34. "translation": "Citizen",
  35. "side": "village",
  36. "help": "You are a normal citizen of Hyrule. Vote to remove people in the day!",
  37. "actions": {}
  38. },
  39. {
  40. "role": "inspector",
  41. "translation": "Zelda",
  42. "side": "village",
  43. "help": "You are the Princess of Hyrule and can use /Inspect [name] to find someone's identity with the help of the Triforce of Wisdom! However, you are easily distracted, so maybe you should stay hidden and find a voice to speak for you.",
  44. "actions": {
  45. "night": {
  46. "inspect": {
  47. "target": "AnyButSelf",
  48. "common": "Self",
  49. "priority": 30
  50. }
  51. }
  52. }
  53. },
  54. {
  55. "role": "bodyguard",
  56. "translation": "Impa",
  57. "side": "village",
  58. "help": "You are the last remaining Sheikah and Zelda's personal Bodyguard! Use /Protect [name] to protect someone!",
  59. "actions": {
  60. "night": {
  61. "protect": {
  62. "target": "AnyButSelf",
  63. "common": "Role",
  64. "priority": 5,
  65. "broadcast": "role"
  66. }
  67. }
  68. }
  69. },
  70. {
  71. "role": "werewolf",
  72. "translation": "Skull Kid",
  73. "side": "werewolf",
  74. "help": "You are the Skull Kid, wearing Majora's Mask. Type /Kill [name] to kill someone! You are alone, but Zelda will think you are a normal citizen, you ignore distracters and even Navi can't find you!",
  75. "actions": {
  76. "night": {
  77. "kill": {
  78. "target": "AnyButSelf",
  79. "common": "Self",
  80. "priority": 10
  81. }
  82. },
  83. "distract": {
  84. "mode": "ignore",
  85. "msg": "Someone tried to distract you during the night, but couldn't do anything to you."
  86. },
  87. "inspect": {
  88. "revealAs": "villager"
  89. },
  90. "avoidHax": [
  91. "kill"
  92. ]
  93. }
  94. },
  95. {
  96. "role": "hooker",
  97. "translation": "Tingle",
  98. "side": "village",
  99. "help": "You are a weird guy dressed in green. Your appearance alone is enough to distract most people by using /Distract [name].",
  100. "actions": {
  101. "night": {
  102. "distract": {
  103. "target": "AnyButSelf",
  104. "common": "Self",
  105. "priority": 1
  106. }
  107. }
  108. }
  109. },
  110. {
  111. "role": "mayor",
  112. "translation": "King of Hyrule",
  113. "side": "village",
  114. "help": "You are the King of Hyrule. Your word is law! Well, not always, but at least your vote counts for 3.",
  115. "actions": {
  116. "vote": 3
  117. }
  118. },
  119. {
  120. "role": "spy",
  121. "translation": "Navi",
  122. "side": "village",
  123. "help": "You are an annoying little fairy and know more than you should. Say HEY, LISTEN and someone will probably kill you.",
  124. "actions": {
  125. "hax": {
  126. "kill": {
  127. "revealTeam": 0.5,
  128. "revealPlayer": 0.33
  129. }
  130. }
  131. }
  132. },
  133. {
  134. "role": "godfather",
  135. "translation": "Malladus",
  136. "side": "godfather",
  137. "help": "You are the Demon King! Terrorize Hyrule by killing up to 2 targets by typing /kill [name]. You destroy any distracters if they dare to stand in your way.",
  138. "actions": {
  139. "night": {
  140. "kill": {
  141. "target": "AnyButSelf",
  142. "common": "Self",
  143. "priority": 14,
  144. "limit": 2
  145. }
  146. },
  147. "distract": {
  148. "mode": "ChangeTarget",
  149. "hookermsg": "The Demon King just kills anyone who is in his way. Including you!",
  150. "msg": "Someone was in your way, so you couldn't kill your targets. But you killed the fool instead!"
  151. },
  152. "avoidHax": [
  153. "kill"
  154. ]
  155. }
  156. },
  157. {
  158. "role": "din",
  159. "translation": "Din",
  160. "side": "village",
  161. "help": "You are the Goddess of Power. You can kill 1 person in the night with /Kill [name], but you are sided with the People of Hyrule so don't kill them!",
  162. "actions": {
  163. "night": {
  164. "kill": {
  165. "target": "AnyButSelf",
  166. "common": "Self",
  167. "priority": 19
  168. }
  169. }
  170. }
  171. },
  172. {
  173. "role": "nayru",
  174. "translation": "Nayru",
  175. "side": "village",
  176. "help": "You are the Goddess of Wisdom. Use /Protect [name] to protect up to 2 persons!",
  177. "actions": {
  178. "night": {
  179. "protect": {
  180. "target": "AnyButSelf",
  181. "common": "Role",
  182. "priority": 6,
  183. "limit": 2,
  184. "broadcast": "role"
  185. }
  186. }
  187. }
  188. },
  189. {
  190. "role": "farore",
  191. "translation": "Farore",
  192. "side": "village",
  193. "help": "You are the Goddess of Courage. You can prevent others from getting voted off with your -2 vote.",
  194. "actions": {
  195. "vote": -2
  196. }
  197. },
  198. {
  199. "role": "mafia1",
  200. "translation": "Vaati's minion",
  201. "side": "mafia1",
  202. "help": "You are one of Vaati's minions. Type /Kill [name] to kill someone! Let Vaati pick a target and then pick somebody else to get 2 kills for your team.",
  203. "actions": {
  204. "night": {
  205. "kill": {
  206. "target": "AnyButTeam",
  207. "common": "Role",
  208. "priority": 13,
  209. "broadcast": "team"
  210. }
  211. },
  212. "startup": "team-reveal"
  213. }
  214. },
  215. {
  216. "role": "mafia21",
  217. "translation": "Koume",
  218. "side": "mafia2",
  219. "help": "You are the Gerudo Sorceress of Flame. Type /Kill [name] to kill someone! You can also use your fire magic to burn someone in the day, but that will reveal yourself so use it only in an act of despair!",
  220. "actions": {
  221. "night": {
  222. "kill": {
  223. "target": "AnyButTeam",
  224. "common": "Team",
  225. "priority": 15,
  226. "broadcast": "team"
  227. }
  228. },
  229. "standby": {
  230. "kill": {
  231. "target": "AnyButTeam",
  232. "msg": "You can kill now using /kill [name] :",
  233. "killmsg": "Koume uses her fire magic to burn ~Target~ to the bones! ~Self~ lets out an evil laugh."
  234. }
  235. },
  236. "startup": "team-reveal"
  237. }
  238. },
  239. {
  240. "role": "mafia22",
  241. "translation": "Kotake",
  242. "side": "mafia2",
  243. "help": "You are the Gerudo Sorceress of Ice. Type /Kill [name] to kill someone! You can also use your ice magic to freeze someone for the night by typing /Distract [name].",
  244. "actions": {
  245. "night": {
  246. "kill": {
  247. "target": "AnyButTeam",
  248. "common": "Team",
  249. "priority": 15,
  250. "broadcast": "team"
  251. },
  252. "distract": {
  253. "target": "AnyButTeam",
  254. "common": "Self",
  255. "priority": 2
  256. }
  257. },
  258. "startup": "team-reveal"
  259. }
  260. },
  261. {
  262. "role": "mafiaboss1",
  263. "translation": "Vaati",
  264. "side": "mafia1",
  265. "help": "You are the evil wind mage Vaati! With /kill [name] you can kill someone. Command your minions to kill a different target than you to get 2 kills per night. You can't be distracted!",
  266. "actions": {
  267. "night": {
  268. "kill": {
  269. "target": "AnyButTeam",
  270. "common": "Role",
  271. "priority": 12,
  272. "broadcast": "team"
  273. }
  274. },
  275. "distract": {
  276. "mode": "ignore",
  277. "msg": "Someone tried to distract you during the night, but your wind magic negated the effect."
  278. },
  279. "startup": "team-reveal"
  280. }
  281. },
  282. {
  283. "role": "mafiaboss2",
  284. "translation": "Ganondorf",
  285. "side": "mafia2",
  286. "help": "You are the Great King of Evil! You can use /Kill [name] to kill someone and can't be killed yourself by anyone except Link! You also can't be distracted!",
  287. "actions": {
  288. "night": {
  289. "kill": {
  290. "target": "AnyButTeam",
  291. "common": "Team",
  292. "priority": 15,
  293. "broadcast": "team"
  294. }
  295. },
  296. "kill": {
  297. "mode": "ignore"
  298. },
  299. "distract": {
  300. "mode": "ignore",
  301. "msg": "Tingle tried to sell you a map, but you simply popped his balloon and went on with your business."
  302. },
  303. "avoidHax": [
  304. "kill"
  305. ],
  306. "startup": "team-reveal"
  307. }
  308. },
  309. {
  310. "role": "samurai",
  311. "translation": "Link",
  312. "side": "village",
  313. "help": "You are the Hero of Time and the only one who can kill Ganondorf! Type /Kill [name] during the day phase to kill someone! You will be revealed when you kill, so make wise choices and claim in the first night to get protection!",
  314. "actions": {
  315. "standby": {
  316. "kill": {
  317. "target": "AnyButSelf",
  318. "msg": "You can kill now using /kill [name] :",
  319. "killmsg": "~Self~ raises the Master Sword into the air, followed by a few quick slashes to kill ~Target~!"
  320. }
  321. }
  322. }
  323. },
  324. {
  325. "role": "miller",
  326. "translation": "Midna",
  327. "side": "village",
  328. "help": "You are Midna, a strange, dark creature and sided with the People of Hyrule, but Zelda will not be sure whether you are good or evil when she inspects you!",
  329. "actions": {
  330. "inspect": {
  331. "revealAs": "godfather"
  332. }
  333. }
  334. }
  335. ],
  336. "roles1": [
  337. "bodyguard",
  338. "samurai",
  339. "mafiaboss1",
  340. "inspector",
  341. "mafiaboss2",
  342. "villager",
  343. "mafia1",
  344. "hooker",
  345. "villager",
  346. "mafia22",
  347. "mafia1",
  348. "spy",
  349. "werewolf",
  350. "villager",
  351. "mayor",
  352. "farore",
  353. "villager"
  354. ],
  355. "roles2": [
  356. "nayru",
  357. "samurai",
  358. "mafiaboss1",
  359. "inspector",
  360. "mafiaboss2",
  361. "villager",
  362. "mafia1",
  363. "hooker",
  364. "villager",
  365. "mafia22",
  366. "mafia1",
  367. "mayor",
  368. "werewolf",
  369. "spy",
  370. "farore",
  371. "villager",
  372. "miller",
  373. "godfather",
  374. "villager",
  375. "villager",
  376. "din",
  377. "villager",
  378. "mafia21",
  379. "mafia1",
  380. "villager",
  381. "villager",
  382. "villager",
  383. "mafia1",
  384. "villager",
  385. "villager",
  386. "villager",
  387. "hooker",
  388. "mafia21",
  389. "farore",
  390. "mafia1",
  391. "miller",
  392. "din",
  393. "mafia22",
  394. "villager",
  395. "villager",
  396. "mafia1",
  397. "villager"
  398. ],
  399. "villageCantLoseRoles": [
  400. "mayor",
  401. "din",
  402. "samurai",
  403. "farore"
  404. ]
  405. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement