Advertisement
Crobat

Magikarp Mafia Theme Code

Jun 20th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. {
  2. "name": "Magikarp",
  3. "author": ["Meowmix", "Pangaea", "Ayepom", "too OP pls nerf"],
  4. "summary": "Splash, splash, splash. The Magikarp just want to splash around, but the Gyarados are sick of all the tomfoolery and will attack any silly Magikarp who tries to splash them. The Fisherman just wants some lunch, so he fishes during the day. Can the Magikarp survive? | Type /tips for some helpful hints and tricks! |",
  5. "tips": {
  6. "Magikarp": "Make sure you state who you are splashing. If you splash a Gyarados, you will die, so if people know who you splashed then they can attempt to vote that person off. If you splash someone and don't die, then they are either a Magikarp or Fisherman. Be wary of people who may attempt to frame you or the person you're splashing!",
  7. "Gyarados": "You can attempt to \"clean\" your partners by saying you splashed them. When people see that you didn't die, they will assume the person you \"splashed\" is clean.",
  8. "Fisherman": "Use your daykill wisely. Remember that if you kill a Gyarados, you will die with it. Try to lay low until later on, when you can use your vote of 2 to your advantage. Only use your second daykill if you absolutely need to!"
  9. },
  10. "sides": [
  11. {
  12.  
  13. "side": "village",
  14. "translation": "Magikarps",
  15. "winmsg": "Magikarps (~Players~) somehow defeated their evolved brethren. Nice job!"
  16. },
  17. {
  18. "side": "mafia",
  19. "translation": "Gyarados",
  20. "winmsg": "Gyarados (~Players~) finally got rid of those annoying Magikarp. Some peace and quiet at last!"
  21. },
  22. {
  23. "side": "fish",
  24. "translation": "Fisherman",
  25. "winmsg": "Fisherman (~Players~) caught quite a load today. Looks like a feast!"
  26. }
  27. ],
  28. "roles": [
  29. {
  30. "role": "karp",
  31. "translation": "Magikarp",
  32. "side": "village",
  33. "help": "You are a Magikarp! You're generally pretty useless, but you can /splash someone at night. If you splash a Gyarados, you'll die!",
  34. "info": "Can splash one person during the night (a distract command which always fails). Sided with the Magikarp.",
  35. "actions": {
  36. "night": {
  37. "splash": {
  38. "target": "AnyButSelf",
  39. "common": "Self",
  40. "priority": 1,
  41. "command": ["copy", "convert"],
  42. "silent": true,
  43. "newRole": {
  44. "bgyara1": ["bgyara", "bgyara1"],
  45. "karp": ["karp"],
  46. "karp_dead": ["karp_dead"],
  47. "fisher": ["fisher"]
  48. },
  49. "silentConvert": true,
  50. "convertmsg": "",
  51. "usermsg": "",
  52. "silentCopy": true,
  53. "copyAs": {
  54. "karp_dead": ["bgyara"],
  55. "karp": ["karp", "karp_dead", "bgyara1", "skarp", "fisher"]
  56. }
  57. }
  58. },
  59. "copy": {
  60. "mode": "identify",
  61. "msg": "Someone tried to splash you last night. But nothing happened!"
  62. },
  63. "expose": "revealexposer",
  64. "revealexposermsg": "The Shiny Magikarp used splash on ~Self~. Nothing happened!"
  65. }
  66. },
  67. {
  68. "role": "karp_dead",
  69. "translation": "Magikarp",
  70. "hide": true,
  71. "side": "village",
  72. "help": "You are a Magikarp! You're generally pretty useless, but you can /splash someone at night. If you splash a Gyarados, you'll die!",
  73. "info": "Can splash one person during the night (a distract command which always fails). Sided with the Magikarp.",
  74. "actions": {
  75. "initialCondition": {
  76. "poison": {
  77. "count": -1,
  78. "poisonDeadMessage": "You tried to splash a Gyarados. It didn't end well."
  79. }
  80. },
  81. "copy": {
  82. "mode": "identify",
  83. "msg": "Someone tried to splash you last night. But nothing happened!"
  84. }
  85. }
  86. },
  87. {
  88. "role": "skarp",
  89. "translation": "Shiny Magikarp",
  90. "side": "village",
  91. "help": "You are a Magi -- oh cool, you're shiny! Due to being shiny, you are very special, so instead of using splash during the night, you can use it during the day! Watch out for those Gyarados though!",
  92. "info": "Can splash someone during the day (an expose which is revenged by Gyarados). Sided with the Magikarp.",
  93. "actions": {
  94. "standby": {
  95. "splash": {
  96. "target": "AnyButSelf",
  97. "limit": 1,
  98. "command": "expose",
  99. "msg": "Type /splash [name] to splash someone! Be careful not to splash a Gyarados!",
  100. "exposemsg": "Splash!"
  101. }
  102. }
  103. }
  104. },
  105. {
  106. "role": "bgyara",
  107. "translation": "Gyarados",
  108. "side": "mafia",
  109. "help": "You are a Gyarados! Always enraged, you can /kill someone at night. You share a kill with your Gyarados buddies. If anyone tries to splash or fish you, they die!",
  110. "info": "Can kill one person during the night (shared with team). Revenges any Magikarp who use /splash on it. Bombs all daykills. Sided with the Gyarados.",
  111. "actions": {
  112. "night": {
  113. "kill": {
  114. "command": ["poison"],
  115. "target": "AnyButTeam",
  116. "common": "Self",
  117. "count": -1,
  118. "poisonDeadMessage": "You fainted!",
  119. "priority": 5,
  120. "broadcast": "team"
  121. }
  122. },
  123. "expose": "revenge",
  124. "exposerevengemsg": "~Target~ (~Role~) tried to splash a Gyarados. The Gyarados killed him out of rage!",
  125. "avoidHax": [
  126. "kill"
  127. ],
  128. "startup": "team-reveal",
  129. "preventTeamvote": true,
  130. "teamTalk": true,
  131. "daykill": "bomb",
  132. "daykillrevengemsg": "A Gyarados is hooked onto the fishing line! ~Target~ pulls hard but is intimidated by Gyarados's fearsome stare and dies from fear. The Gyarados continues to flop around in the dirt until it finally dies!"
  133. }
  134. },
  135. {
  136. "role": "bgyara1",
  137. "translation": "Gyarados",
  138. "side": "mafia",
  139. "hide": true,
  140. "help": "",
  141. "info": "",
  142. "actions": {
  143. "initialCondition": {
  144. "curse": {
  145. "curseCount": -1,
  146. "silentCurse": true,
  147. "cursedRole": "bgyara"
  148. }
  149. }
  150. }
  151. },
  152. {
  153. "role": "fisher",
  154. "translation": "Fisherman",
  155. "side": "fish",
  156. "help": "You are a Fisherman! Being human, your vote is more important than that of a fish: it's 2! You can /fish during the day to catch your prey. Additionally, you may /net someone for a second catch, but be warned, you may be revealed. Watch out for Gyarados though; if you try to fish one of them, you'll both die instead!.",
  157. "info": "Can kill one person during the day with /fish. Can kill an additional person with /net, with a 50% chance of revealing himself. Vote counts as 2. Sided with himself.",
  158. "actions": {
  159. "standby": {
  160. "fish": {
  161. "target": "AnyButTeam",
  162. "limit": 1,
  163. "command": "kill",
  164. "msg": "Type /fish [name] now to catch your fish!",
  165. "killmsg": "~Target~ is hooked onto the fishing line. Fisherman pulls hard and successfully brings it to land where he battles it to death!"
  166. },
  167. "net": {
  168. "target": "AnyButTeam",
  169. "limit": 2,
  170. "command": "kill",
  171. "msg": "You can type /net [name] for more fish, but there's a 50% chance you'll be revealed!",
  172. "killmsg": "Fisherman sees a fish swimming near the surface! ~Target~ was scooped up by a net!",
  173. "revealChance": 0.5,
  174. "revealmsg": "~Self~'s face was seen during the catch! This is why we don't get greedy."
  175. }
  176. },
  177. "distract": {
  178. "mode": "ignore",
  179. "msg": "Someone tried to splash you last night. But nothing happened!"
  180. },
  181. "vote": 2,
  182. "startup": "team-reveal"
  183. }
  184. }
  185. ],
  186. "roles1": [
  187. "bgyara",
  188. "karp",
  189. "karp",
  190. "karp",
  191. "karp",
  192. "karp",
  193. "bgyara",
  194. "karp",
  195. "karp",
  196. "karp",
  197. "karp",
  198. "bgyara",
  199. "karp",
  200. "fisher",
  201. "bgyara",
  202. "skarp",
  203. "karp",
  204. "karp",
  205. "karp",
  206. "bgyara",
  207. "karp",
  208. "karp",
  209. "karp",
  210. "karp",
  211. "bgyara",
  212. "karp",
  213. "karp",
  214. "karp",
  215. "bgyara",
  216. "karp",
  217. "karp",
  218. "karp",
  219. "karp",
  220. "bgyara",
  221. "karp",
  222. "karp",
  223. "karp",
  224. "bgyara",
  225. "karp",
  226. "karp"
  227. ],
  228. "killmsg": "±Feebas: ~Player~ (~Role~) fainted.",
  229. "killusermsg": "You fainted!"
  230. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement