Advertisement
Fegelein

Untitled

Jul 19th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 KB | None | 0 0
  1. {
  2. "name": "default",
  3. "summary": "http://wiki.pokemon-online.eu/wiki/Theme:Default",
  4. "sides": [
  5. {
  6. "side": "mafia",
  7. "translation": "Mafia"
  8. },
  9. {
  10. "side": "mafia1",
  11. "translation": "French Canadian Mafia"
  12. },
  13. {
  14. "side": "mafia2",
  15. "translation": "Italian Mafia"
  16. },
  17. {
  18. "side": "village",
  19. "translation": "Good people"
  20. },
  21. {
  22. "side": "werewolf",
  23. "translation": "WereWolf"
  24. },
  25. {
  26. "side": "godfather",
  27. "translation": "Godfather"
  28. },
  29. {
  30. "side": "serp",
  31. "translation": "Conspirator"
  32. }
  33. ],
  34. "roles": [
  35. {
  36. "role": "villager",
  37. "translation": "Villager",
  38. "side": "village",
  39. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  40. "actions": {}
  41. },
  42. {
  43. "role": "inspector",
  44. "translation": "Inspector",
  45. "side": "village",
  46. "help": "Type /Inspect [name] to find his/her identity!",
  47. "actions": {
  48. "night": {
  49. "inspect": {
  50. "target": "AnyButSelf",
  51. "common": "Self",
  52. "priority": 30
  53. }
  54. }
  55. }
  56. },
  57. {
  58. "role": "bodyguard",
  59. "translation": "Bodyguard",
  60. "side": "village",
  61. "help": "Type /Protect [name] to protect someone!",
  62. "actions": {
  63. "night": {
  64. "protect": {
  65. "target": "AnyButSelf",
  66. "common": "Role",
  67. "priority": 5,
  68. "broadcast": "role"
  69. }
  70. },
  71. "startup": "role-reveal"
  72. }
  73. },
  74. {
  75. "role": "mafia",
  76. "translation": "Mafia",
  77. "side": "mafia",
  78. "help": "Type /Kill [name] to kill someone!",
  79. "actions": {
  80. "night": {
  81. "kill": {
  82. "target": "AnyButTeam",
  83. "common": "Team",
  84. "priority": 11,
  85. "broadcast": "team"
  86. }
  87. },
  88. "startup": "team-reveal"
  89. }
  90. },
  91. {
  92. "role": "werewolf",
  93. "translation": "WereWolf",
  94. "side": "werewolf",
  95. "help": "Type /Kill [name] to kill someone!",
  96. "actions": {
  97. "night": {
  98. "kill": {
  99. "target": "AnyButSelf",
  100. "common": "Self",
  101. "priority": 10
  102. }
  103. },
  104. "distract": {
  105. "mode": "ChangeTarget",
  106. "hookermsg": "You tried to distract the Werewolf (what an idea, srsly), you were ravishly devoured, yum!",
  107. "msg": "The ~Distracter~ came to you last night! You devoured her instead!"
  108. },
  109. "avoidHax": [
  110. "kill"
  111. ]
  112. }
  113. },
  114. {
  115. "role": "hooker",
  116. "translation": "Hooker",
  117. "side": "village",
  118. "help": "Type /Distract [name] to distract someone! Vote to remove people in the day!",
  119. "actions": {
  120. "night": {
  121. "distract": {
  122. "target": "AnyButSelf",
  123. "common": "Self",
  124. "priority": 1
  125. }
  126. }
  127. }
  128. },
  129. {
  130. "role": "mayor",
  131. "translation": "Mayor",
  132. "side": "village",
  133. "help": "You dont have any special commands during the night! Vote to remove people in the day! (your vote counts as 2)",
  134. "actions": {
  135. "vote": 2
  136. }
  137. },
  138. {
  139. "role": "spy",
  140. "translation": "Spy",
  141. "side": "village",
  142. "help": "You can find out who is going to get killed next!(no command for this ability) Vote to remove people in the day!",
  143. "actions": {
  144. "hax": {
  145. "kill": {
  146. "revealTeam": 0.33,
  147. "revealPlayer": 0.1
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "role": "godfather",
  154. "translation": "Godfather",
  155. "side": "godfather",
  156. "help": "Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target!",
  157. "actions": {
  158. "night": {
  159. "kill": {
  160. "target": "AnyButSelf",
  161. "common": "Self",
  162. "priority": 20,
  163. "limit": 2
  164. }
  165. },
  166. "distract": {
  167. "mode": "ChangeTarget",
  168. "hookermsg": "You tried to seduce the Godfather... you were killed instead!",
  169. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  170. },
  171. "avoidHax": [
  172. "kill"
  173. ]
  174. }
  175. },
  176. {
  177. "role": "vigilante",
  178. "translation": "Vigilante",
  179. "side": "village",
  180. "help": "Type /Kill [name] to kill someone!(dont kill the good people!)",
  181. "actions": {
  182. "night": {
  183. "kill": {
  184. "target": "AnyButSelf",
  185. "common": "Self",
  186. "priority": 19
  187. }
  188. }
  189. }
  190. },
  191. {
  192. "role": "mafia1",
  193. "translation": "French Canadian Mafia Goon",
  194. "side": "mafia1",
  195. "help": "Type /Kill [name] to kill someone!",
  196. "actions": {
  197. "night": {
  198. "kill": {
  199. "target": "AnyButTeam",
  200. "common": "Team",
  201. "priority": 12,
  202. "broadcast": "team"
  203. }
  204. },
  205. "startup": "team-reveal",
  206. "distract": {
  207. "mode": {
  208. "ignore": [
  209. "mafia2block"
  210. ]
  211. }
  212. }
  213. }
  214. },
  215. {
  216. "role": "mafia1",
  217. "translation": "French Canadian Mafia Tracker",
  218. "side": "mafia1",
  219. "help": "Type /Kill [name] to kill someone! Type /stalk [name] to stalk someone!",
  220. "actions": {
  221. "night": {
  222. "kill": {
  223. "target": "AnyButTeam",
  224. "common": "Team",
  225. "priority": 12,
  226. "broadcast": "team"
  227. },
  228. "stalk": {
  229. "target": "AnyButTeam",
  230. "common": "Self",
  231. "priority": 31
  232. }
  233. },
  234. "startup": "team-reveal",
  235. "distract": {
  236. "mode": {
  237. "ignore": [
  238. "mafia2block"
  239. ]
  240. }
  241. }
  242. }
  243. },
  244. {
  245. "role": "mafia2",
  246. "translation": "Italian Mafia Goon",
  247. "side": "mafia2",
  248. "help": "Type /Kill [name] to kill someone!",
  249. "actions": {
  250. "night": {
  251. "kill": {
  252. "target": "AnyButTeam",
  253. "common": "Team",
  254. "priority": 11,
  255. "broadcast": "team"
  256. }
  257. },
  258. "startup": "team-reveal"
  259. }
  260. },
  261. {
  262. "role": "mafia2",
  263. "translation": "Italian Mafia Roleblocker",
  264. "side": "mafia2",
  265. "help": "Type /Kill [name] to kill someone! Type /distract [name] to distract someone! You cannot distract the French Canadian Mafia!",
  266. "actions": {
  267. "night": {
  268. "kill": {
  269. "target": "AnyButTeam",
  270. "common": "Team",
  271. "priority": 11,
  272. "broadcast": "team"
  273. },
  274. "distract": {
  275. "target": "AnyButTeam",
  276. "common": "Self",
  277. "priority": 2
  278. }
  279. },
  280. "startup": "team-reveal"
  281. }
  282. },
  283. {
  284. "role": "mafiaboss1",
  285. "translation": "Don French Canadian Mafia",
  286. "side": "mafia1",
  287. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  288. "actions": {
  289. "night": {
  290. "kill": {
  291. "target": "AnyButTeam",
  292. "common": "Team",
  293. "priority": 12,
  294. "broadcast": "team"
  295. }
  296. },
  297. "distract": {
  298. "mode": "ignore",
  299. "msg": "The Hooker came to you last night, but she had no effect on you!"
  300. },
  301. "startup": "team-reveal"
  302. }
  303. },
  304. {
  305. "role": "mafiaboss2",
  306. "translation": "Don Italian Mafia",
  307. "side": "mafia2",
  308. "help": "Type /Kill [name] to kill someone! You can't be distracted!",
  309. "actions": {
  310. "night": {
  311. "kill": {
  312. "target": "AnyButTeam",
  313. "common": "Team",
  314. "priority": 11,
  315. "broadcast": "team"
  316. }
  317. },
  318. "distract": {
  319. "mode": "ignore",
  320. "msg": "The ~Distracter~ came to you last night, but she had no effect on you!"
  321. },
  322. "startup": "team-reveal"
  323. }
  324. },
  325. {
  326. "role": "samurai",
  327. "translation": "Samurai",
  328. "side": "village",
  329. "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.",
  330. "actions": {
  331. "daykill": "evade",
  332. "standby": {
  333. "kill": {
  334. "target": "AnyButSelf",
  335. "msg": "You can kill now using /kill [name] :",
  336. "killmsg": "~Self~ pulls out a sword and strikes it through ~Target~'s chest!"
  337. }
  338. }
  339. }
  340. },
  341. {
  342. "role": "truemiller",
  343. "translation": "Miller",
  344. "side": "village",
  345. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  346. "actions": {
  347. "inspect": {
  348. "revealAs": "mafia"
  349. },
  350. "lynch": {
  351. "revealAs": "mafia"
  352. },
  353. "startup": {
  354. "revealAs": "villager"
  355. },
  356. "onlist": "mafia"
  357. }
  358. },
  359. {
  360. "role": "miller1",
  361. "translation": "Miller",
  362. "side": "village",
  363. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  364. "actions": {
  365. "inspect": {
  366. "revealAs": "mafia1"
  367. },
  368. "lynch": {
  369. "revealAs": "mafia1"
  370. },
  371. "startup": {
  372. "revealAs": "villager"
  373. },
  374. "onlist": "mafia2"
  375. }
  376. },
  377. {
  378. "role": "miller2",
  379. "translation": "Miller",
  380. "side": "village",
  381. "help": "You dont have any special commands during the night! Vote to remove people in the day!",
  382. "actions": {
  383. "inspect": {
  384. "revealAs": "mafia2"
  385. },
  386. "lynch": {
  387. "revealAs": "mafia2"
  388. },
  389. "startup": {
  390. "revealAs": "villager"
  391. },
  392. "onlist": "mafia1"
  393. }
  394. },
  395. {
  396. "role": "bomb",
  397. "translation": "Bomb",
  398. "side": "village",
  399. "help": "You are sided with the village! If anyone tries to kill you, you kill back!",
  400. "actions": {
  401. "kill": {
  402. "mode": "killattacker"
  403. }
  404. }
  405. },
  406. {
  407. "role": "serpentine",
  408. "translation": "Conspirator",
  409. "side": "serp",
  410. "winningSides": [
  411. "godfather",
  412. "mafia1",
  413. "mafia2",
  414. "village"
  415. ],
  416. "help": "You win with everyone but the wolf! Be careful not to be voted though, as a single vote may lynch you...",
  417. "actions": {
  418. "voteshield": 99,
  419. "onlist": "villager",
  420. "inspect": {
  421. "revealAs": "villager"
  422. }
  423. }
  424. }
  425. ],
  426. "roles1": [
  427. "bodyguard",
  428. "mafia",
  429. "inspector",
  430. "werewolf",
  431. "hooker",
  432. "villager",
  433. "truemiller",
  434. "villager",
  435. "mafia",
  436. "villager",
  437. "mayor"
  438. ],
  439. "roles2": [
  440. "bodyguard",
  441. "mafia1",
  442. "mafia1block",
  443. "inspector",
  444. "hooker",
  445. "villager",
  446. "mafia2",
  447. "mafia2track",
  448. "villager",
  449. "villager",
  450. "villager",
  451. "mayor",
  452. "villager",
  453. "spy",
  454. "villager",
  455. "miller1",
  456. "miller2",
  457. "mafiaboss1",
  458. "villager",
  459. "vigilante",
  460. "villager",
  461. "godfather",
  462. "mafiaboss2",
  463. "samurai",
  464. "villager",
  465. "villager",
  466. "werewolf",
  467. "mafia1",
  468. "mafia2",
  469. "bodyguard",
  470. "villager",
  471. "mayor",
  472. "hooker",
  473. "mafia1",
  474. "mafia2",
  475. "spy",
  476. "villager",
  477. "werewolf",
  478. "vigilante",
  479. "villager",
  480. "villager"
  481. ],
  482. "villageCantLoseRoles": [
  483. "mayor",
  484. "vigilante",
  485. "samurai"
  486. ]
  487. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement