Guest User

Untitled

a guest
Jul 17th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.76 KB | None | 0 0
  1. {
  2. "name": "Mass Effect",
  3. "author":"Ryo Ger",
  4. "sides": [
  5. {
  6. "side": "village",
  7. "translation": "Shepard's Crew"
  8. },
  9. {
  10. "side": "cita",
  11. "translation": "the Citadel"
  12. },
  13. {
  14. "side": "cerb",
  15. "translation": "Cerberus"
  16. },
  17. {
  18. "side": "reap",
  19. "translation": "the Reapers"
  20. },
  21. {
  22. "side": "coun",
  23. "translation": "the Council"
  24. }
  25. ],
  26. "roles": [
  27. {
  28. "role": "shepard",
  29. "translation": "Commander Shepard",
  30. "side": "village",
  31. "help": "You are Commander Shepard! Thanks to your access to Spectre intel, you can /inspect someone once a night! Sided with Shepard's Crew",
  32. "actions": {
  33. "night": {
  34. "inspect": {
  35. "target": "AnyButSelf",
  36. "common": "role",
  37. "priority": 15
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "role": "garrus",
  44. "translation": "Garrus Vakarian",
  45. "side": "village",
  46. "help": "You are Garrus Vakarian, the turian sniper and best friend of Commander Shepard. As an accomplished sniper, you can /headshot once during the standby without being revealed. You don't know where your team is, so be careful. Sided with Shepard's Crew",
  47. "actions": {
  48. "standby": {
  49. "headshot": {
  50. "command": "kill",
  51. "target": "AnyButSelf",
  52. "msg": "You can /headshot someone now!",
  53. "killmsg": "Garrus takes aim at ~Target~'s head and finishes them. Scoped and dropped!"
  54. }
  55. }
  56. }
  57. },
  58. {
  59. "role": "wrex",
  60. "translation": "Urdnot Wrex",
  61. "side": "village",
  62. "help": "You are Urdnot Wrex, leader of the krogan and one of the few remaining Krogan Battlemasters. With your exceptional size and biotic abilities, you can /protect and /barrier up to two people at night. Sided with Shepard's Crew.",
  63. "actions": {
  64. "night": {
  65. "protect": {
  66. "target": "AnyButSelf",
  67. "common": "role",
  68. "priority": 2,
  69. "broadcast": "role"
  70. }
  71. },
  72. "barrier": {
  73. "command": "protect",
  74. "target": "AnyButSelf",
  75. "common": "role",
  76. "priority": 2,
  77. "broadcast": "role"
  78. }
  79. }
  80. },
  81. {
  82. "role": "tali",
  83. "translation": "Tali'Zorah vas Normandy",
  84. "side": "village",
  85. "help": "You are Tali'Zorah vas Normandy, quarian machinist and chief engineer aboard the Normandy. At night, you can use your combat drone to /distract one person. Sided with Shepard's Crew.",
  86. "actions": {
  87. "night": {
  88. "distract": {
  89. "target": "AnyButSelf",
  90. "common": "role",
  91. "priority": 1
  92. }
  93. }
  94. }
  95. },
  96. {
  97. "role": "liara",
  98. "translation": "Liara T'soni",
  99. "side": "village",
  100. "help": "You are Liara T'soni, the asari scientist and the Shadow Broker, the galaxy's most powerful information broker. As the Shadow Broker, you have a chance to receive hax on kills and distracts. Sided with Shepard's Crew.",
  101. "actions": {
  102. "hax": {
  103. "kill": {
  104. "revealTeam": 0.2,
  105. "revealPlayer": 0.08
  106. },
  107. "distract": {
  108. "revealTeam": 0.2,
  109. "revealPlayer": 0.03
  110. }
  111. }
  112. }
  113. },
  114. {
  115. "role": "jacob",
  116. "translation": "Jacob Taylor",
  117. "side": "village",
  118. "help": "You are Jacob Taylor, biotic and former Cerberus soldier. People say you're way too nice a guy for all the ways you know how to kill people, so you can save someone with your vote of -1. Sided with Shepard's Crew",
  119. "actions": {
  120. "vote":-1
  121. }
  122. },
  123. {
  124. "role": "mira",
  125. "translation": "Miranda Lawson",
  126. "side": "village",
  127. "help": "You are Miranda Lawson, former Cerberus lieutenant. You can /distract one person at night using your genetically perfect body. Due to your previous loyalty to the Illusive Man, you reveal as Cerberus on inspection, use this to your advantage! Sided with Shepard's Crew",
  128. "actions": {
  129. "night": {
  130. "distract": {
  131. "target": "AnyButSelf",
  132. "common": "role",
  133. "priority": 1
  134. }
  135. },
  136. "inspect": {
  137. "revealAs": "phant"
  138. }
  139. }
  140. },
  141. {
  142. "role": "jack",
  143. "translation": "Jack",
  144. "side": "village",
  145. "help": "You are Jack, AKA Subject Zero. Your harsh past with Cerberus has made you bitter, so you can /kill once per night. Sided with Shepard's Crew",
  146. "actions": {
  147. "night": {
  148. "kill": {
  149. "target": "AnyButSelf",
  150. "common": "role",
  151. "priority": 7
  152. }
  153. }
  154. }
  155. },
  156. {
  157. "role": "mordin",
  158. "translation": "Mordin Solus",
  159. "side": "village",
  160. "help": "Professor Mordin Solus. Past work in STG. Exceptional biologist, can /poison once a night. Cannot poison allies, use to advantage. Bit more jittery than average Salarian. Sided with Shepard's Crew",
  161. "actions": {
  162. "night": {
  163. "poison": {
  164. "target": "AnyButTeam",
  165. "common": "role",
  166. "priority": 20,
  167. "count": 4
  168. }
  169. }
  170. }
  171. },
  172. {
  173. "role": "grunt",
  174. "translation": "Grunt",
  175. "side": "village",
  176. "help": "You are Grunt! Since you're a krogan, you can /protect one person at night. You look up to Wrex, so you already know who he is. Since you're also just a child (by krogan standards), your votes carry no weight. Sided with Shepard's Crew",
  177. "actions": {
  178. "revealRole": [
  179. "wrex"
  180. ],
  181. "night": {
  182. "protect": {
  183. "target": "AnyButSelf",
  184. "common": "role",
  185. "priority": 2
  186. }
  187. },
  188. "vote": 0
  189. }
  190. },
  191. {
  192. "role": "samara",
  193. "translation": "Samara",
  194. "side": "village",
  195. "help": "You are Samara, the asari justicar. By the Code, you /protect the innocent with your powerful biotics. Your abilities also grant you a very slim chance to get hax on killers (currently broken, working on a fix). Sided with Shepard's Crew",
  196. "actions": {
  197. "night": {
  198. "protect": {
  199. "target": "AnyButSelf",
  200. "common": "role",
  201. "priority": 2
  202. }
  203. }
  204. }
  205. },
  206. {
  207. "role": "thane",
  208. "translation": "Thane Krios",
  209. "side": "village",
  210. "help": "You are Thane Krios, the famed drell assassin. During standby, you can /kill someone, but you will be revealed upon doing so. Sided with Shepard's Crew",
  211. "actions": {
  212. "standby": {
  213. "kill": {
  214. "target": "AnyButSelf",
  215. "msg": "You can /kill someone now!",
  216. "killmsg": "Thane drops down behind ~Target~ and slits their throat. ~Self~ pauses for a moment to honor the fallen."
  217. }
  218. }
  219. }
  220. },
  221. {
  222. "role": "legion",
  223. "translation": "Legion",
  224. "side": "village",
  225. "help": "You are Legion, the geth sniper. With your geth consensus, your vote counts as 5. Sided with Shepard's Crew",
  226. "actions": {
  227. "vote": 5
  228. }
  229. },
  230. {
  231. "role": "kasumi",
  232. "translation": "Kasumi Goto",
  233. "side": "village",
  234. "help": "You are Kasumi Goto, the single best thief in the galaxy. You're so good that nobody even knows your face. Thanks to this, you can't be nightkilled. Due to being mysterious, your vote only counts as 0.5. Sided with Shepard's Crew",
  235. "actions": {
  236. "kill": {
  237. "mode": "ignore"
  238. },
  239. "vote": 0.5
  240. }
  241. },
  242. {
  243. "role": "zaeed",
  244. "translation": "Zaeed Massani",
  245. "side": "village",
  246. "help": "You are Zaeed Massani, one of the best bounty hunters in the galaxy and the founder of the Blue Suns mercenary group. Your reputation and ability to intimidate allows your vote to count as +3. Sided with Shepard's Crew",
  247. "actions": {
  248. "vote": 3
  249. }
  250. },
  251. {
  252. "role": "assault",
  253. "translation": "Assault Trooper",
  254. "side": "cerb",
  255. "help": "You are an assault trooper. Since you're just meant to be cannon fodder, you can't really do anything aside from /kill at night, and vote during the day. Your kills are shared with your teammates, but you don't know who they are. Sided with Cerberus.",
  256. "actions": {
  257. "night": {
  258. "kill": {
  259. "target": "AnyButSelf",
  260. "common": "role",
  261. "priority": 4,
  262. "limit": 2
  263. }
  264. }
  265. }
  266. },
  267. {
  268. "role": "phant",
  269. "translation": "Phantom",
  270. "side": "cerb",
  271. "help": "You are a Phantom. Thanks to your incredible agility, you can kill someone through a bodyguard as well use your biotics to keep 3 people at bay using /stasis. Sided with Cerberus.",
  272. "actions": {
  273. "night": {
  274. "kill": {
  275. "target": "AnyButSelf",
  276. "common": "role",
  277. "priority": 1
  278. }
  279. },
  280. "stasis": {
  281. "command": "distract",
  282. "target": "AnyButSelf",
  283. "common": "role",
  284. "priority": 1,
  285. "limit": 3
  286. }
  287. }
  288. },
  289. {
  290. "role": "engine",
  291. "translation": "Combat Engineer",
  292. "side": "cerb",
  293. "help": "You are a combat engineer. You can set up a turret to /distract one person at night. Sided with Cerberus.",
  294. "actions": {
  295. "night": {
  296. "distract": {
  297. "target": "AnyButSelf",
  298. "common": "role",
  299. "priority": 1
  300. }
  301. }
  302. }
  303. },
  304. {
  305. "role": "guard",
  306. "translation": "Guardian",
  307. "side": "cerb",
  308. "help": "You are a Guardian. Using your huge shield, you can /protect and /safeguard at least one person each per night. Sided with Cerberus",
  309. "actions": {
  310. "night": {
  311. "protect": {
  312. "target": "AnyButSelf",
  313. "common": "role",
  314. "priority": 2
  315. },
  316. "safeguard": {
  317. "target": "AnyButSelf",
  318. "common": "role",
  319. "priority": 5
  320. }
  321. }
  322. }
  323. },
  324. {
  325. "role": "neme",
  326. "translation": "Nemesis",
  327. "side": "cerb",
  328. "help": "You are a Nemesis. You can find out the roles of people using /inspect. Use this to unite Cerberus and win!",
  329. "actions": {
  330. "night": {
  331. "inspect": {
  332. "target": "AnyButSelf",
  333. "common": "role",
  334. "priority": 20
  335. }
  336. }
  337. }
  338. },
  339. {
  340. "role": "kai",
  341. "translation": "Kai Leng",
  342. "side": "cerb",
  343. "help": "You are Kai Leng, the Illusive Man's new lieutenant. With your Tactical Cloak, you can /kill during the standby phase without being revealed.",
  344. "actions": {
  345. "standby": {
  346. "kill": {
  347. "target": "AnyButSelf",
  348. "msg": "You can /kill someone now!",
  349. "killmsg": "Kai Leng uncloaks behind ~Target~ and stabs them in the back. He then disappears without a trace."
  350. }
  351. }
  352. }
  353. },
  354. {
  355. "role": "illusive",
  356. "translation": "Illusive Man",
  357. "side": "cerb",
  358. "help": "You are the Illusive Man, the leader of Cerberus. With your influence, your votes count as 8. Sided with Cerberus.",
  359. "actions": {
  360. "vote": 8
  361. }
  362. },
  363. {
  364. "role": "husk",
  365. "translation": "husk",
  366. "side": "reap",
  367. "help": "You are just a lowly husk. You were once a human, but then you got corrupted by Reaper tech. You can /kill once per night. Sided with the Reapers",
  368. "actions": {
  369. "night": {
  370. "kill": {
  371. "target": "AnyButSelf",
  372. "common": "role",
  373. "priority": 4
  374. }
  375. }
  376. }
  377. },
  378. {
  379. "role": "mara",
  380. "translation": "Marauder",
  381. "side": "reap",
  382. "help": "You are a Marauder. Once a turian, now corrupted by Reaper tech. You can /protect someone once per night. Sided with the Reapers.",
  383. "actions": {
  384. "night": {
  385. "protect": {
  386. "target": "AnyButSelf",
  387. "common": "role",
  388. "priority": 2
  389. }
  390. }
  391. }
  392. },
  393. {
  394. "role": "brute",
  395. "translation": "Brute",
  396. "side": "reap",
  397. "help": "You are a Brute, a really disgusting krogan-turian hybrid. You can /kill once a night, and /incapacitate as well. Sided with the Reapers",
  398. "actions": {
  399. "night": {
  400. "kill": {
  401. "target": "AnyButSelf",
  402. "common": "role",
  403. "priority": 4
  404. },
  405. "incapacitate": {
  406. "command": "distract",
  407. "target": "AnyButSelf",
  408. "common": "role",
  409. "priority": 1
  410. }
  411. }
  412. }
  413. },
  414. {
  415. "role": "bansh",
  416. "translation": "Banshee",
  417. "side": "reap",
  418. "help": "You are a Banshee, an asari warped by Reaper Tech. You can /kill during the standby phase without being revealed. Sided with the Reapers.",
  419. "actions": {
  420. "standby": {
  421. "kill": {
  422. "target": "AnyButSelf",
  423. "msg": "You can /kill someone now!",
  424. "killmsg": "The Banshee charges towards ~Target~ and impales them on its claws!"
  425. }
  426. }
  427. }
  428. },
  429. {
  430. "role": "harb",
  431. "translation": "Harbinger",
  432. "side": "reap",
  433. "help": "You are Harbinger, the one behind the Collector General and one of the leading forces of the Reapers. Assume direct control of the voting phase with your almighty 9999 votes!",
  434. "actions": {
  435. "vote": 9999
  436. }
  437. },
  438. {
  439. "role": "troll",
  440. "translation": "Turian Councillor",
  441. "side": "coun",
  442. "help": "You are the Turian Councillor. Use your -9999 votes to dismiss all claims, despite how horribly it will affect the galaxy!",
  443. "actions": {
  444. "vote":-9999
  445. }
  446. },
  447. {
  448. "role": "civi",
  449. "translation": "Civilian",
  450. "side": "village",
  451. "help": "You're just a civilian on the Citadel. You can't do anything aside from vote in the day.",
  452. "actions": {
  453. "vote": 1
  454. }
  455. }
  456. ],
  457. "roles1": [
  458. "shepard",
  459. "grunt",
  460. "civi",
  461. "civi",
  462. "assault",
  463. "assault",
  464. "jacob",
  465. "guard",
  466. "tali",
  467. "engine",
  468. "liara",
  469. "neme",
  470. "zaeed",
  471. "kai",
  472. "kasumi",
  473. "civi",
  474. "thane",
  475. "phant",
  476. "civi",
  477. "jack"
  478. ],
  479. "roles2": [
  480. "shepard",
  481. "grunt",
  482. "civi",
  483. "civi",
  484. "assault",
  485. "assault",
  486. "jacob",
  487. "guard",
  488. "tali",
  489. "husk",
  490. "husk",
  491. "civi",
  492. "liara",
  493. "kasumi",
  494. "mara",
  495. "engine",
  496. "kai",
  497. "mordin",
  498. "civi",
  499. "civi",
  500. "thane",
  501. "brute",
  502. "zaeed",
  503. "neme",
  504. "samara",
  505. "civi",
  506. "civi",
  507. "harb",
  508. "phant",
  509. "jack",
  510. "mira",
  511. "wrex",
  512. "bansh",
  513. "legion",
  514. "garrus",
  515. "troll"
  516. ],
  517. "villageCantLoseRoles": [
  518. "garrus",
  519. "thane",
  520. "legion",
  521. "zaeed"
  522. ]
  523. }
Add Comment
Please, Sign In to add comment