Advertisement
MoonstruckMinun

Vanilla3

May 25th, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. "name": "Vanilla3",
  3. "author": "Miki Sayaka",
  4. "summary": "Vanilla Mafia! There are no special abilities in this game. But everyone has gone insane and now votes during the day with a random vote! Except for TOWN who has a negative vote!!",
  5. "ticks": {
  6. "standby": 45,
  7. "night": 20
  8. },
  9. "sides": [
  10. {
  11. "side": "village",
  12. "translation": "Village"
  13. },
  14. {
  15. "side": "mafia",
  16. "translation": "Mafia"
  17. }
  18. ],
  19. "roles": [
  20. {
  21. "role": "v",
  22. "translation": "Villager",
  23. "side": "village",
  24. "info": "Vote is random between 1 and 20. ~Sided~",
  25. "help": "Hi! You're a Villager, but you don't have any special abilities :( but you might have a random vote during the day! You might also be the TOWN who has a negative vote!",
  26. "actions": {
  27. "vote": [1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
  28. }
  29. },
  30. {
  31. "role": "v2",
  32. "translation": "TOWN",
  33. "side": "village",
  34. "info": "Vote is random between -1 and -20. ~Sided~",
  35. "help": "Hi! You're a Villager, but you don't have any special abilities :( but you might have a random vote during the day! You might also be the TOWN who has a negative vote!",
  36. "actions": {
  37. "vote": [-1, -1.1, -1.2, -1.3, -1.4, -1.5, -1.6, -1.7, -1.8, -1.9, -2, -2.1, -2.2, -2.3, -2.4, -2.5, -2.6, -2.7, -2.8, -2.9, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20],
  38. "startup": {"revealAs": "v"}
  39. }
  40. },
  41. {
  42. "role": "m",
  43. "translation": "Mafia",
  44. "side": "mafia",
  45. "help": "Hi! You're Mafia, so you can /kill (shared with your team) during the Night. You also have based random vote!",
  46. "info": "Can kill one person during the night. Vote is random between 1 and 20. ~Sided~",
  47. "actions": {
  48. "night": {
  49. "kill": {
  50. "target": "AnyButTeam",
  51. "common": "Team",
  52. "priority": 1,
  53. "broadcast": "team"
  54. }
  55. },
  56. "vote": [1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
  57. "startup": "team-reveal"
  58. }
  59. }
  60. ],
  61. "lynchmsg": "~Player~ (~Role~) was lynched with ~Count~ votes!",
  62. "roles1": ["v", "v", "v2", "m", "v", "v", "v2", "v", "m", "v", "v", "m", "v2", "v", "v", "m", "v", "v", "v", "v", "v"],
  63. "villageCantLoseRoles": ["v"]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement