Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Kanto",
- "author": "Miki Sayaka",
- "summary": "kento pokemans",
- "minplayers": 3,
- "sides": [
- {
- "side": "village",
- "translation": "Good Pokémon",
- "color": "#cc00cc",
- "winmsg": "The good Pokémon have defended Kanto from devestation!"
- },
- {
- "side": "dragons",
- "translation": "Dragons",
- "color": "red",
- "winmsg": "The Dragon type Pokémon have united all peoples within their nation!"
- },
- {
- "side": "psychic",
- "translation": "Psychics",
- "color": "#cc00ff",
- "winmsg": "The Psychic type Pokémon have denounced the Evil of Truth and Love!"
- },
- {
- "side": "beedrill",
- "translation": "Washing Machines",
- "color": "purple",
- "winmsg": "The Beedrill gang is blasting off!"
- }
- ],
- "tips": {
- "Why is it bad?": "Mainly being used to test new features."
- },
- "variables": {
- "SilentIgnore": {
- "mode": "ignore",
- "silent": true
- }
- },
- "roles": [
- {
- "role": "pikachu",
- "translation": "Pikachu",
- "side": "village",
- "help": "You are the mascot of Pokémon! Type /Kill during the day to blast someone to bits with 10,000 volts!",
- "info": "Can daykill (revealed). Haxes target of Distract. ~Sided~",
- "actions": {
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "You can kill now by using /kill [name]!",
- "killmsg": "~Self~ runs out into the open and screams \"Pikaaaaa -\" ~Target~ tries to run, but it's too late. \"CHUUUUUUUU!!!!!\""
- }
- }
- }
- },
- {
- "role": "beedrill",
- "translation": "Beedrill",
- "side": "beedrill",
- "help": "You are the bully of the forrest, Beedrill! Type /kill [name] to destroy someone during the night. If anyone tries to distract you, you'll kill them instead!",
- "hide": true,
- "actions": {
- "night": {
- "kill": {
- "target": "AnyButSelf",
- "common": "Self",
- "pierce": true,
- "priority": 6
- }
- },
- "distract": {
- "mode": "ChangeTarget",
- "hookermsg": "You tried to distract Kefka (how foolish...), you were killed instead !",
- "msg": "The ~Distracter~ came to you last night! You destroyed her instead !"
- },
- "preventTeamvote": true
- }
- },
- {
- "role": "butterfree",
- "translation": "Butterfree",
- "side": "village",
- "info": "Can distract one person during the night. Sided with Heroes.",
- "help": "One of Cloud's childhood friends, you are one of the protagonists of Final Fantasy VII! Deceptively strong, you are capable of stopping killers at night with /Distract [name]! In addition, you have a chance of finding Auron when he Protects during the Night.",
- "actions": {
- "night": {
- "distract": {
- "target": "AnyButSelf",
- "distractmsg": "Butterfree used Sleep Powder! You fell asleep and forgot to perform any night actions!",
- "common": "Self",
- "priority": 3
- }
- }
- }
- },
- {
- "role": "dragonite",
- "translation": "Dragonite",
- "side": "dragons",
- "help": "You are Dragonite! You can knock a Pokémon out during the day with Extreme Speed by using /kill! Because you are one of the smartest Pokémon in the world, you can Inspect during the night to learn someone's role!",
- "info": "Can kill one person during the standby. Can Inspect one person during the night. Immune to Nightkills. ~Sided~",
- "actions": {
- "night": {
- "inspect": {
- "target": "AnyButTeam",
- "common": "Self",
- "broadcast": "team",
- "priority": 30
- }
- },
- "standby": {
- "kill": {
- "target": "AnyButSelf",
- "msg": "You can kill now by using /kill [name]!",
- "killmsg": "Dragonite used Extreme Speed! ~Target~ fainted!"
- }
- },
- "kill": {"mode": "ignore"}
- }
- },
- {
- "role": "blastoise",
- "translation": "Blastoise",
- "side": "village",
- "help": "You are the Shell Pokémon! Use your water turrets and bulky shell to /Guard someone to protect them from being killed during the day!",
- "info": "Can guard (dayprotect). ~Sided~",
- "hide": true,
- "actions": {
- "night": {
- "guard": {
- "command": ["dayprotect"],
- "dayProtectMsg": "You couldn't kill ~Target~! Blastoise protected them!",
- "dayProtectType": "protect",
- "target": "Any",
- "common": "Self",
- "priority": 1
- }
- }
- }
- },
- {
- "role": "venusaur",
- "translation": "Venusaur",
- "side": "village",
- "help": "A wise old Pokémon like you has a vote 3!",
- "info": "Vote counts as 3. ~Sided~",
- "actions": {
- "vote": 3
- }
- }
- ],
- "roles1": [
- "blastoise",
- "venusaur",
- "dragonite",
- "pikachu",
- "butterfree",
- "beedrill"
- ],
- "villageCantLoseRoles": [],
- "changelog": {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment