Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Wonderland",
- "sides": [
- {
- "side": "village",
- "translation": "White Queen's Army"
- },
- {
- "side": "red",
- "translation": "Red Queen's Army"
- }
- ],
- "roles": [
- {
- "role": "alice",
- "translation": "Alice",
- "side": "village",
- "help": "Use /Kill [name] during the day to kill someone; you will not be revealed.",
- "actions": {
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "Use /Kill [name] to kill someone.",
- "killmsg": "Alice bashes ~Target~ on the head!"
- }
- },
- "hax": {
- "kill": {
- "revealTeam": 0.2,
- "revealPlayer": 0.05
- }
- }
- }
- },
- {
- "role": "hatter",
- "translation": "Mad Hatter",
- "side": "village",
- "help": "Use /Kill [name] to kill someone. You can kill two people during the night.",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 10,
- "limit": 2
- }
- }
- }
- },
- {
- "role": "twisp",
- "translation": "McTwisp",
- "side": "village",
- "help": "Use /Inspect [name] to find someone's role.",
- "actions": {
- "night": {
- "inspect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 15
- }
- }
- }
- },
- {
- "role": "mali",
- "translation": "Maliumpkin",
- "side": "village",
- "help": "Use /Kill [name] to kill someone.",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 12
- }
- }
- }
- },
- {
- "role": "wqueen",
- "translation": "White Queen",
- "side": "village",
- "help": "Use /Distract [name] to distract someone. Your vote counts as five.",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 1
- }
- },
- "vote": 5
- }
- },
- {
- "role": "bayard",
- "translation": "Bayard",
- "side": "village",
- "help": "You can find out who will be killed (no command). McTwisp sees you as the Bandersnatch.",
- "actions": {
- "hax": {
- "kill": {
- "revealTeam": 0.2,
- "revealPlayer": 0.05
- }
- },
- "inspect": {
- "revealAs": "bander"
- }
- }
- },
- {
- "role": "flower",
- "translation": "Talking Flower",
- "side": "village",
- "help": "You have no special commands. Vote to remove people during the day.",
- "actions": {}
- },
- {
- "role": "cat",
- "translation": "Cheshire Cat",
- "side": "village",
- "help": "You can find out who will be killed, protected and distracted (no command).",
- "actions": {
- "hax": {
- "kill": {
- "revealTeam": 0.33,
- "revealPlayer": 0.1
- },
- "distract": {
- "revealTeam": 0.33,
- "revealPlayer": 0.1
- },
- "protect": {
- "revealTeam": 0.33,
- "revealPlayer": 0.1
- }
- }
- }
- },
- {
- "role": "absalom",
- "translation": "Absalom",
- "side": "village",
- "help": "Use /Protect [your name] to protect yourself. Your vote vounts as two.",
- "actions": {
- "night": {
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- }
- },
- "vote": 2
- }
- },
- {
- "role": "dum",
- "translation": "Tweedledum",
- "side": "village",
- "help": "Use /Protect [name] to protect someone.",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "dee",
- "translation": "Tweedledee",
- "side": "village",
- "help": "Use /Protect [name] to protect someone.",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "rcard",
- "translation": "Red Card Guard",
- "side": "red",
- "help": "You have no special commands. Vote to remove people during the day. You are on the BAD SIDE",
- "actions": {}
- },
- {
- "role": "bcard",
- "translation": "Black Card Guard",
- "side": "red",
- "help": "You have no special commands. Vote to remove people during the day. You are on the BAD SIDE",
- "actions": {}
- },
- {
- "role": "isolus",
- "translation": "Isolus Stave",
- "side": "red",
- "help": "Use /Distract [name] to distract someone. You are on the BAD SIDE",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 1
- }
- },
- "hax": {
- "protect": {
- "revealTeam": 0.33,
- "revealPlayer": 0
- }
- },
- "distract": {
- "mode": "ChangeTarget",
- "hookermsg": "You tried to distract Isolus Stave. Not smart.",
- "msg": "The White Queen came to you last night, so you bumped her off."
- }
- }
- },
- {
- "role": "jabber",
- "translation": "Jabberwocky",
- "side": "red",
- "help": "Use /Kill [name] to kill someone. You can kill three people during the night. You are on the BAD SIDE",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 11,
- "limit": 3
- }
- }
- }
- },
- {
- "role": "bander",
- "translation": "Bandersnatch",
- "side": "red",
- "help": "Use /Protect [name] to protect someone. You are on the BAD SIDE",
- "actions": {
- "night": {
- "protect": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 5
- }
- }
- }
- },
- {
- "role": "rqueen",
- "translation": "Red Queen",
- "side": "red",
- "help": "NEW- You can protect yourself. /protect [yourname]. Use /Kill [name] to kill someone. You can kill two people during the night and one during the day; you will not be revealed. Your vote counts as five. You are on the BAD SIDE",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 13,
- "limit": 2
- },
- "night": {
- "protect": {
- "target": "Self",
- "common": "Self",
- "priority": 5
- },
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "Use /Kill [name] to kill someone.",
- "killmsg": "OFF WITH THEIR HEAD!"
- }
- },
- "vote": 5
- }
- }
- }
- },
- {
- "role": "cardl",
- "translation": "Card Guard Leader",
- "side": "red",
- "help": "Use /Kill [name] to kill someone. You are on the BAD SIDE",
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButTeam",
- "common": "Self",
- "priority": 14
- }
- },
- "startup": "team-reveal"
- }
- }
- ],
- "roles1": [
- "rqueen",
- "wqueen",
- "mali",
- "twisp",
- "dum",
- "isolus",
- "cat",
- "bander",
- "dee",
- "flower",
- "alice"
- ],
- "roles2": [
- "isolus",
- "dum",
- "twisp",
- "mali",
- "rqueen",
- "wqueen",
- "bander",
- "bcard",
- "dee",
- "hatter",
- "absalom",
- "bayard",
- "cat",
- "alice",
- "jabber",
- "rcard",
- "flower",
- "rcard",
- "bcard",
- "rcard",
- "bcard",
- "cardl",
- "bcard",
- "flower",
- "flower",
- "flower",
- "bcard",
- "rcard",
- "bander",
- "jabber"
- ],
- "villageCantLoseRoles": [
- "mali",
- "hatter",
- "wqueen",
- "absalom"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement