Advertisement
Crobat

Magikarp Mafia Theme Code

Dec 22nd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 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! | TIPS HAVE BEEN UPDATED REGARDING CHANGES IN SPLASHING MECHANICS!",
  5. "tips": {
  6. "Magikarp": "Each Gyarados will kill only the FIRST person that splashes it each night. Splashing someone and not dying does NOT clean them. If there is more than one death at the end of the night, then the FIRST Magikarp that died splashed a Gyarados. 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 might die (but this is not guaranteed)!",
  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 (dies if it splashes a 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. The first Magikarp that tries to splash you will die! If you are killed during the day, your attacker will die as well.",
  110. "info": "Can kill one person during the night (shared with team). Kills the first Magikarp who uses /splash on it. Bombs all daykills. Sided with the Gyarados.",
  111. "actions": {
  112. "night": {
  113. "kill": {
  114. "command": ["poison"],
  115. "target": "AnyButTeam",
  116. "common": "Team",
  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. "expose": "revealexposer",
  178. "revealexposermsg": "The Shiny Magikarp used splash on ~Self~. Nothing happened!",
  179. "distract": {
  180. "mode": "ignore",
  181. "msg": "Someone tried to splash you last night. But nothing happened!"
  182. },
  183. "vote": 2,
  184. "startup": "team-reveal"
  185. }
  186. }
  187. ],
  188. "roles1": [
  189. "bgyara",
  190. "karp",
  191. "karp",
  192. "karp",
  193. "karp",
  194. "karp",
  195. "bgyara",
  196. "karp",
  197. "karp",
  198. "karp",
  199. "karp",
  200. "bgyara",
  201. "karp",
  202. "fisher",
  203. "bgyara",
  204. "skarp",
  205. "karp",
  206. "karp",
  207. "karp",
  208. "bgyara",
  209. "karp",
  210. "karp",
  211. "karp",
  212. "karp",
  213. "bgyara",
  214. "karp",
  215. "karp",
  216. "karp",
  217. "bgyara",
  218. "karp",
  219. "karp",
  220. "karp",
  221. "karp",
  222. "bgyara",
  223. "karp",
  224. "karp",
  225. "karp",
  226. "bgyara",
  227. "karp",
  228. "karp"
  229. ],
  230. "killmsg": "±Feebas: ~Player~ (~Role~) fainted.",
  231. "killusermsg": "You fainted!",
  232. "changelog": {
  233. "12/22/16": "Gyarados' kill is ACTUALLY shared now as it should be. Tips were updated to accommodate the changes in splash mechanics."
  234. }
  235. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement