[Retired] Pokemon II

Discussion in 'Theme Development' started by Demonic Cake, Sep 23, 2012.

Thread Status:
Not open for further replies.
  1. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    So I finished it.

    http://pastebin.com/raw.php?i=8kcsJQGv
    [secret]{
    "name": "Pokemon II",
    "author": "Cake",
    "summary": "A legendary battle commences, as the legends are forced to defend themselves from Sky Peak for the good of their world! From the mysterious Unown, to the small yet vengeful Little Bugs, to even the illusionary forces of Zoroark, they will have to work together above all else or lose their hold on the world of Pokemon... (Cake notes: Alright, if you're looking for Pokemon, I'm still sorting that. Don't panic, I'll get it back somehow. Long story. Anyway, ONLY Shedinja gets immunity, I'll explain if you ask because it's long, and Arceus gets Omnipotent from Conquest which, although not seen in game, here is superior to Wonder Guard so that the legends have a chance earlygame. Oh, and Rayquaza has V-Create. Enjoy~)",
    "sides": [
    {
    "side": "village",
    "translation": "Sky Peak",
    "winmsg": "The battle has ended, the legends have won! ~Players~ have saved the Pokemon world from conflict."
    },
    {
    "side": "unown",
    "translation": "Unown Alliance",
    "winmsg": "The Unown (~Players~) used their power over words to bring silence to the world."
    },
    {
    "side": "shedinja",
    "translation": "Empty Shell",
    "winmsg": "~Players~, Shedinja, got revenge for its fate..."
    },
    {
    "side": "bug",
    "translation": "Little Bugs",
    "winmsg": "The bugs, ~Players~, took their vengeance on the legends for their mistreatment!"
    },
    {
    "side": "derp",
    "translation": "Derp Army",
    "winmsg": "~Players~ proved that though they may look 'derpy', their power is absolute."
    },
    {
    "side": "illusion",
    "translation": "Illusionary Forces",
    "winmsg": "The forces of change and illusions, ~Players~, changed the world in their image..."
    },
    {
    "side": "shadow",
    "translation": "Shadows",
    "winmsg": "~Players~ engulfed the world in darkness, making it a haven for their kind."
    },
    {
    "side": "magikarp",
    "translation": "Magikarp",
    "winmsg": "~Players~ has taunted the power of legends with an almighty splash."
    },
    {
    "side": "eevee",
    "translation": "Eon",
    "winmsg": "~Players~ has shown the wisdom of evolution to the legends, making them rethink their ways."
    }
    ],
    "roles": [
    {
    "role": "arceus",
    "translation": "Arceus",
    "side": "village",
    "help": "You are Arceus, leader of the legendaries! During the day, you can defeat an opponent with /kill, this will mean others notice you, though. However, due to your Omnipotent ability you obtained in a lesser-known region, you can hit Shedinja!",
    "info": "A revealing samurai who can hit Shedinja. Sided with Sky Peak.",
    "actions": {
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "Bring justice with /kill!",
    "killmsg": "~Self~ roars, and a beam of light comes down on ~Target~!"
    }
    }
    }
    },
    {
    "role": "articuno",
    "translation": "Articuno",
    "side": "village",
    "help": "You are Articuno, bird of blizzards! You are attuned to the temperature as is, and so may feel when it changes due to an attack being used, making you able to discover who used said attack.",
    "info": "A spy. Sided with Sky Peak.",
    "actions": {
    "hax": {
    "kill": {
    "revealTeam": 0.25,
    "revealPlayer": 0.12
    }
    }
    }
    },
    {
    "role": "darkrai",
    "translation": "Darkrai",
    "side": "village",
    "help": "You are Darkrai, lord of nightmares! Use /poison during the night to put someone into a nightmare, defeating them the turn after.",
    "info": "A poisoner. Sided with Sky Peak.",
    "actions": {
    "night": {
    "poison": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 30,
    "poisonDeadMessage": "Darkrai's nightmares overwhelmed you..."
    }
    }
    }
    },
    {
    "role": "genesect",
    "translation": "Genesect",
    "side": "village",
    "help": "You are Genesect, cyborg bug! Being able to use Explosion ensures that anyone attacking you will get taken out.",
    "info": "A bomb. Sided with Sky Peak.",
    "actions": {
    "kill": {
    "mode": "killattacker",
    "msg": "±Genesect: Initiating 'Explosion' tactic."
    },
    "daykill": "bomb",
    "daykillrevengemsg": "~Target~ was foolish enough to target Genesect...who exploded!"
    }
    },
    {
    "role": "giratina",
    "translation": "Giratina",
    "side": "village",
    "help": "You are Giratina, ruler of the Distortion World! This allows you to appear from there and scare another into revealing during the day with /expose.",
    "info": "An exposer. Sided with Sky Peak.",
    "actions": {
    "standby": {
    "expose": {
    "target": "AnyButTeam",
    "msg": "Use /expose to scare another!",
    "exposemsg": "Giratina appeared in front of ~Target~! ~Role~ ran away in fear."
    }
    }
    }
    },
    {
    "role": "landorus",
    "translation": "Landorus",
    "side": "village",
    "help": "You are Landorus, titan of earth! Being well respected, your vote counts for two.",
    "info": "A role with 2 votes. Sided with Sky Peak.",
    "actions": {
    "vote": 2
    }
    },
    {
    "role": "latias",
    "translation": "Latias",
    "side": "village",
    "help": "You are Latias, red twin of Latios! Your psychic power allows you to find out some attacks, but if Latios is defeated you will become stronger in revenge...",
    "info": "A minispy who becomes stronger if Latios is defeated. Sided with Sky Peak.",
    "actions": {
    "hax": {
    "kill": {
    "revealTeam": 0.1,
    "revealPlayer": 0.05
    }
    },
    "onDeath": {
    "convertRoles": {
    "latios": "latios1"
    },
    "convertmsg": "+Latios: L-Latias!...why..."
    },
    "startup": {
    "revealRole": [
    "latios"
    ]
    }
    }
    },
    {
    "role": "latias1",
    "translation": "Latias",
    "side": "village",
    "help": "After Latios' defeat, you went mad with grief; you have a vote of 10, can avoid the majority of attacks and can inspect, but will faint quite soon.",
    "info": "An inspector with 10 votes and major evasion, but who faints after 2 nights. Sided with Sky Peak.",
    "actions": {
    "initialCondition": {
    "poison": {
    "count": 3,
    "poisonDeadMessage": "You fainted from grief..."
    }
    },
    "kill": {
    "mode": {
    "evadeChance": 0.7,
    "msg": "Latias turned invisible and sped away!"
    }
    },
    "night": {
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 35
    }
    },
    "vote": 10
    }
    },
    {
    "role": "latios",
    "translation": "Latios",
    "side": "village",
    "help": "You are Latios, blue twin of Latias! Your being psychic allows you to find out some attacks, and you are protective of Latias so will revenge her if she's defeated...",
    "info": "A minispy who becomes stronger if Latias is defeated. Sided with Sky Peak.",
    "actions": {
    "hax": {
    "kill": {
    "revealTeam": 0.1,
    "revealPlayer": 0.05
    }
    },
    "onDeath": {
    "convertRoles": {
    "latias": "latias1"
    },
    "convertmsg": "+Latias: NO! LATIOS!"
    },
    "startup": {
    "revealRole": [
    "latias"
    ]
    }
    }
    },
    {
    "role": "latios1",
    "translation": "Latios",
    "side": "village",
    "help": "After Latias' defeat, your anger peaked; you can now defeat an enemy instantly with /kill, prepare a delayed attack on another with /poison, and protect yourself or another with /protect, but you will faint quite soon. Also, the exertion from /kill may defeat you early...",
    "info": "A bodyguard with a kill (which might kill it) and a poison, but who faints after a night. Sided with Sky Peak.",
    "actions": {
    "initialCondition": {
    "poison": {
    "count": 2,
    "poisonDeadMessage": "You fainted from rage..."
    }
    },
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 20,
    "msg": "You were the victim of Latios' rage...",
    "suicideChance": 0.3
    },
    "poison": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 30,
    "poisonDeadMessage": "Latios' attack hit you, KOing you instantly!"
    },
    "protect": {
    "target": "Any",
    "common": "Role",
    "priority": 4
    }
    }
    }
    },
    {
    "role": "meloetta",
    "translation": "Meloetta",
    "side": "village",
    "help": "You are Meloetta, beautiful performer! You can sing to another player with /distract, stopping them acting; you may also /safeguard a player to guard them from poison with song. Use /relic to change forme!",
    "info": "A distractor and safeguarder who can change forme. Sided with Sky Peak.",
    "actions": {
    "night": {
    "safeguard": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 6
    },
    "relic": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "meloettap",
    "canConvert": [
    "meloetta"
    ],
    "convertmsg": "Meloetta used Relic Song!"
    },
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 1,
    "distractmsg": "Meloetta sung to you~",
    "teammsg": "You got to listen to Meloetta singing to your partner~"
    }
    }
    }
    },
    {
    "role": "meloettap",
    "translation": "Meloetta",
    "side": "village",
    "help": "You changed to Pirouette Forme! In this forme, you can use /distract twice to...kick two players in the face and stop them acting. Not so nice. Use /relic to change forme!",
    "info": "A double distractor who can change forme. Sided with Sky Peak.",
    "actions": {
    "night": {
    "relic": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "meloetta",
    "canConvert": [
    "meloettap"
    ],
    "convertmsg": "Meloetta used Relic Song!"
    },
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "limit": 2,
    "priority": 1,
    "distractmsg": "Meloetta...kicked you in the face. Ouch.",
    "teammsg": "Meloetta beat up your partner. Sort of. It was painful to watch."
    }
    }
    }
    },
    {
    "role": "mew",
    "translation": "Mew",
    "side": "village",
    "help": "You are Mew, little pink kitten! You're seen as cute, so can reveal yourself during the day with /reveal, whilst your transforming prowess makes you undefeatable during the day. Finally, you know your clone Mewtwo by default!",
    "info": "A revealer who cannot be daykilled and knows Mewtwo. Sided with Sky Peak.",
    "actions": {
    "standby": {
    "reveal": {
    "limit": 1,
    "msg": "Reveal now with /reveal!",
    "revealmsg": "Mewww! ~Self~ flies through the air."
    }
    },
    "daykill": "evade",
    "startup": {
    "revealRole": [
    "mewtwo"
    ]
    }
    }
    },
    {
    "role": "mewtwo",
    "translation": "Mewtwo",
    "side": "village",
    "help": "You are Mewtwo, cloned psychic feline! Your psychic prowess allows you to /inspect anyone during the night, whilst being cloned from Mew means that if she's around, then you will know.",
    "info": "An inspector who knows Mew. Sided with Sky Peak.",
    "actions": {
    "night": {
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 30
    }
    },
    "startup": {
    "revealRole": [
    "mew"
    ]
    }
    }
    },
    {
    "role": "phione",
    "translation": "Phione",
    "side": "village",
    "help": "You are Phione, aqua creature! Some don't consider you a true legendary, and hence used a move to make you seen as an enemy.",
    "info": "A miller who inspects as Shedinja. Sided with Sky Peak.",
    "actions": {
    "inspect": {
    "revealAs": "shedinja"
    }
    }
    },
    {
    "role": "rayquaza",
    "translation": "Rayquaza",
    "side": "village",
    "help": "You are Rayquaza, commander of weather! Being a powerful dragon, Arceus set you to attack - use /kill to defeat enemies with various moves!",
    "info": "A vigilante who can hit Shedinja. Sided with Sky Peak.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 19,
    "msg": "Rayquaza's powerful moves were your end!"
    }
    }
    }
    },
    {
    "role": "shaymin1",
    "translation": "Shaymin",
    "side": "village",
    "help": "You are Shaymin, original resident of Sky Peak! Being a civilian, the other legendaries wish you to be kept out of the battle as much as possible, hence all you can do is vote.",
    "info": "A villager. Sided with Sky Peak.",
    "actions": {
    }
    },
    {
    "role": "shaymin",
    "translation": "Shaymin",
    "side": "village",
    "help": "You are Shaymin, original resident of Sky Peak! Being a civilian, the other legendaries wish you to be kept out of the battle as much as possible, however with /transform you can look for a Gracidea, giving you a low chance to change forme!",
    "info": "A villager who may transform. Sided with Sky Peak.",
    "actions": {
    "night": {
    "transform": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "skyshaymin",
    "canConvert": [
    "shaymin"
    ],
    "convertmsg": "Shaymin found a Gracidea!",
    "failChance": 0.9
    }
    }
    }
    },
    {
    "role": "skyshaymin",
    "translation": "Sky Shaymin",
    "side": "village",
    "help": "You found a Gracidea and transformed to Sky forme! In this forme, you can flinchhax an enemy every night, although it may not always work, with /distract.",
    "info": "A distractor with a fail chance. Sided with Sky Peak.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 1,
    "failChance": 0.4,
    "distractmsg": "Sky Shaymin flinchhaxed you. @_@",
    "teammsg": "Your partner got flinchhaxed by Shaymin."
    }
    }
    }
    },
    {
    "role": "skyshaymin1",
    "translation": "Sky Shaymin",
    "side": "village",
    "help": "You are Shaymin in Sky forme! Leader of the village Shaymin, you can /distract by flinchhax every turn (though it may fail) and know any Shaymin who find a Gracidea.",
    "info": "A distractor with a fail chance who knows other Sky Shaymin. Sided with Sky Peak.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 1,
    "failChance": 0.4,
    "distractmsg": "Sky Shaymin flinchhaxed you. @_@",
    "teammsg": "Your partner got flinchhaxed by Shaymin."
    }
    },
    "startup": {
    "revealRole": [
    "skyshaymin"
    ]
    }
    }
    },
    {
    "role": "suicune",
    "translation": "Suicune",
    "side": "village",
    "help": "You are Suicune, beautiful cat of the aurora! Being a defensive wall, you can /protect others from attack.",
    "info": "A protector. Sided with Sky Peak.",
    "actions": {
    "night": {
    "protect": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 4
    }
    }
    }
    },
    {
    "role": "unown",
    "translation": "Unown",
    "side": "unown",
    "help": "You are Unown, glyph of the alphabet! You feel disliked by the legendaries as a result of your Suicune-related subplot never being resolved, and hence want to win the world. Therefore you may /kill, every other turn from the second get a second kill with /power, and you have 1.01 vote so as to taunt them if they seemingly tie!",
    "info": "A killer with 1.01 vote and a second kill every other turn. Sided with the Unown Alliance.",
    "actions": {
    "night": {
    "power": {
    "target": "AnyButTeam",
    "recharge": 2,
    "command": "kill",
    "common": "Role",
    "priority": 17,
    "initialrecharge": 2,
    "msg": "Hidden Power struck. It was super effective!"
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 28,
    "msg": "You were swarmed by Unown..."
    }
    },
    "vote": 1.01,
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "butterfree",
    "translation": "Butterfree",
    "side": "bug",
    "help": "You are Butterfree, the once-defeated Caterpie back for revenge! By letting powders drift onto an opponent, you can expose their identity, whilst you can kill with /kill. Finally, if defeated, your remaining powders will poison the attacker.",
    "info": "A killer and exposer who poisons attackers. Sided with the Little Bugs.",
    "actions": {
    "kill": {
    "mode": "poisonattacker",
    "count": 2,
    "poisonDeadMessage": "Butterfree's poisonous powders made you faint..."
    },
    "standby": {
    "expose": {
    "target": "AnyButTeam",
    "msg": "Use /expose to drift powders on an opponent!",
    "exposemsg": "Butterfree flapped its wings, sending a wave of powders at ~Target~! In their agitation, they were revealed as ~Role~."
    }
    },
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 11,
    "msg": "Bzzzzzzz..."
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "caterpie",
    "translation": "Caterpie",
    "side": "bug",
    "help": "You are Caterpie, cute green bug! Use your Bug Bite with /kill!",
    "info": "A basic mafia. Sided with the Little Bugs.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 11,
    "msg": "*nom nom nom*"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "dustox",
    "translation": "Dustox",
    "side": "bug",
    "help": "You are Dustox, once-Wurmple who evolved after multiple defeats! Your scales allow you to /protect an ally from an attack, whilst you can scatter poisonous powders to stop an enemy with /poison. Finally, if you're defeated, your attacker will be poisoned by your scales!",
    "info": "A poisoner and protector who poisons killers. Sided with the Little Bugs.",
    "actions": {
    "kill": {
    "mode": "poisonattacker",
    "count": 2,
    "poisonDeadMessage": "The poison you obtained by touching Dustox's scales became too much..."
    },
    "night": {
    "poison": {
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 30,
    "poisonDeadMessage": "The poison was too much..."
    },
    "protect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 4
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "galvantula",
    "translation": "Galvantula",
    "side": "bug",
    "help": "You are Galvantula, fuzzier and stronger than ever before! As an Electric-type, you can use Discharge to distract two targets at once with /distract, whilst you can electrify another with /kill.",
    "info": "A killer and double distractor. Sided with the Little Bugs.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 1,
    "limit": 2,
    "distractmsg": "You got paralysed by Discharge!",
    "teammsg": "You just managed to dodge a Discharge which hit a partner..."
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 11,
    "msg": "Bzzzzzzz..."
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "joltik",
    "translation": "Joltik",
    "side": "bug",
    "help": "You are Joltik, fuzzy spider! You can stop an opponent with your fuzziness with /distract, and defeat another with /jolt.",
    "info": "A killer and distractor with a separate kill. Sided with the Little Bugs.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 1,
    "distractmsg": "Joltik is so fuzzy...",
    "teammsg": "Your partner is...staring at Joltik. Typical."
    },
    "jolt": {
    "target": "AnyButTeam",
    "common": "Team",
    "command": "kill",
    "priority": 10,
    "msg": "Bzzap!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "wurmple",
    "translation": "Wurmple",
    "side": "bug",
    "help": "You are Wurmple, small red worm! Use your Bug Bite with /kill!",
    "info": "A basic mafia. Sided with the Little Bugs.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 11,
    "msg": "*nom nom nom*"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "dunsparce",
    "translation": "Dunsparce",
    "side": "derp",
    "help": "You are Dunsparce, snakelike creature! Your Serene Grace ability allows you to flinch an opponent with /flinch, stopping them acting, whilst you can kill with /kill. Being a derp, though, you have -1 vote.",
    "info": "A killer and distractor with -1 vote. Sided with the Derp Army.",
    "actions": {
    "night": {
    "flinch": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 1,
    "command": "distract",
    "distractmsg": "You got flinchhaxed by Dunsparce!",
    "teammsg": "You could only watch as your partner got flinchhaxed by Dunsparce..."
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 12,
    "broadcast": "team",
    "msg": "The so-called derpy Pokemon are stronger than they seem..."
    }
    },
    "startup": "team-reveal-with-roles",
    "vote": -1
    }
    },
    {
    "role": "farfetchd",
    "translation": "Farfetch'd",
    "side": "derp",
    "help": "You are Farfetch'd, warrior bird! You are proficient with a leek, and so can use it against another with /kill; you also cannot be moved from your task. Being underrated, though, you have a vote of -1.",
    "info": "A killer who cannot be distracted and has a vote of -1. Sided with the Derp Army.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 12,
    "broadcast": "team",
    "msg": "The so-called derpy Pokemon are stronger than they seem..."
    }
    },
    "distract": {
    "mode": "ignore",
    "msg": "~Distracter~ tried to come to you, but you completely ignored them."
    },
    "startup": "team-reveal-with-roles",
    "vote": -1
    }
    },
    {
    "role": "stunfisk",
    "translation": "Stunfisk",
    "side": "derp",
    "help": "You are Stunfisk, derpy flat fish thing! Being electric allows you to electrocute another with /poison, defeating them the night after. Being derpy enough to make Dunsparce forgotten, your vote is -2.",
    "info": "A poisoner who kills distractors and has a vote of -2. Sided with the Derp Army.",
    "actions": {
    "night": {
    "poison": {
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 30,
    "poisonDeadMessage": "You were electrocuted and fainted!"
    }
    },
    "distract": {
    "mode": "ChangeTarget",
    "hookermsg": "Oops! You stepped on Stunfisk and got electrocuted.",
    "msg": "~Distracter~ had the nerve to step on you! So you electrocuted them."
    }
    }
    },
    {
    "role": "ditto",
    "translation": "Ditto",
    "side": "illusion",
    "help": "You are Ditto, ever-transforming blob! Despite not being a true illusionist, Zoroark accepted you as a teammate. Use /transform on yourself to transform into another nearby Pokemon, whether they're in battle, a spectator, or already fainted!",
    "info": "A role which can transform at random. Sided with the Illusionary Forces.",
    "actions": {
    "night": {
    "transform": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": { "dittodarkrai": ["ditto"], "dittogenesect": ["ditto"], "dittogiratina": ["ditto"], "dittomewtwo": ["ditto"], "dittoskyshaymin": ["ditto"] },
    "convertmsg": "Ditto transformed!"
    }
    }
    }
    },
    {
    "role": "dittodarkrai",
    "translation": "Ditto",
    "side": "illusion",
    "help": "You transformed into Darkrai! As a being of nightmares, you can /poison an opponent to make them fall into a nightmare, defeating them the next turn. You can also /distract an opponent by putting them to sleep with Dark Void!",
    "info": "A poisoner and distracter who reveals as Darkrai. Sided with the Illusionary Forces.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 1,
    "distractmsg": "Zzzzzzz...aagh!",
    "teammsg": "You watched your partner fall into a nightmare...they woke up soon, fortunately."
    },
    "poison": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 30,
    "poisonDeadMessage": "Darkrai's nightmares overwhelmed you..."
    }
    },
    "startup": "team-reveal-with-roles",
    "onlist": "darkrai",
    "inspect": {
    "revealAs": "darkrai"
    }
    }
    },
    {
    "role": "dittogenesect",
    "translation": "Ditto",
    "side": "illusion",
    "help": "You transformed into Genesect! You now know the powerful Explosion technique, and will use it upon attack, whilst you can /kill to defeat an opponent!",
    "info": "A bomb and killer who reveals as Genesect. Sided with the Illusionary Forces.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 13,
    "broadcast": "team",
    "msg": "Ditto-Genesect used Techno Blast!"
    }
    },
    "kill": {
    "mode": "killattacker",
    "msg": "±Genesect: Initiating 'Explosion' tactic."
    },
    "startup": "team-reveal-with-roles",
    "onlist": "genesect",
    "inspect": {
    "revealAs": "genesect"
    },
    "daykill": "bomb",
    "daykillrevengemsg": "~Target~ was foolish enough to target Genesect...who exploded!"
    }
    },
    {
    "role": "dittogiratina",
    "translation": "Ditto",
    "side": "illusion",
    "help": "You transformed into Giratina! Being quite scary, you can appear in front of someone during the day with /expose and reveal their identity, you may also /kill during the night! Although this uses Shadow Force which would normally take two turns, you have a large stock of Power Herbs for that very reason.",
    "info": "An exposer and killer who reveals as Giratina. Sided with the Illusionary Forces.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 13,
    "broadcast": "team",
    "msg": "Ditto-Giratina used Shadow Force!"
    }
    },
    "standby": {
    "expose": {
    "target": "AnyButTeam",
    "msg": "Use /expose to scare another!",
    "exposemsg": "Giratina appeared in front of ~Target~! ~Role~ ran away in fear."
    }
    },
    "startup": "team-reveal-with-roles",
    "onlist": "giratina",
    "inspect": {
    "revealAs": "giratina"
    }
    }
    },
    {
    "role": "dittomewtwo",
    "translation": "Ditto",
    "side": "illusion",
    "help": "You transformed into Mewtwo! Whilst maybe not as good a form for trickery, you are able to /inspect to find out anyone else's role, plus enemies may be taken out with /kill!",
    "info": "An inspector and killer who reveals as Mewtwo. Sided with the Illusionary Forces.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 13,
    "broadcast": "team",
    "msg": "Ditto-Mewtwo used Psystrike!"
    },
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 30
    }
    },
    "startup": "team-reveal-with-roles",
    "onlist": "mewtwo",
    "inspect": {
    "revealAs": "mewtwo"
    }
    }
    },
    {
    "role": "dittoskyshaymin",
    "translation": "Ditto",
    "side": "illusion",
    "help": "You transformed into a Shaymin in Sky forme! In this forme, you can flinchhax an opponent with /distract, though it may not work; you can also defeat an enemy with /kill!",
    "info": "A killer and distractor with a fail chance who reveals as Sky Shaymin. Sided with the Illusionary Forces.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 1,
    "failChance": 0.4,
    "distractmsg": "Sky Shaymin flinchhaxed you. @_@",
    "teammsg": "Your partner got flinchhaxed by Shaymin."
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 13,
    "broadcast": "team",
    "msg": "Ditto-Shaymin used Seed Flare!"
    }
    },
    "startup": "team-reveal-with-roles",
    "onlist": "skyshaymin",
    "inspect": {
    "revealAs": "skyshaymin"
    }
    }
    },
    {
    "role": "zoroark",
    "translation": "Zoroark",
    "side": "illusion",
    "help": "You are Zoroark, master of illusions! Your illusionary prowess allows you to impersonate Arceus itself, by being able to /kill during the day in precisely the same manner! However, you have a chance of being revealed as a fake. Finally, if you do happen to be defeated, your Zorua will grow stronger to avenge you!",
    "info": "A fake samurai with a 10% chance of revealing as Zoroark. Sided with the Illusionary Forces.",
    "actions": {
    "inspect": {
    "revealAs": "arceus"
    },
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "Pretend you bring justice, with /kill!",
    "killmsg": "~Self~ roars, and a beam of light comes down on ~Target~!",
    "revealChance": 0.1,
    "revealmsg": "~Self~ trips over a rock, and its illusion flickers slightly..."
    }
    },
    "onDeath": {
    "convertRoles": {
    "zorua": "zorua1"
    },
    "convertmsg": "+Zorua: Zoroark! We will be strong for you..."
    }
    }
    },
    {
    "role": "zorua",
    "translation": "Zorua",
    "side": "illusion",
    "help": "You are Zorua, illusionist in training! Being small, your illusions aren't up to much, hence you can only disguise as Shaymin; use this to your advantage! You may also /protect Zoroark or Ditto during the night, and your vote counts for two.",
    "info": "A protector with 2 votes who inspects as Shaymin. Sided with the Illusionary Forces.",
    "actions": {
    "vote": 2,
    "inspect": {
    "revealAs": "shaymin"
    },
    "night": {
    "protect": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 4
    }
    }
    }
    },
    {
    "role": "zorua1",
    "translation": "Zorua",
    "side": "illusion",
    "help": "Having seen Zoroark's defeat, you became stronger to avenge them! Now you have a /kill, to take down those who stopped your leader, and you keep your vote of 2 and your Shaymin illusion!",
    "info": "A killer with 2 votes who inspects as Shaymin. Sided with the Illusionary Forces.",
    "actions": {
    "vote": 2,
    "inspect": {
    "revealAs": "shaymin"
    },
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 14,
    "msg": "Zorua attacked when you weren't looking!"
    }
    }
    }
    },
    {
    "role": "banette",
    "translation": "Banette",
    "side": "shadow",
    "help": "You are Banette, abandoned doll! Being a ghost, you avoid distraction; you can kill with /kill, and protect a teammate with /protect! Finally, you may also avoid kills by hiding in walls!",
    "info": "A killer and protector who cannot be distracted and may evade kills. Sided with the Shadows.",
    "actions": {
    "kill": {
    "mode": {
    "evadeChance": 0.1,
    "msg": "Banette floated away!"
    }
    },
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 16,
    "broadcast": "team",
    "msg": "Banette dragged you to the shadows..."
    },
    "protect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 4
    }
    },
    "distract": {
    "mode": "ignore",
    "msg": "~Distracter~ came to play with you, but you scared them off!"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "houndoom",
    "translation": "Houndoom",
    "side": "shadow",
    "help": "You are Houndoom, fiery hellhound! Your flames can be used to burn two opponents with /burn, defeating them the night after. Also, being one of shadows, you may evade kills by hiding in said shadows!",
    "info": "A dual poisoner who may evade kills. Sided with the Shadows.",
    "actions": {
    "kill": {
    "mode": {
    "evadeChance": 0.1,
    "msg": "Houndoom hid in the shadows!"
    }
    },
    "night": {
    "poison": {
    "target": "AnyButTeam",
    "common": "Role",
    "limit": 2,
    "priority": 30,
    "poisonDeadMessage": "Houndoom's burns became too much to handle!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "hydreigon",
    "translation": "Hydreigon",
    "side": "shadow",
    "help": "You are Hydreigon, three-headed dragon! Every other day, you can use Draco Meteor on an opponent by using /kill; you also have three votes due to your hydra status. Finally, you are so intimidating you may stop a killer in their tracks.",
    "info": "A daykiller with a recharge turn and three votes, who may evade kills. Sided with the Shadows.",
    "actions": {
    "kill": {
    "mode": {
    "evadeChance": 0.1,
    "msg": "Hydreigon intimidated you!"
    }
    },
    "vote": 3,
    "standby": {
    "kill": {
    "target": "AnyButTeam",
    "msg": "Use Draco Meteor with /kill!",
    "killmsg": "Hydreigon used Draco Meteor... ~Target~ had no chance.",
    "recharge": 2
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "weavile",
    "translation": "Weavile",
    "side": "shadow",
    "help": "You are Weavile, icy ninja! Your skills mean that if anyone tries to distract you, you'll sneak up behind them and stop them before they can try, and you may dodge attacks, whilst attacking yourself with /kill!",
    "info": "A killer who kills distractors and has a slight evasion chance. Sided with the Shadows.",
    "actions": {
    "kill": {
    "mode": {
    "evadeChance": 0.2,
    "msg": "Weavile outninja'd your attack!"
    }
    },
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 15,
    "msg": "Weavile's mastery of speed proved too fast for your defense to cope with."
    }
    },
    "distract": {
    "mode": "ChangeTarget",
    "hookermsg": "You looked for Weavile but it wasn't there. Until it appeared behind you...",
    "msg": "Ninjaing a ~Distracter~ is easy for you."
    }
    }
    },
    {
    "role": "shedinja",
    "translation": "Shedinja",
    "side": "shedinja",
    "help": "You are Shedinja, empty shell! Having been abandoned, you are now so angry you wish to take revenge on every other Pokemon. You may defeat an opponent with /kill, and any distractors will have their soul stolen; Wonder Guard also protects you from most attacks, and though you have a vote of 0, the total votes on you will always be reduced by 1!",
    "info": "A killer who kills distractors and is immune to most moves, has a vote of 0 and a voteshield of -1. Sided with itself.",
    "actions": {
    "voteshield": -1,
    "kill": {
    "mode": {
    "ignore": ["butterfree", "caterpie", "dittogenesect", "dittomewtwo", "dittoskyshaymin", "dunsparce", "espeon", "glaceon", "jolteon", "joltik", "latios1", "leafeon", "magikarp", "stunfisk", "unown", "vaporeon", "wurmple"],
    "msg": "Wonder Guard negated your attack!"
    }
    },
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 8,
    "msg": "Shedinja took your soul..."
    }
    },
    "distract": {
    "mode": "ChangeTarget",
    "hookermsg": "In trying to distract Shedinja, you looked into its back...",
    "msg": "The foolish ~Distracter~ looked into your back."
    },
    "vote": 0
    }
    },
    {
    "role": "magikarp",
    "translation": "Magikarp",
    "side": "magikarp",
    "help": "You are Magikarp, splashing fish! Angered at your portrayal, and having been helped by a Smeargle, you may kill during the day with /kill, and likewise during every other night. You also stop distractors attempting to stop you.",
    "info": "A daykiller who kills distractors and has a kill every other night. Sided with itself.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 29,
    "recharge": 2,
    "msg": "Magikarp used Flail! You were defeated instantly."
    }
    },
    "distract": {
    "mode": "ChangeTarget",
    "hookermsg": "You foolishly came to stop Magikarp...",
    "msg": "~Distracter~ came to stop you, but it was a worthless sacrifice..."
    },
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "Now use /kill!",
    "killmsg": "Magikarp Splashed at ~Target~...they were defeated by the sheer power!"
    }
    }
    }
    },
    {
    "role": "eevee",
    "translation": "Eevee",
    "side": "eevee",
    "winningSides": "*",
    "help": "You are Eevee, adorable evolver! You win with anyone unevolved, but may evolve with /water, /thunder, /fire, /sun, /moon, /leaf or /ice!",
    "info": "A conspirator who can evolve but lose conspirator status. Sided with itself, but wins with anyone.",
    "actions": {
    "night": {
    "water": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "vaporeon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Vaporeon!"
    },
    "thunder": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "jolteon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Jolteon!"
    },
    "fire": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "flareon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Flareon!"
    },
    "sun": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "espeon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Espeon!"
    },
    "moon": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "umbreon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Umbreon!"
    },
    "leaf": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "leafeon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Leafeon!"
    },
    "ice": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 5,
    "newRole": "glaceon",
    "canConvert": [
    "eevee"
    ],
    "convertmsg": "Eevee evolved into Glaceon!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "espeon",
    "translation": "Espeon",
    "side": "eevee",
    "help": "You evolved into Espeon, psychic feline! Being psychic, you can /inspect one player to find out their role; you can also defeat another with /kill.",
    "info": "A killer and inspector. Sided with itself.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Espeon's psychic assaults brought you down..."
    },
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 35
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "flareon",
    "translation": "Flareon",
    "side": "eevee",
    "help": "You evolved into Flareon, fiery rabbit! Being fiery, you can burn opponents as they come to defeat you, beating them too; you also can defeat one with /kill.",
    "info": "A killer and bomb. Sided with itself.",
    "actions": {
    "kill": {
    "mode": "killattacker",
    "msg": "±Flareon: You try and hit me? Burn!"
    },
    "daykill": "bomb",
    "daykillrevengemsg": "~Target~ targetted Flareon with their attack, and got burnt...",
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Flareon's fiery attacks burnt you..."
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "glaceon",
    "translation": "Glaceon",
    "side": "eevee",
    "help": "You evolved into Glaceon, icy fox! You may freeze an opponent to reveal them during the day with /expose; plus you can defeat another with /kill.",
    "info": "A killer and exposer. Sided with itself.",
    "actions": {
    "standby": {
    "expose": {
    "target": "AnyButTeam",
    "msg": "Use /expose to freeze an opponent!",
    "exposemsg": "~Target~ was frozen by Glaceon! ~Role~ thawed out pretty soon, though."
    }
    },
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Glaceon's icy attacks stopped you!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "jolteon",
    "translation": "Jolteon",
    "side": "eevee",
    "help": "You evolved into Jolteon, electric dog! You can paralyze an opponent to stop them moving with /distract, and defeat another with /kill.",
    "info": "A killer and distracter. Sided with itself.",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 1,
    "distractmsg": "Jolteon paralyzed you!",
    "teammsg": "Your partner was paralyzed by Jolteon!"
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Jolteon's electric power defeated you!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "leafeon",
    "translation": "Leafeon",
    "side": "eevee",
    "help": "You evolved into Leafeon, plantlike fox! You can defeat an opponent with /kill, and another every other turn with /blade.",
    "info": "A killer with a second kill every other turn. Sided with itself.",
    "actions": {
    "night": {
    "blade": {
    "target": "AnyButTeam",
    "recharge": 2,
    "command": "kill",
    "common": "Self",
    "priority": 9,
    "msg": "You were struck down by Leaf Blade!"
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Leafeon's nature powers stopped you!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "umbreon",
    "translation": "Umbreon",
    "side": "eevee",
    "help": "You evolved into Umbreon, shadowed feline! You emit poison, and so can use /poison every other turn; you may also defeat an opponent with /kill!",
    "info": "A killer with a poison every other turn. Sided with itself.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Umbreon struck from the darkness!"
    },
    "poison": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 30,
    "recharge": 2,
    "poisonDeadMessage": "You succumbed to Umbreon's poison..."
    }
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "vaporeon",
    "translation": "Vaporeon",
    "side": "eevee",
    "help": "You evolved into Vaporeon, aquatic mercat! You can become one with the water, and /protect yourself at night; you can also defeat an enemy with /kill.",
    "info": "A killer with a selfprotect. Sided with itself.",
    "actions": {
    "night": {
    "protect": {
    "target": "Any",
    "common": "Role",
    "priority": 4
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Self",
    "priority": 10,
    "msg": "Vaporeon's aquatic tactics sent you under!"
    }
    },
    "startup": "team-reveal-with-roles"
    }
    }
    ],
    "roles1": [
    "suicune",
    "arceus",
    "mewtwo",
    "unown",
    "shedinja",
    "shaymin1",
    "meloetta",
    "unown",
    "phione",
    "shaymin1"
    ],
    "roles2": [
    "suicune",
    "arceus",
    "mewtwo",
    "caterpie",
    "shedinja",
    "shaymin1",
    "meloetta",
    "wurmple",
    "phione",
    "shaymin1",
    "joltik",
    "articuno",
    "shaymin1",
    "landorus",
    "shaymin1",
    "shaymin1",
    "genesect",
    "phione"
    ],
    "roles3": [
    "suicune",
    "arceus",
    "mewtwo",
    "zorua",
    "shedinja",
    "shaymin",
    "meloetta",
    "ditto",
    "phione",
    "shaymin",
    "zoroark",
    "latias",
    "latios",
    "landorus",
    "farfetchd",
    "rayquaza",
    "genesect",
    "dunsparce",
    "stunfisk",
    "shaymin",
    "eevee",
    "magikarp",
    "mew",
    "shaymin"
    ],
    "roles4": [
    "suicune",
    "arceus",
    "mewtwo",
    "zorua",
    "shedinja",
    "shaymin",
    "meloetta",
    "ditto",
    "phione",
    "shaymin",
    "zoroark",
    "latias",
    "latios",
    "landorus",
    "houndoom",
    "rayquaza",
    "genesect",
    "weavile",
    "hydreigon",
    "shaymin",
    "eevee",
    "magikarp",
    "mew",
    "shaymin",
    "banette",
    "darkrai",
    "shaymin",
    "giratina",
    "phione",
    "zorua",
    "shaymin"
    ],
    "roles5": [
    "suicune",
    "arceus",
    "mewtwo",
    "zorua",
    "shedinja",
    "shaymin",
    "meloetta",
    "ditto",
    "phione",
    "shaymin",
    "zoroark",
    "latias",
    "latios",
    "landorus",
    "houndoom",
    "rayquaza",
    "genesect",
    "weavile",
    "hydreigon",
    "shaymin",
    "eevee",
    "magikarp",
    "mew",
    "shaymin",
    "banette",
    "darkrai",
    "shaymin",
    "giratina",
    "butterfree",
    "zorua",
    "dustox",
    "galvantula",
    "shaymin",
    "eevee",
    "skyshaymin1"
    ],
    "villageCantLoseRoles": [
    "arceus",
    "darkrai",
    "genesect",
    "landorus",
    "latias",
    "latias1",
    "latios",
    "latios1",
    "rayquaza"
    ],
    "killmsg": "+Arceus: ~Player~ (~Role~) fainted!",
    "killusermsg": "You fainted..."
    }[/secret]

    Pokemon II is my attempt of making a theme like how Pokemon used to be (but better), which is actually referenced in the name itself. It features five mafia teams and three lone roles (although one gets a companion at very high numbers), and some are pretty unique, for example the Little Bugs rotate - they're an easy mafia at the start, but at high enough numbers come back more powerful - and the Illusionary Forces all rely on inspections going awry. Shedinja's Wonder Guard is another feature, it is immune to near-all kills.

    Sides and Roles:
    Sky Peak - Village
    [secret]Arceus: Arceus, being the strongest Pokemon by base stats, would naturally be the Samurai of the theme. Being the leader, it must also come in straight away to stop Shedinja, who can be stopped by no other early-game killers; indeed, Arceus is only able to because it comes from Ransei and hence has Omnipotent rather than Multitype.
    Articuno: Being attuned to the temperature, Articuno may be able to sense a change from an attack like in Mystery Dungeon. This makes it the only true spy, as its replacements the Latis are only minispies.
    Darkrai: Darkrai's nightmarish power allows it to poison an opponent via nightmares. The damage from Nightmare AND Bad Dreams finishes the Pokemon off.
    Genesect: Genesect knows Explosion, which - what with its computer-like detection skills - allow it to explode upon attack, being the Bomb of the theme. It isn't poison-immune, as not all poisons are true poison.
    Giratina: The ability to appear anywhere via the Distortion World makes Giratina an excellent exposer, as it can scare a Pokemon away and reveal it. It just must be careful of hitting PRs...
    Landorus: A respected Pokemon, Landorus gets...a vote of two. Not that good, but it could be worse!
    Latias and Latios: Both Latias and Latios are mini-spies, until one is defeated...then the other converts:
    Latias: Upon conversion, Latias swaps spy status for 10 votes, an inspect, and a major chance to evade kills, BUT is pre-poisoned so will only live one or two turns.
    Latios: Upon conversion, Latios swaps spy status for a kill, a poison, and a protect, BUT is pre-poisoned so will only live one or two turns (one less than Latias) AND the kill may kill it.
    Meloetta: It's pretty, so it distracts~ Also, it gets a safeguard in Aria Forme, and can transform to Pirouette Forme for a second distract once all poisoners are gone. I may add an early-game poisoner to reflect this.
    Mew: Being cute, it gets to reveal itself. Bit of a trend with revealers being cute, isn't there? Anyway, whilst it's not revealing, it's transformed so cannot be found for a daykill, whilst it knows Mewtwo by default due to it being its clone.
    Mewtwo: A strong psychic? Inspector is the obvious choice, plus with the slight twist of knowing Mew right away (if it's there, that is) due to being its clone.
    Phione: Phione was my other choice for villager, but miller makes more sense; I don't need multiple Phione, either, as Shedinja is in the whole game.
    Rayquaza: With a variety of powerful moves - including V-Create for Shedinja - Rayquaza makes sense for a Vigilante, it has the coverage to put a neutral hit on anything with Dragon Claw, V-Create and Waterfall.
    Shaymin: And we come to the villagers! Shaymin, at around Zoroark's appearance, decide to go out to look for Gracidea. They only have a 10% chance of doing so, though.
    Sky Shaymin: After finding a Gracidea, a Shaymin can participate more in the battle; Sky Shaymin gets a distract in the form of Air Slash flinchhax!...except it only has a 60% flinch chance in game, which is reflected here. The one Sky Shaymin that starts off as that form knows all the others who manage to get a Gracidea.
    Suicune: My having a legendary village and no Suicune is completely unthinkable. So I made it BG so it can be in every game.[/secret]
    Unown Alliance
    Unown: The earliest Mafia team, Unown are a basic mafia - with a twist. They have a vote of 1.01, so that if there would otherwise be a tie and at least one is involved, then unless they voted differently, they will win the vote. After the initial turn, they also get a kill every other turn.
    Little Bugs (pre-Karp)
    [secret]Caterpie: Being just a cute little bug, Caterpie only gets a kill.
    Joltik: Being fuzzy, Joltik gets both a separate kill and a distract. It has a clever system of shocking the target into staring at its fuzziness.
    Wurmple: Just as cute as Caterpie, due to the team being basic Mafia, it has exactly the same power of simply a kill. But not when they return...[/secret]
    Little Bugs (post-Karp)
    [secret]Butterfree: Having been defeated and scorned as Caterpie, Butterfree trained hard (well, sort of - it only needed to get level 10) and evolved. It now gets a kill with Bug Buzz, and can scatter powder onto an opponent to paralyse (distract) it. Upon defeat, it also poisons the attacker with PoisonPowder.
    Dustox: The only Poison-type of the Little Bugs, Dustox hence gets a poison over the kill its team obtain. It may also protect its team with its poisonous scales, making others not want to go near for fear of poisoning - and in fact, if they do and defeat it, they will be poisoned.
    Galvantula: The fuzziest of the Bugs, Galvantula gets two distracts with Discharge, and a shared kill with Butterfree.[/secret]
    Derp Army
    [secret]Dunsparce: A lesser-known Serene Grace haxer and one often scorned for its appearance, Dunsparce can distract and share a kill with Farfetch'd, it also has -1 vote.
    Farfetch'd: Underrated, Farfetch'd set out to change that. It shares a kill with Dunsparce, and due to having a major goal, it cannot be distracted. However, it has -1 vote.
    Stunfisk: Last of the Derp Army, Stunfisk gets an electrocuting poison. It also either kills or poisons distracters, I need coding confirmation on that. Finally, it has -2 vote! Why different? Because it's pushed to the front far more due to being newer.[/secret]
    Illusionary Forces
    [secret]Ditto: One of the most complex roles to code in the game. Ditto can /transform to transform into a village role, chosen at random out of Darkrai, Genesect, Giratina, Mewtwo and Sky Shaymin. However, it is still loyal to Zoroark; in all cases bar Darkrai Ditto gets a kill in that particular form, Darkrai-form, having already got a poison, gets a distract instead.
    Zoroark: Surprisingly less complex to code than certain others, Zoroark is a fake Samurai; it is illusioned as Arceus, daykills as Arceus, but has a chance to trip over and reveal itself.
    Zorua: Being less proficient at illusions than Zoroark, Zorua inspects as a Shaymin, has a protect and a vote of two. However, upon Zoroark's defeat, Zorua abandons the protect for a kill, separate from Ditto's if Ditto's current form has one...[/secret]
    Shadows
    [secret]Banette: The only Ghost-type in the Shadows, Banette has a kill, can protect its teammates, and ignores distractors - it was abandoned once, and has learnt to ignore those who only realise now...it can also hide in the walls to potentially evade.
    Houndoom: Seeing as its burns never heal, Houndoom uses that to its advantage by being able to poison two opponents every night. Being able to sneak past protection also explains why normal protect won't cause it a problem, too, plus would also give it an evasion chance due to shadow sneaking.
    Hydreigon: STAB Draco Meteor is incredibly strong, hence it can daykill using it. However, it's only every other turn, as it has to heal the Sp. Attack drop or it wouldn't work so well. Three heads means three votes, though, and it's intimidating and hence may scare off an attacker! Ignore the rumours of a Hydreigon going around with three top hats and a cup of tea, this is a completely different one.
    Weavile: Being a ninja, Weavile has the skills to prove it. It gets a kill separate from Banette, kills distractors, and may even evade an attack.[/secret]
    Lone Roles
    [secret]Eevee: Another of the complex roles to code, Eevee can evolve into any of its evolutions, or stay as Eevee. As Eevee, it is a conspirator, whilst if it evolves, it gains a kill, and another aspect - self-protect, distract, bomb, inspect, poison (every other turn), kill (every other turn) and expose, respectively for each Eeveelution. At very high numbers, a second Eevee comes in; they know each other and should work together.
    Magikarp: This was inevitable. Magikarp became stronger; it got a daykill via Splash, and a nightkill every other turn via Flail, thanks to help from a Smeargle who since fled. It kills distractors, too. Inspired by the Magikarp on Youtube that took out a team of legends, of course.
    Shedinja: THE hardest role to code; Shedinja's Wonder Guard is a major point to consider for the village - and all the other teams, too. Some earlier teams - plus Eevee if it evolves into anything bar Flareon or Umbreon - have no means of taking out Shedinja other than votes, and so they must work with caution. Shedinja itself gets a kill every night, and kills distractors; it also has 0 vote and a voteshield of -1.[/secret]

    Anything truly major: find Phoenix Down on #Not Cake's Hideout (as I might not always be on Tohjo), or send me a PM; it'll be quicker than waiting for me to look at the thread.

    I hope this is sufficient. Cake out.

    Edit 1: Unown bug fixed, eevee1 removed.

    Edit 2: Unown other bug fixed. I got distracted around Unown, blame the kitten.

    Edit 3: Zoroark and Zorua major bug fixed, roles now primarily sorted by team, Meloetta gained Pirouette Forme (in which she gets two distracts) to account for Aria Forme getting safeguard too, Latias gets an extra turn alive once Latios is gone, Rage-Latios's kill now has a suicide chance.

    Edit 4: Landorus' votecount is mentioned in its info, Shaymin's /transform is clearer, fixed Umbreon's poison's recharge, Shedinja has a voteshield of -1, Butterfree and Dustox poisonattacker, all Derps have a minus vote, and all Shadows have a small chance of kill evasion. (Weavile's is larger as it had it originally) Unown gets a second kill (shared) every other turn, too, and Joltik's is separated from its team's. Added the Latis to villagecant'lose, too, as I forgot them. Now will you please acknowledge my work more rather than point out every little thing?
     
    Last edited by a moderator: Apr 4, 2014
  2. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    You can use
    Code (text):
    1. "poison": {
    2.    "mode": "ChangeTarget"
    3. }
    now.

    Fix Eevee's "info". Conspirator stands for a Mafia-sided nonkiller (different from our default Conspirator). Just say he wins with either side instead.

    "eevee1" is the kind of role that can just claim and survive. Not challenging at all, find something else to replace him.

    Flareon being a bomb while not having partners is rather pointless for the player.

    The enraged Latios is overpowered - extra kill(s) and protect for the village? Latias is not too bad, though still a bit unbalancing.

    Unown's "info" says he's sided with Sky Peak.

    Killer + two distracts in a team with a poisoner is one of those things that lead to random killing instead of strategizing. Try to sort the excess of commands out.

    Other than that, good job minimizing the theme :>
     
  3. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    Hang on, what.
    1. Which do I use that for?
    2. What, since when o.o I'm going by Default's definition...
    3. That specific Eevee is only in for what, three players? It's basically a placeholder. I'll replace it with Phione.
    4. What do you suggest I replace it with?
    5. You're missing the point - IT LIVES TWO TURNS AT MOST. It starts off poisoned! . _ .
    6. Fair enough, I'll fix that.
    7. Then what am I supposed to give it?
     
  4. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    See, that wasn't so bad, was it? You've got a pretty good balance of sides now- enough to keep you on your toes, but not enough to overwhelm you. Combining all the assorted legendaries into a single village team was wise too. It actually seems even more flavourful before.

    I also like what you did with the roles themselves. No more relying on hax as a crutch; this theme has some genuinely great ideas, like Latias and Latios, Zoroark, and Ditto. They're not entirely original, but they're definitely not seen around much and really adds to the uniqueness of the theme.

    It still looks to be some sort of killfest though, with just about every other role getting /kill for whatever the reason (Magikarp? Joltik?). I'm not sure if all the BGs makes up for this, so tone this down a little, maybe.

    Village is slightly OP, although I shouldn't be the one complaining with FiM and all.
     
  5. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    1. This isn't a remake of Pokemon, I'm just trying to make it like I did before...
    2. Thanks x3
    3. Joltik SHARES a kill with its team. Magikarp is actually less powerful than Pokemon-Arceus. I don't want a useless non-village role. *cough*Yuna and Judge teamless before two votes*cough*
    4. Surely Illusion team lessen that with their village impersonation?
     
  6. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    1. Nevermind, I misread something.

    2. Yeah, I know, we kinda need an official dictionary. They're doing it on Wiki, I think.

    3. You removed it, right?

    4. I don't know, in contrast to your older theme, there is little hax in this one. One more role with hax wouldn't be a bad idea, I think, but it's really up to you.

    5. In two turns, Latios can kill four people, not to mention the regular kills.

    --

    7. Just trim the team, as vb said in the other thread, instead of powering things up to balance, power other things down.
     
  7. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Quick comments:
    Unown is missing the code for the nightkill action.
    And a not-so-relevant commentary from my part, but roles in alphabetial order make the code harder to read. Grouping by teams is usually easier.
     
  8. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    @ Zzyzx:
    4. People were telling me to put in LESS hax!
    5. I thought about it, and I think it only gets one each. If it does get two I'll change it.
    7. And replace it with what? If I take something out I have to replace it, and Little Bugs will be UP with only two members...plus I CAN'T take Galvantula out, what about Joltik?

    I think I got distracted around Unown @ Rice, I'll fix that. Also I can't rearrange it all now, I'll break something :x

    General to-everyone post: People, why are you so picky about my stuff? If only perfect themes were allowed, then there'd be what, one team-based and one village v mafia? Because the rest would be perfect and count as reskins of the first. :x There's flaws in every theme, can't people deal with that rather than picking on me? No one else gets this...
     
  9. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    I think all the major issues have been addressed already, and all of these current suggestions are just nitpicky. They would make for a better theme, of course, and Cake should totally consider adding them in, but they aren't anything big enough to impede this from being approved.

    Approved

    Before you say this is too early, I'm going to say that Cake does seem to be cooperating this time around. It doesn't have to be perfect to be approved, you know, so long as the author can promise to fix and update as necessary.
     
  10. Xinc

    Xinc Time for Oras?

    Joined:
    Aug 1, 2011
    Messages:
    1,569
    Likes Received:
    14
    This is a much more a better and balanced theme. I look forward to playing this when/if it gets approved. Good job! I don't have much to say, since the major issues got addressed already.
     
  11. Uxinator

    Uxinator The Uxie Master

    Joined:
    Aug 4, 2012
    Messages:
    15
    Likes Received:
    0
    want to play this so frikin baaaaaaaaad
     
  12. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    I like how QC members mostly don't seem to be looking at this, unlike last time. Do I hear a thousand conspiracy theories being written?

    But seriously, can I actually get some more reviewing, please?
     
  13. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Assuming you don't just want QC reviews here I go.

    For onconvert poisons, I can't be sure whether a count of 2 will give Latias enough time to inspect, perhaps letting it keep hax instead might be better?

    I think that making the initial count 3 would solve this problem. I think it would work better than hax since you are guaranteed to find someone instead of just having a chance.

    I currently don't have a village Safeguarder which I only realised when typing up. If people feel this is necessary, what with there being quite a few poisons, I will add one, probably via Meloetta.

    What if you give a role protect and safeguard in one command? That is possible now. But give them a recharge. Maybe that would be good for Meloetta. I think it would be good to have a safeguarder.

    Does the normal coding for kill distractors kill or poison a distractor when used in conjunction with only a poison command? It doesn't make much difference, it makes sense either way.

    What? I did not understand this question at all.


    Since people are saying that latios is Over Powered what if you give the kill a suicide chance?

    Just some minor suggestions.
     
  14. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    1. But then Latios would be OP. x:
    2. I know it's possible, just Suicune doesn't make sense for a safeguarder seeing as at least one poison is electric...I might sort that later.
    3. Don't worry, it's coding.
    4. Could you link me to the coding for that? That'd work.
     
  15. t3 the third

    t3 the third Member

    Joined:
    Mar 11, 2011
    Messages:
    182
    Likes Received:
    0
    1. Latios gets count 2 while Latias gets count 3 because rage is more tiring then grief? (depends of the person but eh, use that excuse :v)
    4. Add "suicideChance": 0.4 (which is the chance I personally recommend but do as you wish)

    Anyway good job on the coding. One thing I have to mention is that I really like the Eevee side. Eevee can claim if it doesn't plan on converting but it can't if it does. Although being a lone role in most games until 34 players join, but this is something that can only be found out by actually playing the theme.
    Again congratulations~ I'm going to wait for some more finishing but I'm definitely going to approve sooner or later.
     
  16. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    Compromise. Sort alphabetically by team then by roles.
     
  17. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    @ t3: I'll put suicide in, thanks for the coding. And I'll increase Latias', then.
    And thanks at Eevee (: I might bring another in sooner if people insist.

    @ OSS: Fine, I'm updating anyway...dear Arceus this will be infuriating. At least people are responding now.

    Edit: I've done both of those, plus Meloetta now gets a distract and safeguard in Aria forme and two distracts in Pirouette forme. This makes it more strategic than a vanilla PL, as it has to decide when safeguard is less useful.
     
    Last edited: Sep 25, 2012
  18. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    I don't understand why converted Ditto is stronger than the roles it's converted to. It just doesn't make sense from a flavour point of view.
     
  19. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    It's using the techniques that the Pokemon know, just aren't using because that's not their role they were recruited for. You'll notice that all five additional commands are signature moves.

    Plus otherwise Ditto would be severely UP. (Or the Pokemon transformed into would be severely OP. But the point is the same.)
     
  20. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Oh, I now feel like taking a better look with roles grouped by team =D

    First, some minor issues:
    -Melloeta shouldn't have /relic in both forms, or it will change and revert at the same night.
    -I'd suggest adding how many votes a role gets in its "info" text (Landorus is missing that). It's important during those times you need to know players' vote power.
    -I think Shaymin's /transform text could be better explained (as in "Use /transform on yourself to change forms with a low chance).
    -You forgot to add recharge for Umbreon's poison.

    Now to the actual opinions:
    -One thing I liked about your previous Pokemon theme was how each mafia team had its own concept (Latios/Latias had to find each other, Wobbuffet as bomb team, Lake Trio as information-based team, etc), but I feel like some of the teams in this versions are merely "teams with different firepower". I like Illusion teams because of how it works as a mole mafia, but I think you could do something to make the Derp Army be more... Derpy. Also, I can barely tell the difference between Derp Army, Shadows and the evolved Little Bugs teams, as all of them get similar actions. I'd suggest having each team focused on a different way of damaging the opponents (like how SSBB had a killer mafia and a poisoner mafia) or having some of them a bit more defensive oriented, but if you don't feel like changing their offensive abilities, you could add something to each team like you did to Illusions (e.g. You could have all Derps with negative votes, Bugs with Poison Attacker, etc).
    -Village is simple but OK. There are some interesting combinations like Latios/Latias, Mew/Mewtwo and Meloetta.
    -Spawn lists still seem to be your strong point, and it seems you added more villagers this time. Still, a suggestion: In small games, village seems to be too strong, as they get a daykiller and the other common PRs, while mafia hardly have any firepower. For those small games, having only mafia with firepower and village based on information/votes would work better, but if you want to keep Arceus you may need to reorganize the PRs in roles1.
    -Although Shedinja can evade lots of kills, I think its 0 votes is going to make it likely to always get lynched at the last turn. I'd suggest having at least a voteshield -1, so people won't feel cheated if they lose to Shedinja as Shaymin in a 1vs1 situation.
     
  21. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    @ Minor issues:
    1. What, no it won't, I did that with Giratina o_o
    2. Alright, I'll fix that
    3. Same
    4. Ditto etc

    Lake Trio were information-based? o_O And I forgot about poisonattacker...I'll sort something. Can't give Galvantula poisonattacker though, Butterfree's a stretch...
    Yay at village.
    Hm, Arceus needs to be in as it's leader and to take down Shedinja...I'll make Unown and unevolved Bugs slightly stronger, then? Easier than rearranging roles1, that's my weak point XD
    I'll do that.
     
  22. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Well, that's what used to happen to SSBB's Samus/ZSS (she would change and then revert immediately). It's a minor issue though, it's easy to fix if it really happens, so no big deal.

    Lake Trio didn't have a high firepower, but in compensation they had inspect/stalk/expose (unless I'm confusing it with other roles). Anyway, the point is that each team in Pokemon had its own way to survive/attack/collect information, and I think some of that feel could be restored.
     
  23. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    1. Weird. Giratina never got that, and I checked the coding and it's /change for both.
    2. Derps now have minus votes, Shadows all have slight evasion chance, Bugs mostly poison attackers, just check the update so I don't have to write it twice. XD
     
  24. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Bump because we need a Pokemon theme in PO.
    And to request a Kakuna role... nah, just kidding.
     
  25. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    Well, if random role got implemented, I could have the first stage be for first-stages/cocoons (including Kakuna) and the return be for fully evolved. :o
     
  26. two sides of one coin

    two sides of one coin sick of all her shit

    Joined:
    Mar 1, 2012
    Messages:
    1,255
    Likes Received:
    0
    I have to say that the amount of nitpicking in this thread is exceptional.
     
  27. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    I noticed. Does anyone else get quite this much?


    Also I might give Wurmple a poison instead of a kill and revert Joltik's to shared, now I have a safeguarder. Opinions?
     
  28. NAVIDAD PIRATE

    NAVIDAD PIRATE THE PLEASURE OF BEING CUMMED INSIDE

    Joined:
    Jan 14, 2012
    Messages:
    1,445
    Likes Received:
    1,059
    PO Trainer Name:
    MeowMix
    That sounds like a good idea. I'm personally not a big fan of a mafia team getting more than one kill per night.

    Approved [2]. There's nothing glaringly wrong with this and the roles generation is really good. I particularly like the Zoroark/Arceus daykill thing; someone else attempted something like that in a theme and I liked it, so it's kinda cool that you're incorporating it here. Village does look strong but I'm sure that the imperfect play of the channel will balance that out.
     
    Last edited: Sep 30, 2012
  29. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    Well, I'll do that unless a load of people disapprove, too.

    Wait, what do you mean one? Someone else approved already o_o Dear Arceus this is confusing...
    And when the village gets stronger, Zorua come in, so they can claim Shaymin and get information for Zoroark, for example.
     
  30. NAVIDAD PIRATE

    NAVIDAD PIRATE THE PLEASURE OF BEING CUMMED INSIDE

    Joined:
    Jan 14, 2012
    Messages:
    1,445
    Likes Received:
    1,059
    PO Trainer Name:
    MeowMix
    yeah I just can't read
     
  31. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    Oh, fair enough. x3

    Anyone know how long this is going to take?
     
  32. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    There is no real time frame. It is just how often QC members look at it. I would suggest asking the QC members to look at your theme. I am sure they will approve it.
     
  33. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    As I've told everyone who's told me that, I hate asking them because I think I'm bugging them. :x
    (Sorry if that sounds harsh. I know I haven't answered that from you before.)
     
  34. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    I felt that way at first too. Then i chose to ask Katia and she was really nice about it and went and took a look. As long as you aren't a huge jerk about it, which I am sure you are really nice, then they will happily come look at it. I just PMed Steel asking him to look at my theme, and he scares me when his name is on threads. If you don't ask then you might have to wait a month until your next approve.
     
  35. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    Just the thing is, apparently it's going through a reform or something from when I asked BebbZ, so I don't really know if I can ask right now anyway...
     
  36. Angel Flonne

    Angel Flonne Guest

    "Mafia review is officially a slowpoke *insert amusing slowpoke here*"
    ^Cake's signature

    Anyway, I love how this is so much better than Pokemon! By the way, wouldn't you want this to be called Pokemon, seeing how its situation is better than Pokemon? Pokemon II with no Pokemon is like candles without cake is like the world without the awesome me is like playing Pokemon black and white without playing red, blue or yellow. :3
     
  37. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I'd say that, for a mafia team, more shared actions is better than lots of separated actions. It makes players think better about their targets and care more about getting a good hit (if everyone has a different action, missing a kill is no big deal since your teammate can still do something).
     
  38. Shiny Rayquaza

    Shiny Rayquaza Your nightmare!

    Joined:
    Jan 20, 2012
    Messages:
    398
    Likes Received:
    0
    You don't say....

    Anyway, Pokemon has changed alot. The way cake it now, is much better than before, due it seeming a bit more balanced that those 10 kills at night during the last game. The might be some unbalance, but i think they can easily be fixed.

    Also, Bumping, cuz we lack this theme on the server!
     
  39. Demonic Cake

    Demonic Cake The cake is not a lie...

    Joined:
    Dec 30, 2011
    Messages:
    506
    Likes Received:
    0
    Haha, it was that or a depressive rant.

    And hm...seeing as Pokemon started as II itself...I might change this one to just being called Pokemon. x3

    @Rice: Alright, I'll consider that.

    @Shiny Rayquaza: You realise this is technically a different theme, right?

    All of my hatred. >>
     
  40. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    I'm still torn on these themes with such large numbers of sides. They just seem to facilitate the kind of brawling we're trying to get away from. Luckily though, you were urged - and have done a good job - to redefine the theme, making room for more strategic approaches. I like what I see, for the most part.

    I like that the village isn't put on some pedestal and instead have been given about as much opportunity - or lack of it - as any other side involved. This will allow all players to play comfortably knowing they will have a legitimate chance to win and won't be 'just another bad guy' who's sure to die in the end.

    While some sides still seem a bit high-powered, at least in comparison to the villagers' pre-defined roles - all of which we're quite accustomed to, I'm chalking it down to the diversity in their abilities. In fact that's a huge plus, since it promotes the unique factor of the theme and its roles.

    Anyway, enough of that.

    I don't like Magikarp. I don't get the fixation with Magikarp being this uber-powerful pokemon with all these insane abilities. It actually infuriates me. Maybe I'm just jealous, or maybe I just can't stand the high level of derp.
     
Thread Status:
Not open for further replies.