Guest User

Untitled

a guest
Jul 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. {
  2. "name": "Hunger Games",
  3. "author": "<b><font color=pink>LadyHoliday</font></b> & <b><font color=red>Slim</font>_<font color=blue>Cognito</font></b>",
  4. "summary": "You are one of the chosen ones to fight in the Hunger Games! Katniss can daykill but reveals. There is two roles that are horrible to face. Glimmer goes through any bodyguard and Clove daykills! There will be more roles hopefully added. :) Hope you like this theme! Any comments you can send it to me. :D Also, Gamemaker of Fire and Gamemaker of Water can kill during the day with the Gamemaker of Survival poisoning*Gamemakers are on the same side*!If a role has blahblah slash kill blahblah Anything with a slash is a command.(Just in case people ask over and over. .) UPDATE: Fixed Cloves daykill, also changed kill message and will soon be adding Foxface,rue and Thresh! ",
  5. "sides": [
  6. {
  7. "side": "mafia",
  8. "translation": "District 1"
  9. },
  10. {
  11. "side": "Game",
  12. "translation": "GameMaster"
  13. },
  14. {
  15. "side": "mafia1",
  16. "translation": "District 2"
  17. },
  18. {
  19. "side": "village",
  20. "translation": "District 12 & 13"
  21. }
  22. ],
  23. "roles": [
  24. {
  25. "role": "villager1",
  26. "translation": "Mrs. Everdeen",
  27. "side": "village",
  28. "help": "You are Katniss' mother but you sadly don't do anything because of her father dying and you don't want to live on without him!",
  29. "actions": {}
  30. },
  31. {
  32. "role": "inspector",
  33. "translation": "Katniss Everdeen",
  34. "side": "village",
  35. "help": "You are Katniss Everdeen or known as the girl who was on fire. You have been through a lot and here you are still trying to survive. You want to try to keep your friends safe and kill the opposing districts.Use /Hint to find out who someone is. Use /kill during the day to make sure the other tributes die! You will be revealed if you kill.",
  36. "actions": {
  37. "standby": {
  38. "kill": {
  39. "target": "AnyButSelf",
  40. "msg": "You can kill now using /kill!",
  41. "killmsg": "~Self~ shoots a bow at ~Target~ and kills them with a fatal shot to the heart. Don't mess with Katniss Everdeen"
  42. }
  43. },
  44. "night": {
  45. "hint": {
  46. "target": "AnyButSelf",
  47. "common": "Self",
  48. "priority": 30,
  49. "command": "inspect"
  50. }
  51. }
  52. }
  53. },
  54. {
  55. "role": "Game1",
  56. "translation": "Gamemaker of Water",
  57. "side": "Game",
  58. "help": "You are the Gamemaker of Water, you are hoping to make the hunger games more exciting by trying to kill more people. Don't kill your partners, since they are here to help you! You get to kill during the day!",
  59. "actions": {
  60. "standby": {
  61. "kill": {
  62. "target": "AnyButSelf",
  63. "msg": "You can kill now using /kill [name] :",
  64. "killmsg": "A deep rumble surges from the ground and in the next moment you see ~Target~ flying past you in swift waters going at least 120mph."
  65. }
  66. }
  67. }
  68. },
  69. {
  70. "role": "Game2",
  71. "translation": "Gamemaker of Fire",
  72. "side": "Game",
  73. "help": "You are the Gamemaker of Fire, you are hoping to make the hunger games more exciting by trying to kill more people. Don't kill your partners, since they are here to help you! You get to kill during the day!",
  74. "actions": {
  75. "standby": {
  76. "kill": {
  77. "target": "AnyButSelf",
  78. "msg": "You can kill now using /kill [name] :",
  79. "killmsg": "A crackle was heard from somewhere deep in the forest then a swift roar. You look back and see ~Target~ engulfed in flames and starting to run away!"
  80. }
  81. }
  82. }
  83. },
  84. {
  85. "role": "Game3",
  86. "translation": "Gamemaker of Survival",
  87. "side": "Game",
  88. "help": "You are the Gamemaker of Survival, you are hoping to make the hunger games more exciting by trying to kill more people. Don't poison your partners, since they are here to help you! You get to poison!",
  89. "actions": {
  90. "night": {
  91. "poison": {
  92. "target": "AnyButTeam",
  93. "common": "Team",
  94. "priority": 2
  95. }
  96. }
  97. }
  98. },
  99. {
  100. "role": "bodyguard",
  101. "translation": "Peeta",
  102. "side": "village",
  103. "help": "You are in love with Katniss and you are star crossed lovers. Make sure she is protected from dieing during the night. Good luck at making her District and her protected! Use /Camoflauge to hide them!",
  104. "actions": {
  105. "night": {
  106. "camoflauge": {
  107. "command": "protect",
  108. "target": "AnyButSelf",
  109. "common": "Role",
  110. "priority": 5
  111. }
  112. }
  113. }
  114. },
  115. {
  116. "role": "mafiaI",
  117. "translation": "Marvel",
  118. "side": "mafia",
  119. "help": "You just want to /kill (during the night) to make sure District 1 wins! You want to kill Rue so bad that you hide out and stake for her.",
  120. "actions": {
  121. "night": {
  122. "kill": {
  123. "target": "AnyButTeam",
  124. "common": "Team",
  125. "priority": 11,
  126. "broadcast": "team"
  127. }
  128. },
  129. "startup": "team-reveal"
  130. }
  131. },
  132. {
  133. "role": "mafia1I",
  134. "translation": "Cato",
  135. "side": "mafia1",
  136. "help": "You are a hunter of the night and want to /kill (during the night) any tribute left!",
  137. "actions": {
  138. "night": {
  139. "kill": {
  140. "target": "AnyButTeam",
  141. "common": "Team",
  142. "priority": 11,
  143. "broadcast": "team"
  144. }
  145. },
  146. "startup": "team-reveal"
  147. }
  148. },
  149. {
  150. "role": "mafia1II",
  151. "translation": "Clove",
  152. "side": "mafia1",
  153. "help": "You want to kill Katniss so bad, that you can /kill during the day to make sure she isn't living to become a Victor!",
  154. "actions": {
  155. "standby": {
  156. "kill": {
  157. "target": "AnyButTeam",
  158. "msg": "Kill now using /kill [name]!",
  159. "killmsg": "A knife is seen flying through the air! It hit a tribute. Who died though?"
  160. }
  161. },
  162. "startup": "team-reveal"
  163. }
  164. },
  165. {
  166. "role": "mafia2II",
  167. "translation": "Glimmer",
  168. "side": "mafia",
  169. "help": "You are beautiful but you wish to /kill everyone (during the night) just to make sure your district wins!",
  170. "actions": {
  171. "night": {
  172. "kill": {
  173. "target": "AnyButTeam",
  174. "common": "Team",
  175. "priority": 3,
  176. "broadcast": "team"
  177. }
  178. },
  179. "startup": "team-reveal"
  180. }
  181. },
  182. {
  183. "role": "vigilante",
  184. "translation": "Gale Hawthorne",
  185. "side": "village",
  186. "help": "You are Gale Hawthorne, the one who is in love with Katniss! You have been through alot through her and don't want her to die so you cheer her on and make sure she doesn't die. Use /shoot to shoot a bow during the night and use /protect to protect anyone but protect Katniss so she doesn't die!",
  187. "actions": {
  188. "night": {
  189. "protect": {
  190. "target": "AnyButSelf",
  191. "common": "Self",
  192. "priority": 5
  193. },
  194. "shoot": {
  195. "target": "AnyButSelf",
  196. "common": "Self",
  197. "priority": 19,
  198. "command": "kill"
  199. }
  200. }
  201. }
  202. },
  203. {
  204. "role": "prim",
  205. "translation": "Primrose Everdeen",
  206. "side": "village",
  207. "help": "You are Katniss's little sister and you have a goat that you love so dearly! Katniss saved you from the reaping and you are protected from dying because of her! Always think of her. :)",
  208. "actions": {
  209. "kill": {
  210. "mode": "ignore"
  211. }
  212. }
  213. },
  214. {
  215. "role": "villager2",
  216. "translation": "Buttercup",
  217. "side": "village",
  218. "help": "You are Prim's kitten. Sorry, you do nothing but lay around and look cute for her.",
  219. "actions": {}
  220. },
  221. {
  222. "role": "mayor2",
  223. "translation": "Mr. Mellark",
  224. "side": "village",
  225. "help": "You are the baker! You made a promise to make sure to keep Prim not be hungry, so her family gave you an extra vote!",
  226. "actions": {
  227. "vote": 2
  228. }
  229. },
  230. {
  231. "role": "mayor3",
  232. "translation": "Haymitch Abernethy",
  233. "side": "village",
  234. "help": "You are making sure Katniss doesn't die in the arena, so you always send her a sponsrr item! You get +2 votes for doing so.(When you are sober)",
  235. "actions": {
  236. "vote": 2
  237. }
  238. },
  239. {
  240. "role": "mayor",
  241. "translation": "President Coriolanus Snow",
  242. "side": "village",
  243. "help": "You are the town's mayor! You love strawberries and that makes you not lock up Katniss! You are very thankful so you have +4 votes, use them wisely!",
  244. "actions": {
  245. "vote": 4
  246. }
  247. }
  248. ],
  249. "roles1": [
  250. "bodyguard",
  251. "mafiaI",
  252. "inspector",
  253. "mafiaI",
  254. "villager1",
  255. "villager2",
  256. "prim",
  257. "mayor2",
  258. "villager1",
  259. "mafiaI",
  260. "mayor2",
  261. "mafia1I",
  262. "mafia1II",
  263. "villager1",
  264. "mafia2II",
  265. "vigilante",
  266. "villager1",
  267. "villager2",
  268. "villager1",
  269. "villager2",
  270. "mafia1II",
  271. "mayor3",
  272. "mafia1I",
  273. "mafia2II",
  274. "villager1",
  275. "villager2",
  276. "villager2",
  277. "mafia1I",
  278. "mafia1II",
  279. "mafia2II",
  280. "bodyguard"
  281. ],
  282. "roles2": [
  283. "bodyguard",
  284. "mafiaI",
  285. "inspector",
  286. "mafiaI",
  287. "villager1",
  288. "villager2",
  289. "prim",
  290. "mayor2",
  291. "Game1",
  292. "villager1",
  293. "mafiaI",
  294. "mayor2",
  295. "mafia1I",
  296. "mafia1II",
  297. "villager1",
  298. "mafia2II",
  299. "vigilante",
  300. "villager1",
  301. "villager2",
  302. "villager1",
  303. "villager2",
  304. "mafia1II",
  305. "Game2",
  306. "mayor3",
  307. "mafia1I",
  308. "mafia2II",
  309. "villager1",
  310. "villager2",
  311. "villager2",
  312. "mafia1I",
  313. "Game3",
  314. "mafia1II",
  315. "mafia2II",
  316. "bodyguard",
  317. "prim"
  318. ],
  319. "villageCantLoseRoles": [
  320. "mayor",
  321. "vigilante",
  322. "mayor2",
  323. "mayor3"
  324. ]
  325. ,"killusermsg": "A hovercraft is seen picking up a tribute. A few hours later a screen has popped up! On the screen it says ~Player~(~role~) has died!"
  326. }
  327. Use this for border: ➡➸➼ and ➳
Add Comment
Please, Sign In to add comment