Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Zombies Vs Survivors",
- "sides": [
- {
- "side": "mafia",
- "translation": "Zombies"
- },
- {
- "side": "village",
- "translation": "Survivors"
- }
- ],
- "roles": [
- {
- "role": "villager",
- "translation": "Wounded survivor",
- "side": "village",
- "help": "You are alive but very wounded. Your use of commands is limited. Type /vote to vote during the day",
- "actions": {}
- },
- {
- "role": "zvillager",
- "translation": "Half-dead zombie",
- "side": "mafia",
- "help": "You are not fully zombified yet so you have no commands. Type /vote to vote during the day",
- "actions": {}
- },
- {
- "role": "inspector",
- "translation": "Doctor",
- "side": "village",
- "help": "You used to be a doctor before the tragic events unfolded. Type /Inspect [name] to find out if they are a zombie!",
- "actions": {
- "night": {
- "inspect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 30
- }
- }
- }
- },
- {
- "role": "zinspector",
- "translation": "Smart zombie",
- "side": "mafia",
- "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!",
- "actions": {
- "night": {
- "inspect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 30
- }
- }
- }
- },
- {
- "role": "bodyguard",
- "translation": "Tough guy",
- "side": "village",
- "help": "It\u2019s no surprise that you survived this long. Your size and strength give you a distinct advantage. Type /Protect [name] to protect someone!",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Role",
- "priority": 3,
- "broadcast": "role"
- }
- },
- "startup": "role-reveal"
- }
- },
- {
- "role": "zbodyguard",
- "translation": "Muscular zombie",
- "side": "mafia",
- "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!",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Role",
- "priority": 5,
- "broadcast": "role"
- }
- },
- "startup": "role-reveal"
- }
- },
- {
- "role": "mafia",
- "translation": "Hungry zombie",
- "side": "mafia",
- "help": "You haven\u2019t eaten in days and all that is on your mind is Brains! Type /Kill [name] to kill someone!",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 11
- }
- }
- }
- },
- {
- "role": "werewolf",
- "translation": "Enraged survivor",
- "side": "village",
- "help": "People don\u2019t wanna come near you because you are so enraged. Perhaps even if A zombie tried to distract you you\u2019d kill them\u2026 Also, Type /Kill [name] to kill someone!",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 10
- }
- },
- "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!"
- },
- "avoidHax": [
- "kill"
- ]
- }
- },
- {
- "role": "hooker",
- "translation": "The bait",
- "side": "village",
- "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!",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 1
- }
- }
- }
- },
- {
- "role": "zhooker",
- "translation": "Zombie chick",
- "side": "mafia",
- "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!",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 1
- }
- }
- }
- },
- {
- "role": "mayor",
- "translation": "Famous survivor",
- "side": "village",
- "help": "I used to be a star! These zombies have ruined my career. (your vote counts as 2)",
- "actions": {
- "vote": 2
- }
- },
- {
- "role": "zmayor",
- "translation": "Zombie authority",
- "side": "mafia",
- "help": "Because of your highly recognized zombie qualities your vote counts as 4",
- "actions": {
- "vote": 4
- }
- },
- {
- "role": "spy",
- "translation": "Stealthy survivor",
- "side": "village",
- "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!",
- "actions": {
- "hax": {
- "kill": {
- "revealTeam": 0.33,
- "revealPlayer": 0.1
- }
- }
- }
- },
- {
- "role": "zspy",
- "translation": "Zombie spy",
- "side": "mafia",
- "help": "You can track the survivors and discover who is being protected! (no command for this ability) Vote to remove people in the day!",
- "actions": {
- "hax": {
- "protect": {
- "revealTeam": 0.33,
- "revealPlayer": 0.05
- }
- }
- }
- },
- {
- "role": "godfather",
- "translation": "Survivor leader",
- "side": "village",
- "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\u2019t be distracted and kill before the zombie bodyguard)",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 4,
- "broadcast": "team"
- }
- },
- "distract": {
- "mode": "Ignore"
- },
- "avoidHax": [
- "kill"
- ]
- }
- },
- {
- "role": "zgodfather",
- "translation": "Zombie leader",
- "side": "mafia",
- "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\u2019t be distracted and kill before any bodyguards)",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 2,
- "broadcast": "team"
- }
- },
- "distract": {
- "mode": "Ignore"
- },
- "avoidHax": [
- "kill"
- ]
- }
- },
- {
- "role": "samurai",
- "translation": "Armed survivor",
- "side": "village",
- "help": "Wielding a large baseball bat, you can type /kill during the standby to kill someone.",
- "actions": {
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "You can kill now using /kill [name] :",
- "killmsg": "The armed survivor draws his baseball and smashes ~Taget~ over the head. They fall to the ground instantly."
- }
- }
- }
- },
- {
- "role": "zmiller",
- "translation": "Half-dead",
- "side": "mafia",
- "help": "You are sided with the Zombies but when inspeted you reveal as a Wounded survivor",
- "actions": {
- "inspect": {
- "revealAs": "villager"
- }
- }
- }
- ],
- "roles1": [
- "bodyguard",
- "zbodyguard",
- "inspector",
- "zinspector",
- "mafia",
- "werewolf",
- "mafia",
- "hooker",
- "zvillager",
- "zhooker",
- "godfather"
- ],
- "roles2": [
- "bodyguard",
- "zbodyguard",
- "zinspector",
- "inspector",
- "hooker",
- "zhooker",
- "mafia",
- "mafia",
- "werewolf",
- "zvillager",
- "mayor",
- "zmayor",
- "villager",
- "spy",
- "zspy",
- "godfather",
- "zgodfather",
- "zmiller",
- "villager",
- "zvillager",
- "zvillager",
- "samurai",
- "mayor",
- "zmayor",
- "villager",
- "zvillager",
- "werewolf",
- "mafia",
- "mafia",
- "bodyguard"
- ],
- "villageCantLoseRoles": [
- "mayor",
- "godfather",
- "samurai",
- "werewolf"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement