EvolutionZ

Discussion in 'Review' started by Karp Karpity, Jan 28, 2013.

Thread Status:
Not open for further replies.
  1. Karp Karpity

    Karp Karpity Active Member

    Joined:
    Sep 13, 2012
    Messages:
    152
    Likes Received:
    29
    PO Trainer Name:
    Karp Karpity
    Here is my pastebin

    My code
    {
    "name": "EvolutionZ",
    "author": "Karp Karpity",
    "summary": "You are either on the Eevee, Castform, or Rotom Team!!! You can evolve so watch out for it!!",
    "sides": [
    {
    "side": "Eevee",
    "translation": "Eevee",
    "winmsg": "~Players~ evolved so much, they beat you!!"
    },
    {
    "side": "Castform",
    "translation": "Castform",
    "winmsg": "Castform beat you with its weather power! ~players~ are to blame..."
    },
    {
    "side": "Rotom",
    "translation": "Rotom",
    "winmsg": "Are you feeling hot, if so ~players~ are to blame!!!"
    },
    {
    "side": "Tyranitar",
    "translation": "Tyranitar",
    "winmsg": "~player~ has won the great blood-bath with great skill and precision!!!"
    },
    {
    "side": "bug",
    "translation": "bug",
    "winmsg": "~player~ has won the great blood-bath by creeping out his opponents. Next time, will he be lucky again?"
    },
    {
    "side": "normal",
    "translation": "normal",
    "winmsg": "~player~ has won the great blood-bath by being multiple roles."
    }
    ],
    "roles": [
    {
    "role": "E",
    "translation": "Eevee",
    "side": "Eevee",
    "help": "Use /fire /water /electric /ice /psychic /dark or /grass to evolve into any one of those evolutions! Only once after the 3rd night!",
    "actions": {
    "night": {
    "fire": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E1": [
    "E"
    ]
    }
    },
    "water": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E2": [
    "E"
    ]
    }
    },
    "electric": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E3": [
    "E"
    ]
    }
    },
    "ice": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E4": [
    "E"
    ]
    }
    },
    "psychic": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E5": [
    "E"
    ]
    }
    },
    "dark": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E6": [
    "E"
    ]
    }
    },
    "grass": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "E7": [
    "E"
    ]
    }
    }
    }
    }
    },
    {
    "role": "E1",
    "translation": "Flareon",
    "side": "Eevee",
    "help": "Use /kill [name] to kill someone during the night!",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 20
    }
    }
    }
    },
    {
    "role": "E2",
    "translation": "Vaporeon",
    "side": "Eevee",
    "help": "Use /protect [name] to protect someone during the night.",
    "actions": {
    "night": {
    "protect": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 5,
    "broadcast": "none"
    }
    }
    }
    },
    {
    "role": "E3",
    "translation": "Jolteon",
    "side": "Eevee",
    "help": "Use /expose [name] to expose of someone during standby!",
    "actions": {
    "standby": {
    "expose": {
    "target": "AnyButSelf",
    "exposemsg": "The Jolteon or ~self~ got to close to ~target~, and illumiunated him!!! The role of the ~target~ is ~role~!!!"
    }
    }
    }
    },
    {
    "role": "E4",
    "translation": "Glaceon",
    "side": "Eevee",
    "help": "Use /distract [name] to distract someone with your coldness!",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 15,
    "distractmsg": "You were to busy with the Glaceon to do anything during the night..."
    }
    }
    }
    },
    {
    "role": "E5",
    "translation": "Espeon",
    "side": "Eevee",
    "help": "Use /inspect [name] to inspect someone during the night.",
    "actions": {
    "night": {
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 30
    }
    }
    }
    },
    {
    "role": "E6",
    "translation": "Umbreon",
    "side": "Eevee",
    "help": "You can't be killed during the night because of your defense! However, you have a 0 vote.",
    "actions": {
    "kill": {
    "mode": {
    "evadechance": 1
    }
    },
    "vote": 0
    }
    },
    {
    "role": "E7",
    "translation": "Leafeon",
    "side": "Eevee",
    "help": "Use /poison [name] to poison someone during the night!!",
    "actions": {
    "night": {
    "poison": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 40,
    "broadcast": "none",
    "limit": 2,
    "count": 2,
    "poisonDeadMessage": "Leafeon destroyed you because of its powerful venom!! Don't you hate Leafeons?"
    }
    }
    }
    },
    {
    "role": "C",
    "translation": "Castform",
    "side": "Castform",
    "help": "Use /sun /rain or /snow after the 3rd night to transform! You can do it only once...",
    "actions": {
    "night": {
    "sun": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "C1": [
    "C"
    ]
    }
    },
    "rain": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "C2": [
    "C"
    ]
    }
    },
    "snow": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "C3": [
    "C"
    ]
    }
    }
    }
    }
    },
    {
    "role": "C1",
    "translation": "Sunny Form",
    "side": "Castform",
    "help": "Use /kill [name] to kill someone during the day!",
    "actions": {
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "killmsg": "The Sunny Form killed his ~target~ using Sunny Day! ~self~ laughed at the way he was pro!"
    }
    }
    }
    },
    {
    "role": "C2",
    "translation": "Rain Form",
    "side": "Castform",
    "help": "Use /kill during the night to kill someone.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 20
    }
    }
    }
    },
    {
    "role": "C3",
    "translation": "Snow Form",
    "side": "Castform",
    "help": "Use /protect to protect yourself dring the night!",
    "actions": {
    "night": {
    "protect": {
    "target": "Self",
    "common": "Self",
    "priority": 5
    }
    }
    }
    },
    {
    "role": "R",
    "translation": "Rotom",
    "side": "Rotom",
    "help": "Use /microwave /washing /refrigerator /fan or /lawn to convert into one of those things! Only after the 3rd night, and you can do it only once!",
    "actions": {
    "night": {
    "microwave": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "priority": 20,
    "newRole": {
    "R1": [
    "R"
    ]
    }
    },
    "washing": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "R2": [
    "R"
    ]
    }
    },
    "refrigerator": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "R3": [
    "R"
    ]
    }
    },
    "fan": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "R4": [
    "R"
    ]
    }
    },
    "lawn": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "initialrecharge": 2,
    "priority": 20,
    "newRole": {
    "R5": [
    "R"
    ]
    }
    }
    }
    }
    },
    {
    "role": "R1",
    "translation": "Microwave Oven",
    "side": "Rotom",
    "help": "Use /kill [name] to kill someone during the night!",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 20
    }
    }
    }
    },
    {
    "role": "R2",
    "translation": "Washing Machine",
    "side": "Eevee",
    "help": "Use /expose [name] to expose someone during the day.",
    "actions": {
    "standby": {
    "expose": {
    "target": "AnyButSelf",
    "exposemsg": "~target~ got washed, and then revealed! Unfortunately the other pokemon got washed also, and ~self~ got revealed."
    }
    }
    }
    },
    {
    "role": "R3",
    "translation": "Refrigerator",
    "side": "Rotom",
    "help": "Use /distract [name] to distract someone with your yummy food!",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 15,
    "distractmsg": "You were to busy eating to do anything during the night!"
    }
    }
    }
    },
    {
    "role": "R4",
    "translation": "Electric Fan",
    "side": "Rotom",
    "help": "Use /protect [name] to protect someone with your awesome electric field!",
    "actions": {
    "night": {
    "protect": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 5
    }
    }
    }
    },
    {
    "role": "R5",
    "translation": "Lawnmower",
    "side": "Rotom",
    "help": "Use /kill [name] to kill someone during the day.",
    "actions": {
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "killmsg": "The lawnmower ran over ~target~ and killed him! The victim damaged the lawmmower so much, that it revealed ~self~!"
    }
    }
    }
    },
    {
    "role": "L",
    "translation": "Larvitar",
    "side": "Tyranitar",
    "help": "Use /evolve during or after the 2nd night to evolve into a Pupitar!!!",
    "actions": {
    "night": {
    "evolve": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "priority": 10,
    "newRole": {
    "P": [
    "L"
    ]
    }
    }
    }
    }
    },
    {
    "role": "P",
    "translation": "Pupitar",
    "side": "Tyranitar",
    "help": "Use /evolve during or after the fifth night to evolve into the Tyranitar. You can also type /kill [name] to kill someone.",
    "actions": {
    "night": {
    "evolve": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "priority": 10,
    "newRole": {
    "T": [
    "P"
    ]
    }
    },
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 20
    }
    }
    }
    },
    {
    "role": "T",
    "translation": "Tyranitar",
    "side": "Tyranitar",
    "help": "You can /earthquake two people during standby to kill them. You can also protect yourself with /sandstorm [yourname] to hide in the dust. You are a kuja also!",
    "actions": {
    "standby": {
    "earthquake": {
    "command": "kill",
    "target": "AnyButSelf",
    "killmsg": "~Self~ the Tyranitar used earthquake, and killed his ~target~ on the spot. Unfortunately, he can't do it tomorrow morning because he needs to recharge.",
    "limit": 2,
    "recharge": 2
    }
    },
    "night": {
    "sandstorm": {
    "command": "protect",
    "target": "Self",
    "common": "Role",
    "priority": 7,
    "vote": 9999
    }
    }
    }
    },
    {
    "role": "N",
    "translation": "Nincada",
    "side": "bug",
    "help": "Use /levelup [yourname] after the seventh night to convert yourself to a Ninjask.",
    "actions": {
    "night": {
    "levelup": {
    "command": "convert",
    "target": "Self",
    "common": "Self",
    "priority": 10,
    "newRole": {
    "N1": [
    "N"
    ]
    }
    }
    }
    }
    },
    {
    "role": "N1",
    "translation": "Ninjask",
    "side": "bug",
    "help": "You out-speed bodyguards, so /xscissor [name] freely. You also kill distracters because you are always hungry. You have -9998 vote to make it harder for the Tyranitar.",
    "actions": {
    "night": {
    "xscissor": {
    "command": "kill",
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 1
    }
    },
    "distract": {
    "mode": "ChangeTarget",
    "hookermsg": "The ninjask was invisible, and ate you when you weren't looking!",
    "msg": "The ~Distracter~ came to you last night. You ate it because you were hungry."
    },
    "vote": -9998
    }
    },
    {
    "role": "D",
    "translation": "Ditto",
    "side": "normal",
    "help": "Use /copy [name] to transform into another pokemon for five turns. After five turns you turn abck into a ditto.",
    "actions": {
    "night": {
    "copy": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 50,
    "copyAs": {
    "D1": [
    "E1",
    "C2",
    "R1",
    "P",
    "N1"
    ],
    "D2": [
    "C1",
    "R5",
    "T"
    ],
    "D3": [
    "E2",
    "E6",
    "C3",
    "R4"
    ],
    "D4": [
    "E4",
    "R3"
    ],
    "D5": [
    "E5",
    "E3",
    "R2"
    ],
    "D6": [
    "T",
    "N1"
    ],
    "D7": [
    "E7"
    ]
    },
    "copymsg": "The Ditto used copy, and gained new abilities!"
    }
    },
    "initialCondition": {
    "clearCurse": true
    }
    }
    },
    {
    "role": "D1",
    "translation": "Ditto1",
    "side": "normal",
    "help": "You copied a killer! Now you can /kill once during the night! Use /release to revert to normal ditto.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 26
    },
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    },
    {
    "role": "D2",
    "translation": "Ditto2",
    "side": "normal",
    "help": "You swallowed a daykiller! Now you can /kill during the day! Use /release to be a normal ditto.",
    "actions": {
    "night": {
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "You can kill now by typing /kill [name]",
    "killmsg": "Ditto used metronome, and the move that came up was meteor punch. That move 1-hit KOed ~target~."
    }
    },
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    },
    {
    "role": "D3",
    "translation": "Ditto3",
    "side": "normal",
    "help": "You swallowed a protector! You can now /protect! You will revert to a normal Ditto after 5 nights or if you use /release [yourname].",
    "actions": {
    "night": {
    "protect": {
    "target": "Any",
    "common": "Self",
    "priority": 2
    },
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    },
    {
    "role": "D4",
    "translation": "Ditto4",
    "side": "normal",
    "help": "You swallowed a distractor! You can now /distract someone! You will revert to a normal Ditto after 5 nights or if you use /release [yourname].",
    "actions": {
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 8
    },
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    },
    {
    "role": "D5",
    "translation": "Ditto5",
    "side": "normal",
    "help": "You swallowed an inspector/exposer. You can now /inspect someone! You will revert to a normal Kirby after 5 nights or if you use /release [yourname].",
    "info": "Can kill 1 person during the night. Can inspect 1 person during the night. Reverts to normal Kirby after 2 nights or when using /release. Sided with itself.",
    "actions": {
    "night": {
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 25
    },
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    },
    {
    "role": "D6",
    "translation": "Ditto6",
    "side": "normal",
    "help": "You swallowed a villager/mayor! Your /vote will be 5! You will revert to a normal Kirby after 5 nights or if you use /release [yourname].",
    "actions": {
    "night": {
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "vote": [
    -1000,
    1000
    ],
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    },
    {
    "role": "D7",
    "translation": "Ditto7",
    "side": "normal",
    "help": "You swallowed a poisoner! You can now /poison someone during the night. You will revert to a normal Kirby after 5 nights or if you use /release [yourname].",
    "actions": {
    "night": {
    "poison": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 40
    },
    "release": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 50,
    "newRole": "D",
    "convertmsg": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "initialCondition": {
    "curse": {
    "cursedRole": "D",
    "curseCount": 4,
    "curseConvertMessage": "Ditto used struggle, and had to convert to save its life!"
    }
    },
    "onlist": "D"
    }
    }
    ],
    "roles1": [
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R"
    ],
    "roles2": [
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "E",
    "C",
    "R",
    "L",
    "N",
    "D"
    ],
    "killmsg": "Broadcastor: ~Player~ (~Role~) fainted!",
    "killusermsg": "You have been killed in the arena!",
    "lynchmsg": "~player~ ~role~ was voted out by ~count~ and had to leave the arena!",
    "border": "======||>>>>>>>>=======||>>>>>>>>>>>>=====||>>>>>>>>",
    "minplayers": 6,
    "votesniping": true,
    "ticks": {
    "standby": 30,
    "night": 30
    }
    }

    What do you guys think?
    Accepts 0
    Declines 0
    Rejects 0

    Roles and what they do
    Help Text: Use /fire /water /electric /ice /psychic /dark or /grass to evolve into any one of those evolutions! Only once after the 3rd night!
    Abilities:

    Night Actions:
    Fire: Convert. First use only after 2 night(s).
    Can convert to Flareon (Eevee).
    Water: Convert. First use only after 2 night(s).
    Can convert to Vaporeon (Eevee).
    Electric: Convert. First use only after 2 night(s).
    Can convert to Jolteon (Eevee).
    Ice: Convert. First use only after 2 night(s).
    Can convert to Glaceon (Eevee).
    Psychic: Convert. First use only after 2 night(s).
    Can convert to Espeon (Eevee).
    Dark: Convert. First use only after 2 night(s).
    Can convert to Umbreon (Eevee).
    Grass: Convert. First use only after 2 night(s).
    Can convert to Leafeon (Eevee).


    Flareon (E1)
    Help Text: Use /kill [name] to kill someone during the night!
    Abilities:

    Night Actions:
    Kill:


    Vaporeon (E2)
    Help Text: Use /protect [name] to protect someone during the night.
    Abilities:

    Night Actions:
    Protect: Shared with role.


    Jolteon (E3)
    Help Text: Use /expose [name] to expose of someone during standby!
    Abilities:

    Standby Actions:
    Expose: User is not revealed.


    Glaceon (E4)
    Help Text: Use /distract [name] to distract someone with your coldness!
    Abilities:

    Night Actions:
    Distract:


    Espeon (E5)
    Help Text: Use /inspect [name] to inspect someone during the night.
    Abilities:

    Night Actions:
    Inspect:


    Umbreon (E6)
    Help Text: You can't be killed during the night because of your defense! However, you have a 0 vote.
    Abilities:

    Vote counts as 0.


    Leafeon (E7)
    Help Text: Use /poison [name] to poison someone during the night!!
    Abilities:

    Night Actions:
    Poison: Kills after 1 days. Shared with role. Can be used 2 times per night.


    Washing Machine (R2)
    Help Text: Use /expose [name] to expose someone during the day.
    Abilities:

    Standby Actions:
    Expose: User is not revealed.



    Castform

    Castform (C)
    Help Text: Use /sun /rain or /snow after the 3rd night to transform! You can do it only once...
    Abilities:

    Night Actions:
    Sun: Convert. First use only after 2 night(s).
    Can convert to Sunny Form (Castform).
    Rain: Convert. First use only after 2 night(s).
    Can convert to Rain Form (Castform).
    Snow: Convert. First use only after 2 night(s).
    Can convert to Snow Form (Castform).


    Sunny Form (C1)
    Help Text: Use /kill [name] to kill someone during the day!
    Abilities:

    Standby Actions:
    Kill: User is not revealed.


    Rain Form (C2)
    Help Text: Use /kill during the night to kill someone.
    Abilities:

    Night Actions:
    Kill:


    Snow Form (C3)
    Help Text: Use /protect to protect yourself dring the night!
    Abilities:

    Night Actions:
    Protect:



    Rotom

    Rotom (R)
    Help Text: Use /microwave /washing /refrigerator /fan or /lawn to convert into one of those things! Only after the 3rd night, and you can do it only once!
    Abilities:

    Night Actions:
    Microwave: Convert.
    Can convert to Microwave Oven (Rotom).
    Washing: Convert. First use only after 2 night(s).
    Can convert to Washing Machine (Rotom).
    Refrigerator: Convert. First use only after 2 night(s).
    Can convert to Refrigerator (Rotom).
    Fan: Convert. First use only after 2 night(s).
    Can convert to Electric Fan (Rotom).
    Lawn: Convert. First use only after 2 night(s).
    Can convert to Lawnmower (Rotom).


    Microwave Oven (R1)
    Help Text: Use /kill [name] to kill someone during the night!
    Abilities:

    Night Actions:
    Kill:


    Refrigerator (R3)
    Help Text: Use /distract [name] to distract someone with your yummy food!
    Abilities:

    Night Actions:
    Distract:


    Electric Fan (R4)
    Help Text: Use /protect [name] to protect someone with your awesome electric field!
    Abilities:

    Night Actions:
    Protect: Shared with role.


    Lawnmower (R5)
    Help Text: Use /kill [name] to kill someone during the day.
    Abilities:

    Standby Actions:
    Kill: User is not revealed.



    Tyranitar

    Larvitar (L)
    Help Text: Use /evolve during or after the 2nd night to evolve into a Pupitar!!!
    Abilities:

    Night Actions:
    Evolve: Convert.
    Can convert to Pupitar (Larvitar).


    Pupitar (P)
    Help Text: Use /evolve during or after the fifth night to evolve into the Tyranitar. You can also type /kill [name] to kill someone.
    Abilities:

    Night Actions:
    Evolve: Convert.
    Can convert to Tyranitar (Pupitar).
    Kill:


    Tyranitar (T)
    Help Text: You can /earthquake two people during standby to kill them. You can also protect yourself with /sandstorm [yourname] to hide in the dust. You are a kuja also!
    Abilities:

    Night Actions:
    Sandstorm: Protect. Shared with role.
    Standby Actions:
    Earthquake: Kill. Reveals user. Can be used 2 times per day. Can be used every 2 days.



    bug

    Nincada (N)
    Help Text: Use /levelup [yourname] after the seventh night to convert yourself to a Ninjask.
    Abilities:

    Night Actions:
    Levelup: Convert.
    Can convert to Ninjask (Nincada).


    Ninjask (N1)
    Help Text: You out-speed bodyguards, so /xscissor [name] freely. You also kill distracters because you are always hungry. You have -9998 vote to make it harder for the Tyranitar.
    Abilities:

    Night Actions:
    Xscissor: Kill.
    Kills anyone that distract this role (action is canceled).
    Vote counts as -9998.



    normal

    Ditto (D)
    Help Text: Use /copy [name] to transform into another pokemon for five turns. After five turns you turn abck into a ditto.
    Abilities:

    Night Actions:
    Copy:
    Can copy as Ditto1 (Flareon, Rain Form, Microwave Oven, Pupitar, Ninjask), Ditto2 (Sunny Form, Lawnmower, Tyranitar), Ditto3 (Vaporeon, Umbreon, Snow Form, Electric Fan), Ditto4 (Glaceon, Refrigerator), Ditto5 (Espeon, Jolteon, Washing Machine), Ditto6 (Tyranitar, Ninjask) or Ditto7 (Leafeon).
    Removes curse when changing to this role.


    Ditto1 (D1)
    Help Text: You copied a killer! Now you can /kill once during the night! Use /release to revert to normal ditto.
    Abilities:

    Night Actions:
    Kill:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Appears as Ditto at Current Roles list.


    Ditto2 (D2)
    Help Text: You swallowed a daykiller! Now you can /kill during the day! Use /release to be a normal ditto.
    Abilities:

    Night Actions:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Standby Actions:
    Kill: User is not revealed.
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Appears as Ditto at Current Roles list.


    Ditto3 (D3)
    Help Text: You swallowed a protector! You can now /protect! You will revert to a normal Ditto after 5 nights or if you use /release [yourname].
    Abilities:

    Night Actions:
    Protect:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Appears as Ditto at Current Roles list.


    Ditto4 (D4)
    Help Text: You swallowed a distractor! You can now /distract someone! You will revert to a normal Ditto after 5 nights or if you use /release [yourname].
    Abilities:

    Night Actions:
    Distract:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Appears as Ditto at Current Roles list.


    Ditto5 (D5)
    Help Text: You swallowed an inspector/exposer. You can now /inspect someone! You will revert to a normal Kirby after 5 nights or if you use /release [yourname].
    Abilities:

    Night Actions:
    Inspect:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Appears as Ditto at Current Roles list.


    Ditto6 (D6)
    Help Text: You swallowed a villager/mayor! Your /vote will be 5! You will revert to a normal Kirby after 5 nights or if you use /release [yourname].
    Abilities:

    Night Actions:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Vote counts randomly from -1000 to 999.
    Appears as Ditto at Current Roles list.


    Ditto7 (D7)
    Help Text: You swallowed a poisoner! You can now /poison someone during the night. You will revert to a normal Kirby after 5 nights or if you use /release [yourname].
    Abilities:

    Night Actions:
    Poison:
    Release: Convert. Can only be used on itself.
    Can convert to Ditto (Any role).
    Gets cursed for 4 turns when game starts or player is converted to this role (changes to Ditto).
    Appears as Ditto at Current Roles list.

    Sides
    Castform:

    Castform
    Rain Form
    Snow Form
    Sunny Form

    Eevee:

    Eevee
    Espeon
    Flareon
    Glaceon
    Jolteon
    Leafeon
    Umbreon
    Vaporeon
    Washing Machine

    Rotom:

    Electric Fan
    Lawnmower
    Microwave Oven
    Refrigerator
    Rotom

    Tyranitar:

    Larvitar
    Pupitar
    Tyranitar

    bug:

    Nincada
    Ninjask

    normal:

    Ditto
    Ditto1
    Ditto2
    Ditto3
    Ditto4
    Ditto5
    Ditto6
    Ditto7

    Priority
    [1] Ninjask (Xscissor)
    [2] Ditto3 (Protect)
    [5] Vaporeon (Protect)
    [5] Snow Form (Protect)
    [5] Electric Fan (Protect)
    [7] Tyranitar (Sandstorm)
    [8] Ditto4 (Distract)
    [10] Larvitar (Evolve)
    [10] Pupitar (Evolve)
    [10] Nincada (Levelup)
    [15] Glaceon (Distract)
    [15] Refrigerator (Distract)
    [20] Eevee (Fire)
    [20] Eevee (Water)
    [20] Eevee (Electric)
    [20] Eevee (Ice)
    [20] Eevee (Psychic)
    [20] Eevee (Dark)
    [20] Eevee (Grass)
    [20] Flareon (Kill)
    [20] Castform (Sun)
    [20] Castform (Rain)
    [20] Castform (Snow)
    [20] Rain Form (Kill)
    [20] Rotom (Microwave)
    [20] Rotom (Washing)
    [20] Rotom (Refrigerator)
    [20] Rotom (Fan)
    [20] Rotom (Lawn)
    [20] Microwave Oven (Kill)
    [20] Pupitar (Kill)
    [25] Ditto5 (Inspect)
    [26] Ditto1 (Kill)
    [30] Espeon (Inspect)
    [40] Leafeon (Poison)
    [40] Ditto7 (Poison)
    [50] Ditto (Copy)
    [50] Ditto1 (Release)
    [50] Ditto2 (Release)
    [50] Ditto3 (Release)
    [50] Ditto4 (Release)
    [50] Ditto5 (Release)
    [50] Ditto6 (Release)
    [50] Ditto7 (Release)

    Spawn
    List 1 (6~9 players):

    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)


    List 2 (10~33 players):

    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Eevee (E)
    Castform (C)
    Rotom (R)
    Larvitar (L)
    Nincada (N)
    Ditto (D)

    Why my theme is different?
    my theme is different because it has a wide variety of roles, and it can make people who play it have fun!
     
    Last edited: Jan 28, 2013
  2. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Firstly, you need to write a little bit about your theme. Second, you should write what makes your theme stand out over all of the other themes.

    Personally, I think there are to many converts in this theme. I feel like this is a modified version of Rotom.
     
  3. Karp Karpity

    Karp Karpity Active Member

    Joined:
    Sep 13, 2012
    Messages:
    152
    Likes Received:
    29
    PO Trainer Name:
    Karp Karpity
    I wasn't thinking of rotom when i was making this theme
     
  4. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Minor errors found in your script:

    Role T's night action "sandstorm" has an extra attribute "vote".


    ~player~ should be ~Player~
    CurseCount on ditto needs to be 5 not 4 to do what it says.
    Leafeon should be told they can poison 2 people a night.
    Sunny castform needs to be told they reveal.
    Snow Castform needs to have target OnlySelf.
    Microwave is missing its initialrecharge. initialrecharge should be 3 for all rotom commands.
    Washing Machine should be told they reveal.
    Lawnmower needs to be told it reaveals.
    Tyranitar seems a step down from pupitar.
    I think the command /evolve needs a failChance.
    nincada's level up target should be OnlySelf.


    This is a larger version of Rotom no matter how you look at it. There are way to many converts and there is absolutely no way to guarantee balance with this theme. One side is always going to be stronger than the other solely based on how the people convert. I do like your Ditto role though.

    I am going to Decline [1] for now.
     
  5. Karp Karpity

    Karp Karpity Active Member

    Joined:
    Sep 13, 2012
    Messages:
    152
    Likes Received:
    29
    PO Trainer Name:
    Karp Karpity
    Oh k ill fix those
     
  6. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    It is, in essence, a variation of the original Rotom theme. It's one of those "fun" themes that simply lead to messes and, as BC mentioned, complete lack of guarantee as to balance or teamwork. Thus I am going to reject [2] this theme.
     
  7. Dark Phoenix

    Dark Phoenix Multidimensional Hero

    Joined:
    Jul 30, 2011
    Messages:
    153
    Likes Received:
    0
    Unfortunately I have to agree with my fellow QC. Although you may not have been thinking of Rotom when you thought of this theme I however feel that this theme is completely similar to it in its' design and its' main function - which relies HEAVILY on the convert command. There are several new functions that we have seen within Mafia and I would like for you to take the time to work on a theme that combines not only ingenuity but flavor and complexity as well.

    Sorry - but reject [3] for this theme.
     
  8. Fuzzysqurl

    Fuzzysqurl baa baa mareep I do what I want Server Owner Developer I do what I want Server Owner Developer

    Joined:
    Sep 12, 2012
    Messages:
    2,096
    Likes Received:
    967
    Everyone else pretty much summed up this theme: Rotom advanced.
    Convert-based themes tend to lead to killfests and a mess of actions with no sense of teamwork.

    Also, no attempt as really been made to update the theme in the past few months so:

    Decline [4]
     
  9. citro

    citro CRYING LIGHTNING

    Joined:
    Jan 29, 2013
    Messages:
    82
    Likes Received:
    0
    i'm totally not sure if this is even being developed any more, but in its current state it's not really ready for approval; the concept needs work, the roles you've picked are kind of arbitrary and it's just lacking any sort of strategy which makes something acceptably known as "mafia". sure if it was a fun minigame or something, whatever, but it's not really up to scratch compared to most other themes under QC. decline [5]
     
  10. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    Reject [6]

    I'm alright with the idea, but it needs to be severely cleaned up. Roles need to be made balanced, coding needs to be fixed, grammar needs to be corrected, etc. Like citro said, it just isn't ready yet.
     
Thread Status:
Not open for further replies.