Guest User

Untitled

a guest
Apr 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.25 KB | None | 0 0
  1. {
  2. "name": "yugioh 5ds",
  3. "author": "Placido",
  4. "sides": [
  5. {
  6. "side": "mafia",
  7. "translation": "Bad Duelists"
  8. },
  9. {
  10. "side": "mafia1",
  11. "translation": "Dark Signers"
  12. },
  13. {
  14. "side": "mafia2",
  15. "translation": "Sabotuers"
  16. },
  17. {
  18. "side": "mafia3",
  19. "translation": "Yilliaster"
  20. },
  21. {
  22. "side": "village",
  23. "translation": "Duelists"
  24. },
  25. {
  26. "side": "wolf",
  27. "translation": "Skeleton Knight"
  28. },
  29. {
  30. "side": "godfather",
  31. "translation": "Rex Goodwin"
  32. },
  33. {
  34. "side": "Paradox",
  35. "translation": "Paradox"
  36. }
  37. ],
  38. "roles": [
  39. {
  40. "role": "villager",
  41. "translation": "Duelist",
  42. "side": "village",
  43. "help": "You don’t have any special commands during the night, Vote to remove people in the day!",
  44. "actions": {
  45.  
  46. }
  47. },
  48. {
  49. "role": "inspector",
  50. "translation": "Sect",
  51. "side": "village",
  52. "help": "Type /Inspect [name] to find his/her identity! Due to not being in the anime, you vote only counts for .5 though.",
  53. "actions": {
  54. "vote": 0.5,
  55. "night": {
  56. "inspect": {
  57. "target": "AnyButSelf",
  58. "common": "Self",
  59. "priority": 30
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "role": "mafia",
  66. "translation": "Bad duelists",
  67. "side": "mafia",
  68. "help": "Type /kill [name] to kill someone!",
  69. "actions": {
  70. "night": {
  71. "fire": {
  72. "target": "AnyButTeam",
  73. "common": "Team",
  74. "priority": 11,
  75. "broadcast": "team",
  76. "command": "kill"
  77. }
  78. },
  79. "startup": "team-reveal"
  80. }
  81. },
  82. {
  83. "role": "bodyguard",
  84. "translation": "Jack atlas",
  85. "side": "village",
  86. "help": "Type /Protect [name] to protect someone!, because you’re a good duelist your vote counts as 2!",
  87. "actions": {
  88. "vote": 2,
  89. "night": {
  90. "protect": {
  91. "target": "AnyButSelf",
  92. "common": "Role",
  93. "priority": 5,
  94. "broadcast": "role"
  95. }
  96. },
  97. "startup": "role-reveal"
  98. }
  99. },
  100. {
  101. "role": "werewolf",
  102. "translation": "skeleton knight",
  103. "side": "wolf",
  104. "help": "Type /kill name to kill someone!",
  105. "actions": {
  106. "night": {
  107. "kill": {
  108. "target": "AnyButSelf",
  109. "common": "Self",
  110. "priority": 10
  111. }
  112. },
  113. "distract": {
  114. "mode": "ChangeTarget",
  115. "hookermsg": "You tried to distract Skeleton Knight(whatanideasrsly, you were ravishly shot at!",
  116. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  117. },
  118. "avoidHax": [
  119. "kill"
  120. ]
  121. }
  122. },
  123. {
  124. "role": "hooker",
  125. "translation": "akiza",
  126. "side": "village",
  127. "help": "Type/Distract[name]to distract someone! Vote to remove people in the day!",
  128. "actions": {
  129. "night": {
  130. "distract": {
  131. "target": "AnyButSelf",
  132. "common": "Self",
  133. "priority": 1
  134. }
  135. }
  136. }
  137. },
  138. {
  139. "role": "spy",
  140. "translation": "Crow",
  141. "side": "village",
  142. "help": "You can find out who is going to get killed /poisoned next, and who is going to be inspected next!(no command for this ability). Vote to remove people in the day! You can type in /kogent, but it won’t do anything.",
  143. "actions": {
  144. "hax": {
  145. "kill": {
  146. "revealTeam": 0.35,
  147. "revealPlayer": 0.15
  148. },
  149. "protect": {
  150. "revealPlayer": 0.07
  151. },
  152. "inspect": {
  153. "revealPlayer": 0.05
  154. }
  155. }
  156. }
  157. },
  158. {
  159. "role": "godfather",
  160. "translation": "Rex Goodwin",
  161. "side": "godfather",
  162. "help": "Type/kill [name] to kill someone !You can kill 2targets,Type /kill[name2] again to select your second target and due to being a director your vote counts as 2!",
  163. "actions": {
  164. "night": {
  165. "kill": {
  166. "target": "AnyButSelf",
  167. "common": "Self",
  168. "priority": 21,
  169. "limit": 2
  170. }
  171. },
  172. "distract": {
  173. "mode": "ChangeTarget",
  174. "hookermsg": "You tried to seduce the Director,you were killed when you least expected it!",
  175. "msg": "The ~Distracter~ came to you last night! You killed her instead!"
  176. },
  177. "avoidHax": [
  178. "kill"
  179. ]
  180. }
  181. },
  182. {
  183. "role": "vigilante",
  184. "translation": "Yusei Fudo",
  185. "side": "village",
  186. "help": "Type /duel[name]to kill someone using the power of the Sensei!",
  187. "actions": {
  188. "night": {
  189. "kill": {
  190. "target": "AnyButSelf",
  191. "common": "Self",
  192. "priority": 19
  193. }
  194. }
  195. }
  196. },
  197. {
  198. "role": "Leo",
  199. "translation": "Leo",
  200. "side": "village",
  201. "help": "Type/inspect to inspect someone!because your aminoryourvotecountsas.5",
  202. "actions": {
  203. "vote": 0.5,
  204. "night": {
  205. "inspect": {
  206. "target": "AnyButSelf",
  207. "common": "Self",
  208. "priority": 30
  209. }
  210. }
  211. }
  212. },
  213. {
  214. "role": "mafia1",
  215. "translation": "DarkSigners",
  216. "side": "mafia1",
  217. "help": "Type/Kill[name]tokillsomeone!",
  218. "actions": {
  219. "night": {
  220. "kill": {
  221. "target": "AnyButTeam",
  222. "common": "Team",
  223. "priority": 12,
  224. "broadcast": "team"
  225. }
  226. },
  227. "startup": "team-reveal"
  228. }
  229. },
  230. {
  231. "role": "mafia2",
  232. "translation": "Sabotuers",
  233. "side": "mafia2",
  234. "help": "Type/kill[name]tokillsomeone!",
  235. "actions": {
  236. "night": {
  237. "kill": {
  238. "target": "AnyButTeam",
  239. "common": "Team",
  240. "priority": 11,
  241. "broadcast": "team"
  242. }
  243. }
  244. }
  245. },
  246. {
  247. "role": "mafiaboss2",
  248. "translation": "SabotuerLeader",
  249. "side": "mafia2",
  250. "help": "Type/kill[name]tokillsomeone!Youcantbedistracted!",
  251. "actions": {
  252. "night": {
  253. "kill": {
  254. "target": "AnyButTeam",
  255. "common": "Team",
  256. "priority": 11,
  257. "broadcast": "team"
  258. }
  259. },
  260. "distract": {
  261. "mode": "ignore"
  262. },
  263. "startup": "team-reveal"
  264. }
  265. },
  266. {
  267. "role": "mafiaboss1",
  268. "translation": "Roman",
  269. "side": "mafia1",
  270. "help": "Type/Kill[name]tokillsomeone! You can't bedistracted!",
  271. "actions": {
  272. "night": {
  273. "kill": {
  274. "target": "AnyButTeam",
  275. "common": "Team",
  276. "priority": 12,
  277. "broadcast": "team"
  278. }
  279. },
  280. "distract": {
  281. "mode": "ignore"
  282. },
  283. "startup": "team-reveal"
  284. }
  285. },
  286. {
  287. "role": "Placido",
  288. "translation": "Placido",
  289. "side": "mafia3",
  290. "help": "Type/Kill [name] during thedayphasetokillsomeone!You will not be revealed when you kill!You are allied with Jakob!",
  291. "actions": {
  292. "standby": {
  293. "kill": {
  294. "target": "AnyButSelf",
  295. "msg": "You can kill now using /kill[name]",
  296. "killmsg": "Placido says screw the rules, I have money!, and unleashes his sword and strikes it through ~Target~'s chest!"
  297. }
  298. }
  299. }
  300. },
  301. {
  302. "role": "samurai",
  303. "translation": ": Lazar",
  304. "side": "village",
  305. "help": "Type /Kill [name]duringthedayphasetokillsomeone!You will be revealed when you kill!because you are assistant director your vote counts as 1.5 and when inspector inspects you well you getshown as bad",
  306. "actions": {
  307. "standby": {
  308. "kill": {
  309. "target": "AnyButSelf",
  310. "msg": "Youcankillnowusing/kill[name]",
  311. "killmsg": "~Self~ abuses his authority and kills~Target~!"
  312. },
  313. "inspect": {
  314. "revealAs": "mafia"
  315. }
  316. }
  317. }
  318. },
  319. {
  320. "role": "miller",
  321. "translation": "Duelist",
  322. "side": "village",
  323. "help": "You don’t have any special commands during the night, vote to remove people during the day!",
  324. "actions": {
  325. "inspect": {
  326. "revealAs": "mafia"
  327. }
  328. }
  329. },
  330. {
  331. "role": "PARADOX",
  332. "translation": "Paradox",
  333. "side": "Paradox",
  334. "help": "You are the Paradox. You are a time traveler and you are immune to almost every action at night!type /kill to kill someone during the day! And you can inspect one person during the night. Good luck...",
  335. "actions": {
  336. "night": {
  337. "inspect": {
  338. "target": "AnyButSelf",
  339. "common": "self",
  340. "priority": 34,
  341. "broadcast": "none"
  342. }
  343. },
  344. "standby": {
  345. "kill": {
  346. "target": "AnyButSelf",
  347. "msg": "You are the Paradox, and now is your time to shine! Kill other people right now! Use /kill [name] :",
  348. "killmsg": "The Paradox has used his mystical powers, and successfully defeated ~Target~."
  349. }
  350. },
  351. "kill": {
  352. "mode": "ignore"
  353. },
  354. "distract": {
  355. "mode": "ignore",
  356. "msg": "The ~Distracter~ tried to distract you last night, but you ignored it!"
  357. },
  358. "avoidHax": [
  359. "kill"
  360. ]
  361. }
  362. },
  363. {
  364. "role": "conspirator3",
  365. "translation": "Jakob",
  366. "side": "mafia3",
  367. "help": "You're Placido's personal bodyguard. Type /protect [name] to defend PLacido!",
  368. "actions": {
  369. "night": {
  370. "protect": {
  371. "target": "AnyButSelf",
  372. "common": "Role",
  373. "priority": 4,
  374. "broadcast": "role"
  375. }
  376. },
  377. "startup": "team-reveal"
  378. }
  379. }
  380. ],
  381. "roles1": [
  382. "bodyguard",
  383. "mafia",
  384. "inspector",
  385. "werewolf",
  386. "hooker",
  387. "villager",
  388. "mafia",
  389. "villager",
  390. "miller",
  391. "villager"
  392. ],
  393. "roles2": [
  394. "bodyguard",
  395. "mafia1",
  396. "mafia1",
  397. "inspector",
  398. "hooker",
  399. "villager",
  400. "mafia2",
  401. "mafia2",
  402. "villager",
  403. "miller",
  404. "villager",
  405. "spy",
  406. "Placido",
  407. "spy",
  408. "Leo",
  409. "PARADOX",
  410. "villager",
  411. "mafiaboss1",
  412. "vigilante",
  413. "conspirator3",
  414. "villager",
  415. "villager",
  416. "mafiaboss2",
  417. "villager",
  418. "godfather",
  419. "mafia2",
  420. "samurai",
  421. "villager",
  422. "miller",
  423. "werewolf",
  424. "mafia1",
  425. "miller",
  426. "villager",
  427.  
  428. ],
  429. "villageCantLoseRoles": [
  430. "vigilante",
  431. "samurai",
  432. "Leo",
  433. "hooker"
  434. ],
  435. "killmsg": "±Announcer~Player~(~Role~)hasbeeneliminatedfromtheWRGPTOURNAMENTandissenttotheshadowrealm!",
  436. "killusermsg": "yourlifepointshasfallentozero!"
  437. }
Add Comment
Please, Sign In to add comment