Advertisement
Guest User

Untitled

a guest
May 25th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "version": "Vanilla Mafia ver 2.5",
  3. "name": "Vanilla2",
  4. "author": "Fiery Espeon",
  5. "summary": "Vanilla has gone crazy, with every Villager now having a random vote between 0 and 50! They have no idea on what their vote is, and in the middle of all of this, the Mafia are trying to take them out!",
  6. "ticks": {
  7. "standby": 45,
  8. "night": 20
  9. },
  10. "sides": [
  11. {
  12. "side": "village",
  13. "translation": "Village"
  14. },
  15. {
  16. "side": "mafia",
  17. "translation": "Mafia"
  18. }
  19. ],
  20. "roles": [
  21. {
  22. "role": "v",
  23. "translation": "Villager",
  24. "side": "village",
  25. "help": "Hi! You're a Villager, you have a vote between 0 and 50. :] You're welcome ~ Fespy",
  26. "info": "Can have a vote between 0 and 50. Sided with the Village.",
  27. "actions": {
  28. "vote": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]
  29. }
  30. },
  31. {
  32. "role": "m",
  33. "translation": "Mafia",
  34. "side": "mafia",
  35. "help": "Hi! You're Mafia, so you can /kill (shared with your team) during the Night.",
  36. "actions": {
  37. "night": {
  38. "kill": {
  39. "target": "AnyButTeam",
  40. "common": "Team",
  41. "priority": 1,
  42. "broadcast": "team"
  43. }
  44. },
  45. "startup": "team-reveal"
  46. }
  47. }
  48. ],
  49. "roles1": ["v", "v", "v", "m", "v", "v", "v", "v", "m", "v", "v", "v", "v", "v", "m", "v", "v", "v", "v", "v"],
  50. "villageCantLoseRoles": []
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement