Advertisement
Yagura

Untitled

Jan 14th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.06 KB | None | 0 0
  1. {
  2. "name": "Types",
  3. "altname": "Pokémon Types",
  4. "threadlink": "xx",
  5. "minplayers": 5,
  6. "author": [
  7. "<b><span style='color:#334040'>Obito Uchiha</span><b>"
  8. ],
  9. "summary": "Every type has weaknesses and strengths, but some types didn't accept that the fact and thing they are the strongest.",
  10. "sides": [
  11. {
  12. "side": "village",
  13. "translation": "Good Types"
  14. },
  15. {
  16. "side": "elementary",
  17. "translation": "Elementary Types"
  18. },
  19. {
  20. "side": "mafia",
  21. "translation": "Evil Types"
  22. },
  23. {
  24. "side": "earth",
  25. "translation": "Earth Types"
  26. },
  27. {
  28. "side": "godfather",
  29. "translation": "Unkown Type"
  30. }
  31. ],
  32. "roles": [
  33. {
  34. "role": "villager",
  35. "translation": "Normal",
  36. "side": "village",
  37. "help": "You are the type with no strengths, that's why you can only vote at day!",
  38. "actions": {
  39.  
  40. }
  41. },
  42. {
  43. "role": "inspector",
  44. "translation": "Flying",
  45. "side": "village",
  46. "help": "You can fly high in the skies, so you can /inspect someone during the night!",
  47. "info": "Can inspect during the night and can tell the village who to lynch during the day (non-revealing). Sided with the Task Force.",
  48. "actions": {
  49. "night": {
  50. "inspect": {
  51. "target": "AnyButSelf",
  52. "common": "Self",
  53. "priority": 8
  54. } }
  55. }
  56. },
  57. {
  58. "role": "bodyguard",
  59. "translation": "Psychic",
  60. "side": "village",
  61. "help": "You're the cool Psychic type! You can make barriers that allow you to /protect someone during the night! This also protects from poison!",
  62. "actions": {
  63. "night": {
  64. "protect": {
  65. "command": [
  66. "safeguard",
  67. "protect"
  68. ],
  69. "target": "AnyButSelf",
  70. "common": "Role",
  71. "priority": 3
  72. }
  73. }}},
  74. {
  75. "role": "bug",
  76. "translation": "Bug",
  77. "side": "mafia",
  78. "help": "You're a type hated by a lot of trainers because your swarms distract them from catching strong Pokémons, and because they think you're a weak type, prove them that they're wrong! You can distract other types with /swarm and you can /inspect to find out the other types, but that won't always work.",
  79. "actions": {
  80. "night": {
  81. "distract": {
  82. "target": "AnyButTeam",
  83. "common": "Self",
  84. "priority": 2,
  85. "broadcast": "team"
  86. },
  87. "inspect": {
  88. "target": "AnyButSelf",
  89. "common": "Self",
  90. "priority": 8,
  91. "failChance": 0.6,
  92. "broadcast": "team"
  93. }
  94. },
  95. "startup": "team-reveal-with-roles"
  96. }
  97. },
  98. {
  99. "role": "rock",
  100. "translation": "Rock",
  101. "side": "earth",
  102. "help": "You're the sturdy Rock type, you can /kill someone at night. And since you're a type that is hard to take down you have a votshield of -1",
  103. "actions": {
  104. "voteshield": -1,
  105. "startup": "team-reveal-with-roles",
  106. "night": {
  107. "kill": {
  108. "target": "AnyButTeam",
  109. "common": "Self",
  110. "priority": 14,
  111. "broadcast": "team"
  112. }
  113. }
  114. }
  115. },
  116. {
  117. "role": "hooker",
  118. "translation": "Ice",
  119. "side": "village",
  120. "help": "You're the chill type! You can /distract other types with your strong Ice attack to prevent them to act at night. Since you're chill and cool you have a vote of 1.5",
  121. "info": "Can distract one person during the night. Sided with the Good types.",
  122. "actions": {
  123. "vote": 1.5,
  124. "night": {
  125. "distract": {
  126. "target": "AnyButSelf",
  127. "common": "Self",
  128. "priority": 2
  129. }
  130. }
  131. }
  132. },
  133. {
  134. "role": "mayor",
  135. "translation": "Fairy",
  136. "side": "village",
  137. "help": "You're the newest type that all people are curious about, your fame gave you a vote of 4. You also know the Dragon-type because you like to mess with it",
  138. "actions": {
  139. "vote": 4
  140. }
  141. },
  142. {
  143. "role": "ground",
  144. "translation": "Ground",
  145. "side": "earth",
  146. "help": "You are the Ground-type. You can sense what's happening in the battlefield so you may receive hax on actions happening at night. You can also merge with the earth and /inspect.",
  147. "actions": {
  148. "startup": "team-reveal-with-roles",
  149. "night": {
  150. "inspect": {
  151. "target": "AnyButSelf",
  152. "common": "Self",
  153. "priority": 11
  154. }
  155. },
  156. "hax": {
  157. "kill": {
  158. "revealTeam": 0.33,
  159. "revealPlayer": 0.17
  160. }
  161. }
  162. }
  163. },
  164. {
  165. "role": "godfather",
  166. "translation": "???-Type",
  167. "side": "godfather",
  168. "help": "You are the scariest type of all. You don't have any weakness and any resistance that's why other types hate you. You can /kill twice at night and you kill any distractors, you also have a vote of 3.",
  169. "actions": {
  170. "vote": 3,
  171. "night": {
  172. "kill": {
  173. "target": "AnyButSelf",
  174. "common": "Self",
  175. "priority": 4,
  176. "limit": 2
  177. }
  178. },
  179. "distract": {
  180. "mode": "ChangeTarget",
  181. "hookermsg": "You tried to seduce Higuchi... you were killed instead!",
  182. "msg": "~Distracter~ came to you last night! You killed him/her instead!"
  183. },
  184. "avoidHax": [
  185. "kill"
  186. ]
  187. }
  188. },
  189. {
  190. "role": "vigilante",
  191. "translation": "Fighting",
  192. "side": "village",
  193. "help": "You are the tough type, /kill evil types with your power and muscles to make this world peaceful",
  194. "actions": {
  195. "night": {
  196. "kill": {
  197. "target": "AnyButSelf",
  198. "common": "Self",
  199. "priority": 7
  200. }
  201. }
  202. }
  203. },
  204. {
  205. "role": "ghost",
  206. "translation": "Ghost",
  207. "side": "mafia",
  208. "help": "You're the evil spooky Ghost-type. Use /kill [name] to kill someone! You cannot be distracted.",
  209. "info": "Can kill one player at night. Cannot be distracted. Sided with the Evil types.",
  210. "actions": {
  211. "night": {
  212. "kill": {
  213. "target": "AnyButTeam",
  214. "common": "Team",
  215. "priority": 6,
  216. "broadcast": "team"
  217. }},
  218. "distract": {
  219. "mode": "ignore",
  220. "msg": "A Distractor came to you last night, but it had no effect on you!"
  221. },
  222. "startup": "team-reveal-with-roles"
  223. }
  224. },
  225. {
  226. "role": "samurai",
  227. "translation": "Dragon",
  228. "side": "village",
  229. "help": "You are the type that all good types admire, you were the strongest in other types' eyes until the Fairy type came to the village, but you're still tough and you can /kill other types at day but don't hit you comrades!",
  230. "actions": {
  231. "standby": {
  232. "kill": {
  233. "target": "AnyButSelf",
  234. "msg": "You can kill now using /kill [name]",
  235. "killmsg": "The Dragon-Type summoned meteors that came down and made the ~Target~ -type turn to dust!"
  236. }
  237. }
  238. }
  239. },
  240. {
  241. "role": "dark",
  242. "translation": "Dark",
  243. "side": "mafia",
  244. "help": "You're the evil tormenting Dark-type, other types fear you because you keep scaring them. You share a /kill with the Ghost-type and you have a non-revealing daykill once per game.",
  245. "info": "Shares nightkills with the Ghost-type, has a non-revealing daykill once per game. Sided with the Evil types.",
  246. "actions": {
  247. "startup": "team-reveal-with-roles",
  248. "night": {
  249. "kill": {
  250. "target": "AnyButTeam",
  251. "common": "Self",
  252. "priority": 6
  253. }
  254. },
  255. "standby": {
  256. "kill": {
  257. "target": "AnyButSelf",
  258. "msg": "You can /kill someone and you won't be revealed, remember that you only have one shot so use it wisely",
  259. "killmsg": "A beam of dark evil pulses came from nowhere, ~Target~ couldn't live them.",
  260. "charges": 1
  261. }
  262. }}},
  263. {
  264. "role": "water",
  265. "translation": "Water",
  266. "side": "elementary",
  267. "help": "You're the Water-type, one of the elementary types, you share the /kill with your comrades and you have a vote of 3!",
  268. "actions": {
  269. "vote": 5,
  270. "night": {
  271. "kill": {
  272. "target": "AnyButTeam",
  273. "common": "Team",
  274. "priority": 5,
  275. "broadcast": "team"
  276. }},
  277. "startup": "team-reveal-with-roles"
  278. }},
  279. {
  280. "role": "fire",
  281. "translation": "Fire",
  282. "side": "elementary",
  283. "hide": true,
  284. "help": "You're the blazing Fire-type! You share the /kill with your comrades and you can /inspect at night!",
  285. "info": "Can kill and inspect during the night.SidedwiththeElementarytypes",
  286. "actions": {
  287. "night": {
  288. "kill": {
  289. "target": "AnyButTeam",
  290. "common": "Team",
  291. "priority": 5,
  292. "broadcast": "team"
  293. },
  294. "inspect": {
  295. "target": "AnyButTeam",
  296. "common": "Self",
  297. "priority": 8,
  298. "broadcast": "team"
  299. }}}},
  300. {
  301. "role": "poison",
  302. "translation": "Poison",
  303. "side": "mafia",
  304. "help": "You'rethetoxicPoison-type, type/poison[name} to poison someone and they'll die in the next night.You also kill any distractor!",
  305. "actions": {
  306. "distract": {
  307. "mode": "ChangeTarget",
  308. "hookermsg": "You tried to distract the Poison-type, buthepoisonedyoutodeath!",
  309. "msg": "~Distracter~came to you last night!You poisoned it instead!"
  310. },
  311. "night": {
  312. "poison": {
  313. "target": "AnyButTeam",
  314. "common": "Team",
  315. "priority": 10,
  316. "broadcast": "team"
  317. }
  318. },
  319. "startup": "team-reveal-with-roles"
  320. }
  321. },
  322. {
  323. "role": "electric",
  324. "translation": "Electric",
  325. "side": "elementary",
  326. "help": "You're the fast Electric-type! You can kill during the night, and since you're fast your kill outspeeds all other night activities!",
  327. "actions": {
  328. "night": {
  329. "kill": {
  330. "command": "kill",
  331. "target": "AnyButTeam",
  332. "common": "Team",
  333. "priority": 1,
  334. "broadcast": "team"
  335. }
  336. },
  337. "startup": "team-reveal-with-roles"
  338. }
  339. }
  340. ],
  341. "roles1": [
  342. "bodyguard",
  343. "fire",
  344. "inspector",
  345. "ghost",
  346. "villager",
  347. "villager",
  348. "hooker",
  349. "dark",
  350. "ground",
  351. "villager",
  352. "poison",
  353. "bug",
  354. "villager",
  355. "ghost",
  356. "mayor",
  357. "electric",
  358. "water",
  359. "rock",
  360. "godfather",
  361. "vigilante",
  362. "samurai",
  363. "villager",
  364. "villager",
  365. "villager",
  366. "villager",
  367. "villager",
  368. "villager",
  369. "villager",
  370. "villager",
  371. "villager",
  372. "villager",
  373. "villager",
  374. "villager",
  375. "villager",
  376. "villager"
  377. ],
  378. "villageCantLoseRoles": [
  379. "vigilante",
  380. "hooker",
  381. "samurai"
  382. ]
  383. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement