Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Coronet",
- "author": "Matt Ayala",
- "minplayers": 3,
- "summary": "Every role has actions they can use, but they need a certain amount of people to use that action with them! The Mafia (Snowman Squad) can kill and select another action, but Absols can only use one action, and never twice in a row. Some villagers can be insane, too!",
- "sides": [
- {
- "side": "village",
- "translation": "Absol Artillery"
- },
- {
- "side": "mafia",
- "translation": "Snowman Squad"
- }
- ],
- "roles": [
- {
- "role": "villager",
- "translation": "Absol",
- "side": "village",
- "help": "You're a nocturnal natured Absol, always lurking throughout the night. Though you appreciate being a lone wolf, you have to unite with the other Absol in order to stop the Snowman Squad! During the night, you can use any of the following commands, but only one during the night, and never twice in a row: /Kill, /Distract, /Protect, /Inspect, and /Stalk [name], but you need a certain amount of people (regardless of whether they are your teammates or not) to use that action on a person. Each action needs a certain amount of people to use it on them! Vote to remove people during the day!",
- "info": "Can either choose to distract, protect, inspect or stalk someone during the night. Can't use the same action twice in a row. Sided with the Absol Artillery.",
- "actions": {
- "initialCondition": {
- "curse": {
- "cursedRole": "villager",
- "curseCount": 1,
- "silentCurse": true
- }
- },
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "command": [
- "distract",
- "dummy"
- ],
- "common": "Self",
- "dummybroadcastmsg": "~Target~ was distracted!",
- "priority": 2,
- "restrict": [
- "kill",
- "protect",
- "inspect",
- "stalk"
- ],
- "recharge": 2
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 10,
- "restrict": [
- "distract",
- "protect",
- "inspect",
- "stalk"
- ],
- "recharge": 2
- },
- "protect": {
- "target": "AnyButSelf",
- "command": [
- "protect",
- "dummy5"
- ],
- "common": "Self",
- "priority": 5,
- "restrict": [
- "kill",
- "distract",
- "inspect",
- "stalk"
- ],
- "dummy5broadcastmsg": "~Target~ was protected!",
- "recharge": 2
- },
- "inspect": {
- "target": "AnyButSelf",
- "command": [
- "inspect",
- "dummy6"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "kill",
- "protect",
- "distract",
- "stalk"
- ],
- "dummy6broadcastmsg": "~Target~ was inspected!",
- "recharge": 2
- },
- "stalk": {
- "target": "AnyButSelf",
- "command": [
- "stalk",
- "dummy7"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "kill",
- "protect",
- "distract",
- "inspect"
- ],
- "dummy7broadcastmsg": "~Target~ was stalked!",
- "recharge": 2
- }
- },
- "distract": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a distract action before you can't use them.",
- "msg": "You used your action!"
- },
- "dummy2": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "kill": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a kill action before you die.",
- "msg": "You used your action!"
- },
- "protect": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a protect action before you are protected.",
- "msg": "You used your action!"
- },
- "dummy5": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "inspect": {
- "mode": {
- "evadeCharges": 4
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy6": {
- "mode": {
- "evadeCharges": 4
- },
- "silent": true
- },
- "stalk": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy7": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- }
- }
- },
- {
- "role": "villager_mega",
- "translation": "Mega Absol",
- "side": "village",
- "help": "Congrats, you've mega evolved into the emo freak of the mountain. During the night, you can use any of the following commands, but only one during the night: /Kill, /Distract, /Protect, /Inspect, and /Stalk [name], but you need a certain amount of people (regardless of whether they are your teammates or not) to use that action on a person. You can use commands twice in a row, and can use your /kill in addition to another action. During the day, your vote also counts as 2. However, one less person is needed to use an action on you (both good and bad).",
- "info": "Can kill one person during the night. Can also choose to distract, protect, inspect or stalk someone during the night (no recharge). Sided with the Absol Artillery.",
- "actions": {
- "vote": 2,
- "initialCondition": {
- "curse": {
- "cursedRole": "villager_mega",
- "curseCount": 1,
- "silentCurse": true
- }
- },
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "command": [
- "distract",
- "dummy"
- ],
- "common": "Self",
- "dummybroadcastmsg": "~Target~ was distracted!",
- "priority": 2,
- "restrict": [
- "protect",
- "inspect",
- "stalk"
- ]
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 10
- },
- "protect": {
- "target": "AnyButSelf",
- "command": [
- "protect",
- "dummy5"
- ],
- "common": "Self",
- "priority": 5,
- "restrict": [
- "kill",
- "distract",
- "inspect",
- "stalk"
- ],
- "dummy5broadcastmsg": "~Target~ was protected!",
- "recharge": 2
- },
- "inspect": {
- "target": "AnyButSelf",
- "command": [
- "inspect",
- "dummy6"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "protect",
- "distract",
- "stalk"
- ],
- "dummy6broadcastmsg": "~Target~ was inspected!"
- },
- "stalk": {
- "target": "AnyButSelf",
- "command": [
- "stalk",
- "dummy7"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "protect",
- "distract",
- "inspect"
- ],
- "dummy7broadcastmsg": "~Target~ was stalked!"
- }
- },
- "distract": {
- "mode": {
- "evadeCharges": 2
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a distract action before you can't use them.",
- "msg": "You used your action!"
- },
- "dummy2": {
- "mode": {
- "evadeCharges": 2
- },
- "silent": true
- },
- "kill": {
- "mode": {
- "evadeCharges": 2
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a kill action before you die.",
- "msg": "You used your action!"
- },
- "protect": {
- "mode": {
- "evadeCharges": 2
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a protect action before you are protected.",
- "msg": "You used your action!"
- },
- "dummy5": {
- "mode": {
- "evadeCharges": 2
- },
- "silent": true
- },
- "inspect": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy6": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "stalk": {
- "mode": {
- "evadeCharges": 2
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy7": {
- "mode": {
- "evadeCharges": 2
- },
- "silent": true
- }
- }
- },
- {
- "role": "mafia",
- "translation": "Snover",
- "side": "mafia",
- "help": "While the Absols live downstairs in the lower floors, you want the mountain all to yourself! Type /Kill [name] to get rid of one of them! You can also type /Distract, /Protect, /Inspect, and /Stalk [name], but you need a certain amount of people (regardless of whether they are your teammates or not) to use that action on a person. However, outside of kill, you cannot use an action twice in a row.",
- "info": "Can kill one person during the night. Can also choose to distract, protect, inspect or stalk someone during the night. Can't use the same action (other than kill) twice in a row. Sided with the Snowman Squad.",
- "actions": {
- "initialCondition": {
- "curse": {
- "cursedRole": "mafia",
- "curseCount": 1,
- "silentCurse": true
- }
- },
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "command": [
- "distract",
- "dummy"
- ],
- "common": "Self",
- "dummybroadcastmsg": "~Target~ was distracted!",
- "priority": 2,
- "restrict": [
- "protect",
- "inspect",
- "stalk"
- ],
- "recharge": 2,
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 10,
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "protect": {
- "target": "AnyButSelf",
- "command": [
- "protect",
- "dummy5"
- ],
- "common": "Self",
- "priority": 5,
- "restrict": [
- "distract",
- "inspect",
- "stalk"
- ],
- "dummy5broadcastmsg": "~Target~ was protected!",
- "recharge": 2,
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "inspect": {
- "target": "AnyButSelf",
- "command": [
- "inspect",
- "dummy6"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "protect",
- "distract",
- "stalk"
- ],
- "dummy6broadcastmsg": "~Target~ was inspected!",
- "recharge": 2,
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "stalk": {
- "target": "AnyButSelf",
- "command": [
- "stalk",
- "dummy7"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "protect",
- "distract",
- "inspect"
- ],
- "dummy7broadcastmsg": "~Target~ was stalked!",
- "recharge": 2,
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- }
- },
- "distract": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a distract action before you can't use them.",
- "msg": "You used your action!"
- },
- "dummy2": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "kill": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a kill action before you die.",
- "msg": "You used your action!"
- },
- "protect": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a protect action before you are protected.",
- "msg": "You used your action!"
- },
- "dummy5": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "inspect": {
- "mode": {
- "evadeCharges": 4
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy6": {
- "mode": {
- "evadeCharges": 4
- },
- "silent": true
- },
- "stalk": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy7": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- }
- }
- },
- {
- "role": "mafiaboss",
- "translation": "Abomasnow",
- "side": "mafia",
- "help": "The Abomanable Snowman! You don't like the Absols living downstairs and thus have sought to get rid of them! Type /Kill [name] to get rid of one of them! You can also type /Distract, /Protect, /Inspect, and /Stalk [name], but you need a certain amount of people (regardless of whether they are your teammates or not) to use that action on a person. Unlike Snover, you can use your commands without a recharge! You can still only choose one command per night, aside from kill.",
- "info": "Can kill one person during the night. Can also choose to distract, protect, inspect or stalk someone during the night (no recharge). Sided with the Snowman Squad.",
- "actions": {
- "initialCondition": {
- "curse": {
- "cursedRole": "mafiaboss",
- "curseCount": 1,
- "silentCurse": true
- }
- },
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "command": [
- "distract",
- "dummy"
- ],
- "common": "Self",
- "dummybroadcastmsg": "~Target~ was distracted!",
- "priority": 2,
- "restrict": [
- "protect",
- "inspect",
- "stalk"
- ],
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "priority": 10,
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "protect": {
- "target": "AnyButSelf",
- "command": [
- "protect",
- "dummy5"
- ],
- "common": "Self",
- "priority": 5,
- "restrict": [
- "distract",
- "inspect",
- "stalk"
- ],
- "dummy5broadcastmsg": "~Target~ was protected!",
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "inspect": {
- "target": "AnyButSelf",
- "command": [
- "inspect",
- "dummy6"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "protect",
- "distract",
- "stalk"
- ],
- "dummy6broadcastmsg": "~Target~ was inspected!",
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- },
- "stalk": {
- "target": "AnyButSelf",
- "command": [
- "stalk",
- "dummy7"
- ],
- "common": "Self",
- "priority": 30,
- "restrict": [
- "protect",
- "distract",
- "inspect"
- ],
- "dummy7broadcastmsg": "~Target~ was stalked!",
- "broadcast": "team",
- "broadcastmsg": "Your partner is going to ~Action~ ~Target~! Remember your ~Action~ isn't shared!"
- }
- },
- "distract": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a distract action before you can't use them.",
- "msg": "You used your action!"
- },
- "dummy2": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "kill": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a kill action before you die.",
- "msg": "You used your action!"
- },
- "protect": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a protect action before you are protected.",
- "msg": "You used your action!"
- },
- "dummy5": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- },
- "inspect": {
- "mode": {
- "evadeCharges": 4
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy6": {
- "mode": {
- "evadeCharges": 4
- },
- "silent": true
- },
- "stalk": {
- "mode": {
- "evadeCharges": 3
- },
- "evadechargemsg": "~EvadeCharges~ people need to target you with a stalk action before they find out who you visited.",
- "msg": "You used your action!"
- },
- "dummy7": {
- "mode": {
- "evadeCharges": 3
- },
- "silent": true
- }
- }
- }
- ],
- "roles1": [
- "villager",
- "villager",
- "mafia",
- "villager",
- "villager",
- "villager",
- "villager",
- "villager",
- "mafia",
- "villager",
- "villager",
- "mafiaboss",
- "villager_mega"
- ],
- "villageCantLoseRoles": [
- "villager_mega"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment