Advertisement
Mrhappyface

Preview of zombie theme

Jun 2nd, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. {
  2. "name": "Zombies Vs Survivors",
  3. "sides": [
  4. { "side": "mafia", "translation": "Zombies"
  5. },
  6. { "side": "village", "translation": "Survivors"
  7. },
  8. { "side": "crazy", "translation": "Crazies"
  9. }
  10. ],
  11. "roles": [{
  12. "role": "villager",
  13. "translation": "Wounded survivor",
  14. "side": "village",
  15. "help": "You are alive but very wounded. Your use of commands is limited. Type /vote to vote during the day",
  16. "actions": {}
  17. }, {
  18. "role": "zvillager",
  19. "translation": "Half-dead zombie",
  20. "side": "mafia",
  21. "help": "You are not fully zombified yet so you have no commands. Type /vote to vote during the day",
  22. "actions": {}
  23. }, {
  24. "role": "inspector",
  25. "translation": "Doctor",
  26. "side": "village",
  27. "help": "You used to be a doctor before the tragic events unfolded. Type /Inspect [name] to find out if they are a zombie!",
  28. "actions": { "night": {"inspect": {"target": "AnyButSelf", "common": "Self", "priority": 30} } }
  29. }, {
  30. "role": "zinspector",
  31. "translation": "Smart zombie",
  32. "side": "mafia",
  33. "help": "Before you were zombified you were a very clever man and It seems some of that intelligence is still there. Type /Inspect [name] to find out if they are a survivor!",
  34. "actions": { "night": {"inspect": {"target": "AnyButSelf", "common": "Self", "priority": 30} } }
  35. }, {
  36. "role": "bodyguard",
  37. "translation": "Tough guy",
  38. "side": "village",
  39. "help": "It’s no surprise that you survived this long. Your size and strength give you a distinct advantage. Type /Protect [name] to protect someone!",
  40. "actions": { "night": {"protect": {"target": "AnyButSelf", "common": "Role", "priority": 3, "broadcast": "role"} },
  41. "startup": "role-reveal"}
  42. }, {
  43. "role": "zbodyguard",
  44. "translation": "Muscular zombie",
  45. "side": "mafia",
  46. "help": "You used to be a nightclub bouncer and now your strength is used for a far different matter. Type /Protect [name] to protect someone!",
  47. "actions": { "night": {"protect": {"target": "AnyButSelf", "common": "Role", "priority": 5, "broadcast": "role"} },
  48. "startup": "role-reveal"}
  49. }, {
  50. "role": "mafia",
  51. "translation": "Hungry zombie",
  52. "side": "mafia",
  53. "help": "You haven’t eaten in days and all that is on your mind is Brains! Type /Kill [name] to kill someone!",
  54. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 11} } }
  55. }, {
  56. "role": "werewolf",
  57. "translation": "Enraged survivor",
  58. "side": "village",
  59. "help": "People don’t wanna come near you because you are so enraged. Perhaps even if A zombie tried to distract you you’d kill them… Also, Type /Kill [name] to kill someone!",
  60. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 10} },
  61. "distract": {"mode": "ChangeTarget", "hookermsg": "You tried to distract the Enraged survivor, not a good idea!", "msg": "The ~Distracter~ came to you last night! You brutally killed her!"},
  62. "avoidHax": ["kill"] }
  63. }, {
  64. "role": "hooker",
  65. "translation": "The bait",
  66. "side": "village",
  67. "help": "Your job is to distract the zombies so that the other survivors can clobber them! Type /distract to distract someone during the night. Vote to remove people in the day!",
  68. "actions": { "night": {"distract": {"target": "AnyButSelf", "common": "Self", "priority": 1} } }
  69. }, {
  70. "role": "zhooker",
  71. "translation": "Zombie chick",
  72. "side": "mafia",
  73. "help": "Your job is to distract the survivors so that the other zombies can feast! Type /distract to distract someone during the night. Vote to remove people in the day!",
  74. "actions": { "night": {"distract": {"target": "AnyButSelf", "common": "Self", "priority": 1} } }
  75. }, {
  76. "role": "mayor",
  77. "translation": "Famous survivor",
  78. "side": "village",
  79. "help": "I used to be a star! These zombies have ruined my career. (your vote counts as 2)",
  80. "actions": { "vote": 2 }
  81. }, {
  82. "role": "zmayor",
  83. "translation": "Zombie authority",
  84. "side": "mafia",
  85. "help": "Because of your highly recognized zombie qualities your vote counts as 4",
  86. "actions": { "vote": 4 }
  87. }, {
  88. "role": "spy",
  89. "translation": "Stealthy survivor",
  90. "side": "village",
  91. "help": "Your stealthy tactics mean that you can discover who the zombies are after! (no command for this ability) Vote to remove people in the day!",
  92. "actions": { "hax": {"kill": { "revealTeam": 0.33, "revealPlayer": 0.1} } }
  93. }, {
  94. "role": "zspy",
  95. "translation": "Zombie spy",
  96. "side": "mafia",
  97. "help": "You can track the survivors and discover who is being protected! (no command for this ability) Vote to remove people in the day!",
  98. "actions": { "hax": {"protect": { "revealTeam": 0.33, "revealPlayer": 0.05} } }
  99. }, {
  100. "role": "godfather",
  101. "translation": "Survivor leader",
  102. "side": "villager",
  103. "help": "The survivors took a vote back along, on who they thought should represent them in the face of death. You won by a long shot. Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target! (You can’t be distracted and kill before the zombie bodyguard)",
  104. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 4, "broadcast": "team"} },
  105. "distract": {"mode": "Ignore"},
  106. "avoidHax": ["kill"] }
  107. }, {
  108. "role": "zgodfather",
  109. "translation": "Zombie leader",
  110. "side": "mafia",
  111. "help": "The Zombies took a vote back along, on who they thought should lead them to victory. You won by a long shot. Type /Kill [name] to kill someone! You can kill 2 targets, Type /kill [name2] again to select your second target! (You can’t be distracted and kill before any bodyguards)",
  112. "actions": { "night": {"kill": {"target": "AnyButSelf", "common": "Self", "priority": 2, "broadcast": "team"} },
  113. "distract": {"mode": "Ignore"},
  114. "avoidHax": ["kill"] }
  115. }],
  116.  
  117. "roles1": ["bodyguard", "mafia", "inspector", "werewolf", "hooker", "villager", "mafia",
  118. "villager", "mafia", "villager", "mayor"],
  119. "roles2": ["bodyguard", "mafia1", "mafia1", "inspector", "hooker", "villager", "mafia2",
  120. "mafia2", "miller", "villager", "villager", "mayor", "villager", "spy", "villager",
  121. "villager", "villager", "mafiaboss1", "villager", "vigilante", "villager", "godfather",
  122. "mafiaboss2", "samurai", "villager", "villager", "werewolf", "mafia1",
  123. "mafia2", "bodyguard"],
  124. "villageCantLoseRoles": ["mayor", "vigilante", "samurai"]
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement