[Retired] Resident Evil Theme

Discussion in 'Theme Development' started by Cocomi, Jul 7, 2013.

  1. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    Hi, this is my second theme, even though my first one haven been approved yet.

    Link to the raw paste http://pastebin.com/raw.php?i=afLMmVQz

    What makes this theme special?
    1. A mafia called zombie which is able to change village to their side.
    2. A powerful mafia Wesker who gets daykills on D5 so the good Power Roles may have to think twice before claiming.
    3. Loads of familiar characters from the Resident Evil series, if you played the game.
    4. Village power roles are all in pairs just like in the game itself.
    5. We got two village Power Roles Jake and Sherry who is immune to curse and kills, but gets inspected as mafia.
    6. There is also a death pill concept for this game, Chris and Jill are able to suicide as a last resort.
    7. A character called Rebecca who cures people by converting.
    8. A dog role that turns into zombie dog when bitten.


    The Raw
    {
    "name": "REvil",
    "author": "cocomi",
    "summary": "Resident Evil. The world is facing a deadly virus outbreak and you must try to survive it. There will be Zombies, Monsters, and the main villain of the Resident Evil series, Wesker! Wesker wins by default once the world is dominated by zombies, so please get rid of Wesker ASAP. Please PM cocomi / BerryAwesome if you have any suggestions.",
    "sides": [
    {
    "side": "mafia1",
    "translation": "Zombies",
    "winmsg": "The zombies, ~Players~, has successfully overrun the Human race and dominated the world."
    },
    {
    "side": "mafia2",
    "translation": "Organization",
    "winmsg": "Wesker, ~Players~: 'The entire world is now infected. A new Genesis is at hand and I will be the creator! I will be God!'"
    },
    {
    "side": "mafia3",
    "translation": "Umbrella Corp",
    "winmsg": "The Bio Organic Weapons of Umbrella Corp, ~Players~ has successfully taken over the world."
    },
    {
    "side": "mafia4",
    "translation": "Lisa Trevor",
    "winmsg": "Lisa trevor, ~Players~, has killed everyone he/she came across. To this day, she still can't find her mother."
    },
    {
    "side": "village",
    "translation": "Humans",
    "winmsg": "The humans, ~Players~, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!"
    }
    ],
    "roles": [
    {
    "role": "Citizen",
    "translation": "Citizen",
    "side": "village",
    "help": "You are a survivor of the virus outbreak, vote to get rid of the zombies!",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    }
    }
    },
    {
    "role": "CitizenMS",
    "translation": "Citizen",
    "side": "village",
    "hide": true,
    "help": "You are a survivor of the virus outbreak. You used to be a famous Movie Star, therefore, you can (/distract) once per game. You will die if you distracted a non-human. Vote to get rid of the zombies!",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "night": {
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 10,
    "charges": 1
    }
    }
    }
    },
    {
    "role": "CitizenPI",
    "translation": "Citizen",
    "side": "village",
    "hide": true,
    "help": "You are a survivor of the virus outbreak. You used to be a Private Investigator, therefore, you can (/stalk) once per game. You will die if you stalked a non-human. Vote to get rid of the zombies!",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "night": {
    "stalk": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 60,
    "charges": 1
    }
    }
    }
    },
    {
    "role": "Dog",
    "translation": "Dog",
    "side": "village",
    "help": "You are a dog sided with the humans, vote to get rid of the zombies! Because you're a dog, your vote counts as 0.5.",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "vote": 0.5
    }
    },
    {
    "role": "Claire",
    "translation": "Claire",
    "side": "village",
    "help": "You are Claire Redfield, the younger sister of Chris Redfield and a survivor of the Raccoon City Incident. You can inspect one person each night (/inspect). You know Leon so be sure to connect with him.",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "night": {
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 50
    }
    },
    "startup": {
    "revealRole": [
    "Leon"
    ]
    }
    }
    },
    {
    "role": "Leon",
    "translation": "Leon",
    "side": "village",
    "help": "You are Leon S. Kennedy, an American agent for the Division of Security Operations. You can (/defend) a single person every night. (/defend) protects and safeguard the person at the same time. You know Claire so be sure to connect with her.",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "night": {
    "defend": {
    "command": [ "protect", "safeguard" ],
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 20
    }
    },
    "startup": {
    "revealRole": [
    "Claire"
    ]
    }
    }
    },
    {
    "role": "Chris1",
    "translation": "Chris",
    "side": "village",
    "help": "You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. As Jill isn't here, your gun is able to (/kill) twice every 3 night. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 31,
    "charges": 2,
    "restrict": [
    "pill"
    ]
    },
    "reload": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "initialrecharge": 3,
    "newRole": {
    "Chris1": [ "Chris1" ]
    },
    "convertmsg": "Chris reloaded his gun and is ready to fire!!",
    "restrict": [
    "pill"
    ]
    },
    "pill": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "newRole": {
    "JillDP": [ "Jill2" ]
    },
    "convertmsg": "Chris has eaten his death pill in a final attempt to kill himself before changing!",
    "restrict": [
    "kill"
    ]
    }
    }
    }
    },
    {
    "role": "Chris2",
    "translation": "Chris",
    "side": "village",
    "help": "You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. Between you and your partner Jill, you both (/kill) two targets every 3 nights. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot. You know Jill so be sure to connect with her.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 31,
    "charges": 1,
    "broadcast": [ "Jill2" ],
    "restrict": [
    "pill"
    ]
    },
    "reload": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "initialrecharge": 3,
    "newRole": {
    "Chris2": [ "Chris2" ]
    },
    "convertmsg": "Chris reloaded his gun and is ready to fire!!",
    "restrict": [
    "pill"
    ]
    },
    "pill": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "newRole": {
    "ChrisDP": [ "Chris2" ]
    },
    "convertmsg": "Chris has eaten his death pill in a final attempt to kill himself before changing!",
    "restrict": [
    "kill"
    ]
    }
    },
    "startup": {
    "revealRole": [
    "Jill2",
    "JillDP"
    ]
    },
    "onDeath": {
    "convertRoles": {
    "Jill2": "Jill1"
    },
    "convertmsg": "Chris just died, so Jill took his bullets and reloaded her gun."
    }
    },
    "hide": true
    },
    {
    "role": "ChrisDP",
    "translation": "Dying Chris",
    "side": "village",
    "help": "You are now a Dying Chris Redfield, your vote counts for 0, and you have a single day (/kill) as your final shot.",
    "actions": {
    "vote": 0,
    "initialCondition": {
    "clearCurse": true,
    "poison": {
    "count": 2,
    "poisonDeadMessage": "The death pill has finally taken its effect and sent you to heaven, you can only wish the best for the surviving humans."
    }
    },
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "You can now daykill someone using /kill [name] :",
    "killmsg": "Chris: 'Suck on this!' Chris fired his final shot at ~Target~ in the head.",
    "recharge": 99
    }
    },
    "startup": {
    "revealRole": [
    "Jill2",
    "JillDP"
    ]
    },
    "onDeath": {
    "convertRoles": {
    "Jill2": "Jill1"
    },
    "convertmsg": "Chris just died, so Jill took his bullets and reloaded her gun."
    }
    }
    },
    {
    "role": "Jill1",
    "translation": "Jill",
    "side": "village",
    "help": "You are Jill Valentine, an American Special Operative Agent and long time partner of Chris. Now that Chris is dead, your gun is able to (/kill) twice every 3 night. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 31,
    "charges": 2,
    "restrict": [
    "pill"
    ]
    },
    "reload": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "initialrecharge": 3,
    "newRole": {
    "Jill1": [ "Jill1" ]
    },
    "convertmsg": "Jill reloaded her gun and is ready to fire!!",
    "restrict": [
    "pill"
    ]
    },
    "pill": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "newRole": {
    "JillDP": [ "Jill2" ]
    },
    "convertmsg": "Jill has eaten her death pill in a final attempt to kill herself before changing!",
    "restrict": [
    "kill"
    ]
    }
    }
    }
    },
    {
    "role": "Jill2",
    "translation": "Jill",
    "side": "village",
    "help": "You are Jill Valentine, an American Special Operative Agent and long time partner of Chris. Between you and your partner Chris, you both (/kill) two targets every 3 nights. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot. You know Chris so be sure to connect with him.",
    "actions": {
    "night": {
    "kill": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 31,
    "charges": 1,
    "broadcast": [ "Chris2" ],
    "restrict": [
    "pill"
    ]
    },
    "reload": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "initialrecharge": 3,
    "newRole": {
    "Jill2": [ "Jill2" ]
    },
    "convertmsg": "Jill reloaded her gun and is ready to fire!!",
    "restrict": [
    "pill"
    ]
    },
    "pill": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "newRole": {
    "JillDP": [ "Jill2" ]
    },
    "convertmsg": "Jill has eaten her death pill in a final attempt to kill herself before changing!",
    "restrict": [
    "kill"
    ]
    }
    },
    "startup": {
    "revealRole": [
    "Chris2",
    "ChrisDP"
    ]
    },
    "onDeath": {
    "convertRoles": {
    "Chris2": "Chris1"
    },
    "convertmsg": "Jill just died, so Chris took her bullets and reloaded his gun."
    }
    },
    "hide": true
    },
    {
    "role": "JillDP",
    "translation": "Dying Jill",
    "side": "village",
    "help": "You are now a Dying Jill Valentine, your vote counts for 0, and you have a single day (/kill) as your final shot.",
    "actions": {
    "vote": 0,
    "initialCondition": {
    "clearCurse": true,
    "poison": {
    "count": 2,
    "poisonDeadMessage": "The death pill has finally taken its effect and sent you to heaven, you can only wish the best for the surviving humans."
    }
    },
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "You can now daykill someone using /kill [name] :",
    "killmsg": "Jill: 'This is my final chance...' Jill fired her final shot at ~Target~ in the head.",
    "recharge": 99
    }
    },
    "startup": {
    "revealRole": [
    "Chris2",
    "ChrisDP"
    ]
    },
    "onDeath": {
    "convertRoles": {
    "Chris2": "Chris1"
    },
    "convertmsg": "Jill just died, so Chris took her bullets and reloaded his gun."
    }
    }
    },
    {
    "role": "Jake",
    "translation": "Jake",
    "side": "village",
    "help": "You are Jake Muller, the son of Albert Wesker. As you have the same blood as Wesker, you are immune to the virus, therefore zombies have no effect on you. However, you will also be inspected as Wesker because of that. You can perform a variety of actions, (/shoot), (/distract), (/stalk), (/protect), and (/safeguard). However, you can only perform each action once per game, and you cannot perform more then one action on the same night. Connect with your partner Sherry if she is playing!",
    "actions": {
    "night": {
    "shoot": {
    "command": "kill",
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 32,
    "charges": 1,
    "restrict": [
    "distract",
    "protect",
    "safeguard",
    "stalk"
    ]
    },
    "protect": {
    "target": "Any",
    "common": "Self",
    "priority": 20,
    "charges": 1,
    "restrict": [
    "distract",
    "shoot",
    "safeguard",
    "stalk"
    ]
    },
    "distract": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 10,
    "charges": 1,
    "restrict": [
    "shoot",
    "protect",
    "safeguard",
    "stalk"
    ]
    },
    "safeguard": {
    "target": "Any",
    "common": "Self",
    "priority": 20,
    "charges": 1,
    "restrict": [
    "shoot",
    "protect",
    "distract",
    "stalk"
    ]
    },
    "stalk": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 60,
    "charges": 1,
    "restrict": [
    "shoot",
    "protect",
    "distract",
    "safeguard"
    ]
    }
    },
    "inspect": {
    "revealAs": "Wesker"
    },
    "startup": {
    "revealRole": [
    "Sherry"
    ]
    },
    "curse": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) is immune!"
    }
    }
    },
    {
    "role": "Sherry",
    "translation": "Sherry",
    "side": "village",
    "help": "You are Sherry Birkin, a survivor of the Raccoon City Incident. You are infected with the old G-virus, yet your body has adapted to it, granting you enhanced regenerative capabilities. Therefore, you cannot be killed at night, you will still be affect by the new virus though, and you will be inspected as a zombie. You can (/inspect). Connect with your partner Jake if he is playing!",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "night": {
    "inspect": {
    "target": "AnyButSelf",
    "common": "Self",
    "priority": 50
    }
    },
    "inspect": {
    "revealAs": "Zombie"
    },
    "startup": {
    "revealRole": [
    "Jake"
    ]
    },
    "kill": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) evaded!"
    }
    }
    },
    {
    "role": "Rebecca0",
    "translation": "Rebecca",
    "side": "village",
    "hide": true,
    "help": "You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it once. Remember, the cure must be used before the person changes. Also, Chris and Jill cannot be cured, as they will be busy in combat.",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    }
    }
    },
    {
    "role": "Rebecca1",
    "translation": "Rebecca",
    "side": "village",
    "help": "You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it once. Remember, the cure must be used before the person changes. Also, Chris and Jill cannot be cured, as they will be busy in combat.",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "night": {
    "cure": {
    "command": "convert",
    "target": "Any",
    "common": "Self",
    "priority": 1,
    "charges": 1,
    "newRole": {
    "Citizen": [ "Citizen" ] ,
    "Citizen": [ "CitizenMS" ] ,
    "Citizen": [ "CitizenPI" ] ,
    "Dog": [ "Dog" ] ,
    "Claire": [ "Claire" ] ,
    "Leon": [ "Leon" ] ,
    "President": [ "President" ] ,
    "Sherry": [ "Sherry" ] ,
    "Rebecca0": [ "Rebecca1" ]
    },
    "silentConvert": true,
    "silent": true,
    "convertmsg": "An infected human has been successfully cured before he/she can start changing from the virus! Well done Rebecca!"
    }
    }
    }
    },
    {
    "role": "Rebecca2",
    "translation": "Rebecca",
    "hide": true,
    "side": "village",
    "help": "You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it twice. Remember, the cure must be used before the person changes. Also, Chris and Jill cannot be cured, as they will be busy in combat.",
    "actions": {
    "night": {
    "cure": {
    "command": "convert",
    "target": "Any",
    "common": "Self",
    "priority": 1,
    "charges": 2,
    "newRole": {
    "Citizen": [ "Citizen" ] ,
    "Citizen": [ "CitizenMS" ] ,
    "Citizen": [ "CitizenPI" ] ,
    "Dog": [ "Dog" ] ,
    "Claire": [ "Claire" ] ,
    "Leon": [ "Leon" ] ,
    "President": [ "President" ] ,
    "Sherry": [ "Sherry" ] ,
    "Rebecca1": [ "Rebecca2" ]
    },
    "silentConvert": true,
    "silent": true,
    "convertmsg": "An infected human has been successfully cured before he/she can start changing from the virus! Well done Rebecca!"
    }
    }
    }
    },
    {
    "role": "Rebecca3",
    "translation": "Rebecca",
    "hide": true,
    "side": "village",
    "help": "You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it thrice. Remember, the cure must be used before the person changes. Curing yourself will leave you with only one cure left. Also, Chris and Jill cannot be cured, as they will be busy in combat.",
    "actions": {
    "night": {
    "cure": {
    "command": "convert",
    "target": "Any",
    "common": "Self",
    "priority": 1,
    "charges": 3,
    "newRole": {
    "Citizen": [ "Citizen" ] ,
    "Citizen": [ "CitizenMS" ] ,
    "Citizen": [ "CitizenPI" ] ,
    "Dog": [ "Dog" ] ,
    "Claire": [ "Claire" ] ,
    "Leon": [ "Leon" ] ,
    "President": [ "President" ] ,
    "Sherry": [ "Sherry" ] ,
    "Rebecca1": [ "Rebecca3" ]
    },
    "silentConvert": true,
    "silent": true,
    "convertmsg": "An infected human has been successfully cured before he/she can start changing from the virus! Well done Rebecca!"
    }
    }
    }
    },
    {
    "role": "President",
    "translation": "President",
    "side": "village",
    "help": "You are the President, you have no actions. Your vote, however, counts as 2, vote to get rid of the zombies!",
    "actions": {
    "initialCondition": {
    "clearCurse": true
    },
    "vote": 2
    }
    },
    {
    "role": "Zombie",
    "translation": "Zombie",
    "side": "mafia1",
    "help": "You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too with a 15% chance of failing, shared with other zombies. Due to being a zombie, your vote counts for 0.6. You shouldn't bite a person twice, as you want to spread the disease around.",
    "actions": {
    "vote": 0.6,
    "night": {
    "bite": {
    "command": "curse",
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 40,
    "cursedRole": {
    "Zombie Dog": [ "Dog" ] ,
    "Zombie": [
    "Citizen",
    "Claire",
    "Leon",
    "Chris1",
    "Chris2",
    "Jill1",
    "Jill2",
    "Sherry",
    "CitizenMS",
    "CitizenPI",
    "President" ]
    },
    "failChance": 0.15,
    "curseConvertMessage": "A ~Old~ couldn't take the virus anymore and has tranformed into a ~New~!",
    "curseCount": 2,
    "msg": "The virus have taken over your body and you are now a zombie",
    "broadcast": [ "Zombie", "Fat Zombie", "Zombie Bat" ]
    }
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "Zombie Dog",
    "translation": "Zombie Dog",
    "side": "mafia1",
    "help": "You are a Zombie dog (whut!?). You (/attack) your victims, killing them instead of turning them, also shared with other zombie dogs. Because you are a dog, your vote counts for 0.1, DOG!.",
    "actions": {
    "vote": 0.1,
    "night": {
    "attack": {
    "command": "kill",
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 34,
    "broadcast": "role"
    }
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "Fat Zombie",
    "translation": "Fat Zombie",
    "side": "mafia1",
    "help": "You are a Fat Zombie, and you are super hungry, so you (/bite) and turn people into zombies too with a 15% chance of failing, shared with other zombies. Because you are fat, your vote counts as 1.1, FAT!. You shouldn't bite a person twice, as you want to spread the disease around.",
    "actions": {
    "vote": 1.1,
    "night": {
    "bite": {
    "command": "curse",
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 40,
    "cursedRole": {
    "Zombie Dog": [ "Dog" ] ,
    "Zombie": [
    "Citizen",
    "Claire",
    "Leon",
    "Chris1",
    "Chris2",
    "Jill1",
    "Jill2",
    "Sherry",
    "CitizenMS",
    "CitizenPI",
    "President" ]
    },
    "failChance": 0.15,
    "curseConvertMessage": "A ~Old~ couldn't take the virus anymore and has tranformed into a ~New~!",
    "curseCount": 2,
    "msg": "The virus have taken over your body and you are now a zombie",
    "broadcast": [ "Zombie", "Fat Zombie", "Zombie Bat" ]
    }
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "Zombie Bat",
    "translation": "Zombie Bat",
    "side": "mafia1",
    "help": "You are Giant Zombie Bat, your zombie (/screech) can distract a person at night. Because you are a bat, your vote counts as 0.5, BATS!",
    "actions": {
    "vote": 0.5,
    "night": {
    "screech": {
    "command": "distract",
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 10,
    "distractmsg": "You were attacked by Zombie Bats last night and you couldn't do anything."
    },
    "bite": {
    "command": "curse",
    "target": "AnyButTeam",
    "common": "Team",
    "priority": 40,
    "cursedRole": {
    "Zombie Dog": [ "Dog" ] ,
    "Zombie": [
    "Citizen",
    "Claire",
    "Leon",
    "Chris1",
    "Chris2",
    "Jill1",
    "Jill2",
    "Sherry",
    "CitizenMS",
    "CitizenPI",
    "President" ]
    },
    "failChance": 0.15,
    "curseConvertMessage": "A ~Old~ couldn't take the virus anymore and has tranformed into a ~New~!",
    "curseCount": 2,
    "msg": "The virus have taken over your body and you are now a zombie",
    "broadcast": [ "Zombie", "Fat Zombie", "Zombie Bat" ]
    }
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "Wesker",
    "translation": "Wesker",
    "side": "mafia2",
    "help": "You are Albert Wesker, a survivor of the prototype and original virus. You seem to work with Umbrella Corp, but you're just working with them for your own gains. You are immune to the virus and is able to dodge night kills with your superhuman powers. You can (/kill) each night. You also have a vote of 2.5 and you win when the world is dominated by zombies. You can also (/transform) into a more powerful form on Night 5 which allows you to daykill instead.",
    "actions": {
    "vote": 2.5,
    "night": {
    "kill": {
    "target": "Self",
    "common": "Role",
    "priority": 30,
    "restrict": [
    "transform"
    ]
    },
    "transform": {
    "command": "convert",
    "target": "OnlySelf",
    "common": "Self",
    "priority": 1,
    "initialrecharge": 5,
    "newRole": "Wesker2",
    "canConvert": [
    "Wesker"
    ],
    "convertmsg": "±Wesker: Natural selection leaves the survivors stronger and better! Humans have escaped this winnowing for far too long!.",
    "silent": false,
    "restrict": [
    "kill"
    ]
    }
    },
    "kill": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) evaded!"
    },
    "curse": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) is immune!"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    }
    },
    "winIfDeadRoles": [
    "Claire",
    "Leon",
    "Chris1",
    "Jill1",
    "Jake",
    "Sherry",
    "Citizen",
    "Dog",
    "Nemesis",
    "Hunter",
    "Lisa Trevor",
    "President",
    "Rebecca0",
    "Rebecca1",
    "Rebecca2",
    "Rebecca3"
    ]
    },
    {
    "role": "Wesker2",
    "translation": "Wesker (Transformed)",
    "side": "mafia2",
    "help": "You have combined yourself with the new Uroboros virus and is now in your ultimate form, you can finally day (/kill) instead of night kill!",
    "actions": {
    "vote": 2.5,
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "You can now kill someone using /kill [name] :",
    "killmsg": "Wesker: 'So ~Target~ made it this far... Too bad, ~Target~ won't make it much further..' ~Target~ failed to survive seven minutes of Wesker."
    }
    },
    "kill": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) evaded!"
    },
    "curse": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) is immune!"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    }
    },
    "winIfDeadRoles": [
    "Claire",
    "Leon",
    "Chris1",
    "Jill1",
    "Jake",
    "Sherry",
    "Citizen",
    "Dog",
    "Nemesis",
    "Hunter",
    "Lisa Trevor",
    "President",
    "Rebecca0",
    "Rebecca1",
    "Rebecca2",
    "Rebecca3"
    ]
    },
    {
    "role": "Nemesis",
    "translation": "Nemesis",
    "side": "mafia3",
    "help": "You are Nemesis-T Type, an experimental form of intelligent Tyrant. You can (/kill) in the day with a 10% chance to reveal yourself. You are also immune to zombies because you are already a type of zombie yourself (whut?).",
    "actions": {
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "You can now kill someone using /kill [name] :",
    "killmsg": "Nemesis: '~Target~... Gwoooooaaaaaaaah!' ~Target~ turned around and screamed at the top of his/her lung...",
    "revealChance": 0.1,
    "revealmsg": "Nemesis has been revealed to be ~Self~!"
    }
    },
    "curse": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) is immune!"
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "Hunter",
    "translation": "Hunter",
    "side": "mafia3",
    "help": "You are a Hunter, a mass produced Bio Organic Weapon from Umbrella Corp. You can (/stalk) and (/kill) every night, shared with other hunters. However, you can only perform one action per night and you cannot perform the same action twice in a row. You are also immune to zombies because you are already a type of zombie yourself (whut?).",
    "actions": {
    "night": {
    "stalk": {
    "target": "AnyButSelf",
    "common": "Role",
    "priority": 60,
    "broadcast": "role"
    },
    "kill": {
    "target": "AnyButTeam",
    "common": "Role",
    "priority": 33,
    "broadcast": "role"
    }
    },
    "curse": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) is immune!"
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "startup": "team-reveal-with-roles"
    }
    },
    {
    "role": "Lisa Trevor",
    "translation": "Lisa Trevor",
    "side": "mafia4",
    "help": "You are Lisa Trevor, a young girl who was taken away by Umbrella Corp with your family at a young age. You've gone psychopathic and insane after all the experiments they've done. Your family is already dead, but you still walk around aimlessly looking for your mother and day (/kill) everyone in your path. You cannot be infected or killed at night.",
    "actions": {
    "standby": {
    "kill": {
    "target": "AnyButSelf",
    "msg": "You can now kill someone using /kill [name] :",
    "killmsg": "Lisa Trevor was trying to look for her mother, but she found ~Target~ instead, so she killed him/her."
    }
    },
    "kill": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) evaded!"
    },
    "curse": {
    "mode": "ignore",
    "msg": "±Game: Your target (~Self~) is immune!"
    },
    "stalk": {
    "mode": {
    "killif": [ "CitizenPI" ]
    },
    "msg": "A citizen tried to stalk you, but you killed him"
    },
    "distract": {
    "mode": {
    "killif": [ "CitizenMS" ]
    },
    "msg": "A citizen tried to distract you, but you killed him"
    }
    }
    }
    ],
    "roles1": [
    "Claire",
    "Leon",
    "Hunter",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Hunter",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 }
    ],
    "roles2": [
    "Claire",
    "Leon",
    "Hunter",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Chris1",
    "Zombie",
    "Hunter",
    "Dog",
    "Zombie",
    "Rebecca1"
    ],
    "roles3": [
    "Claire",
    "Leon",
    "Zombie",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Chris2",
    "Wesker",
    "Fat Zombie",
    "Rebecca1",
    "Dog",
    "Hunter",
    "Jill2",
    "Nemesis",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Zombie Bat",
    "Dog",
    "Jake",
    "Hunter",
    "President"
    ],
    "roles4": [
    "Claire",
    "Leon",
    "Zombie",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Chris2",
    "Wesker",
    "Hunter",
    "Rebecca2",
    "Dog",
    "Fat Zombie",
    "Jill2",
    "Nemesis",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Zombie Bat",
    "Jake",
    "Dog",
    "President",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Hunter",
    "Sherry",
    "Fat Zombie",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Dog",
    "Lisa Trevor",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Zombie",
    { "Citizen": 0.95, "CitizenMS": 0.025, "CitizenPI": 0.025 },
    "Dog"
    ],
    "villageCantLoseRoles": [
    "Chris1",
    "Chris2",
    "Jill1",
    "Jill2",
    "Jake"
    ],
    "killmsg": "±Game: ~Player~ (~Role~) is dead.",
    "killusermsg": "You are dead.",
    "lynchmsg": "±Game: ~Player~ (~Role~) was removed from the game!",
    "changelog": [
    "14/07/2013: Fixed a problem with Zombie Bats distracting Chris and Jill which will affect the whole village.",
    "14/07/2013: Added two secret citizen roles that have a 2.5% chance to spawn each. This is because people have sent feedback wanting citizens to do more than vote.",
    "14/07/2013: Zombie Bats can now bite people too, shared with Zombies and Fat Zombies. This is because of how weak they are once all the other zombies have died.",
    "13/07/2013: Zombie bite fail chance now nerfed to 15%.",
    "13/07/2013: Chris and Jill do not reload automatically now, reload is now a manual command, the concept is still the same though, this is to help ensure that Chris and Jill knows when they are actually bitten. Note that they can still kill and reload on the same night.",
    "13/07/2013: Jake can now stalk too, like all his other actions, it can only be used once.",
    "13/07/2013: Chris and Jill are now supplied with a death pill each.",
    "13/07/2013: Changed the spawn list to further balance the game.",
    "12/07/2013: Zombies now have a 20% chance to fail at biting.",
    "12/07/2013: Nemesis's daykill reveal chance nerfed to 10%.",
    "11/07/2013: Added new character Rebecca, she is able to cure a human before he/she turns into a zombie. The cure is only effective before the person changes."
    ]
    }

    The Roles and sides
    Humans

    Citizen (Citizen)
    Help Text: You are a survivor of the virus outbreak, vote to get rid of the zombies!
    Abilities:
    Removes curse when changing to this role.

    Citizen (CitizenMS)
    Help Text: You are a survivor of the virus outbreak. You used to be a famous Movie Star, therefore, you can (/distract) once per game. You will die if you distracted a non-human. Vote to get rid of the zombies!
    Abilities:
    Night Actions:
    Distract: Can be used 1 times during the game.
    Removes curse when changing to this role.

    Citizen (CitizenPI)
    Help Text: You are a survivor of the virus outbreak. You used to be a Private Investigator, therefore, you can (/stalk) once per game. You will die if you stalked a non-human. Vote to get rid of the zombies!
    Abilities:
    Night Actions:
    Stalk: Can be used 1 times during the game.
    Removes curse when changing to this role.

    Dog (Dog)
    Help Text: You are a dog sided with the humans, vote to get rid of the zombies! Because you're a dog, your vote counts as 0.5.
    Abilities:
    Removes curse when changing to this role.
    Vote counts as 0.5.

    Claire (Claire)
    Help Text: You are Claire Redfield, the younger sister of Chris Redfield and a survivor of the Raccoon City Incident. You can inspect one person each night (/inspect). You know Leon so be sure to connect with him.
    Abilities:
    Night Actions:
    Inspect:
    Removes curse when changing to this role.
    Knows Leon.

    Leon (Leon)
    Help Text: You are Leon S. Kennedy, an American agent for the Division of Security Operations. You can (/defend) a single person every night. (/defend) protects and safeguard the person at the same time. You know Claire so be sure to connect with her.
    Abilities:
    Night Actions:
    Defend: Protect and Safeguard
    Removes curse when changing to this role.
    Knows Claire.

    Chris (Chris1)
    Help Text: You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. As Jill isn't here, your gun is able to (/kill) twice every 3 night. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot.
    Abilities:
    Night Actions:
    Kill: Can be used 2 times during the game. Can't use pill during the same night this action is used.
    Reload: Convert. Can only be used on itself. First use only after 3 night(s). Can't use pill during the same night this action is used.
    Can convert to Chris (Chris).
    Pill: Convert. Can only be used on itself. Can't use kill during the same night this action is used.
    Can convert to Dying Jill (Jill).

    Chris (Chris2)
    Help Text: You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. Between you and your partner Jill, you both (/kill) two targets every 3 nights. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot. You know Jill so be sure to connect with her.
    Abilities:
    Night Actions:
    Kill: Can be used 1 times during the game. Can't use pill during the same night this action is used.
    Reload: Convert. Can only be used on itself. First use only after 3 night(s). Can't use pill during the same night this action is used.
    Can convert to Chris (Chris).
    Pill: Convert. Can only be used on itself. Can't use kill during the same night this action is used.
    Can convert to Dying Chris (Chris).
    On Death:
    Convert the following roles: Jill (to Jill).
    Knows Jill and Dying Jill.

    Dying Chris (ChrisDP)
    Help Text: You are now a Dying Chris Redfield, your vote counts for 0, and you have a single day (/kill) as your final shot.
    Abilities:
    Standby Actions:
    Kill: User is not revealed. Can be used every 99 days.
    On Death:
    Convert the following roles: Jill (to Jill).
    Gets poisoned for 2 turns when game starts or player is converted to this role.
    Removes curse when changing to this role.
    Vote counts as 0.
    Knows Jill and Dying Jill.

    Jill (Jill1)
    Help Text: You are Jill Valentine, an American Special Operative Agent and long time partner of Chris. Now that Chris is dead, your gun is able to (/kill) twice every 3 night. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot.
    Abilities:
    Night Actions:
    Kill: Can be used 2 times during the game. Can't use pill during the same night this action is used.
    Reload: Convert. Can only be used on itself. First use only after 3 night(s). Can't use pill during the same night this action is used.
    Can convert to Jill (Jill).
    Pill: Convert. Can only be used on itself. Can't use kill during the same night this action is used.
    Can convert to Dying Jill (Jill).

    Jill (Jill2)
    Help Text: You are Jill Valentine, an American Special Operative Agent and long time partner of Chris. Between you and your partner Chris, you both (/kill) two targets every 3 nights. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot. You know Chris so be sure to connect with him.
    Abilities:
    Night Actions:
    Kill: Can be used 1 times during the game. Can't use pill during the same night this action is used.
    Reload: Convert. Can only be used on itself. First use only after 3 night(s). Can't use pill during the same night this action is used.
    Can convert to Jill (Jill).
    Pill: Convert. Can only be used on itself. Can't use kill during the same night this action is used.
    Can convert to Dying Jill (Jill).
    On Death:
    Convert the following roles: Chris (to Chris).
    Knows Chris and Dying Chris.

    Dying Jill (JillDP)
    Help Text: You are now a Dying Jill Valentine, your vote counts for 0, and you have a single day (/kill) as your final shot.
    Abilities:
    Standby Actions:
    Kill: User is not revealed. Can be used every 99 days.
    On Death:
    Convert the following roles: Chris (to Chris).
    Gets poisoned for 2 turns when game starts or player is converted to this role.
    Removes curse when changing to this role.
    Vote counts as 0.
    Knows Chris and Dying Chris.

    Jake (Jake)
    Help Text: You are Jake Muller, the son of Albert Wesker. As you have the same blood as Wesker, you are immune to the virus, therefore zombies have no effect on you. However, you will also be inspected as Wesker because of that. You can perform a variety of actions, (/shoot), (/distract), (/stalk), (/protect), and (/safeguard). However, you can only perform each action once per game, and you cannot perform more then one action on the same night. Connect with your partner Sherry if she is playing!
    Abilities:
    Night Actions:
    Shoot: Kill. Can be used 1 times during the game. Can't use distract, protect, safeguard and stalk during the same night this action is used.
    Protect: Can be used 1 times during the game. Can't use distract, shoot, safeguard and stalk during the same night this action is used.
    Distract: Can be used 1 times during the game. Can't use shoot, protect, safeguard and stalk during the same night this action is used.
    Safeguard: Can be used 1 times during the game. Can't use shoot, protect, distract and stalk during the same night this action is used.
    Stalk: Shared with role. Can be used 1 times during the game. Can't use shoot, protect, distract and safeguard during the same night this action is used.
    Inspected as Wesker.
    Can't be curseed.
    Knows Sherry.

    Sherry (Sherry)
    Help Text: You are Sherry Birkin, a survivor of the Raccoon City Incident. You are infected with the old G-virus, yet your body has adapted to it, granting you enhanced regenerative capabilities. Therefore, you cannot be killed at night, you will still be affect by the new virus though, and you will be inspected as a zombie. You can (/inspect). Connect with your partner Jake if he is playing!
    Abilities:
    Night Actions:
    Inspect:
    Can't be killed.
    Inspected as Zombie.
    Removes curse when changing to this role.
    Knows Jake.

    Rebecca (Rebecca0)
    Help Text: You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it once. Remember, the cure must be used before the person changes. Also, Chris and Jill cannot be cured, as they will be busy in combat.
    Abilities:
    Removes curse when changing to this role.

    Rebecca (Rebecca1)
    Help Text: You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it once. Remember, the cure must be used before the person changes. Also, Chris and Jill cannot be cured, as they will be busy in combat.
    Abilities:
    Night Actions:
    Cure: Convert. Can be used 1 times during the game.
    Can convert to Citizen (Citizen), Dog (Dog), Claire (Claire), Leon (Leon), President (President), Sherry (Sherry) or Rebecca (Rebecca).
    Removes curse when changing to this role.

    Rebecca (Rebecca2)
    Help Text: You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it twice. Remember, the cure must be used before the person changes. Also, Chris and Jill cannot be cured, as they will be busy in combat.
    Abilities:
    Night Actions:
    Cure: Convert. Can be used 2 times during the game.
    Can convert to Citizen (Citizen), Dog (Dog), Claire (Claire), Leon (Leon), President (President), Sherry (Sherry) or Rebecca (Rebecca).

    Rebecca (Rebecca3)
    Help Text: You are Rebecca Chambers, a rookie member of the S.T.A.R.S. bravo team with experience in the field of biochemistry. You help developed a special (/cure) that can prevent the bitten from turning into zombies, however, you can only use it thrice. Remember, the cure must be used before the person changes. Curing yourself will leave you with only one cure left. Also, Chris and Jill cannot be cured, as they will be busy in combat.
    Abilities:
    Night Actions:
    Cure: Convert. Can be used 3 times during the game.
    Can convert to Citizen (Citizen), Dog (Dog), Claire (Claire), Leon (Leon), President (President), Sherry (Sherry) or Rebecca (Rebecca).

    President (President)
    Help Text: You are the President, you have no actions. Your vote, however, counts as 2, vote to get rid of the zombies!
    Abilities:
    Removes curse when changing to this role.
    Vote counts as 2.

    Zombies

    Zombie (Zombie)
    Help Text: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too with a 15% chance of failing, shared with other zombies. Due to being a zombie, your vote counts for 0.6. You shouldn't bite a person twice, as you want to spread the disease around.
    Abilities:
    Night Actions:
    Bite: Curse (Convert after 1 days) Shared with team. Has a 15% chance of failing.
    Can curse to Zombie Dog (Dog) or Zombie (Citizen, Claire, Leon, Chris, Chris, Jill, Jill, Sherry, Citizen, Citizen, President).
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Vote counts as 0.6.
    Knows teammates.

    Zombie Dog (Zombie Dog)
    Help Text: You are a Zombie dog (whut!?). You (/attack) your victims, killing them instead of turning them, also shared with other zombie dogs. Because you are a dog, your vote counts for 0.1, DOG!.
    Abilities:
    Night Actions:
    Attack: Kill. Shared with role.
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Vote counts as 0.1.
    Knows teammates.

    Fat Zombie (Fat Zombie)
    Help Text: You are a Fat Zombie, and you are super hungry, so you (/bite) and turn people into zombies too with a 15% chance of failing, shared with other zombies. Because you are fat, your vote counts as 1.1, FAT!. You shouldn't bite a person twice, as you want to spread the disease around.
    Abilities:
    Night Actions:
    Bite: Curse (Convert after 1 days) Shared with team. Has a 15% chance of failing.
    Can curse to Zombie Dog (Dog) or Zombie (Citizen, Claire, Leon, Chris, Chris, Jill, Jill, Sherry, Citizen, Citizen, President).
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Vote counts as 1.1.
    Knows teammates.

    Zombie Bat (Zombie Bat)
    Help Text: You are Giant Zombie Bat, your zombie (/screech) can distract a person at night. Because you are a bat, your vote counts as 0.5, BATS!
    Abilities:
    Night Actions:
    Screech: Distract. Shared with role.
    Bite: Curse (Convert after 1 days) Shared with team. Has a 15% chance of failing.
    Can curse to Zombie Dog (Dog) or Zombie (Citizen, Claire, Leon, Chris, Chris, Jill, Jill, Sherry, Citizen, Citizen, President).
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Vote counts as 0.5.
    Knows teammates.

    Organization

    Wesker (Wesker)
    Help Text: You are Albert Wesker, a survivor of the prototype and original virus. You seem to work with Umbrella Corp, but you're just working with them for your own gains. You are immune to the virus and is able to dodge night kills with your superhuman powers. You can (/kill) each night. You also have a vote of 2.5 and you win when the world is dominated by zombies. You can also (/transform) into a more powerful form on Night 5 which allows you to daykill instead.
    Win Conditions:
    If the following roles are dead: Claire, Leon, Chris, Jill, Jake, Sherry, Citizen, Dog, Nemesis, Hunter, Lisa Trevor, President, Rebecca, Rebecca, Rebecca and Rebecca.
    Abilities:
    Night Actions:
    Kill: Shared with role. Can't use transform during the same night this action is used.
    Transform: Convert. Can only be used on itself. First use only after 5 night(s). Can't use kill during the same night this action is used.
    Can convert to Wesker (Transformed) (Wesker).
    Can't be killed.
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Can't be curseed.
    Vote counts as 2.5.

    Wesker (Transformed) (Wesker2)
    Help Text: You have combined yourself with the new Uroboros virus and is now in your ultimate form, you can finally day (/kill) instead of night kill!
    Win Conditions:
    If the following roles are dead: Claire, Leon, Chris, Jill, Jake, Sherry, Citizen, Dog, Nemesis, Hunter, Lisa Trevor, President, Rebecca, Rebecca, Rebecca and Rebecca.
    Abilities:
    Standby Actions:
    Kill: User is not revealed.
    Can't be killed.
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Can't be curseed.
    Vote counts as 2.5.

    Umbrella Corp

    Nemesis (Nemesis)
    Help Text: You are Nemesis-T Type, an experimental form of intelligent Tyrant. You can (/kill) in the day with a 10% chance to reveal yourself. You are also immune to zombies because you are already a type of zombie yourself (whut?).
    Abilities:
    Standby Actions:
    Kill: 10% chance of revealing user.
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Can't be curseed.
    Knows teammates.

    Hunter (Hunter)
    Help Text: You are a Hunter, a mass produced Bio Organic Weapon from Umbrella Corp. You can (/stalk) and (/kill) every night, shared with other hunters. However, you can only perform one action per night and you cannot perform the same action twice in a row. You are also immune to zombies because you are already a type of zombie yourself (whut?).
    Abilities:
    Night Actions:
    Stalk: Shared with role.
    Kill: Shared with role.
    Kills players that distract this role (only if Citizen).
    Kills players that stalk this role (only if Citizen).
    Can't be curseed.
    Knows teammates.

    Lisa Trevor

    Lisa Trevor (Lisa Trevor)
    Help Text: You are Lisa Trevor, a young girl who was taken away by Umbrella Corp with your family at a young age. You've gone psychopathic and insane after all the experiments they've done. Your family is already dead, but you still walk around aimlessly looking for your mother and day (/kill) everyone in your path. You cannot be infected or killed at night.
    Abilities:
    Standby Actions:
    Kill: User is not revealed.
    Can't be killed.
    Can't be curseed.

    Priority list
    Priority List:
    [1] Jill (Pill)
    [1] Rebecca (Cure)
    [1] Jill (Reload)
    [1] Chris (Pill)
    [1] Jill (Reload)
    [1] Rebecca (Cure)
    [1] Chris (Reload)
    [1] Jill (Pill)
    [1] Chris (Reload)
    [1] Chris (Pill)
    [1] Rebecca (Cure)
    [1] Wesker (Transform)
    [10] Jake (Distract)
    [10] Citizen (Distract)
    [10] Zombie Bat (Screech)
    [20] Jake (Protect)
    [20] Leon (Defend)
    [20] Jake (Safeguard)
    [30] Wesker (Kill)
    [31] Chris (Kill)
    [31] Jill (Kill)
    [31] Jill (Kill)
    [31] Chris (Kill)
    [32] Jake (Shoot)
    [33] Hunter (Kill)
    [34] Zombie Dog (Attack)
    [40] Fat Zombie (Bite)
    [40] Zombie (Bite)
    [40] Zombie Bat (Bite)
    [50] Sherry (Inspect)
    [50] Claire (Inspect)
    [60] Citizen (Stalk)
    [60] Jake (Stalk)
    [60] Hunter (Stalk)

    Player count list
    Spawn Lists:
    List 1 (5~7 players):
    Claire (Claire)
    Leon (Leon)
    Hunter (Hunter)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Hunter (Hunter)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]

    List 2 (8~11 players):
    Claire (Claire)
    Leon (Leon)
    Hunter (Hunter)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Chris (Chris1)
    Zombie (Zombie)
    Hunter (Hunter)
    Dog (Dog)
    Zombie (Zombie)
    Rebecca (Rebecca1)

    List 3 (12~20 players):
    Claire (Claire)
    Leon (Leon)
    Zombie (Zombie)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Chris (Chris2)
    Wesker (Wesker)
    Fat Zombie (Fat Zombie)
    Rebecca (Rebecca1)
    Dog (Dog)
    Hunter (Hunter)
    Jill (Jill2)
    Nemesis (Nemesis)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Zombie Bat (Zombie Bat)
    Dog (Dog)
    Jake (Jake)
    Hunter (Hunter)
    President (President)

    List 4 (21~30 players):
    Claire (Claire)
    Leon (Leon)
    Zombie (Zombie)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Chris (Chris2)
    Wesker (Wesker)
    Hunter (Hunter)
    Rebecca (Rebecca2)
    Dog (Dog)
    Fat Zombie (Fat Zombie)
    Jill (Jill2)
    Nemesis (Nemesis)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Zombie Bat (Zombie Bat)
    Jake (Jake)
    Dog (Dog)
    President (President)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Hunter (Hunter)
    Sherry (Sherry)
    Fat Zombie (Fat Zombie)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Dog (Dog)
    Lisa Trevor (Lisa Trevor)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Zombie (Zombie)
    Citizen (Citizen) [95.00%], Citizen (CitizenMS) [2.50%] or Citizen (CitizenPI) [2.50%]
    Dog (Dog)

    Changes
    1. Chris and Jill can now only kill twice every 3 nights. This can be taken as if they are reloading their guns. Their gun can only have 2 shots at a time and they reload every 3 nights.
    2. Jake can now only kill 3 times throughout the game.
    3. Fat zombie now share kills with zombies, Fat zombie is basically a normal zombie with 1.1 vote power now.
    4. Added a new village role, Dog.
    5. Zombie Dogs now do not appear at the beginning of the game, they only appear when a Zombie manage to bite a Dog.
    6. Changed the convert and kill message of both Wesker and Nemesis to add drama to the game.
    7. Zombies are now told of their shared bite in help message.
    8. Change the spawn list to suit the changes and hopefully balance the game further.
    9. Correct the grammar errors and sentence structure, hopefully my english got all of them right ><
    10. Reworded certain role's help message as to help players understand with more ease.
    11. I nerfed nemesis daykill reveal chance to 10%, seeing how people seem to always get revealed Day 1 with him (lol?).
    12. Zombies now have a 15% chance at bite failing, not really too major, but it seems to be effective at keeping them in place.
    13. Spawn list have been heavily changed to further balance the game.
    14. Chris and Jill now have a death pill each, this is a last resort thing and yes, it's suicide.
    15. Jake is now a Jack of all trades role, being able to perform a variety of actions, but only once each per game. He still reveals as Wesker though.
    16. Chris and Jill have to manually reload now, this is too help them know when they are actually bitten. It's just one more command, but basically the same thing.
    17. I added a new character Rebecca, she is able to cure a human before he/she turns into a zombie. But the cure is only effective before the person changes. She is also unable to cure Chris and Jill, that's why they got a death pill each instead.
    18. Zombie bats can now bite people too, shared with the other zombies of course, this is due to how weak they are when they are the only zombie left in the game.
    19. Some people complained about citizen role being too boring... So I added two secret citizen role that has 2.5% chance of spawning, they won't change the game so it's not really major.
    20. Fixed a problem with Zombie Bats distracting Chris and Jill which will affect the whole village.

    I think that's all, hope I didn't missed out anything.
    Also a special thanks to kurapika, Dark Phoenix, Rolid, Zerowaltz and mafia friends for helping me this time ^_^, hope i didn't miss out anyone special
     
    Last edited: Jul 13, 2013
  2. ZZZX

    ZZZX The Ghost Of The Past

    Joined:
    May 28, 2013
    Messages:
    103
    Likes Received:
    10
    Nice theme, but too many kills dont you think? :)
     
  3. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    Yes, I'm thinking of ways to reduce the kills, but I don't want the game to be filled with just zombies and citizens. ><
     
  4. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Basic PRs, some citizens, zombies spreading. I would advise spicing this up and lowering kills, possibly add other things. I don't want to say "Survivors" antics, but how about some "Survivors" antics. The theme, not the show. By this, I mean giving X-uses and having to be efficient instead of other things. As well as adding a less 'stall' tactic that Survivors has.
     
  5. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    First off, congratulations, because I only see one coding error, if that. If zombies and Wesker are the last ones standing, should both win? Or just Wesker? Right now, it is coded so that Wesker wins alone. If you want him to win WITH the zombies, then he should have "winningSides": ["mafia1"]

    A few grammar errors with is/are, and a couple of the helptexts could be re-worded for clarity. I will post the specific few that I think should be re-worded...later.

    I'm interested in the theme. It's simple and easy to understand, but also very interesting and unique. I'll check it for balance when I get the chance, and I'm sure you will see a test from me in the near future!
     
  6. Roy Mustang

    Roy Mustang HOMOSEXUAL UNICORN

    Joined:
    Jan 30, 2011
    Messages:
    786
    Likes Received:
    23
    PO Trainer Name:
    Roy Mustang
    It seems like the balance is off. Giving the village a bunch of vigilantes doesn't solve this, it just adds to the killfest and will cause team kills. Zombies also seem a bit OP. Their ability to convert should be more limited, maybe every other night.

    I'm going to be nice and give a Test [1], but I can foresee a lot of balance issues and a kill fest that will ensue. I'm willing to give it a shot though.
     
  7. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    Similar to survivors based on flavor (Zombies/Humans)

    Stuff to Changes.
    Tell Zombie that "Bite" is shared
    Way too many kills. (3 Village Vigilante's ._. come on?)
    Questionable Balance. (I think that Zombies are stronger due to Converting)
    Wesker needs to NOT have "WinIfDead" due to not being Kuja, also he is incredibly weak to other sides.


    Stuff I think would be better if you added.
    Add this to Claire and Leon's help "You know ____ so be sure to connect with them"
    Maybe buff President up? Just an idea.

    Gonna halt on giving anything official yet.
     
  8. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    I'd also advise adding stronger flavor and more public execution of actions so that people know what it is they're playing - a Resident Evil theme.
     
  9. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    I actually made it such that Wesker will only win alone. Else, he can easily work alongside zombies to win the game.

    I took out the Solo converts that Fat Zombie has and made it shared, also limited the kills of the Village killers a little, let's see how it goes first ^_^. Also Thank you for the test!

    Yes I admit it seems kinda similar to the other zombie theme, but I can assure you this is an original Resident Evil theme. I limited the village killers a little, and also the zombies at the same time, lets see how that works out ><. I also dun understand how Wesker is incredibly weak to other sides, he cannot be killed or converted, and he wins once there are only zombies left, he also gets a transformation and start daykilling after N5.

    So some changes I made basically
    1. Chris and Jill can now only kill twice every 3 nights. This can be taken as if they are reloading their guns. Their gun can only have 2 shots at
    a time and they reload every 3 nights.
    2. Jake can now only kill 3 times throughout the game.
    3. Fat zombie now share kills with zombies, Fat zombie is basically a normal zombie with 1.1 vote power now.
    4. Added a new village role, Dog.
    5. Zombie Dogs now do not appear at the beginning of the game, they only appear when a Zombie manage to bite a Dog.
    6. Changed the convert and kill message of both Wesker and Nemesis to add drama to the game.
    7. Zombies are now told of their shared bite in help message.
    8. Change the spawn list to suit the changes and hopefully balance the game further.
     
    Last edited: Jul 10, 2013
  10. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    1. Grammar needs to be fixed in some areas. It isn't affecting understanding, though, and I just REALLY don't want to go through and proofread the whole thing myself...
    2. I feel like the village needs a slight change of some sort. I'm not crazy about the "2 kills every 3 nights" thing, but I'll have to see this in testing before I know for certain what needs to be done.
    3. Let Jill know that her kill is shared.
    4. Test [2]

    No, he's fine as is. Having the President being weak actually makes far more sense than having him be strong
     
  11. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    Test [3]

    Everything else I requested was balance, and we can see this through testing
     
  12. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    First of all, a big Thank You to Not L and MewtwoHidden!

    Also, i have gotten at least 5 logs on the game. I'll be posting all of them and maybe just leave certain comment on what I thought of it, I'll also point out the some of the better logs. Please feel free to criticize or comment on what do you think could've been made better.

    Log 1 (first game played)
    (11:53:02) ***************************************************************************************
    (11:53:02) Times Up! :
    (11:53:02) The Roles have been Decided! :
    (11:53:02) ±Game: You are a Zombie!
    (11:53:02) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (11:53:02) ±Game: The Fat Zombie is Samurai Jack!
    (11:53:02) ±Game: The Giant Zombie Bat is Jamierus!
    (11:53:02) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Jake, Jill, Leon, Nemesis, President, Wesker, Zombie, Zombie, Zombie.
    (11:53:02) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, Dragoonlolzer, JYJ, Jamierus, Kaguya, Krabbity, LiterallyKuja, PIA, Pkmn337, Pokemonfreak359, Samurai Jack, SirCDoyle, SixLegged Arceus, Wasabi121, Zeromare, cocomi, knightofdragon.
    (11:53:02) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (11:53:02) Time: Night 1
    (11:53:02) Make your moves, you only have 30 seconds! :
    (11:53:02) ***************************************************************************************
    (11:53:07) cocomi: Mine lol, first test though
    (11:53:07) Pkmn337: shitizen
    (11:53:10) PIA: lol at dogs
    (11:53:13) SirCDoyle: PRs PM
    (11:53:13) knightofdragon: shitizen
    (11:53:14) knightofdragon: i quit
    (11:53:14) ±Game: Your partner(s) have decided to bite 'PIA'!
    (11:53:15) SirCDoyle: bg me
    (11:53:19) SirCDoyle: prs pm
    (11:53:19) cocomi: Claire should claim
    (11:53:20) ±Game: Your partner(s) have decided to bite 'Wasabi121'!
    (11:53:21) Daybreak: dog
    (11:53:23) Daybreak: need pm
    (11:53:23) Pokemonfreak359: I'm Claire
    (11:53:25) Pokemonfreak359: protect me
    (11:53:25) cocomi: and connect
    (11:53:26) JYJ: [Vote[
    (11:53:27) ±Game: Your partner(s) have decided to bite 'PIA'!
    (11:53:28) PIA: I am strong role omg
    (11:53:28) Dignitas Sucks: -.-
    (11:53:29) knightofdragon: no i'm claire
    (11:53:31) knightofdragon: jks
    (11:53:32) ***************************************************************************************
    (11:53:32) Times Up! :
    (11:53:32) ±Game: Wasabi121 is dead.
    (11:53:32) Jill just died, so Chris took her bullets and reloaded his gun.
    (11:53:32) ±Game: Your target (PIA) was cursed!
    (11:53:32) ***************************************************************************************
    (11:53:32) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, Nemesis, President, Wesker, Zombie, Zombie, Zombie.
    (11:53:32) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, Dragoonlolzer, JYJ, Jamierus, Kaguya, Krabbity, LiterallyKuja, PIA, Pkmn337, Pokemonfreak359, Samurai Jack, SirCDoyle, SixLegged Arceus, Zeromare, cocomi, knightofdragon.
    (11:53:32) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (11:53:32) Time: Day 1
    (11:53:32) You have 30 seconds to debate who are the bad guys! :
    (11:53:32) ***************************************************************************************
    (11:53:32) cocomi: Claire knows leon
    (11:53:34) ***************************************************************************************
    (11:53:34) ±Game: ±Nemesis: Pokemonfreak359... Gwoooaah
    (11:53:34) ±Game: Nemesis has been revealed to be SixLegged Arceus!
    (11:53:34) ±Game: Pokemonfreak359 is dead.
    (11:53:34) ***************************************************************************************
    (11:53:37) PIA: ofc
    (11:53:39) Dignitas Sucks: o,o
    (11:53:39) SixLegged Arceus: worth it
    (11:53:48) knightofdragon: i dun get this
    (11:53:48) Broken Wings: Wtf is this
    (11:53:51) Samurai Jack: what was Pokemonfreak359
    (11:53:55) cocomi: Bitten people should claim so humans know who to to kill
    (11:53:56) Krabbity: claire pm me
    (11:53:57) Samurai Jack: it didn't say
    (11:53:58) Daybreak: btw i was distracted
    (11:54:00) cocomi: Pokemonfreak359 is bad
    (11:54:00) Dignitas Sucks: so do we get SixLegged Arceus or not
    (11:54:02) ***************************************************************************************
    (11:54:02) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Dog, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, Nemesis, President, Wesker, Zombie, Zombie, Zombie.
    (11:54:02) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, Dragoonlolzer, JYJ, Jamierus, Kaguya, Krabbity, LiterallyKuja, PIA, Pkmn337, Samurai Jack, SirCDoyle, SixLegged Arceus, Zeromare, cocomi, knightofdragon.
    (11:54:02) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (11:54:02) Time: Day 1
    (11:54:02) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (11:54:02) ***************************************************************************************
    (11:54:03) cocomi: he's nemesis
    (11:54:04) cocomi: lol
    (11:54:04) SixLegged Arceus: no
    (11:54:06) Dignitas Sucks: SixLegged Arceus is nemesis
    (11:54:07) SixLegged Arceus: get Pokemonfreak359
    (11:54:10) ±Game: PIA voted for SixLegged Arceus!
    (11:54:11) ±Game: That person is not playing!
    (11:54:13) ±Game: SirCDoyle voted for SixLegged Arceus!
    (11:54:13) SixLegged Arceus: no
    (11:54:14) ±Game: Zeromare voted for SixLegged Arceus!
    (11:54:15) SixLegged Arceus: noooo
    (11:54:16) ±Game: Dignitas Sucks voted for SixLegged Arceus!
    (11:54:16) SixLegged Arceus: please
    (11:54:16) ±Game: Samurai Jack voted for SixLegged Arceus!
    (11:54:17) ±Game: LiterallyKuja voted for SixLegged Arceus!
    (11:54:18) ±Game: Daybreak voted for SixLegged Arceus!
    (11:54:18) SixLegged Arceus: i love you
    (11:54:21) SixLegged Arceus: </3
    (11:54:22) Zeromare: really needs moar role
    (11:54:24) cocomi: lololol
    (11:54:24) SixLegged Arceus: help me JYJ
    (11:54:25) SirCDoyle: lol not us
    (11:54:27) SixLegged Arceus: HELP
    (11:54:28) SixLegged Arceus: NOOOOO
    (11:54:30) SixLegged Arceus: HNOIHADOFNASNDF
    (11:54:33) ±Game: knightofdragon voted for SixLegged Arceus!
    (11:54:39) ±Game: JYJ voted for SixLegged Arceus!
    (11:54:41) Dignitas Sucks: calm down sonny
    (11:54:42) JYJ: :)
    (11:54:43) PIA: I'm gonna convert tonight
    (11:54:46) ***************************************************************************************
    (11:54:46) Times Up! :
    (11:54:46) ±Game: SixLegged Arceus (Nemesis) was removed from the game!
    (11:54:46) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Dog, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, President, Wesker, Zombie, Zombie, Zombie.
    (11:54:46) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, Dragoonlolzer, JYJ, Jamierus, Kaguya, Krabbity, LiterallyKuja, PIA, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:54:46) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (11:54:46) Time: Night 2
    (11:54:46) Make your moves, you only have 30 seconds! :
    (11:54:46) ***************************************************************************************
    (11:54:47) PIA: w/e that means
    (11:54:51) Samurai Jack: cocomi, it's not saying what the roles are of people that die in the night
    (11:54:56) ±Game: Your partner(s) have decided to bite 'JYJ'!
    (11:54:59) ±Game: Your partner(s) have decided to bite 'Zeromare'!
    (11:55:01) Daybreak: i am dog
    (11:55:04) cocomi: if you love zombies and you are changing you shouldn't claim
    (11:55:05) Dignitas Sucks: lol
    (11:55:05) Daybreak: woof
    (11:55:06) Dragoonlolzer: Meow!
    (11:55:16) ***************************************************************************************
    (11:55:16) Times Up! :
    (11:55:16) ±Game: PIA is dead.
    (11:55:17) ±Game: Dragoonlolzer is dead.
    (11:55:17) ±Game: Your target (Zeromare) is immune!
    (11:55:17) ***************************************************************************************
    (11:55:17) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Dog, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, President, Wesker, Zombie, Zombie.
    (11:55:17) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, JYJ, Jamierus, Kaguya, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:55:17) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie
    (11:55:17) Time: Day 2
    (11:55:17) You have 30 seconds to debate who are the bad guys! :
    (11:55:17) ***************************************************************************************
    (11:55:20) Dignitas Sucks: rip
    (11:55:21) cocomi: Samurai Jack I'll change that after this game
    (11:55:25) knightofdragon: eh who died
    (11:55:25) knightofdragon: ._.
    (11:55:26) Samurai Jack: ^
    (11:55:29) Krabbity: cocomi
    (11:55:30) SirCDoyle: yes thx cocomi
    (11:55:31) Daybreak: i like how they don't tell u their roles
    (11:55:31) ±Game: You are a Zombie!
    (11:55:31) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (11:55:31) ±Game: The Fat Zombie is Samurai Jack!
    (11:55:31) ±Game: The Giant Zombie Bat is Jamierus!
    (11:55:34) Samurai Jack: what is pia and Dragoonlolzer .-.
    (11:55:35) Kaguya: Yeah, that's annoying
    (11:55:39) Samurai Jack: do we have an inspector
    (11:55:41) knightofdragon: everyone selfvote
    (11:55:44) knightofdragon: because you can
    (11:55:44) knightofdragon: XD
    (11:55:46) Broken Wings: Animals probably lol
    (11:55:47) ***************************************************************************************
    (11:55:47) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Dog, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, President, Wesker, Zombie, Zombie.
    (11:55:47) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, JYJ, Jamierus, Kaguya, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:55:47) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie
    (11:55:47) Time: Day 2
    (11:55:47) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (11:55:47) ***************************************************************************************
    (11:55:47) Dignitas Sucks: so if someone dies and there is no death msg that means citi?
    (11:55:48) Kaguya: There was one citizen
    (11:55:48) Dawn mage: i know a zombie, plox follow
    (11:55:56) ±Game: Dawn mage voted for JYJ!
    (11:55:58) knightofdragon: eh nop dogs 0.5 vote
    (11:55:59) ±Game: SirCDoyle voted for JYJ!
    (11:55:59) ±Game: JYJ voted for Dawn mage!
    (11:56:00) knightofdragon: thats all
    (11:56:00) ±Game: LiterallyKuja voted for JYJ!
    (11:56:02) ±Game: Samurai Jack voted for JYJ!
    (11:56:02) ±Game: Zeromare voted for JYJ!
    (11:56:03) JYJ: wtf
    (11:56:03) ±Game: Dignitas Sucks voted for JYJ!
    (11:56:04) ±Game: knightofdragon voted for JYJ!
    (11:56:04) ±Game: Broken Wings voted for JYJ!
    (11:56:04) JYJ: yo
    (11:56:04) Kaguya: Oh
    (11:56:06) Kaguya: One dog
    (11:56:07) ±Game: Daybreak voted for Daybreak!
    (11:56:08) Kaguya: One Citizen
    (11:56:09) Kaguya: Easy
    (11:56:10) Daybreak: dog
    (11:56:11) Dignitas Sucks: dawg
    (11:56:11) ±Game: Kaguya voted for JYJ!
    (11:56:16) knightofdragon: shitizen does nothing
    (11:56:17) ***************************************************************************************
    (11:56:17) Times Up! :
    (11:56:17) ±Game: JYJ (Dog) was removed from the game!
    (11:56:17) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, President, Wesker, Zombie, Zombie.
    (11:56:18) Current Players: Broken Wings, Dawn mage, Daybreak, Dignitas Sucks, Jamierus, Kaguya, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:56:18) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie
    (11:56:18) Time: Night 3
    (11:56:18) Make your moves, you only have 30 seconds! :
    (11:56:18) ***************************************************************************************
    (11:56:22) knightofdragon: lol
    (11:56:23) Broken Wings: THAT LIAR
    (11:56:23) Daybreak: MY FRAND
    (11:56:24) cocomi: wth
    (11:56:25) Dawn mage: zombie!
    (11:56:30) Dignitas Sucks: zombie dog
    (11:56:32) Dignitas Sucks: :o
    (11:56:40) SirCDoyle: dogie zomb.
    (11:56:41) Daybreak: someone kill wesker
    (11:56:42) Daybreak: plz
    (11:56:43) ±Game: You have chosen to bite Kaguya!
    (11:56:44) knightofdragon: roles : Giant Zombie Rat
    (11:56:46) Dawn mage: lol
    (11:56:47) ***************************************************************************************
    (11:56:47) Times Up! :
    (11:56:47) ±Game: Dawn mage is dead.
    (11:56:48) ±Game: Dignitas Sucks is dead.
    (11:56:48) ±Game: Your target (Kaguya) is immune!
    (11:56:48) ±Game: ±Chris: Stay sharp. There's something out there!.
    (11:56:48) ***************************************************************************************
    (11:56:48) Current Roles: Chris, Citizen, Citizen, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, President, Wesker, Zombie, Zombie.
    (11:56:48) Current Players: Broken Wings, Daybreak, Jamierus, Kaguya, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:56:48) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie
    (11:56:48) Time: Day 3
    (11:56:48) You have 30 seconds to debate who are the bad guys! :
    (11:56:48) ***************************************************************************************
    (11:56:48) knightofdragon: oops
    (11:56:49) cocomi: Wesker is OP
    (11:57:02) Broken Wings: What the fuck is this
    (11:57:03) knightofdragon: can't be nightkilled
    (11:57:03) knightofdragon: :L
    (11:57:09) Kaguya: Two citis dead
    (11:57:09) Kaguya: :(
    (11:57:12) knightofdragon: citicide
    (11:57:13) knightofdragon: :s
    (11:57:18) ***************************************************************************************
    (11:57:18) Current Roles: Chris, Citizen, Citizen, Dog, Fat Zombie, Giant Zombie Bat, Jake, Leon, President, Wesker, Zombie, Zombie.
    (11:57:18) Current Players: Broken Wings, Daybreak, Jamierus, Kaguya, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:57:18) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie
    (11:57:18) Time: Day 3
    (11:57:18) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (11:57:18) ***************************************************************************************
    (11:57:19) knightofdragon: this theme is confusing
    (11:57:20) Samurai Jack: I feel like randing since idk what is going on
    (11:57:21) Samurai Jack: so
    (11:57:21) knightofdragon: zombies op
    (11:57:22) cocomi: Claire is dead?
    (11:57:23) ±Game: Samurai Jack voted for Kaguya!
    (11:57:27) ±Game: knightofdragon voted for Kaguya!
    (11:57:27) knightofdragon: yeah
    (11:57:29) ±Game: Daybreak voted for Kaguya!
    (11:57:29) ±Game: cocomi voted for Kaguya!
    (11:57:29) Kaguya: bs
    (11:57:32) ±Game: Kaguya voted for Kaguya!
    (11:57:32) ±Game: SirCDoyle voted for Kaguya!
    (11:57:32) Daybreak: sure
    (11:57:37) knightofdragon: don' care anymore
    (11:57:37) ±Game: Zeromare voted for Kaguya!
    (11:57:38) Daybreak: i'll bit
    (11:57:39) Daybreak: e
    (11:57:40) knightofdragon: i don't get this theme
    (11:57:41) cocomi: lololol
    (11:57:45) Daybreak: get it cause i'm a dog
    (11:57:48) ***************************************************************************************
    (11:57:48) Times Up! :
    (11:57:48) ±Game: Kaguya (Jake) was removed from the game!
    (11:57:48) Current Roles: Chris, Citizen, Citizen, Dog, Fat Zombie, Giant Zombie Bat, Leon, President, Wesker, Zombie, Zombie.
    (11:57:48) Current Players: Broken Wings, Daybreak, Jamierus, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi, knightofdragon.
    (11:57:48) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie
    (11:57:48) Time: Night 4
    (11:57:48) Make your moves, you only have 30 seconds! :
    (11:57:48) ***************************************************************************************
    (11:57:52) Samurai Jack: woo!
    (11:57:55) ±Game: You have chosen to bite Daybreak!
    (11:57:57) knightofdragon: loll
    (11:58:02) cocomi: that was a good guy
    (11:58:02) Samurai Jack: wait
    (11:58:03) SirCDoyle: hey we got Leon
    (11:58:04) cocomi: lololol
    (11:58:04) ±Dratini: NecroPhil was mysteriously kicked by sulcata!
    (11:58:05) Samurai Jack: s--t
    (11:58:06) knightofdragon: i wanna be a errm. umbrella corp ._.
    (11:58:08) Daybreak: get Samurai Jack
    (11:58:10) Daybreak: jk
    (11:58:11) SirCDoyle: leon pm
    (11:58:18) ***************************************************************************************
    (11:58:18) Times Up! :
    (11:58:18) ±Game: Jamierus is dead.
    (11:58:18) ±Game: knightofdragon is dead.
    (11:58:18) ±Game: Your target (Daybreak) was cursed!
    (11:58:18) ***************************************************************************************
    (11:58:18) Current Roles: Chris, Citizen, Citizen, Dog, Fat Zombie, Leon, Wesker, Zombie, Zombie.
    (11:58:18) Current Players: Broken Wings, Daybreak, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi.
    (11:58:18) Current Team: Fat Zombie, Zombie, Zombie
    (11:58:18) Time: Day 4
    (11:58:18) You have 30 seconds to debate who are the bad guys! :
    (11:58:18) ***************************************************************************************
    (11:58:31) cocomi: I need to change that
    (11:58:31) Samurai Jack: well, we're likely screwed
    (11:58:36) SirCDoyle: fu we lost president
    (11:58:37) cocomi: so it reveals the dead roles
    (11:58:37) Daybreak: i am dog
    (11:58:48) ***************************************************************************************
    (11:58:48) Current Roles: Chris, Citizen, Citizen, Dog, Fat Zombie, Leon, Wesker, Zombie, Zombie.
    (11:58:48) Current Players: Broken Wings, Daybreak, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi.
    (11:58:48) Current Team: Fat Zombie, Zombie, Zombie
    (11:58:48) Time: Day 4
    (11:58:48) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (11:58:48) ***************************************************************************************
    (11:59:00) ±Game: You are a Zombie!
    (11:59:00) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (11:59:00) ±Game: The Fat Zombie is Samurai Jack!
    (11:59:01) SirCDoyle: rand
    (11:59:03) ±Game: Daybreak voted for Broken Wings!
    (11:59:05) Daybreak: sure
    (11:59:08) cocomi: Zombie bat died
    (11:59:08) ±Game: LiterallyKuja voted for Broken Wings!
    (11:59:09) Broken Wings: Samurai is wesker
    (11:59:09) ±Game: Zeromare voted for Broken Wings!
    (11:59:12) ±Game: cocomi voted for Broken Wings!
    (11:59:12) ±Game: Samurai Jack voted for Broken Wings!
    (11:59:13) ±Game: SirCDoyle voted for Broken Wings!
    (11:59:14) Daybreak: !
    (11:59:18) Samurai Jack: wut is a wesker
    (11:59:19) Broken Wings: I'm chris
    (11:59:20) ±Game: Krabbity voted for Broken Wings!
    (11:59:21) Broken Wings: It's evil
    (11:59:22) Broken Wings: But kk
    (11:59:24) Broken Wings: bye bye
    (11:59:27) ***************************************************************************************
    (11:59:27) Times Up! :
    (11:59:27) ±Game: Broken Wings (Chris) was removed from the game!
    (11:59:27) Current Roles: Citizen, Citizen, Dog, Fat Zombie, Leon, Wesker, Zombie, Zombie.
    (11:59:27) Current Players: Daybreak, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi.
    (11:59:27) Current Team: Fat Zombie, Zombie, Zombie
    (11:59:27) Time: Night 5
    (11:59:27) Make your moves, you only have 30 seconds! :
    (11:59:27) ***************************************************************************************
    (11:59:29) SirCDoyle: Highfive daybreak, was gonna rand him
    (11:59:30) cocomi: Zeromare is Wesker!
    (11:59:32) Samurai Jack: ^
    (11:59:33) Daybreak: i picked a good rand
    (11:59:40) ±Game: You have chosen to bite SirCDoyle!
    (11:59:42) Krabbity: im leon
    (11:59:51) Daybreak: samurai is wesker
    (11:59:54) cocomi: omg why we randed Chris
    (11:59:57) ***************************************************************************************
    (11:59:57) Times Up! :
    (11:59:57) ±Game: ±Wesker: Natural selection leaves the survivors stronger and better! Humans have escaped this winnowing for far too long!.
    (11:59:57) ±Game: Your target (SirCDoyle) was cursed!
    (11:59:57) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (11:59:57) No one died! :
    (11:59:58) ***************************************************************************************
    (11:59:58) Current Roles: Citizen, Citizen, Fat Zombie, Leon, Wesker (Transformed), Zombie, Zombie, Zombie Dog.
    (11:59:58) Current Players: Daybreak, Krabbity, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi.
    (11:59:58) Current Team: Fat Zombie, Zombie, Zombie, Zombie Dog
    (11:59:58) Time: Day 5
    (11:59:58) You have 30 seconds to debate who are the bad guys! :
    (11:59:58) ***************************************************************************************
    (11:59:59) Samurai Jack: nah daybreak
    (12:00:01) ***************************************************************************************
    (12:00:01) ±Game: ±Wesker: So Krabbity made it this far... Too bad, Krabbity won't make it much further..
    (12:00:01) ±Game: Krabbity is dead.
    (12:00:01) ***************************************************************************************
    (12:00:06) LiterallyKuja: DOG NOO
    (12:00:12) Samurai Jack: btw, Zeromare is wesker
    (12:00:13) Zeromare: btw
    (12:00:16) cocomi: Dog changed omg
    (12:00:19) Zeromare: ZOMBIES VOTE WITH ME.
    (12:00:23) Zeromare: i win with u
    (12:00:27) ***************************************************************************************
    (12:00:27) Current Roles: Citizen, Citizen, Fat Zombie, Wesker (Transformed), Zombie, Zombie, Zombie Dog.
    (12:00:27) Current Players: Daybreak, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare, cocomi.
    (12:00:27) Current Team: Fat Zombie, Zombie, Zombie, Zombie Dog
    (12:00:27) Time: Day 5
    (12:00:27) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:00:27) ***************************************************************************************
    (12:00:30) LiterallyKuja: Lol no yo udon't
    (12:00:32) Samurai Jack: does he cocomi?
    (12:00:35) Samurai Jack: you made the theme
    (12:00:35) Zeromare: oh yeah i do
    (12:00:36) cocomi: Wesker wins by defualt ones the world is only zombies
    (12:00:36) ±Game: LiterallyKuja voted for Zeromare!
    (12:00:37) ±Game: Zeromare voted for cocomi!
    (12:00:42) ±Game: cocomi voted for Zeromare!
    (12:00:45) ±Game: Samurai Jack voted for LiterallyKuja!
    (12:00:46) ±Game: SirCDoyle voted for Zeromare!
    (12:00:47) cocomi: we need help
    (12:00:48) cocomi: omg
    (12:00:48) Zeromare: zombies vote cocomi
    (12:00:51) Zeromare: nao
    (12:00:52) cocomi: zombie has little votes
    (12:00:57) ***************************************************************************************
    (12:00:57) Times Up! :
    (12:00:57) ±Game: cocomi (Zombie) was removed from the game!
    (12:00:57) Current Roles: Citizen, Citizen, Fat Zombie, Wesker (Transformed), Zombie, Zombie Dog.
    (12:00:57) Current Players: Daybreak, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare.
    (12:00:57) Time: Night 6
    (12:00:57) Make your moves, you only have 30 seconds! :
    (12:00:57) ***************************************************************************************
    (12:01:00) Zeromare: oh
    (12:01:03) LiterallyKuja: A+
    (12:01:03) SirCDoyle: lol
    (12:01:04) LiterallyKuja: vote out a zombie
    (12:01:04) Zeromare: y u vote me
    (12:01:04) Samurai Jack: derp
    (12:01:06) LiterallyKuja: when you need zombies
    (12:01:15) ±Dratini: PkmnMasterVinny was muted by Heather Star for 1 hour! [Reason: R5] [Channel: Trivia]
    (12:01:15) Zeromare: i got 2.5 votes
    (12:01:18) Zeromare: and can't be nightkilled
    (12:01:20) Samurai Jack: welp
    (12:01:23) Zeromare: once the 2 shitizens die
    (12:01:26) Zeromare: it ends
    (12:01:29) Samurai Jack: lol
    (12:01:29) ***************************************************************************************
    (12:01:29) Times Up! :
    (12:01:29) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (12:01:29) No one died! :
    (12:01:29) ***************************************************************************************
    (12:01:29) Current Roles: Citizen, Fat Zombie, Wesker (Transformed), Zombie, Zombie, Zombie Dog.
    (12:01:29) Current Players: Daybreak, LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare.
    (12:01:29) Time: Day 6
    (12:01:29) You have 30 seconds to debate who are the bad guys! :
    (12:01:29) ***************************************************************************************
    (12:01:34) Zeromare: or that
    (12:01:37) Samurai Jack: fat zombie :3
    (12:01:41) ***************************************************************************************
    (12:01:41) ±Game: ±Wesker: So Daybreak made it this far... Too bad, Daybreak won't make it much further..
    (12:01:41) ±Game: Daybreak is dead.
    (12:01:41) ***************************************************************************************
    (12:01:45) Zeromare: and zombie
    (12:01:51) Samurai Jack: you just killed our zombie dog >.>
    (12:01:54) LiterallyKuja: You say you need zombies but you keep killing us
    (12:01:56) SirCDoyle: kuja is zombie
    (12:01:58) Zeromare: well
    (12:02:00) ***************************************************************************************
    (12:02:00) Current Roles: Citizen, Fat Zombie, Wesker (Transformed), Zombie, Zombie.
    (12:02:00) Current Players: LiterallyKuja, Pkmn337, Samurai Jack, SirCDoyle, Zeromare.
    (12:02:00) Time: Day 6
    (12:02:00) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:02:00) ***************************************************************************************
    (12:02:05) Zeromare: i need zombies to freakin claim
    (12:02:05) ±Game: SirCDoyle voted for LiterallyKuja!
    (12:02:09) ±Game: LiterallyKuja voted for SirCDoyle!
    (12:02:12) SirCDoyle: zombie here
    (12:02:12) LiterallyKuja: lol
    (12:02:12) ±Game: Zeromare voted for SirCDoyle!
    (12:02:13) LiterallyKuja: yes i am
    (12:02:14) Zeromare: erm
    (12:02:15) ±Game: Samurai Jack voted for SirCDoyle!
    (12:02:15) SirCDoyle: :c
    (12:02:24) SirCDoyle: get luja
    (12:02:25) Zeromare: 2.5 votes go
    (12:02:25) Samurai Jack: idk
    (12:02:26) SirCDoyle: kuja
    (12:02:29) ***************************************************************************************
    (12:02:29) Times Up! :
    (12:02:29) ±Game: SirCDoyle (Zombie) was removed from the game!
    (12:02:29) Current Roles: Citizen, Fat Zombie, Wesker (Transformed), Zombie.
    (12:02:29) Current Players: LiterallyKuja, Pkmn337, Samurai Jack, Zeromare.
    (12:02:29) Time: Night 7
    (12:02:29) Make your moves, you only have 30 seconds! :
    (12:02:29) ***************************************************************************************
    (12:02:32) Zeromare: wow..
    (12:02:36) Zeromare: this is hilairous
    (12:02:37) LiterallyKuja: dude
    (12:02:40) Samurai Jack: well, LiterallyKuja is last zombie
    (12:02:40) LiterallyKuja: Is that NOT a team kill
    (12:02:46) LiterallyKuja: No shit I'm the last zombie
    (12:02:51) Samurai Jack: last villy is bitten
    (12:02:52) Zeromare: i'm techinically alone
    (12:02:53) LiterallyKuja: zombies win together
    (12:02:53) LiterallyKuja: no?
    (12:02:58) Zeromare: i just win with u
    (12:03:00) ***************************************************************************************
    (12:03:00) Times Up! :
    (12:03:00) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (12:03:00) No one died! :
    (12:03:00) Zeromare: The entire world is now infected. A new Genesis is at hand and I will be the creator! I will be God!
    (12:03:00) ±Game: The Zombies (Samurai Jack, Pkmn337 and LiterallyKuja) lose!
    (12:03:00) ***************************************************************************************
    The first game went pretty bad overall, roles weren't revealed when people died ><, had to do abit of fixing, and the game went pretty bad, but then again the inspector Claire died really early along with the good PRs, and people were mostly still unfamiliar with the theme. Overall, this log was pretty bad lol.

    Log 2 (second game played)
    (12:55:08) ***************************************************************************************
    (12:55:08) Times Up! :
    (12:55:08) The Roles have been Decided! :
    (12:55:08) ±Game: You are a Zombie!
    (12:55:08) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (12:55:08) ±Game: Your team is cocomi (Zombie), Voodo133 (Zombie) and knightofdragon (Zombie).
    (12:55:08) Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie, Zombie.
    (12:55:08) Current Players: Darkslayer, Dignitas Sucks, Dragoonlolzer, Limbo Chall, PIA, Rajin, Voodo133, Wasabi121, cocomi, dakota, knightofdragon.
    (12:55:08) Current Team: Zombie, Zombie, Zombie
    (12:55:08) Time: Night 1
    (12:55:08) Make your moves, you only have 30 seconds! :
    (12:55:08) ***************************************************************************************
    (12:55:09) PIA: ./details revil
    (12:55:16) ±Game: Your partner(s) have decided to bite 'dakota'!
    (12:55:16) Dragoonlolzer: ._.
    (12:55:19) PIA: cocomi
    (12:55:20) cocomi: claire should claim
    (12:55:23) Dragoonlolzer: //Bite Pia
    (12:55:23) PIA: why is the author unknown
    (12:55:24) cocomi: and connect good PRs
    (12:55:26) dakota: :D
    (12:55:26) PIA: lol.
    (12:55:28) Dragoonlolzer: *GASP*
    (12:55:29) Limbo Chall: Claire Here
    (12:55:37) ***************************************************************************************
    (12:55:37) Times Up! :
    (12:55:37) ±Game: Dragoonlolzer (Citizen) is dead.
    (12:55:37) ±Game: dakota (Citizen) is dead.
    (12:55:37) ***************************************************************************************
    (12:55:37) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie, Zombie.
    (12:55:37) Current Players: Darkslayer, Dignitas Sucks, Limbo Chall, PIA, Rajin, Voodo133, Wasabi121, cocomi, knightofdragon.
    (12:55:37) Current Team: Zombie, Zombie, Zombie
    (12:55:37) Time: Day 1
    (12:55:37) You have 30 seconds to debate who are the bad guys! :
    (12:55:37) ***************************************************************************************
    (12:55:46) knightofdragon: =/
    (12:55:47) cocomi: uhhh claire can claim as long as nemesis and lisa trevor is not around
    (12:55:47) Limbo Chall: Voodo133 is Zombie !!!!!!!!!!!!
    (12:55:51) Voodo133: Oh boo
    (12:55:51) Voodo133: I am
    (12:55:52) Limbo Chall: Claire Here
    (12:56:07) ***************************************************************************************
    (12:56:07) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie, Zombie.
    (12:56:07) Current Players: Darkslayer, Dignitas Sucks, Limbo Chall, PIA, Rajin, Voodo133, Wasabi121, cocomi, knightofdragon.
    (12:56:07) Current Team: Zombie, Zombie, Zombie
    (12:56:07) Time: Day 1
    (12:56:07) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:56:07) ***************************************************************************************
    (12:56:12) ±Game: Voodo133 voted for Limbo Chall!
    (12:56:13) ±Game: Wasabi121 voted for Voodo133!
    (12:56:14) ±Game: Limbo Chall voted for Voodo133!
    (12:56:15) ±Game: Rajin voted for Voodo133!
    (12:56:17) ±Game: Darkslayer voted for Voodo133!
    (12:56:20) cocomi: Wesker wins by default once only zombies are left
    (12:56:21) Limbo Chall: Bg on ME
    (12:56:23) ±Game: Dignitas Sucks voted for Voodo133!
    (12:56:29) cocomi: so beware of WESKER please
    (12:56:37) ***************************************************************************************
    (12:56:37) Times Up! :
    (12:56:37) ±Game: Voodo133 (Zombie) was removed from the game!
    (12:56:37) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie.
    (12:56:37) Current Players: Darkslayer, Dignitas Sucks, Limbo Chall, PIA, Rajin, Wasabi121, cocomi, knightofdragon.
    (12:56:37) Current Team: Zombie, Zombie
    (12:56:37) Time: Night 2
    (12:56:37) Make your moves, you only have 30 seconds! :
    (12:56:37) ***************************************************************************************
    (12:56:46) cocomi: zombies you all too, dun let wesker win
    (12:56:48) Limbo Chall: cocomi WHERES the T Virus
    (12:56:53) PIA: ouroboros
    (12:56:56) ±Game: You are a Zombie!
    (12:56:56) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (12:56:56) ±Game: Your team is cocomi (Zombie) and knightofdragon (Zombie).
    (12:57:02) ±Game: You have chosen to bite PIA!
    (12:57:03) PIA: ofc t virus
    (12:57:07) cocomi: lol
    (12:57:07) ***************************************************************************************
    (12:57:07) Times Up! :
    (12:57:07) You are dead.
    (12:57:07) ±Game: cocomi (Zombie) is dead.
    (12:57:07) ***************************************************************************************
    (12:57:07) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie.
    (12:57:07) Current Players: Darkslayer, Dignitas Sucks, Limbo Chall, PIA, Rajin, Wasabi121, knightofdragon.
    (12:57:07) Time: Day 2
    (12:57:07) You have 30 seconds to debate who are the bad guys! :
    (12:57:07) ***************************************************************************************
    (12:57:12) Rajin: O.o
    (12:57:16) PIA: I
    (12:57:20) PIA: Will change in 1 day
    (12:57:21) Limbo Chall: knightofdragon is Zombie!!!!!!!
    (12:57:28) knightofdragon: :O
    (12:57:29) Dignitas Sucks: Rajin is wesker
    (12:57:30) Darkslayer: welp this was easy :x
    (12:57:33) Rajin: :O
    (12:57:34) knightofdragon: lol
    (12:57:34) Dignitas Sucks: evaded my knightkill
    (12:57:38) ***************************************************************************************
    (12:57:38) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie.
    (12:57:38) Current Players: Darkslayer, Dignitas Sucks, Limbo Chall, PIA, Rajin, Wasabi121, knightofdragon.
    (12:57:38) Time: Day 2
    (12:57:38) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:57:38) ***************************************************************************************
    (12:57:41) Darkslayer: meeps will love this theme
    (12:57:46) Darkslayer: so he can say "is dog"
    (12:57:46) ±Game: Wasabi121 voted for Rajin!
    (12:57:46) ±Game: Dignitas Sucks voted for Rajin!
    (12:57:48) ±Game: Limbo Chall voted for knightofdragon!
    (12:57:50) ±Game: Rajin voted for knightofdragon!
    (12:57:51) Limbo Chall: yes
    (12:57:52) ±Game: PIA voted for Rajin!
    (12:57:53) Limbo Chall: DOGgg
    (12:57:55) PIA: i would get wesker
    (12:57:58) ±Game: knightofdragon voted for knightofdragon!
    (12:57:58) knightofdragon: Q.Q
    (12:57:59) ±Game: Darkslayer voted for Rajin!
    (12:58:00) ***************************************************************************************
    (12:58:00) Times Up! :
    (12:58:00) ±Game: knightofdragon (Zombie) was removed from the game!
    (12:58:00) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker.
    (12:58:00) Current Players: Darkslayer, Dignitas Sucks, Limbo Chall, PIA, Rajin, Wasabi121.
    (12:58:00) Time: Night 3
    (12:58:00) Make your moves, you only have 30 seconds! :
    (12:58:00) ***************************************************************************************
    (12:58:01) Rajin: Wow
    (12:58:04) Rajin: really self vote?
    (12:58:05) Dignitas Sucks: sigh
    (12:58:05) Wasabi121: rajin considering u need zonbies left to win
    (12:58:08) Limbo Chall: this theme is perfect for Meeps
    (12:58:08) Wasabi121: u so sad
    (12:58:20) PIA: chris on me
    (12:58:26) Dignitas Sucks: i can't
    (12:58:29) Wasabi121: just vote Rajin
    (12:58:30) Dignitas Sucks: no bullets
    (12:58:30) PIA: imma transform :(
    (12:58:30) ***************************************************************************************
    (12:58:30) Times Up! :
    (12:58:30) ±Game: Dignitas Sucks (Chris) is dead.
    (12:58:30) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (12:58:30) ***************************************************************************************
    (12:58:30) Current Roles: Claire, Dog, Leon, Wesker, Zombie.
    (12:58:30) Current Players: Darkslayer, Limbo Chall, PIA, Rajin, Wasabi121.
    (12:58:30) Time: Day 3
    (12:58:30) You have 30 seconds to debate who are the bad guys! :
    (12:58:30) ***************************************************************************************
    (12:58:44) Wasabi121: well
    (12:58:51) Limbo Chall: Pia is Zombie
    (12:58:56) Limbo Chall: and Wasabi121 is Wesker
    (12:58:56) Wasabi121: Limbo Chall
    (12:59:00) Wasabi121: wtf?
    (12:59:01) ***************************************************************************************
    (12:59:01) Current Roles: Claire, Dog, Leon, Wesker, Zombie.
    (12:59:01) Current Players: Darkslayer, Limbo Chall, PIA, Rajin, Wasabi121.
    (12:59:01) Time: Day 3
    (12:59:01) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:59:01) ***************************************************************************************
    (12:59:01) Limbo Chall: oops
    (12:59:02) Limbo Chall: not Wasabi121
    (12:59:03) Darkslayer: Limbo Chall
    (12:59:04) Darkslayer: lol
    (12:59:07) Limbo Chall: i mean
    (12:59:10) Wasabi121: Limbo Chall we lost
    (12:59:15) ±Game: Darkslayer voted for Rajin!
    (12:59:19) Limbo Chall: Raijin is Wesker
    (12:59:21) Darkslayer: not if i hav anythign to say abotu it :x
    (12:59:23) ±Game: Rajin voted for Darkslayer!
    (12:59:24) ±Game: Limbo Chall voted for Rajin!
    (12:59:25) Rajin: really now
    (12:59:27) ±Game: Wasabi121 voted for Rajin!
    (12:59:32) ±Game: PIA voted for Darkslayer!
    (12:59:33) ***************************************************************************************
    (12:59:33) Times Up! :
    (12:59:33) ±Game: Darkslayer (Leon) was removed from the game!
    (12:59:33) Current Roles: Claire, Dog, Wesker, Zombie.
    (12:59:33) Current Players: Limbo Chall, PIA, Rajin, Wasabi121.
    (12:59:33) Time: Night 4
    (12:59:33) Make your moves, you only have 30 seconds! :
    (12:59:33) ***************************************************************************************
    (12:59:33) Wasabi121: PIA got turned
    (12:59:35) Wasabi121: we lost
    (12:59:35) Limbo Chall: Wasabi121 i made a mistab
    (12:59:37) Limbo Chall: sorry
    (12:59:40) Wasabi121: if zombie can turn me
    (12:59:43) Wasabi121: please do
    (12:59:55) PIA: it takes a day
    (12:59:58) Rajin: GG
    (12:59:58) Wasabi121: lame
    (13:00:03) ***************************************************************************************
    (13:00:03) Times Up! :
    (13:00:03) ±Game: Limbo Chall (Claire) is dead.
    (13:00:03) Rajin (~Role~): The entire world is now infected. A new Genesis is at hand and I will be the creator! I will be God!
    (13:00:03) ±Game: The Zombies (PIA) and Humans (Wasabi121) lose!
    (13:00:03) ***************************************************************************************
    The second log went much better than the first, Wesker still won though. I'm still gonna hold off a nerf on Wesker for now, because I think he was stoppable in this game, but people just didn't know. Notice that the game ended because Claire was dead and PIA turned into a zombie thus making it only Wesker and zombies.

    Log 3
    (13:56:46) ***************************************************************************************
    (13:56:46) Times Up! :
    (13:56:46) The Roles have been Decided! :
    (13:56:46) ±Game: You are a Citizen!
    (13:56:46) ±Game: You are a survivor of the virus outbreak, vote to get rid of the zombies!
    (13:56:46) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Jill, Leon, Wesker, Zombie, Zombie, Zombie.
    (13:56:46) Current Players: Darkslayer, Dragoonlolzer, Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, Setsuna.F.Seiei, Veteran Padgett, cocomi, dakota, the big king.
    (13:56:46) Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Jill, Leon
    (13:56:46) Time: Night 1
    (13:56:46) Make your moves, you only have 30 seconds! :
    (13:56:46) ***************************************************************************************
    (13:56:49) the big king: this again
    (13:56:49) Darkslayer: it just said "name" died
    (13:56:52) cocomi: it's updated
    (13:56:52) Setsuna.F.Seiei: tiny king
    (13:56:52) Darkslayer: they had no roles
    (13:56:53) Darkslayer: :x
    (13:56:57) cocomi: see
    (13:56:59) Darkslayer: since 2 games ago?
    (13:56:59) Sazando: didn't we just play this
    (13:57:07) cocomi: Claire should calim and connect good PRs
    (13:57:09) cocomi: claim*
    (13:57:10) Darkslayer: RE is different from Revil
    (13:57:14) cocomi: citi here btw
    (13:57:15) ***************************************************************************************
    (13:57:15) Times Up! :
    (13:57:15) ±Game: Darkslayer (Citizen) is dead.
    (13:57:15) ±Game: Setsuna.F.Seiei (Leon) is dead.
    (13:57:15) ***************************************************************************************
    (13:57:15) Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Jill, Wesker, Zombie, Zombie, Zombie.
    (13:57:15) Current Players: Dragoonlolzer, Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, Veteran Padgett, cocomi, dakota, the big king.
    (13:57:15) Current Team: Chris, Citizen, Citizen, Citizen, Claire, Dog, Jill
    (13:57:15) Time: Day 1
    (13:57:15) You have 30 seconds to debate who are the bad guys! :
    (13:57:15) ***************************************************************************************
    (13:57:21) Dragoonlolzer: Citi here o.o
    (13:57:22) PIA: bg ded
    (13:57:27) Dragoonlolzer: dont bite me D:
    (13:57:29) cocomi: Bg died
    (13:57:31) cocomi: omg
    (13:57:38) Rajin: ./bite Rajin
    (13:57:41) cocomi: please vote out Wesker asap
    (13:57:45) ***************************************************************************************
    (13:57:45) Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Jill, Wesker, Zombie, Zombie, Zombie.
    (13:57:45) Current Players: Dragoonlolzer, Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, Veteran Padgett, cocomi, dakota, the big king.
    (13:57:45) Current Team: Chris, Citizen, Citizen, Citizen, Claire, Dog, Jill
    (13:57:45) Time: Day 1
    (13:57:45) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (13:57:45) ***************************************************************************************
    (13:57:51) cocomi: Wesker can't be killed in anyway
    (13:57:59) ±Game: Rajin voted for cocomi!
    (13:58:02) ±Game: Veteran Padgett voted for cocomi!
    (13:58:05) ±Game: Sazando voted for cocomi!
    (13:58:05) ±Game: Kitsuyo voted for cocomi!
    (13:58:06) Rajin: Rand this is going no where so
    (13:58:13) cocomi: noooo
    (13:58:16) ***************************************************************************************
    (13:58:16) Times Up! :
    (13:58:16) ±Game: cocomi (Citizen) was removed from the game!
    (13:58:16) Current Roles: Chris, Citizen, Citizen, Claire, Dog, Jill, Wesker, Zombie, Zombie, Zombie.
    (13:58:16) Current Players: Dragoonlolzer, Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, Veteran Padgett, dakota, the big king.
    (13:58:16) Time: Night 2
    (13:58:16) Make your moves, you only have 30 seconds! :
    (13:58:16) ***************************************************************************************
    (13:58:16) ±Game: The game is in progress. Please type /join to join the next mafia game.
    (13:58:22) PIA: is dog
    (13:58:46) ***************************************************************************************
    (13:58:46) Times Up! :
    (13:58:46) ±Game: Dragoonlolzer (Citizen) is dead.
    (13:58:46) ***************************************************************************************
    (13:58:46) Current Roles: Chris, Citizen, Claire, Dog, Jill, Wesker, Zombie, Zombie, Zombie.
    (13:58:46) Current Players: Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, Veteran Padgett, dakota, the big king.
    (13:58:46) Time: Day 2
    (13:58:46) You have 30 seconds to debate who are the bad guys! :
    (13:58:46) ***************************************************************************************
    Pokemon Online Champions League Sign ups!
    (13:59:02) Limbo Chall: is not dog
    (13:59:05) Veteran Padgett: claire here get dakota
    (13:59:11) dakota: ;-;
    (13:59:14) dakota: what?
    (13:59:16) ***************************************************************************************
    (13:59:16) Current Roles: Chris, Citizen, Claire, Dog, Jill, Wesker, Zombie, Zombie, Zombie.
    (13:59:16) Current Players: Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, Veteran Padgett, dakota, the big king.
    (13:59:16) Time: Day 2
    (13:59:16) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (13:59:16) ***************************************************************************************
    (13:59:17) ±Game: Veteran Padgett voted for dakota!
    (13:59:25) ±Game: dakota voted for Veteran Padgett!
    (13:59:26) ±Game: Limbo Chall voted for Veteran Padgett!
    (13:59:28) ±Game: Sazando voted for dakota!
    (13:59:29) Veteran Padgett: wtf
    (13:59:29) ±Game: Kitsuyo voted for Veteran Padgett!
    (13:59:33) Sazando: claire
    (13:59:34) Sazando: is good
    (13:59:36) Veteran Padgett: ^
    (13:59:38) Veteran Padgett: tie
    (13:59:40) ±Game: PIA voted for dakota!
    (13:59:43) ±Game: the big king voted for dakota!
    (13:59:45) Veteran Padgett: or vote him
    (13:59:45) PIA: is dog
    (13:59:48) dakota: ugh
    (13:59:50) ***************************************************************************************
    (13:59:50) Times Up! :
    (13:59:51) ±Game: Veteran Padgett (Zombie) was removed from the game!
    (13:59:51) Current Roles: Chris, Citizen, Claire, Dog, Jill, Wesker, Zombie, Zombie.
    (13:59:51) Current Players: Kitsuyo, L, Limbo Chall, PIA, Rajin, Sazando, dakota, the big king.
    (13:59:51) Time: Night 3
    (13:59:51) Make your moves, you only have 30 seconds! :
    (13:59:51) ***************************************************************************************
    (13:59:55) Sazando: what
    (14:00:01) Kitsuyo: lol false claim
    (14:00:19) Sazando: but shouldn't there be more kills
    (14:00:20) ***************************************************************************************
    (14:00:20) Times Up! :
    (14:00:20) ±Game: Sazando (Citizen) is dead.
    (14:00:20) ±Game: ±Chris: Ladies first. Go first, Jill. Give me a chance to play nice guy.
    (14:00:20) ±Game: ±Jill: I bet you say that to all the girls.
    (14:00:21) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (14:00:21) ***************************************************************************************
    (14:00:21) Current Roles: Chris, Claire, Jill, Wesker, Zombie, Zombie, Zombie Dog.
    (14:00:21) Current Players: Kitsuyo, L, Limbo Chall, PIA, Rajin, dakota, the big king.
    (14:00:21) Time: Day 3
    (14:00:21) You have 30 seconds to debate who are the bad guys! :
    (14:00:21) ***************************************************************************************
    (14:00:50) ***************************************************************************************
    (14:00:50) Current Roles: Chris, Claire, Jill, Wesker, Zombie, Zombie, Zombie Dog.
    (14:00:50) Current Players: Kitsuyo, L, Limbo Chall, PIA, Rajin, dakota, the big king.
    (14:00:50) Time: Day 3
    (14:00:50) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (14:00:51) ***************************************************************************************
    (14:00:51) Limbo Chall: i am so confused
    (14:01:02) ±Game: dakota voted for Limbo Chall!
    (14:01:03) ±Game: Rajin voted for Limbo Chall!
    (14:01:07) ±Game: the big king voted for Limbo Chall!
    (14:01:09) the big king: be confused no more
    (14:01:13) ±Game: Limbo Chall voted for dakota!
    (14:01:16) Limbo Chall: Chris here
    (14:01:16) dakota: :D
    (14:01:19) ±Game: Kitsuyo voted for dakota!
    (14:01:25) the big king: im chris traeger
    (14:01:25) Kitsuyo: Wait shouldn't we be voting wesker
    (14:01:27) ***************************************************************************************
    (14:01:27) Times Up! :
    (14:01:27) ±Game: Limbo Chall (Chris) was removed from the game!
    (14:01:27) Chris just died, so Jill took her bullets and reloaded his gun.
    (14:01:27) ***************************************************************************************
    (14:01:27) Current Roles: Claire, Jill, Wesker, Zombie, Zombie, Zombie Dog.
    (14:01:27) Current Players: Kitsuyo, L, PIA, Rajin, dakota, the big king.
    (14:01:27) Time: Night 4
    (14:01:27) Make your moves, you only have 30 seconds! :
    (14:01:27) ***************************************************************************************
    (14:01:57) ***************************************************************************************
    (14:01:57) Times Up! :
    (14:01:57) ±Game: L (Jill) is dead.
    (14:01:57) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (14:01:57) dakota (~Role~): The entire world is now infected. A new Genesis is at hand and I will be the creator! I will be God!
    (14:01:57) ±Game: The Zombies (Kitsuyo, Rajin, the big king and PIA) lose!
    (14:01:57) ***************************************************************************************
    Once again Wesker won, the Bodyguard Leon died N1, and zombies started leading rands lol. Zombies prob didn't know about Wesker's autowin, and lost again. I don't really have much comments about this log though ><.

    Log 4
    (19:03:36) ***************************************************************************************
    (19:03:36) Times Up! :
    (19:03:36) The Roles have been Decided! :
    (19:03:36) ±Game: You are a Leon!
    (19:03:36) ±Game: You are Leon S. Kennedy, an American agent for the Division of Security Operations. You can (/defend) a single person every night. (/Defend) protects and safeguard the person at the same time. You know Claire so be sure to connect with her.
    (19:03:36) ±Game: The Claire is rburnr!
    (19:03:36) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie, Zombie.
    (19:03:36) Current Players: DaRainMan, Kale Sterlin, Meh, Shiny Cyndaquil, Sir Betato, cocomi, rburnr.
    (19:03:36) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (19:03:36) Time: Night 1
    (19:03:36) Make your moves, you only have 30 seconds! :
    (19:03:36) ***************************************************************************************
    (19:03:38) DaRainMan: hi
    (19:03:46) ±Game: You have chosen to defend rburnr!
    (19:03:48) Shiny Cyndaquil: You can't check unless you're an Inspector
    (19:03:50) Meh: aww yus
    (19:04:01) Sir Betato: I've been playing this theme FOr like 6 times already..
    (19:04:06) rburnr: claire
    (19:04:06) ***************************************************************************************
    (19:04:06) Times Up! :
    (19:04:06) No one died! :
    (19:04:06) ***************************************************************************************
    (19:04:06) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie, Zombie.
    (19:04:06) Current Players: DaRainMan, Kale Sterlin, Meh, Shiny Cyndaquil, Sir Betato, cocomi, rburnr.
    (19:04:06) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (19:04:06) Time: Day 1
    (19:04:06) You have 30 seconds to debate who are the bad guys! :
    (19:04:06) ***************************************************************************************
    (19:04:09) rburnr: meh is zombie
    (19:04:11) Shiny Cyndaquil: fuck
    (19:04:13) cocomi: who got bitten?
    (19:04:14) Kale Sterlin: crap
    (19:04:19) Sir Betato: someone prob got bitten
    (19:04:19) Kale Sterlin: I'm bitten
    (19:04:20) Shiny Cyndaquil: bitten Chris here
    (19:04:21) Meh: nice try rburnr e.e
    (19:04:27) Sir Betato: get Kale Sterlin
    (19:04:28) rburnr: gg meh
    (19:04:31) rburnr: no
    (19:04:31) Meh: ???
    (19:04:32) cocomi: gg our killer got bitten
    (19:04:33) Kale Sterlin: Civi bitten over here
    (19:04:35) Meh: so you're a zombie then
    (19:04:39) ***************************************************************************************
    (19:04:39) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie, Zombie.
    (19:04:39) Current Players: DaRainMan, Kale Sterlin, Meh, Shiny Cyndaquil, Sir Betato, cocomi, rburnr.
    (19:04:39) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (19:04:39) Time: Day 1
    (19:04:39) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (19:04:39) ***************************************************************************************
    (19:04:40) DaRainMan: wtf
    (19:04:40) Meh: how did you find out who I am though
    (19:04:42) ±Game: cocomi voted for Meh!
    (19:04:45) rburnr: inspect.
    (19:04:46) ±Game: Meh voted for rburnr!
    (19:04:46) DaRainMan: go to mafia tutoring Kale Sterlin
    (19:04:47) ±Game: rburnr voted for Meh!
    (19:04:48) Meh: he's lying smh
    (19:04:50) Shiny Cyndaquil: Claire inspects
    (19:04:51) Meh: I'm Claire
    (19:04:55) rburnr: shut the fuck up
    (19:04:57) Meh: wow
    (19:04:58) cocomi: lol
    (19:05:01) *** DaRainMan is confused
    (19:05:03) Sir Betato: Kale Sterlin .. bitten guys doesnt Claim
    (19:05:03) rburnr: i lobe you meh
    (19:05:08) rburnr: love you
    (19:05:08) Meh: ok so I'm not >xU
    (19:05:09) ***************************************************************************************
    (19:05:09) Times Up! :
    (19:05:09) ±Game: Meh (Zombie) was removed from the game!
    (19:05:09) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie.
    (19:05:09) Current Players: DaRainMan, Kale Sterlin, Shiny Cyndaquil, Sir Betato, cocomi, rburnr.
    (19:05:09) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (19:05:09) Time: Night 2
    (19:05:09) Make your moves, you only have 30 seconds! :
    (19:05:09) ***************************************************************************************
    (19:05:11) rburnr: <3
    (19:05:13) Sir Betato: so we get Kale Sterlin
    (19:05:14) Sir Betato: next
    (19:05:17) Shiny Cyndaquil: Claire, who do I kill?
    (19:05:20) Sir Betato: he claimed as bitten
    (19:05:24) Shiny Cyndaquil: I'm a bitten Chris here
    (19:05:39) Kale Sterlin: T^T
    (19:05:39) rburnr: oh
    (19:05:39) cocomi: Chris try Sir Betato Kale Sterlin or DaRainMan
    (19:05:39) Shiny Cyndaquil: i have one more night after this
    (19:05:50) ***************************************************************************************
    (19:05:50) Times Up! :
    (19:05:50) ±Game: DaRainMan (Zombie) is dead.
    (19:05:50) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (19:05:50) ***************************************************************************************
    (19:05:50) Current Roles: Chris, Citizen, Claire, Leon, Zombie.
    (19:05:50) Current Players: Kale Sterlin, Shiny Cyndaquil, Sir Betato, cocomi, rburnr.
    (19:05:50) Current Team: Chris, Citizen, Claire, Leon
    (19:05:50) Time: Day 2
    (19:05:51) You have 30 seconds to debate who are the bad guys! :
    (19:05:51) ***************************************************************************************
    (19:05:55) cocomi: gg
    (19:05:57) Sir Betato: well it is Kale Sterlin
    (19:06:00) cocomi: we got our zombie
    (19:06:01) Shiny Cyndaquil: got him
    (19:06:06) Sir Betato: got him*
    (19:06:08) rburnr: i inspected da too
    (19:06:09) Sir Betato: good english
    (19:06:16) Shiny Cyndaquil: yeah, its kale
    (19:06:19) cocomi: Shiny Cyndaquil is zombie!
    (19:06:20) ***************************************************************************************
    (19:06:20) Current Roles: Chris, Citizen, Claire, Leon, Zombie.
    (19:06:20) Current Players: Kale Sterlin, Shiny Cyndaquil, Sir Betato, cocomi, rburnr.
    (19:06:20) Current Team: Chris, Citizen, Claire, Leon
    (19:06:20) Time: Day 2
    (19:06:20) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (19:06:20) ***************************************************************************************
    (19:06:23) Sir Betato: even though we still haven't got him
    (19:06:26) Shiny Cyndaquil: nah, i will be tomorrow night
    (19:06:33) ±Game: Sir Betato voted for Kale Sterlin!
    (19:06:33) ±Game: rburnr voted for Kale Sterlin!
    (19:06:33) cocomi: oh wait
    (19:06:34) ±Game: Kale Sterlin voted for Kale Sterlin!
    (19:06:37) Kale Sterlin: :|
    (19:06:39) ±Game: cocomi voted for Kale Sterlin!
    (19:06:39) ±Game: Shiny Cyndaquil voted for Kale Sterlin!
    (19:06:40) ***************************************************************************************
    (19:06:40) Times Up! :
    (19:06:40) ±Game: Kale Sterlin (Zombie) was removed from the game!
    (19:06:40) The humans, cocomi, Sir Betato, rburnr and Shiny Cyndaquil, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    (19:06:40) ***************************************************************************************
    Log 4 was a really good game played well by village, managed to vote out a zombie as fast as night 1. I also got a role I was looking forward too, notice that someone did in fact got converted into a zombie as 3 zombies were removed from the game total and the game started with 2. Wesker wasn't in this game though. Both Chris and Claire did a really good job overall. I think that as long as village has a killer surviving, Chris and Jill, they can easily keep up with the zombie spawn. Remember, zombies don't really kill in this game, they convert people to their side, this is a really game changing thing as the converters I've seen in other themes so far have really limited convert power. Zombies make it up with their lack of votepower.

    However, it should be taken in mind that two person claimed bitten, Kale Sterlin and Shiny Cyndaquil, and Kale Sterlin seemed to be new... Shiny Chyndaquil faked bitten on Day 1 though, but then he was probably just joking around. I'm also not sure how Sir Betato was so confident of Kale Sterlin right away, as both of them claimed bitten.

    Log 5
    (21:02:11) ***************************************************************************************
    (21:02:11) Times Up! :
    (21:02:11) The Roles have been Decided! :
    (21:02:11) ±Game: You are a Chris!
    (21:02:11) ±Game: You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. As Jill isn't here, your gun is able to (/kill) twice every 3 night. You will reload automatically every 3 nights.
    (21:02:11) Current Roles: Chris, Citizen, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie, Zombie.
    (21:02:11) Current Players: Angryimp, Betato, Dodioadjkl, Kale Sterlin, Shiny Cyndaquil, Sugarcube, Ultimooglia, cocomi, meeps, obey to kyubey.
    (21:02:11) Current Team: Chris, Citizen, Citizen, Claire, Dog, Leon
    (21:02:11) Time: Night 1
    (21:02:11) Make your moves, you only have 30 seconds! :
    (21:02:11) ***************************************************************************************
    (21:02:11) Angryimp: ?
    (21:02:17) Sugarcube: uhhhhh
    (21:02:22) Sugarcube: okay
    (21:02:22) Ultimooglia: Citi
    (21:02:34) Sugarcube: worst role here
    (21:02:35) cocomi: Claire claim?
    (21:02:41) ***************************************************************************************
    (21:02:41) Times Up! :
    (21:02:41) ±Game: Betato (Citizen) is dead.
    (21:02:41) ±Game: You will convert in 1 days.
    (21:02:41) ***************************************************************************************
    (21:02:41) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie, Zombie.
    (21:02:41) Current Players: Angryimp, Dodioadjkl, Kale Sterlin, Shiny Cyndaquil, Sugarcube, Ultimooglia, cocomi, meeps, obey to kyubey.
    (21:02:41) Current Team: Chris, Citizen, Claire, Dog, Leon
    (21:02:41) Time: Day 1
    (21:02:41) You have 30 seconds to debate who are the bad guys! :
    (21:02:41) ***************************************************************************************
    (21:02:56) Angryimp: jnnnnn
    (21:02:59) Sugarcube: claire is insp?
    (21:03:03) Angryimp: citi here
    (21:03:05) cocomi: Wesker wins by default once all humans are dead btw
    (21:03:11) ***************************************************************************************
    (21:03:11) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie, Zombie.
    (21:03:11) Current Players: Angryimp, Dodioadjkl, Kale Sterlin, Shiny Cyndaquil, Sugarcube, Ultimooglia, cocomi, meeps, obey to kyubey.
    (21:03:11) Current Team: Chris, Citizen, Claire, Dog, Leon
    (21:03:11) Time: Day 1
    (21:03:11) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:03:11) ***************************************************************************************
    (21:03:12) cocomi: yeah
    (21:03:21) Dodioadjkl: im new in this theme
    (21:03:24) Angryimp: ^
    (21:03:27) ±Game: meeps voted for Angryimp!
    (21:03:30) meeps: fakeclaim
    (21:03:37) ±Game: Kale Sterlin voted for Angryimp!
    (21:03:45) ***************************************************************************************
    (21:03:45) Times Up! :
    (21:03:45) ±Game: Angryimp (Zombie) was removed from the game!
    (21:03:45) Current Roles: Chris, Citizen, Claire, Dog, Leon, Wesker, Zombie, Zombie.
    (21:03:45) Current Players: Dodioadjkl, Kale Sterlin, Shiny Cyndaquil, Sugarcube, Ultimooglia, cocomi, meeps, obey to kyubey.
    (21:03:45) Current Team: Chris, Citizen, Claire, Dog, Leon
    (21:03:45) Time: Night 2
    (21:03:45) Make your moves, you only have 30 seconds! :
    (21:03:45) ***************************************************************************************
    (21:03:50) Sugarcube: k
    (21:03:50) Ultimooglia: Pro meeps
    (21:03:57) ±Game: You have chosen to kill obey to kyubey!
    (21:04:09) Dodioadjkl: what did i miss
    (21:04:15) ***************************************************************************************
    (21:04:15) Times Up! :
    (21:04:15) ±Game: Ultimooglia (Zombie) is dead.
    (21:04:15) ±Game: You have 1 charges remaining
    (21:04:15) ±Game: obey to kyubey (Citizen) is dead.
    (21:04:15) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (21:04:15) ±Game: Your curse took effect and you changed roles!
    (21:04:15) ±Game: You are a Zombie!
    (21:04:15) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (21:04:15) ±Game: Your team is cocomi (Zombie) and Shiny Cyndaquil (Zombie).
    (21:04:15) ***************************************************************************************
    (21:04:15) Current Roles: Claire, Dog, Leon, Wesker, Zombie, Zombie.
    (21:04:15) Current Players: Dodioadjkl, Kale Sterlin, Shiny Cyndaquil, Sugarcube, cocomi, meeps.
    (21:04:15) Current Team: Zombie, Zombie
    (21:04:15) Time: Day 2
    (21:04:15) You have 30 seconds to debate who are the bad guys! :
    (21:04:15) ***************************************************************************************
    (21:04:45) ***************************************************************************************
    (21:04:45) Current Roles: Claire, Dog, Leon, Wesker, Zombie, Zombie.
    (21:04:45) Current Players: Dodioadjkl, Kale Sterlin, Shiny Cyndaquil, Sugarcube, cocomi, meeps.
    (21:04:45) Current Team: Zombie, Zombie
    (21:04:45) Time: Day 2
    (21:04:45) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:04:45) ***************************************************************************************
    (21:04:48) Dodioadjkl: agg
    (21:04:52) meeps: ok
    (21:04:53) meeps: hmm
    (21:04:53) Sugarcube: now what
    (21:04:55) ±Game: meeps voted for Dodioadjkl!
    (21:04:57) cocomi: inspect got Wesker?
    (21:04:59) ±Game: Dodioadjkl voted for meeps!
    (21:05:01) ±Game: cocomi voted for Dodioadjkl!
    (21:05:05) ±Game: Kale Sterlin voted for Dodioadjkl!
    (21:05:09) Dodioadjkl: help
    (21:05:11) cocomi: help pls he has 2.5 votes
    (21:05:12) ±Game: Sugarcube voted for Dodioadjkl!
    (21:05:17) ±Game: Shiny Cyndaquil voted for Dodioadjkl!
    (21:05:18) ***************************************************************************************
    (21:05:18) Times Up! :
    (21:05:18) ±Game: Dodioadjkl (Wesker) was removed from the game!
    (21:05:18) Current Roles: Claire, Dog, Leon, Zombie, Zombie.
    (21:05:18) Current Players: Kale Sterlin, Shiny Cyndaquil, Sugarcube, cocomi, meeps.
    (21:05:18) Current Team: Zombie, Zombie
    (21:05:18) Time: Night 3
    (21:05:18) Make your moves, you only have 30 seconds! :
    (21:05:18) ***************************************************************************************
    (21:05:23) ±Game: You have chosen to bite meeps!
    (21:05:28) ±Game: Your partner(s) have decided to bite 'Sugarcube'!
    (21:05:48) ***************************************************************************************
    (21:05:48) Times Up! :
    (21:05:48) ±Game: Your target (Sugarcube) was cursed!
    (21:05:48) No one died! :
    (21:05:48) ***************************************************************************************
    (21:05:48) Current Roles: Claire, Dog, Leon, Zombie, Zombie.
    (21:05:48) Current Players: Kale Sterlin, Shiny Cyndaquil, Sugarcube, cocomi, meeps.
    (21:05:48) Current Team: Zombie, Zombie
    (21:05:48) Time: Day 3
    (21:05:48) You have 30 seconds to debate who are the bad guys! :
    (21:05:48) ***************************************************************************************
    (21:05:48) Sugarcube: bg me
    (21:05:53) Sugarcube: oh?
    (21:05:58) Shiny Cyndaquil: ?
    (21:05:59) cocomi: Sugarcube what are you?
    (21:05:59) Sugarcube: im not dead?
    (21:06:12) meeps: ok get shiny cyndaquil
    (21:06:13) Sugarcube: woof
    (21:06:18) ***************************************************************************************
    (21:06:18) Current Roles: Claire, Dog, Leon, Zombie, Zombie.
    (21:06:18) Current Players: Kale Sterlin, Shiny Cyndaquil, Sugarcube, cocomi, meeps.
    (21:06:18) Current Team: Zombie, Zombie
    (21:06:18) Time: Day 3
    (21:06:18) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:06:18) ***************************************************************************************
    (21:06:22) Shiny Cyndaquil: why me?
    (21:06:23) cocomi: zombie converts their enemy, they dun kill lol
    (21:06:35) ±Game: meeps voted for Shiny Cyndaquil!
    (21:06:37) ±Game: Kale Sterlin voted for Shiny Cyndaquil!
    (21:06:39) Shiny Cyndaquil: sugarcube
    (21:06:48) ***************************************************************************************
    (21:06:48) Times Up! :
    (21:06:48) ±Game: Shiny Cyndaquil (Zombie) was removed from the game!
    (21:06:48) Current Roles: Claire, Dog, Leon, Zombie.
    (21:06:48) Current Players: Kale Sterlin, Sugarcube, cocomi, meeps.
    (21:06:48) Current Team: Zombie
    (21:06:48) Time: Night 4
    (21:06:48) Make your moves, you only have 30 seconds! :
    (21:06:48) ***************************************************************************************
    (21:06:56) ±Game: You have chosen to bite Kale Sterlin!
    (21:07:18) ***************************************************************************************
    (21:07:18) Times Up! :
    (21:07:18) ±Game: Your target (Kale Sterlin) was cursed!
    (21:07:18) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (21:07:18) No one died! :
    (21:07:18) ***************************************************************************************
    (21:07:18) Current Roles: Claire, Leon, Zombie, Zombie Dog.
    (21:07:18) Current Players: Kale Sterlin, Sugarcube, cocomi, meeps.
    (21:07:18) Current Team: Zombie, Zombie Dog
    (21:07:18) Time: Day 4
    (21:07:18) You have 30 seconds to debate who are the bad guys! :
    (21:07:18) ***************************************************************************************
    (21:07:18) cocomi: Zombie power!
    (21:07:32) meeps: ok get cocomi
    (21:07:40) cocomi: zombie dog kills
    (21:07:41) cocomi: lol
    (21:07:44) Kale Sterlin: I'm bit
    (21:07:45) meeps: only .1 vote tho
    (21:07:48) meeps: o
    (21:07:48) ***************************************************************************************
    (21:07:48) Current Roles: Claire, Leon, Zombie, Zombie Dog.
    (21:07:48) Current Players: Kale Sterlin, Sugarcube, cocomi, meeps.
    (21:07:48) Current Team: Zombie, Zombie Dog
    (21:07:48) Time: Day 4
    (21:07:48) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:07:48) ***************************************************************************************
    (21:07:49) meeps: hm
    (21:07:51) ±Game: Kale Sterlin voted for cocomi!
    (21:07:56) cocomi: omg
    (21:07:57) meeps: get sugarcube then
    (21:08:04) ±Game: Sugarcube voted for meeps!
    (21:08:10) ±Game: meeps voted for cocomi!
    (21:08:12) ±Game: cocomi voted for meeps!
    (21:08:12) ***************************************************************************************
    (21:08:12) Times Up! :
    (21:08:12) ±Game: cocomi (Zombie) was removed from the game!
    (21:08:12) Current Roles: Claire, Leon, Zombie Dog.
    (21:08:12) Current Players: Kale Sterlin, Sugarcube, meeps.
    (21:08:12) Time: Night 5
    (21:08:12) Make your moves, you only have 30 seconds! :
    (21:08:12) ***************************************************************************************
    (21:08:32) ±Dratini: oihika was muted by Alice for 1 hour! [Reason: Rule 5. Please read the /rules to avoid being muted next time] [Channel: Tohjo Falls]
    (21:08:42) Sugarcube: join the dark side
    (21:08:42) ***************************************************************************************
    (21:08:42) Times Up! :
    (21:08:42) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (21:08:42) No one died! :
    (21:08:42) ***************************************************************************************
    (21:08:42) Current Roles: Claire, Zombie, Zombie Dog.
    (21:08:42) Current Players: Kale Sterlin, Sugarcube, meeps.
    (21:08:42) Time: Day 5
    (21:08:42) You have 30 seconds to debate who are the bad guys! :
    (21:08:42) ***************************************************************************************
    (21:08:50) Sugarcube: why
    (21:09:12) ***************************************************************************************
    (21:09:12) Current Roles: Claire, Zombie, Zombie Dog.
    (21:09:12) Current Players: Kale Sterlin, Sugarcube, meeps.
    (21:09:12) Time: Day 5
    (21:09:12) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:09:12) ***************************************************************************************
    (21:09:13) Sugarcube: shouldnt have bged meeps
    (21:09:14) ±Game: Kale Sterlin voted for meeps!
    (21:09:19) ±Game: meeps voted for Sugarcube!
    (21:09:25) ±Game: Sugarcube voted for meeps!
    (21:09:26) ***************************************************************************************
    (21:09:26) Times Up! :
    (21:09:26) ±Game: Sugarcube (Zombie Dog) was removed from the game!
    (21:09:26) Current Roles: Claire, Zombie.
    (21:09:26) Current Players: Kale Sterlin, meeps.
    (21:09:26) Time: Night 6
    (21:09:26) Make your moves, you only have 30 seconds! :
    (21:09:26) ***************************************************************************************
    (21:09:46) Kale Sterlin: gg
    (21:09:56) ***************************************************************************************
    (21:09:56) Times Up! :
    (21:09:56) No one died! :
    (21:09:56) ***************************************************************************************
    (21:09:56) Current Roles: Claire, Zombie.
    (21:09:56) Current Players: Kale Sterlin, meeps.
    (21:09:56) Time: Day 6
    (21:09:56) You have 30 seconds to debate who are the bad guys! :
    (21:09:56) ***************************************************************************************
    (21:09:59) meeps: gg
    (21:10:26) ***************************************************************************************
    (21:10:26) Current Roles: Claire, Zombie.
    (21:10:26) Current Players: Kale Sterlin, meeps.
    (21:10:26) Time: Day 6
    (21:10:26) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:10:26) ***************************************************************************************
    (21:10:27) ±Game: meeps voted for Kale Sterlin!
    (21:10:56) ***************************************************************************************
    (21:10:56) Times Up! :
    (21:10:56) ±Game: Kale Sterlin (Zombie) was removed from the game!
    (21:10:56) The humans, meeps, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    (21:10:56) ***************************************************************************************
    This outcome of this game was interesting, I got the role of Chris, the village killer, and I was bitten right away night 1. I tried to help village by killing after getting bitten, and killed a citizen instead lol. Things were probably not looking too good for village, but then they managed to vote out Wesker. So it's only humans and zombies left, zombies managed to get a zombie dog, but due to lack of votepower, zombies were constantly voted out.

    Notice that alot of things could have easily changed the outcome of the game, if meeps had voted for the zombie dog instead on day 4, zombies would have outvoted him. Also, if the bitten Leon have choosen not to BG meeps at the final moment, zombies would have won. Overall, I think meeps played a really great game, congrats to him.

    So certain changes I have made after seeing these logs:
    1. Made it so that dead players reveal their role, a really big mistake on my account
    2. Change the reload message of Chris and Jill to help players know that they reloaded
    3. Changed Leon's protect and safeguard into a single command
    4. Changed the winning message to make it nicer

    Changing Leon's command was a suggestion by darkslayer, I initially made it two commands so as to give Leon flexibility. By making it two commands, he can protect a person and safeguard the another in a night. However, two commands might seem tedious, so I've made it a single command for the ease of players playing as Leon.

    Overall, I feel that the bad plays were mostly due to people being new and not having a full understanding of the theme, as log 4 and 5 seemed quite decent to me. I also went off for quite awhile in between Log 2, 3, and 4, so I'm not sure if anyone start this theme while I was not around.

    I will still try to get as many logs as possible, so as to know better what changes should be done in order to help further balance the game.

    Thank you
     
    Last edited: Jul 11, 2013
  13. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    So yeah, back with more logs, again please feel free to criticize or comment on what do you think could've been made better.

    Log 6
    (23:27:05) ***************************************************************************************
    (23:27:05) Times Up! :
    (23:27:05) The Roles have been Decided! :
    (23:27:05) ±Game: You are a Zombie!
    (23:27:05) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (23:27:05) ±Game: Your team is cocomi (Zombie) and Shiny Cyndaquil (Zombie).
    (23:27:05) Current Roles: Chris, Citizen, Citizen, Claire, Dog, Leon, Zombie, Zombie.
    (23:27:05) Current Players: Arcaiel Sohel, DistortInception, Espeon, Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:27:05) Current Team: Zombie, Zombie
    (23:27:05) Time: Night 1
    (23:27:05) Make your moves, you only have 30 seconds! :
    (23:27:05) ***************************************************************************************
    (23:27:11) Sky Sentinels: citi tho
    (23:27:17) cocomi: citi here
    (23:27:21) DistortInception: citi here
    (23:27:22) ±Game: You have chosen to bite Espeon!
    (23:27:22) DistortInception: lol
    (23:27:27) DistortInception: 1 of u lying
    (23:27:30) cocomi: three citi?
    (23:27:35) ***************************************************************************************
    (23:27:35) Times Up! :
    (23:27:35) ±Game: Arcaiel Sohel (Dog) is dead.
    (23:27:35) ±Game: Your target (Espeon) was cursed!
    (23:27:35) ***************************************************************************************
    (23:27:35) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie, Zombie.
    (23:27:35) Current Players: DistortInception, Espeon, Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:27:35) Current Team: Zombie, Zombie
    (23:27:35) Time: Day 1
    (23:27:35) You have 30 seconds to debate who are the bad guys! :
    (23:27:35) ***************************************************************************************
    (23:27:41) Sky Sentinels: im a survivor of the virus outbreak
    (23:27:42) cocomi: dog died ;-;
    (23:27:43) Sky Sentinels: pls
    (23:27:44) DistortInception: vote concomi/sky sentinels
    (23:27:49) DistortInception: cuz im try citi
    (23:27:51) cocomi: I'm a survivor too pls =_=
    (23:27:56) DistortInception: true*
    (23:27:58) Sky Sentinels: well it's obviously you, DistortInception
    (23:28:05) DistortInception: LOL
    (23:28:05) ***************************************************************************************
    (23:28:05) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie, Zombie.
    (23:28:05) Current Players: DistortInception, Espeon, Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:28:05) Current Team: Zombie, Zombie
    (23:28:05) Time: Day 1
    (23:28:05) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:28:05) ***************************************************************************************
    (23:28:05) Sky Sentinels: if you're gonna act like that
    (23:28:14) DistortInception: sircdoyle
    (23:28:15) cocomi: Claire can claim since she is connected to BG
    (23:28:16) DistortInception: rmbr last time
    (23:28:24) Espeon: *sigh*
    (23:28:25) Sky Sentinels: anyway
    (23:28:31) Espeon: bg failed I guess
    (23:28:32) DistortInception: k
    (23:28:33) DistortInception: u can go for me
    (23:28:35) ***************************************************************************************
    (23:28:35) Times Up! :
    (23:28:35) No one was voted off! :
    (23:28:35) ***************************************************************************************
    (23:28:35) Current Roles: Chris, Citizen, Citizen, Claire, Leon, Zombie, Zombie.
    (23:28:35) Current Players: DistortInception, Espeon, Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:28:35) Current Team: Zombie, Zombie
    (23:28:35) Time: Night 2
    (23:28:35) Make your moves, you only have 30 seconds! :
    (23:28:35) ***************************************************************************************
    (23:28:35) DistortInception: but im citi
    (23:28:40) cocomi: and Chris can start killing before anyone gets bitten
    (23:28:42) Sky Sentinels: chris on DistortInception
    (23:28:48) ±Game: Your partner(s) have decided to bite 'SirCDoyle'!
    (23:28:50) Sky Sentinels: because he's obv fake
    (23:28:56) DistortInception: ur retarded
    (23:29:00) Espeon: don't be rude
    (23:29:00) Sky Sentinels: oh
    (23:29:00) cocomi: omg
    (23:29:06) ***************************************************************************************
    (23:29:06) Times Up! :
    (23:29:06) ±Game: DistortInception (Citizen) is dead.
    (23:29:06) ±Game: Your target (SirCDoyle) was cursed!
    (23:29:06) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (23:29:06) ***************************************************************************************
    (23:29:06) Current Roles: Chris, Citizen, Leon, Zombie, Zombie, Zombie.
    (23:29:06) Current Players: Espeon, Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:29:06) Current Team: Zombie, Zombie, Zombie
    (23:29:06) Time: Day 2
    (23:29:06) You have 30 seconds to debate who are the bad guys! :
    (23:29:06) ***************************************************************************************
    (23:29:11) Sky Sentinels: well
    (23:29:13) Sky Sentinels: nvm
    (23:29:14) Espeon: ummm
    (23:29:16) cocomi: we lost our inspector
    (23:29:17) Espeon: wtf just happened
    (23:29:17) cocomi: lol
    (23:29:22) ±Game: You are a Zombie!
    (23:29:22) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (23:29:22) ±Game: Your team is cocomi (Zombie), Espeon (Zombie) and Shiny Cyndaquil (Zombie).
    (23:29:23) Sky Sentinels: what even?
    (23:29:32) Sky Sentinels: cocomi was lying then
    (23:29:36) ***************************************************************************************
    (23:29:36) Current Roles: Chris, Citizen, Leon, Zombie, Zombie, Zombie.
    (23:29:36) Current Players: Espeon, Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:29:36) Current Team: Zombie, Zombie, Zombie
    (23:29:36) Time: Day 2
    (23:29:36) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:29:36) ***************************************************************************************
    (23:29:41) Sky Sentinels: and leon should know claire right so
    (23:29:43) Sky Sentinels: halp
    (23:29:50) Shiny Cyndaquil: claire is gone
    (23:29:52) Sky Sentinels: i know
    (23:29:53) ±Game: obey to kyubey voted for Espeon!
    (23:29:54) Sky Sentinels: who WAS claire
    (23:29:58) Sky Sentinels: they just got bitten
    (23:30:01) cocomi: ?
    (23:30:01) ±Game: Espeon voted for obey to kyubey!
    (23:30:04) Espeon: nice team vote
    (23:30:04) Sky Sentinels: wat
    (23:30:08) ±Game: Shiny Cyndaquil voted for obey to kyubey!
    (23:30:08) SirCDoyle: tie it
    (23:30:08) Espeon: other teammates help me out
    (23:30:11) SirCDoyle: TIE IT
    (23:30:11) ±Game: Sky Sentinels voted for Espeon!
    (23:30:11) Espeon: <.<
    (23:30:14) ±Game: cocomi voted for obey to kyubey!
    (23:30:17) SirCDoyle: TIEEE
    (23:30:19) Sky Sentinels: watever
    (23:30:20) obey to kyubey: Espeon is zombie
    (23:30:21) ***************************************************************************************
    (23:30:21) Times Up! :
    (23:30:21) ±Game: Espeon (Zombie) was removed from the game!
    (23:30:21) Current Roles: Chris, Citizen, Leon, Zombie, Zombie.
    (23:30:21) Current Players: Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:30:21) Current Team: Zombie, Zombie
    (23:30:21) Time: Night 3
    (23:30:21) Make your moves, you only have 30 seconds! :
    (23:30:21) ***************************************************************************************
    (23:30:25) Shiny Cyndaquil: oh nice
    (23:30:28) cocomi: omg
    (23:30:32) ±Game: You have chosen to bite obey to kyubey!
    (23:30:35) SirCDoyle: nice shot
    (23:30:38) Sky Sentinels: okay
    (23:30:41) Sky Sentinels: citi here
    (23:30:46) cocomi: zombies only have 0.6 vote
    (23:30:51) ***************************************************************************************
    (23:30:51) Times Up! :
    (23:30:51) ±Game: Your target (obey to kyubey) was cursed!
    (23:30:51) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (23:30:51) No one died! :
    (23:30:51) ***************************************************************************************
    (23:30:51) Current Roles: Citizen, Leon, Zombie, Zombie, Zombie.
    (23:30:51) Current Players: Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:30:51) Current Team: Zombie, Zombie, Zombie
    (23:30:51) Time: Day 3
    (23:30:51) You have 30 seconds to debate who are the bad guys! :
    (23:30:51) ***************************************************************************************
    (23:30:51) Sky Sentinels: chris on like
    (23:30:56) Sky Sentinels: shittttttt chris
    (23:31:02) cocomi: yes!!!
    (23:31:03) cocomi: lol
    (23:31:07) Sky Sentinels: you know what's funny
    (23:31:17) Sky Sentinels: let's just all win
    (23:31:20) Shiny Cyndaquil: lets vote out sky
    (23:31:21) ***************************************************************************************
    (23:31:21) Current Roles: Citizen, Leon, Zombie, Zombie, Zombie.
    (23:31:21) Current Players: Shiny Cyndaquil, SirCDoyle, Sky Sentinels, cocomi, obey to kyubey.
    (23:31:21) Current Team: Zombie, Zombie, Zombie
    (23:31:21) Time: Day 3
    (23:31:21) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:31:21) ***************************************************************************************
    (23:31:25) Sky Sentinels: you cant
    (23:31:27) Sky Sentinels: lol
    (23:31:30) ±Game: obey to kyubey voted for Sky Sentinels!
    (23:31:31) Shiny Cyndaquil: says who?
    (23:31:32) Sky Sentinels: 2>1.8
    (23:31:32) cocomi: I dun think we can lol
    (23:31:36) ±Game: cocomi voted for Sky Sentinels!
    (23:31:38) ±Game: SirCDoyle voted for Sky Sentinels!
    (23:31:39) ±Game: Sky Sentinels voted for obey to kyubey!
    (23:31:42) cocomi: yeah!!! Leon helping
    (23:31:42) Shiny Cyndaquil: 2? you have 1
    (23:31:44) cocomi: lololol
    (23:31:48) ±Game: Shiny Cyndaquil voted for Sky Sentinels!
    (23:31:49) ***************************************************************************************
    (23:31:49) Times Up! :
    (23:31:49) ±Game: Sky Sentinels (Citizen) was removed from the game!
    (23:31:49) Current Roles: Leon, Zombie, Zombie, Zombie.
    (23:31:49) Current Players: Shiny Cyndaquil, SirCDoyle, cocomi, obey to kyubey.
    (23:31:49) Current Team: Zombie, Zombie, Zombie
    (23:31:49) Time: Night 4
    (23:31:49) Make your moves, you only have 30 seconds! :
    (23:31:49) ***************************************************************************************
    (23:31:51) Espeon: ...
    (23:31:55) SirCDoyle: uh
    (23:31:58) Shiny Cyndaquil: let him turn
    (23:32:07) SirCDoyle: get obey c:
    (23:32:12) Shiny Cyndaquil: we already did
    (23:32:14) ±Game: Your partner(s) have decided to bite 'obey to kyubey'!
    (23:32:19) ***************************************************************************************
    (23:32:19) Times Up! :
    (23:32:19) ±Game: Your target (obey to kyubey) was cursed!
    (23:32:19) No one died! :
    (23:32:19) ***************************************************************************************
    (23:32:19) Current Roles: Leon, Zombie, Zombie, Zombie.
    (23:32:19) Current Players: Shiny Cyndaquil, SirCDoyle, cocomi, obey to kyubey.
    (23:32:19) Current Team: Zombie, Zombie, Zombie
    (23:32:19) Time: Day 4
    (23:32:19) You have 30 seconds to debate who are the bad guys! :
    (23:32:19) ***************************************************************************************
    (23:32:25) SirCDoyle: c:
    (23:32:32) cocomi: wait what?
    (23:32:33) Shiny Cyndaquil: wtf
    (23:32:37) Shiny Cyndaquil: who re-bit him?
    (23:32:42) cocomi: oh he just got bitten?
    (23:32:44) Shiny Cyndaquil: reset the clock
    (23:32:48) SirCDoyle: Espeon lied to me, I THOUGHT WE WERE FRIEND ;-;
    (23:32:49) ***************************************************************************************
    (23:32:49) Current Roles: Leon, Zombie, Zombie, Zombie.
    (23:32:49) Current Players: Shiny Cyndaquil, SirCDoyle, cocomi, obey to kyubey.
    (23:32:49) Current Team: Zombie, Zombie, Zombie
    (23:32:49) Time: Day 4
    (23:32:49) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:32:49) ***************************************************************************************
    (23:32:49) cocomi: yeah
    (23:32:54) cocomi: dun re bite him
    (23:32:54) ±Game: obey to kyubey voted for SirCDoyle!
    (23:32:58) ±Game: SirCDoyle voted for obey to kyubey!
    (23:32:59) Shiny Cyndaquil: he was already bitten
    (23:33:01) Espeon: I screwed up my role, sorry
    (23:33:02) SirCDoyle: wtf
    (23:33:04) ±Game: Shiny Cyndaquil voted for obey to kyubey!
    (23:33:08) ±Game: cocomi voted for obey to kyubey!
    (23:33:09) ***************************************************************************************
    (23:33:09) Times Up! :
    (23:33:09) ±Game: obey to kyubey (Leon) was removed from the game!
    (23:33:09) The zombies, cocomi, SirCDoyle and Shiny Cyndaquil, has successfully taken over the Human race and dominated the world.
    (23:33:09) ***************************************************************************************

    This game was played pretty bad by village, Leon didn't BG Claire night 1, resulting in her getting bitten right away (lol?). Chris was firing at his own people, and then village started voting each other out... Notice at the last night that if zombies bite the same person again, their curse timer will reset, so I've added a help message to zombies pointing that out.

    Log 7
    (04:33:33) ***************************************************************************************
    (04:33:33) Times Up! :
    (04:33:33) The Roles have been Decided! :
    (04:33:33) ±Game: You are a Zombie!
    (04:33:33) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (04:33:33) ±Game: Your team is Darkslayer (Zombie), Inazuma Otoshi (Zombie), Python (Fat Zombie), mai is hitomi (Giant Zombie Bat) and cocomi (Zombie).
    (04:33:33) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Nemesis, President, Sherry, Wesker, Zombie, Zombie, Zombie.
    (04:33:33) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Frostbite, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, Waddle Dee, Wombo Combo, cocomi, iEepck, mai is hitomi, obey to kyubey.
    (04:33:33) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (04:33:33) Time: Night 1
    (04:33:33) Make your moves, you only have 30 seconds! :
    (04:33:33) ***************************************************************************************
    (04:33:40) ±Dratini: !POKEMON! was mysteriously kicked by Mahnmut!
    (04:33:42) Roild: If you have anything you want to point out, you can comment on forums
    (04:33:43) Seeley5: wesker here
    (04:33:46) *** DragoonLolzer Ballslaps iEepck
    (04:33:46) Seeley5: i claim right
    (04:33:46) DatAzathoth: pheew citizen this time, can't screw anything up now
    (04:33:50) Krabbity: /'8"" 29!&9 =9!&9
    (04:33:52) Waddle Dee: who claims?
    (04:33:53) ±Game: Your partner(s) have decided to bite 'obey to kyubey'!
    (04:33:54) ±Game: Your partner(s) have decided to bite 'Frostbite'!
    (04:33:55) IronStorm: Woof
    (04:34:03) ***************************************************************************************
    (04:34:03) Times Up! :
    (04:34:03) ±Game: Your target (Frostbite) is immune!
    (04:34:03) No one died! :
    (04:34:03) ***************************************************************************************
    (04:34:03) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Nemesis, President, Sherry, Wesker, Zombie, Zombie, Zombie.
    (04:34:03) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Frostbite, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, Waddle Dee, Wombo Combo, cocomi, iEepck, mai is hitomi, obey to kyubey.
    (04:34:03) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (04:34:03) Time: Day 1
    (04:34:03) You have 30 seconds to debate who are the bad guys! :
    (04:34:03) ***************************************************************************************
    (04:34:03) ***************************************************************************************
    (04:34:03) ±Game: ±Nemesis: iEepck... Gwoooooaaaaaaaah!
    (04:34:03) ±Game: iEepck (Wesker) is dead.
    (04:34:03) ***************************************************************************************
    (04:34:05) Waddle Dee: lol
    (04:34:07) Seeley5: LOL
    (04:34:07) Wombo Combo: >wesker d1
    (04:34:08) Wombo Combo: gg
    (04:34:10) DragoonLolzer: wo
    (04:34:10) Roild: Rofl
    (04:34:13) cocomi: A++++
    (04:34:14) IronStorm: Nice
    (04:34:15) ±Dratini: !POKEMON! was muted by Mahnmut for 2 hours! [Reason: spam and this isn't a dating simulator] [Channel: Tohjo Falls]
    (04:34:18) Inazuma Otoshi: Nemesis rocks
    (04:34:25) mai is hitomi: mmphm
    (04:34:26) DragoonLolzer: Bite me someone ;) I want a hickey
    (04:34:27) Python: apparently that guy was really dangerous, so nice
    (04:34:29) Krabbity: lol
    (04:34:29) DatAzathoth: wait what, I frequently date here?
    (04:34:33) ***************************************************************************************
    (04:34:33) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Nemesis, President, Sherry, Zombie, Zombie, Zombie.
    (04:34:33) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Frostbite, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, Waddle Dee, Wombo Combo, cocomi, mai is hitomi, obey to kyubey.
    (04:34:33) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (04:34:33) Time: Day 1
    (04:34:33) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:34:33) ***************************************************************************************
    (04:34:34) Seeley5: taht was a quick kill
    (04:34:35) *** mai is hitomi bites DragoonLolzer
    (04:34:39) cocomi: get Frostbite?
    (04:34:41) ±Dratini: victorete was mysteriously kicked by Mahnmut!
    (04:34:41) Waddle Dee: fast kill
    (04:34:42) ±Game: cocomi voted for Frostbite!
    (04:34:43) Frostbite: why?
    (04:34:44) ±Game: Frostbite voted for cocomi!
    (04:34:45) ±Game: Seeley5 voted for cocomi!
    (04:34:45) *** DragoonLolzer Licks mai is hitomi's face
    (04:34:46) cocomi: baddie
    (04:34:47) ±Game: Darkslayer voted for Frostbite!
    (04:34:47) ±Game: Brian Scalabrine voted for cocomi!
    (04:34:48) ±Game: DatAzathoth voted for Frostbite!
    (04:34:48) Darkslayer: he bad
    (04:34:48) Roild: Reason?
    (04:34:49) cocomi: no dun
    (04:34:49) Frostbite: no?
    (04:34:49) Darkslayer: trust me
    (04:34:49) ±Game: Sazando voted for Frostbite!
    (04:34:51) ±Game: IronStorm voted for Frostbite!
    (04:34:52) Waddle Dee: hey guys who claims?
    (04:34:53) Darkslayer: Frostbite is bad
    (04:34:53) ±Game: mai is hitomi voted for Frostbite!
    (04:34:54) ±Game: DragoonLolzer voted for Frostbite!
    (04:34:54) Darkslayer: trust me
    (04:34:56) ±Game: Python voted for Frostbite!
    (04:34:57) ±Game: Krabbity voted for Frostbite!
    (04:34:57) DatAzathoth: frostbite is obv zombie name
    (04:34:57) Wombo Combo: no one claims
    (04:34:58) ±Game: Roild voted for Frostbite!
    (04:34:59) Wombo Combo: with nemesis
    (04:35:03) DragoonLolzer: lol
    (04:35:05) ±Dratini: venutul was mysteriously kicked by Mahnmut!
    (04:35:05) ***************************************************************************************
    (04:35:05) Times Up! :
    (04:35:05) ±Game: Frostbite (Hunter) was removed from the game!
    (04:35:05) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Leon, Nemesis, President, Sherry, Zombie, Zombie, Zombie.
    (04:35:05) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, Waddle Dee, Wombo Combo, cocomi, mai is hitomi, obey to kyubey.
    (04:35:05) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (04:35:05) Time: Night 2
    (04:35:05) Make your moves, you only have 30 seconds! :
    (04:35:05) ***************************************************************************************
    (04:35:09) Waddle Dee: pro
    (04:35:10) cocomi: omg
    (04:35:11) Wombo Combo: good right?
    (04:35:12) IronStorm: Nice
    (04:35:12) ±Dratini: venutul was muted by Mahnmut for 1 hour! [Reason: spam] [Channel: Tohjo Falls]
    (04:35:16) Waddle Dee: Hey someone slay me I have to go
    (04:35:20) ±Game: You are a Zombie!
    (04:35:20) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6.
    (04:35:20) ±Game: Your team is Darkslayer (Zombie), Inazuma Otoshi (Zombie), Python (Fat Zombie), mai is hitomi (Giant Zombie Bat) and cocomi (Zombie).
    (04:35:20) ±Kill: Waddle Dee (Citizen) was slain by Roild!
    (04:35:23) Espeon: bad
    (04:35:24) Seeley5: kinky
    (04:35:24) DragoonLolzer: I DEFNITILY don't want any Zombies to bite my neck
    (04:35:26) Roild: Don't join next game, etc
    (04:35:29) ±Game: Your partner(s) have decided to bite 'obey to kyubey'!
    (04:35:33) ±Game: You have chosen to bite Krabbity!
    (04:35:35) ***************************************************************************************
    (04:35:35) Times Up! :
    (04:35:35) ±Game: Your target (Krabbity) was cursed!
    (04:35:35) No one died! :
    (04:35:35) ***************************************************************************************
    (04:35:35) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Leon, Nemesis, President, Sherry, Zombie, Zombie, Zombie.
    (04:35:35) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, Wombo Combo, cocomi, mai is hitomi, obey to kyubey.
    (04:35:35) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (04:35:35) Time: Day 2
    (04:35:35) You have 30 seconds to debate who are the bad guys! :
    (04:35:35) ***************************************************************************************
    (04:35:36) *** DragoonLolzer draws a red circle on his neck
    (04:35:37) ***************************************************************************************
    (04:35:37) ±Game: ±Nemesis: cocomi... Gwoooooaaaaaaaah!
    (04:35:37) ±Game: cocomi (Zombie) is dead.
    (04:35:37) ***************************************************************************************
    (04:35:44) Wombo Combo: pfft
    (04:35:45) obey to kyubey: good guy nemesis
    (04:35:46) mai is hitomi: noicr
    (04:35:46) Wombo Combo: dat nemesis
    (04:35:48) Python: nemesis is on a roll
    (04:35:52) mai is hitomi: mhmm
    (04:35:54) DatAzathoth: nemisis is pro
    (04:35:54) Darkslayer: who nightkills here?
    (04:35:55) Darkslayer: anyone
    (04:35:57) Brian Scalabrine: a pr told me Wombo Combo is zombie
    (04:36:01) Brian Scalabrine: sooooo
    (04:36:02) DragoonLolzer: Nooo
    (04:36:03) Brian Scalabrine: yeah
    (04:36:05) Wombo Combo: a Pr told me im jill
    (04:36:05) ***************************************************************************************
    (04:36:05) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Leon, Nemesis, President, Sherry, Zombie, Zombie.
    (04:36:05) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, Wombo Combo, mai is hitomi, obey to kyubey.
    (04:36:05) Time: Day 2
    (04:36:05) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:36:05) ***************************************************************************************
    (04:36:06) DragoonLolzer: Let him Bite me
    (04:36:08) Wombo Combo: *jack
    (04:36:08) DragoonLolzer: ;-;
    (04:36:09) ±Game: Brian Scalabrine voted for Wombo Combo!
    (04:36:09) Fairy Magikarp: Wombo combo isn't zombie lol
    (04:36:12) ±Game: Fairy Magikarp voted for Brian Scalabrine!
    (04:36:12) Wombo Combo: IM SHERRY
    (04:36:12) ±Game: IronStorm voted for Wombo Combo!
    (04:36:13) ±Game: Darkslayer voted for Wombo Combo!
    (04:36:14) ±Game: DatAzathoth voted for Wombo Combo!
    (04:36:14) Wombo Combo: I CANT BE NIGHTKILED
    (04:36:15) ±Game: Roild voted for Brian Scalabrine!
    (04:36:15) ±Game: DragoonLolzer voted for Brian Scalabrine!
    (04:36:16) Fairy Magikarp: he's sherry
    (04:36:17) ±Game: Inazuma Otoshi voted for Wombo Combo!
    (04:36:17) Wombo Combo: I INSPEC
    (04:36:18) Fairy Magikarp: you fucks
    (04:36:22) Fairy Magikarp: counter
    (04:36:22) Brian Scalabrine: no he isnt
    (04:36:23) Fairy Magikarp: !
    (04:36:23) Wombo Combo: oh you are all sick fucks
    (04:36:23) Brian Scalabrine: lol
    (04:36:25) ±Game: Wombo Combo voted for Brian Scalabrine!
    (04:36:28) ±Game: Sakayu voted for Wombo Combo!
    (04:36:29) Wombo Combo: I inspect as a zombie
    (04:36:29) Roild: Wombo Combo, calm down
    (04:36:31) Brian Scalabrine: he is ZOMBIE
    (04:36:34) DragoonLolzer: Vote Brian Scalabrine
    (04:36:34) ±Game: obey to kyubey voted for Brian Scalabrine!
    (04:36:37) Brian Scalabrine: STOP
    (04:36:37) Wombo Combo: ok Inazuma Otoshi is a zombie
    (04:36:38) Wombo Combo: gl charlie
    (04:36:40) Brian Scalabrine: you idiots
    (04:36:41) ±Dratini: victorete was muted by Mahnmut for 1 hour! [Reason: trolling] [Channel: Tohjo Falls]
    (04:36:41) Roild: Okay, vote Brian Scalabrine
    (04:36:42) ***************************************************************************************
    (04:36:42) Times Up! :
    (04:36:42) ±Game: Wombo Combo (Sherry) was removed from the game!
    (04:36:42) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Leon, Nemesis, President, Zombie, Zombie.
    (04:36:42) Current Players: Brian Scalabrine, Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Inazuma Otoshi, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, mai is hitomi, obey to kyubey.
    (04:36:42) Time: Night 3
    (04:36:42) Make your moves, you only have 30 seconds! :
    (04:36:42) ***************************************************************************************
    (04:36:44) DragoonLolzer: ...
    (04:36:48) IronStorm: ....
    (04:36:48) DragoonLolzer: Wtf?
    (04:36:50) DatAzathoth: mind=blown
    (04:36:51) Brian Scalabrine: someone said he was zombie
    (04:37:00) DragoonLolzer: Brian don't believe everything
    (04:37:01) obey to kyubey: well let's get Inazuma Otoshi then
    (04:37:04) Inazuma Otoshi: why?
    (04:37:06) DragoonLolzer: and whats with the Afk zombies?
    (04:37:08) Inazuma Otoshi: Just cuz he said?
    (04:37:11) ***************************************************************************************
    (04:37:11) Times Up! :
    (04:37:11) ±Game: Inazuma Otoshi (Zombie) is dead.
    (04:37:11) ±Game: Brian Scalabrine (Leon) is dead.
    (04:37:11) ±Game: Chris reloaded his gun and is ready to fire!
    (04:37:11) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (04:37:11) ***************************************************************************************
    (04:37:11) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Nemesis, President, Zombie, Zombie.
    (04:37:11) Current Players: Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, mai is hitomi, obey to kyubey.
    (04:37:11) Time: Day 3
    (04:37:11) You have 30 seconds to debate who are the bad guys! :
    (04:37:12) ***************************************************************************************
    (04:37:18) Fairy Magikarp: wow leon
    (04:37:20) Fairy Magikarp: just wow
    (04:37:30) DragoonLolzer: Please Bite me ;-;
    (04:37:31) DatAzathoth: inb4 nemesis gets chris
    (04:37:34) mai is hitomi: pro guy leon
    (04:37:40) Darkslayer: Brian Scalabrine r u high
    (04:37:40) ***************************************************************************************
    (04:37:40) ±Game: ±Nemesis: mai is hitomi... Gwoooooaaaaaaaah!
    (04:37:40) ±Game: mai is hitomi (Giant Zombie Bat) is dead.
    (04:37:40) ***************************************************************************************
    (04:37:41) ***************************************************************************************
    (04:37:41) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Jake, Nemesis, President, Zombie, Zombie.
    (04:37:41) Current Players: Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, IronStorm, Krabbity, Protassium, Psylocke., Python, Roild, Sakayu, Sazando, Seeley5, obey to kyubey.
    (04:37:41) Time: Day 3
    (04:37:41) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:37:41) ***************************************************************************************
    (04:37:42) DragoonLolzer: Mai arent you chris?
    (04:37:42) Darkslayer: or u want a ban?
    (04:37:43) DragoonLolzer: Lol
    (04:37:45) Python: ooh, nice
    (04:37:52) IronStorm: I like this Nemesis
    (04:38:01) Darkslayer: nemesis is a cool guy
    (04:38:03) DragoonLolzer: Nemesis wtf?
    (04:38:05) Roild: Inazuma Otoshi is zombie
    (04:38:05) DatAzathoth: he should definitely claim so we can praise him
    (04:38:07) ±Game: Fairy Magikarp voted for Roild!
    (04:38:08) Fairy Magikarp: Follow
    (04:38:08) Fairy Magikarp: me
    (04:38:10) Roild: Oh. Not voting
    (04:38:11) DatAzathoth: but inazuma is dead
    (04:38:13) Roild: playing*
    (04:38:13) DragoonLolzer: I want someone to bite me ;~;
    (04:38:13) Python: inazuma is also dead
    (04:38:15) ***************************************************************************************
    (04:38:15) Times Up! :
    (04:38:15) ±Game: Roild (Hunter) was removed from the game!
    (04:38:15) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Jake, Nemesis, President, Zombie, Zombie.
    (04:38:15) Current Players: Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, IronStorm, Krabbity, Protassium, Psylocke., Python, Sakayu, Sazando, Seeley5, obey to kyubey.
    (04:38:15) Time: Night 4
    (04:38:15) Make your moves, you only have 30 seconds! :
    (04:38:15) ***************************************************************************************
    (04:38:18) Fairy Magikarp: lol
    (04:38:21) DatAzathoth: datsnipe
    (04:38:29) DragoonLolzer: Zombies heres your chance
    (04:38:45) ***************************************************************************************
    (04:38:45) Times Up! :
    (04:38:45) ±Game: obey to kyubey (Dog) is dead.
    (04:38:45) ±Game: Seeley5 (Citizen) is dead.
    (04:38:45) ***************************************************************************************
    (04:38:45) Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Fat Zombie, Jake, Nemesis, President, Zombie, Zombie.
    (04:38:45) Current Players: Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, IronStorm, Krabbity, Protassium, Psylocke., Python, Sakayu, Sazando.
    (04:38:45) Time: Day 4
    (04:38:45) You have 30 seconds to debate who are the bad guys! :
    (04:38:45) ***************************************************************************************
    (04:38:46) ***************************************************************************************
    (04:38:46) ±Game: ±Nemesis: IronStorm... Gwoooooaaaaaaaah!
    (04:38:46) ±Game: IronStorm (Dog) is dead.
    (04:38:46) ***************************************************************************************
    (04:38:53) Python: doggy ):
    (04:38:53) Darkslayer: dogs r ded
    (04:38:53) Darkslayer: ;-;
    (04:38:56) DatAzathoth: somebody call peta, we have a dog massacre
    (04:38:58) *** DragoonLolzer draw Red circle on neck poors salt and pepper and various seasonings "Mmmmmm....Tastey!"
    (04:39:03) Espeon: Michael Vick
    (04:39:05) DragoonLolzer: *Pours
    (04:39:10) Fairy Magikarp: I say we get protassium
    (04:39:11) Fairy Magikarp: tonight
    (04:39:13) Fairy Magikarp: imo
    (04:39:14) Psylocke.: ..
    (04:39:15) ***************************************************************************************
    (04:39:15) Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Fat Zombie, Jake, Nemesis, President, Zombie, Zombie.
    (04:39:15) Current Players: Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Krabbity, Protassium, Psylocke., Python, Sakayu, Sazando.
    (04:39:15) Time: Day 4
    (04:39:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:39:15) ***************************************************************************************
    (04:39:17) Darkslayer: DragoonLolzer u spelled tasty wrong :3
    (04:39:17) DatAzathoth: *claims citi so zombies know that dinner is served*
    (04:39:18) ±Game: Fairy Magikarp voted for Protassium!
    (04:39:19) Protassium: ummmmk
    (04:39:22) *** *********************************************************************** ***
    (04:39:22) ±Side: The Humans consists of Chris, Chris, Citizen, Claire, Dog, Jake, Jill, Jill, Leon, President, Sherry.
    (04:39:22) ±Side: The Lisa Trevor consists of Lisa Trevor.
    (04:39:22) ±Side: The Organization consists of Wesker, Wesker (Transformed).
    (04:39:22) ±Side: The Umbrella Corp consists of Hunter, Nemesis.
    (04:39:22) ±Side: The Zombies consists of Fat Zombie, Giant Zombie Bat, Zombie, Zombie Dog.
    (04:39:22) *** *********************************************************************** ***
    (04:39:22) DragoonLolzer: lol
    (04:39:22) ±Game: DatAzathoth voted for Protassium!
    (04:39:25) ±Game: Darkslayer voted for Protassium!
    (04:39:25) *** *********************************************************************** ***
    (04:39:25) ±Role: Chris
    (04:39:25) ±Ability: Can kill one person during the night. Sided with Humans.
    (04:39:25) ±Game: 6-12 Players
    (04:39:25) *** *********************************************************************** ***
    (04:39:25) ±Role: Chris
    (04:39:26) ±Ability: Can kill one person during the night. Sided with Humans.
    (04:39:26) ±Game: 13-30 Players
    (04:39:26) *** *********************************************************************** ***
    (04:39:26) ±Role: Citizen
    (04:39:26) ±Ability: Sided with Humans.
    (04:39:26) ±Game: 4-30 Players
    (04:39:26) *** *********************************************************************** ***
    (04:39:26) ±Role: Claire
    (04:39:26) ±Ability: Can inspect one person during the night. Sided with Humans.
    (04:39:26) ±Game: 1-30 Players
    (04:39:26) *** *********************************************************************** ***
    (04:39:26) ±Role: Dog
    (04:39:26) ±Ability: Vote counts as 0.5. Sided with Humans.
    (04:39:26) ±Game: 8-30 Players
    (04:39:26) *** *********************************************************************** ***
    (04:39:26) ±Role: Fat Zombie
    (04:39:26) ±Ability: Can bite one person during the night. Vote counts as 1.1. Sided with Zombies.
    (04:39:26) ±Game: 20-30 Players
    (04:39:26) *** *********************************************************************** ***
    (04:39:26) ±Role: Giant Zombie Bat
    (04:39:26) ±Ability: Can screech one person during the night. Vote counts as 0.5. Sided with Zombies.
    (04:39:26) ±Game: 17-30 Players
    (04:39:26) *** *********************************************************************** ***
    (04:39:26) ±Role: Hunter
    (04:39:26) ±Ability: Can stalk one person during the night. Can kill one person during the night. Sided with Umbrella Corp.
    (04:39:26) ±Game: 22-30 Players
    (04:39:27) *** *********************************************************************** ***
    (04:39:27) ±Role: Jake
    (04:39:27) ±Ability: Can shoot one person during the night. Reveals as Wesker when inspected. Sided with Humans.
    (04:39:27) ±Game: 18-30 Players
    (04:39:27) *** *********************************************************************** ***
    (04:39:27) ±Role: Jill
    (04:39:27) ±Ability: Can kill one person during the night. Sided with Humans.
    (04:39:27) ±Game: Players
    (04:39:27) *** *********************************************************************** ***
    (04:39:27) ±Role: Jill
    (04:39:27) ±Ability: Can kill one person during the night. Sided with Humans.
    (04:39:27) ±Game: 13-30 Players
    (04:39:27) *** *********************************************************************** ***
    (04:39:27) ±Role: Leon
    (04:39:27) ±Ability: Can defend one person during the night. Sided with Humans.
    (04:39:27) ±Game: 2-30 Players
    (04:39:27) *** *********************************************************************** ***
    (04:39:27) ±Role: Lisa Trevor
    (04:39:27) ±Ability: Can kill one person during the standby. Can't be nightkilled. Sided with Lisa Trevor.
    (04:39:27) ±Game: 25-30 Players
    (04:39:27) *** *********************************************************************** ***
    (04:39:27) ±Role: Nemesis
    (04:39:27) ±Ability: Can kill one person during the standby. Sided with Umbrella Corp.
    (04:39:27) ±Game: 14-30 Players
    (04:39:28) *** *********************************************************************** ***
    (04:39:28) ±Role: President
    (04:39:28) ±Ability: Vote counts as 2. Sided with Humans.
    (04:39:28) ±Game: 15-30 Players
    (04:39:28) *** *********************************************************************** ***
    (04:39:28) ±Role: Sherry
    (04:39:28) ±Ability: Can inspect one person during the night. Can't be nightkilled. Reveals as Zombie when inspected. Sided with Humans.
    (04:39:28) ±Game: 21-30 Players
    (04:39:28) *** *********************************************************************** ***
    (04:39:28) ±Role: Wesker
    (04:39:28) ±Ability: Can kill one person during the night. Can transform one person during the night. Vote counts as 2.5. Can't be nightkilled. Sided with Organization.
    (04:39:28) ±Game: 9-30 Players
    (04:39:28) *** *********************************************************************** ***
    (04:39:28) ±Role: Wesker (Transformed)
    (04:39:28) ±Ability: Can kill one person during the standby. Vote counts as 2.5. Can't be nightkilled. Sided with Organization.
    (04:39:28) ±Game: Players
    (04:39:28) *** *********************************************************************** ***
    (04:39:28) ±Role: Zombie
    (04:39:28) ±Ability: Can bite one person during the night. Vote counts as 0.6. Sided with Zombies.
    (04:39:28) ±Game: 3-30 Players
    (04:39:28) *** *********************************************************************** ***
    (04:39:28) ±Role: Zombie Dog
    (04:39:28) ±Ability: Can attack one person during the night. Vote counts as 0.1. Sided with Zombies.
    (04:39:29) ±Game: Players
    (04:39:29) *** *********************************************************************** ***
    (04:39:29) ±Game: Python voted for Protassium!
    (04:39:29) ±Game: Psylocke. voted for Protassium!
    (04:39:29) ±Game: Sazando voted for Protassium!
    (04:39:30) Protassium: Obama out
    (04:39:31) Darkslayer: Fairy Magikarp is our rand leader now i guess
    (04:39:31) DragoonLolzer: Fuck Zombies!
    (04:39:33) ±Game: Krabbity voted for Protassium!
    (04:39:35) DragoonLolzer: >:l
    (04:39:40) Krabbity: rand?
    (04:39:44) ***************************************************************************************
    (04:39:45) Times Up! :
    (04:39:45) ±Game: Protassium (President) was removed from the game!
    (04:39:45) Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Fat Zombie, Jake, Nemesis, Zombie, Zombie.
    (04:39:45) Current Players: Broken Wings, Darkslayer, DatAzathoth, DragoonLolzer, Fairy Magikarp, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:39:45) Time: Night 5
    (04:39:45) Make your moves, you only have 30 seconds! :
    (04:39:45) ***************************************************************************************
    (04:39:49) Fairy Magikarp: my bad...
    (04:39:50) Darkslayer: o noes
    (04:39:53) Krabbity: what does that mean?
    (04:40:01) DatAzathoth: president = mayor?
    (04:40:01) Psylocke.: Krabbity ...
    (04:40:06) Darkslayer: yes DatAzathoth
    (04:40:09) Psylocke.: ur name
    (04:40:13) DatAzathoth: we are all barbarians
    (04:40:14) ***************************************************************************************
    (04:40:15) Times Up! :
    (04:40:15) ±Game: DatAzathoth (Citizen) is dead.
    (04:40:15) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (04:40:15) ***************************************************************************************
    (04:40:15) Current Roles: Chris, Citizen, Citizen, Fat Zombie, Jake, Nemesis, Zombie, Zombie, Zombie.
    (04:40:15) Current Players: Broken Wings, Darkslayer, DragoonLolzer, Fairy Magikarp, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:40:15) Time: Day 5
    (04:40:15) You have 30 seconds to debate who are the bad guys! :
    (04:40:15) ***************************************************************************************
    (04:40:15) ***************************************************************************************
    (04:40:16) ±Game: ±Nemesis: Fairy Magikarp... Gwoooooaaaaaaaah!
    (04:40:16) ±Game: Fairy Magikarp (Jake) is dead.
    (04:40:16) ***************************************************************************************
    (04:40:35) *** DragoonLolzer Advances from 2nd Job Paladin Hunter to 3rd Job Dragoon Zombie slayer
    (04:40:45) ***************************************************************************************
    (04:40:45) Current Roles: Chris, Citizen, Citizen, Fat Zombie, Nemesis, Zombie, Zombie, Zombie.
    (04:40:45) Current Players: Broken Wings, Darkslayer, DragoonLolzer, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:40:45) Time: Day 5
    (04:40:45) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:40:45) ***************************************************************************************
    (04:41:00) ±Game: Darkslayer voted for Broken Wings!
    (04:41:01) Darkslayer: these rands
    (04:41:03) DragoonLolzer: Zombies wont let me join them...Well they must DIE!!!
    (04:41:09) ±Game: Psylocke. voted for Broken Wings!
    (04:41:10) ±Game: Sazando voted for Broken Wings!
    (04:41:10) ±Game: Python voted for Broken Wings!
    (04:41:13) ±Game: Krabbity voted for Broken Wings!
    (04:41:17) Python: hopefully this is..
    (04:41:21) ***************************************************************************************
    (04:41:21) Times Up! :
    (04:41:21) ±Game: Broken Wings (Citizen) was removed from the game!
    (04:41:21) Current Roles: Chris, Citizen, Fat Zombie, Nemesis, Zombie, Zombie, Zombie.
    (04:41:21) Current Players: Darkslayer, DragoonLolzer, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:41:21) Time: Night 6
    (04:41:21) Make your moves, you only have 30 seconds! :
    (04:41:21) ***************************************************************************************
    (04:41:23) Darkslayer: shit
    (04:41:25) Darkslayer: XD
    (04:41:26) Python: oy vey
    (04:41:34) Psylocke.: who reveals as jILL?
    (04:41:36) Psylocke.: WHAT ROLE
    (04:41:38) DragoonLolzer: Darkslayer I know your a baddy just bite me ;~;
    (04:41:42) Darkslayer: i am
    (04:41:45) Darkslayer: calm down
    (04:41:46) DragoonLolzer: please D:
    (04:41:51) Darkslayer: it takes a night
    (04:41:51) Psylocke.: sorry4caps
    (04:41:51) ***************************************************************************************
    (04:41:51) Times Up! :
    (04:41:51) ±Game: Chris reloaded his gun and is ready to fire!
    (04:41:51) No one died! :
    (04:41:51) ***************************************************************************************
    (04:41:51) Current Roles: Chris, Citizen, Fat Zombie, Nemesis, Zombie, Zombie, Zombie.
    (04:41:51) Current Players: Darkslayer, DragoonLolzer, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:41:51) Time: Day 6
    (04:41:51) You have 30 seconds to debate who are the bad guys! :
    (04:41:51) ***************************************************************************************
    (04:41:52) Darkslayer: :3
    (04:41:52) ***************************************************************************************
    (04:41:52) ±Game: ±Nemesis: Darkslayer... Gwoooooaaaaaaaah!
    (04:41:52) ±Game: Darkslayer (Zombie) is dead.
    (04:41:53) ***************************************************************************************
    (04:42:01) DragoonLolzer: ;~; I hate zombies...
    (04:42:05) DragoonLolzer: So selfish
    (04:42:21) ***************************************************************************************
    (04:42:21) Current Roles: Chris, Citizen, Fat Zombie, Nemesis, Zombie, Zombie.
    (04:42:21) Current Players: DragoonLolzer, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:42:21) Time: Day 6
    (04:42:21) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:42:21) ***************************************************************************************
    (04:42:51) ***************************************************************************************
    (04:42:51) Times Up! :
    (04:42:51) No one was voted off! :
    (04:42:51) ***************************************************************************************
    (04:42:51) Current Roles: Chris, Citizen, Fat Zombie, Nemesis, Zombie, Zombie.
    (04:42:51) Current Players: DragoonLolzer, Krabbity, Psylocke., Python, Sakayu, Sazando.
    (04:42:51) Time: Night 7
    (04:42:51) Make your moves, you only have 30 seconds! :
    (04:42:51) ***************************************************************************************
    (04:43:00) *** DragoonLolzer Sigh
    (04:43:13) Psylocke.: im watching walking dead lol
    (04:43:21) DragoonLolzer: ^your cool
    (04:43:25) ***************************************************************************************
    (04:43:25) Times Up! :
    (04:43:25) ±Game: Sakayu (Zombie) is dead.
    (04:43:25) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (04:43:25) ***************************************************************************************
    (04:43:25) Current Roles: Chris, Fat Zombie, Nemesis, Zombie, Zombie.
    (04:43:25) Current Players: DragoonLolzer, Krabbity, Psylocke., Python, Sazando.
    (04:43:25) Time: Day 7
    (04:43:25) You have 30 seconds to debate who are the bad guys! :
    (04:43:25) ***************************************************************************************
    (04:43:26) ***************************************************************************************
    (04:43:26) ±Game: ±Nemesis: Python... Gwoooooaaaaaaaah!
    (04:43:27) ±Game: Python (Fat Zombie) is dead.
    (04:43:27) ***************************************************************************************
    (04:43:54) ***************************************************************************************
    (04:43:54) Current Roles: Chris, Nemesis, Zombie, Zombie.
    (04:43:54) Current Players: DragoonLolzer, Krabbity, Psylocke., Sazando.
    (04:43:54) Time: Day 7
    (04:43:54) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:43:54) ***************************************************************************************
    (04:43:58) Krabbity: sazando
    (04:44:02) Sazando: Krabbity
    (04:44:06) ±Game: DragoonLolzer voted for Sazando!
    (04:44:07) ±Game: Krabbity voted for Sazando!
    (04:44:09) ±Game: Sazando voted for DragoonLolzer!
    (04:44:13) DragoonLolzer: ._.
    (04:44:16) Psylocke.: im confused
    (04:44:21) DragoonLolzer: <3 Psylocke.
    (04:44:23) Sazando: tie it
    (04:44:26) ***************************************************************************************
    (04:44:26) Times Up! :
    (04:44:26) ±Game: Sazando (Nemesis) was removed from the game!
    (04:44:26) Current Roles: Chris, Zombie, Zombie.
    (04:44:26) Current Players: DragoonLolzer, Krabbity, Psylocke..
    (04:44:26) Time: Night 8
    (04:44:26) Make your moves, you only have 30 seconds! :
    (04:44:26) ***************************************************************************************
    (04:44:27) DragoonLolzer: DOnt
    (04:44:38) Psylocke.: D:
    (04:44:40) DragoonLolzer: <3 Psylocke.
    (04:44:43) ±Dratini: exer10exer10exer10 was muted by Mahnmut for 1 day! [Reason: advertising] [Channel: Tohjo Falls]
    (04:44:43) Psylocke.: zombies don't eat me
    (04:44:45) Psylocke.: please
    (04:44:49) Psylocke.: im black
    (04:44:49) DragoonLolzer: I will >:3
    (04:44:53) DragoonLolzer: lol what?
    (04:44:56) ***************************************************************************************
    (04:44:56) Times Up! :
    (04:44:56) No one died! :
    (04:44:56) ***************************************************************************************
    (04:44:56) Current Roles: Chris, Zombie, Zombie.
    (04:44:56) Current Players: DragoonLolzer, Krabbity, Psylocke..
    (04:44:56) Time: Day 8
    (04:44:56) You have 30 seconds to debate who are the bad guys! :
    (04:44:56) ***************************************************************************************
    (04:45:03) DragoonLolzer: Cursed xD
    (04:45:11) Psylocke.: What?
    (04:45:15) Krabbity: psylocke
    (04:45:16) DragoonLolzer: So welcome Psylocke.
    (04:45:26) ***************************************************************************************
    (04:45:26) Current Roles: Chris, Zombie, Zombie.
    (04:45:26) Current Players: DragoonLolzer, Krabbity, Psylocke..
    (04:45:26) Time: Day 8
    (04:45:26) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:45:26) ***************************************************************************************
    (04:45:34) Psylocke.: imm gonna vote
    (04:45:35) DragoonLolzer: I'm currently Head Zombie
    (04:45:39) Psylocke.: u off
    (04:45:40) ±Game: Krabbity voted for Psylocke.!
    (04:45:41) Psylocke.: i rather die
    (04:45:44) ±Game: Psylocke. voted for DragoonLolzer!
    (04:45:48) DragoonLolzer: Meh
    (04:45:50) Psylocke.: then join
    (04:45:56) ***************************************************************************************
    (04:45:56) Times Up! :
    (04:45:56) ±Game: DragoonLolzer (Zombie) was removed from the game!
    (04:45:56) Current Roles: Chris, Zombie.
    (04:45:56) Current Players: Krabbity, Psylocke..
    (04:45:56) Time: Night 9
    (04:45:57) Make your moves, you only have 30 seconds! :
    (04:45:57) ***************************************************************************************
    (04:45:57) Krabbity: drag.. vote psy
    (04:46:05) Psylocke.: :)
    (04:46:09) Krabbity: wtf
    (04:46:26) ***************************************************************************************
    (04:46:26) Times Up! :
    (04:46:26) No one died! :
    (04:46:26) ***************************************************************************************
    (04:46:26) Current Roles: Chris, Zombie.
    (04:46:26) Current Players: Krabbity, Psylocke..
    (04:46:26) Time: Day 9
    (04:46:26) You have 30 seconds to debate who are the bad guys! :
    (04:46:27) ***************************************************************************************
    (04:46:37) Psylocke.: i win
    (04:46:38) Krabbity: shit
    (04:46:45) Psylocke.: I still lkive one
    (04:46:49) Psylocke.: only the living can live
    (04:46:56) ***************************************************************************************
    (04:46:56) Current Roles: Chris, Zombie.
    (04:46:56) Current Players: Krabbity, Psylocke..
    (04:46:56) Time: Day 9
    (04:46:56) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (04:46:56) ***************************************************************************************
    (04:47:03) ±Game: Psylocke. voted for Krabbity!
    (04:47:15) ±Game: Krabbity voted for Psylocke.!
    (04:47:16) ***************************************************************************************
    (04:47:16) Times Up! :
    (04:47:16) ±Game: Krabbity (Zombie) was removed from the game!
    (04:47:16) The humans, Psylocke., have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    (04:47:17) ***************************************************************************************
    Log 7 is a pretty huge game, it was pretty much chaos throughout... People didn't know about Sherry getting inspected as a zombie, and I got feedback that Hunters move too slow. Zombies could have won the game, but DragoonLolzer didn't help voted, thus resulting in a loss for the zombies. I buffed Hunters and Nemesis, they can now know each other, and Hunters no longer have restriction on their moves, it is still team shared though.

    Log 8
    (06:39:06) ***************************************************************************************
    (06:39:06) Times Up! :
    (06:39:06) The Roles have been Decided! :
    (06:39:06) ±Game: You are a Chris!
    (06:39:06) ±Game: You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. Between you and your partner Jill, you both (/kill) two targets every 3 nights. Then you reload automatically and can do it again. You know Jill so be sure to connect with her.
    (06:39:06) ±Game: The Jill is Chromium!
    (06:39:06) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (06:39:06) Current Players: Android Hummel, Ascarotte, Bestbubs., Chromium, Darkslayer, DatAzathoth, Dignitas Sucks, Lampent, Mas, Midna, Naoya, NewWorldOrders, PIA, PixieFreeze, Purple Dream, Rentorar, SWEaglegolf, SasoriSand, Sir Betato, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, cocomi, hitomi is mai, meeps, tayce t.
    (06:39:06) Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Jake, Jill, Leon, President, Rebecca, Sherry
    (06:39:06) Time: Night 1
    (06:39:06) Make your moves, you only have 30 seconds! :
    (06:39:06) ***************************************************************************************
    (06:39:15) Naoya: oh boy
    (06:39:25) Sir Betato: oh boy The night 1 kills
    (06:39:27) Waddle Dee: these people abuse me :c
    (06:39:29) Ascarotte: ok
    (06:39:30) Bestbubs.: what, no ashly?
    (06:39:31) Sir Betato: :x
    (06:39:36) ***************************************************************************************
    (06:39:36) Times Up! :
    (06:39:36) ±Game: Darkslayer (Citizen) is dead.
    (06:39:36) You are dead.
    (06:39:36) ±Game: cocomi (Chris) is dead.
    (06:39:36) Chris just died, so Jill took her bullets and reloaded his gun.
    (06:39:36) ***************************************************************************************
    (06:39:36) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (06:39:36) Current Players: Android Hummel, Ascarotte, Bestbubs., Chromium, DatAzathoth, Dignitas Sucks, Lampent, Mas, Midna, Naoya, NewWorldOrders, PIA, PixieFreeze, Purple Dream, Rentorar, SWEaglegolf, SasoriSand, Sir Betato, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps, tayce t.
    (06:39:36) Time: Day 1
    (06:39:36) You have 30 seconds to debate who are the bad guys! :
    (06:39:36) ***************************************************************************************
    (06:39:41) PixieFreeze: this game is so big .-.
    (06:39:41) Waddle Dee: lol
    (06:39:45) Dignitas Sucks: lol
    (06:39:58) SWEaglegolf: ._.
    (06:40:02) ***************************************************************************************
    (06:40:02) ±Game: Lisa Trevor was trying to look for her mother, but she found SasoriSand instead, so she killed him.
    (06:40:02) ±Game: SasoriSand (Nemesis) is dead.
    (06:40:02) ***************************************************************************************
    (06:40:02) Sky Sentinels: Dignitas Sucks is zombie
    (06:40:05) ±Murkrow: Jelly Bean OS was unbanned from Mafia by Hey Day!
    (06:40:06) Sir Betato: ;p;
    (06:40:06) ***************************************************************************************
    (06:40:06) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, President, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (06:40:06) Current Players: Android Hummel, Ascarotte, Bestbubs., Chromium, DatAzathoth, Dignitas Sucks, Lampent, Mas, Midna, Naoya, NewWorldOrders, PIA, PixieFreeze, Purple Dream, Rentorar, SWEaglegolf, Sir Betato, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps, tayce t.
    (06:40:06) Time: Day 1
    (06:40:06) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:40:06) ***************************************************************************************
    (06:40:07) Waddle Dee: pro
    (06:40:08) PixieFreeze: lolwut
    (06:40:12) PixieFreeze: i think thats good
    (06:40:12) Dignitas Sucks: Sky Sentinels is claire
    (06:40:12) Sky Sentinels: says claire
    (06:40:13) Lampent: too pro
    (06:40:16) ±Game: Lampent voted for Dignitas Sucks!
    (06:40:16) SWEaglegolf: i have a lead
    (06:40:19) Sky Sentinels: im leon and bitten
    (06:40:19) Dignitas Sucks: have fun team
    (06:40:20) ±Game: SWEaglegolf voted for Android Hummel!
    (06:40:21) Dignitas Sucks: la dee da
    (06:40:24) ±Game: hitomi is mai voted for Dignitas Sucks!
    (06:40:24) ±Game: Sky Sentinels voted for Dignitas Sucks!
    (06:40:24) ±Game: Android Hummel voted for Lampent!
    (06:40:24) ±Game: Naoya voted for Lampent!
    (06:40:26) ±Game: Waddle Dee voted for Dignitas Sucks!
    (06:40:28) ±Game: Mas voted for Lampent!
    (06:40:29) ±Game: SirCDoyle voted for Lampent!
    (06:40:29) ±Game: Bestbubs. voted for Dignitas Sucks!
    (06:40:29) ±Game: Chromium voted for Dignitas Sucks!
    (06:40:30) ±Game: DatAzathoth voted for Lampent!
    (06:40:30) SWEaglegolf: ihave a lead
    (06:40:31) meeps: wat wedoin lol
    (06:40:32) SWEaglegolf: >_>
    (06:40:33) Android Hummel: idk
    (06:40:35) ±Game: PixieFreeze voted for Dignitas Sucks!
    (06:40:36) ±Game: Dignitas Sucks voted for Lampent!
    (06:40:36) SirCDoyle: tie it
    (06:40:36) ±Game: Sir Betato voted for Dignitas Sucks!
    (06:40:36) ±Game: tayce t voted for Dignitas Sucks!
    (06:40:39) Sky Sentinels: i have claire
    (06:40:40) Lampent: DatAzathoth, what was that for?
    (06:40:42) Ascarotte: mhm
    (06:40:43) ***************************************************************************************
    (06:40:43) Times Up! :
    (06:40:43) ±Game: Dignitas Sucks (Zombie) was removed from the game!
    (06:40:43) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, President, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie.
    (06:40:43) Current Players: Android Hummel, Ascarotte, Bestbubs., Chromium, DatAzathoth, Lampent, Mas, Midna, Naoya, NewWorldOrders, PIA, PixieFreeze, Purple Dream, Rentorar, SWEaglegolf, Sir Betato, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps, tayce t.
    (06:40:43) Time: Night 2
    (06:40:43) Make your moves, you only have 30 seconds! :
    (06:40:43) ***************************************************************************************
    (06:40:43) Sky Sentinels: bcos am leon
    (06:40:48) Mas: glory to god
    (06:40:49) SirCDoyle: pro
    (06:40:50) PixieFreeze: :D
    (06:40:51) Waddle Dee: pro
    (06:40:53) Sir Betato: SirCDoyle sure we will tie it
    (06:41:01) Sir Betato: then you are saying "pro"
    (06:41:04) SirCDoyle: lol
    (06:41:05) Sir Betato: wth
    (06:41:06) Waddle Dee: lol
    (06:41:10) SWEaglegolf: android hummel is giant zombie bat
    (06:41:12) SirCDoyle: because rand :u
    (06:41:13) ***************************************************************************************
    (06:41:13) Times Up! :
    (06:41:13) ±Game: Naoya (Citizen) is dead.
    (06:41:13) ±Game: Sir Betato (President) is dead.
    (06:41:13) ±Game: Ascarotte (Citizen) is dead.
    (06:41:13) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (06:41:13) ***************************************************************************************
    (06:41:14) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Lisa Trevor, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (06:41:14) Current Players: Android Hummel, Bestbubs., Chromium, DatAzathoth, Lampent, Mas, Midna, NewWorldOrders, PIA, PixieFreeze, Purple Dream, Rentorar, SWEaglegolf, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps, tayce t.
    (06:41:14) Time: Day 2
    (06:41:14) You have 30 seconds to debate who are the bad guys! :
    (06:41:14) ***************************************************************************************
    (06:41:15) Android Hummel: lol?
    (06:41:20) ***************************************************************************************
    (06:41:20) ±Game: Lisa Trevor was trying to look for her mother, but she found NewWorldOrders instead, so she killed him.
    (06:41:20) ±Game: NewWorldOrders (Fat Zombie) is dead.
    (06:41:20) ***************************************************************************************
    (06:41:21) Waddle Dee: the President died
    (06:41:22) Android Hummel: not even
    (06:41:23) Sky Sentinels: mr president!
    (06:41:26) Waddle Dee: we need a new president
    (06:41:26) Mas: glory!
    (06:41:30) Rentorar: The president is dead. Long live the president!
    (06:41:32) Purple Dream: Android Hummel is baddie
    (06:41:35) Mas: poor barack
    (06:41:36) Waddle Dee: Fat Zombie was killed
    (06:41:39) Android Hummel: sweaglegolf is eesker
    (06:41:39) PixieFreeze: who should we vote for prez?
    (06:41:42) Android Hummel: the kefka
    (06:41:43) ***************************************************************************************
    (06:41:43) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jake, Jill, Lisa Trevor, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (06:41:43) Current Players: Android Hummel, Bestbubs., Chromium, DatAzathoth, Lampent, Mas, Midna, PIA, PixieFreeze, Purple Dream, Rentorar, SWEaglegolf, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps, tayce t.
    (06:41:43) Time: Day 2
    (06:41:43) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:41:43) ***************************************************************************************
    (06:41:46) Android Hummel: het him
    (06:41:52) ±Game: SWEaglegolf voted for Android Hummel!
    (06:41:54) meeps: good enough
    (06:41:54) SWEaglegolf: Lol
    (06:41:54) ±Game: Android Hummel voted for SWEaglegolf!
    (06:41:56) ±Game: meeps voted for SWEaglegolf!
    (06:41:57) ±Game: Waddle Dee voted for SWEaglegolf!
    (06:41:57) ±Game: Mas voted for SWEaglegolf!
    (06:41:57) Android Hummel: is eesker
    (06:41:58) ±Game: hitomi is mai voted for SWEaglegolf!
    (06:42:00) ±Game: DatAzathoth voted for SWEaglegolf!
    (06:42:01) SWEaglegolf: what if im
    (06:42:01) ±Game: tayce t voted for SWEaglegolf!
    (06:42:01) SWEaglegolf: jake
    (06:42:01) ±Game: Chromium voted for SWEaglegolf!
    (06:42:02) ±Game: PixieFreeze voted for SWEaglegolf!
    (06:42:02) Waddle Dee: SWEaglegolf for President
    (06:42:02) ±Game: Rentorar voted for SWEaglegolf!
    (06:42:08) ±Game: Lampent voted for SWEaglegolf!
    (06:42:08) Mas: go prez
    (06:42:09) ±Game: SirCDoyle voted for SWEaglegolf!
    (06:42:10) PixieFreeze: we're making you new prez
    (06:42:10) SWEaglegolf: jake out
    (06:42:11) Purple Dream: He's jake
    (06:42:13) Android Hummel: wesker*
    (06:42:13) SWEaglegolf: gj3]
    (06:42:13) Purple Dream: Js
    (06:42:15) PixieFreeze: wtf
    (06:42:16) Purple Dream: Lol
    (06:42:16) ***************************************************************************************
    (06:42:16) Times Up! :
    (06:42:16) ±Game: SWEaglegolf (Jake) was removed from the game!
    (06:42:16) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Hunter, Jill, Lisa Trevor, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (06:42:16) Current Players: Android Hummel, Bestbubs., Chromium, DatAzathoth, Lampent, Mas, Midna, PIA, PixieFreeze, Purple Dream, Rentorar, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps, tayce t.
    (06:42:16) Time: Night 3
    (06:42:16) Make your moves, you only have 30 seconds! :
    (06:42:16) ***************************************************************************************
    (06:42:20) Chromium: lol
    (06:42:23) hitomi is mai: GDi
    (06:42:25) Waddle Dee: lol
    (06:42:25) Midna: you guys ._.'
    (06:42:26) Purple Dream: Get Android Hummel when i die
    (06:42:29) Waddle Dee: that person
    (06:42:29) Rentorar: Well, good job lads.
    (06:42:30) SirCDoyle: :u
    (06:42:30) PIA: ./vote android hummel
    (06:42:31) meeps: jake reveals as wesker
    (06:42:32) Bestbubs.: oh i'm alive still
    (06:42:32) meeps: lol
    (06:42:34) Mas: ok
    (06:42:34) Android Hummel: slay gtg
    (06:42:34) Waddle Dee: he inspects as jake
    (06:42:37) Purple Dream: Dignitas Sucks is zombie also
    (06:42:41) Purple Dream: tayce t is bad
    (06:42:43) Waddle Dee: Dignitas Sucks is dead
    (06:42:45) Lampent: Dignitas Sucks is dead?
    (06:42:45) ±Kill: Android Hummel (Giant Zombie Bat) was slain by Hey Day!
    (06:42:47) ***************************************************************************************
    (06:42:47) Times Up! :
    (06:42:47) ±Game: A Sherry has been converted into a Sherry!
    (06:42:47) ±Game: Rentorar (Rebecca) is dead.
    (06:42:47) ±Game: tayce t (Fat Zombie) is dead.
    (06:42:47) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (06:42:48) ±Game: Jill reloaded her gun and is ready to fire!
    (06:42:48) ***************************************************************************************
    (06:42:48) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Jill, Lisa Trevor, Wesker, Zombie, Zombie, Zombie, Zombie, Zombie.
    (06:42:48) Current Players: Bestbubs., Chromium, DatAzathoth, Lampent, Mas, Midna, PIA, PixieFreeze, Purple Dream, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps.
    (06:42:48) Time: Day 3
    (06:42:48) You have 30 seconds to debate who are the bad guys! :
    (06:42:48) ***************************************************************************************
    (06:42:49) SirCDoyle: wow
    (06:42:49) PIA: lol
    (06:42:50) ***************************************************************************************
    (06:42:50) ±Game: Lisa Trevor was trying to look for her mother, but she found Lampent instead, so she killed him.
    (06:42:50) ±Game: Lampent (Hunter) is dead.
    (06:42:50) ***************************************************************************************
    (06:42:53) PixieFreeze: nice
    (06:42:58) hitomi is mai: SirCDoyle is esker
    (06:43:00) Waddle Dee: Sherry into Sherry
    (06:43:04) SirCDoyle: Lie. :)
    (06:43:04) hitomi is mai: DatAzathoth is zombie
    (06:43:05) Purple Dream: DatAzathoth us bad
    (06:43:10) Purple Dream: nvm
    (06:43:12) Mas: go go
    (06:43:18) ***************************************************************************************
    (06:43:18) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Jill, Lisa Trevor, Wesker, Zombie, Zombie, Zombie, Zombie, Zombie.
    (06:43:18) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, Midna, PIA, PixieFreeze, Purple Dream, SirCDoyle, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps.
    (06:43:18) Time: Day 3
    (06:43:18) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:43:18) ***************************************************************************************
    (06:43:18) Purple Dream: he's good nvm
    (06:43:20) ±Game: hitomi is mai voted for SirCDoyle!
    (06:43:21) PixieFreeze: get wesker first
    (06:43:22) SirCDoyle: lie..
    (06:43:24) ±Game: meeps voted for SirCDoyle!
    (06:43:24) ±Game: PixieFreeze voted for SirCDoyle!
    (06:43:25) ±Game: Wasabi121 voted for SirCDoyle!
    (06:43:27) ±Game: DatAzathoth voted for SirCDoyle!
    (06:43:29) ±Game: Bestbubs. voted for SirCDoyle!
    (06:43:29) ±Game: Mas voted for SirCDoyle!
    (06:43:30) Waddle Dee: Jill and Claire with dogs and citizens
    (06:43:31) ±Game: Chromium voted for SirCDoyle!
    (06:43:34) SirCDoyle: Jill out
    (06:43:37) SirCDoyle: -.-
    (06:43:40) ±Game: Waddle Dee voted for SirCDoyle!
    (06:43:44) Bestbubs.: :p
    (06:43:44) Waddle Dee: they no like you :c
    (06:43:45) SirCDoyle: :u
    (06:43:48) ***************************************************************************************
    (06:43:48) Times Up! :
    (06:43:48) ±Game: SirCDoyle (Wesker) was removed from the game!
    (06:43:48) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Jill, Lisa Trevor, Zombie, Zombie, Zombie, Zombie, Zombie.
    (06:43:48) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, Midna, PIA, PixieFreeze, Purple Dream, Sky Sentinels, Waddle Dee, Wasabi121, hitomi is mai, meeps.
    (06:43:48) Time: Night 4
    (06:43:48) Make your moves, you only have 30 seconds! :
    (06:43:48) ***************************************************************************************
    (06:43:48) hitomi is mai: .-.
    (06:43:51) Chromium: l0l
    (06:43:51) Waddle Dee: yay
    (06:43:57) meeps: ded
    (06:43:58) Rosina: Midna
    (06:44:00) Sky Sentinels: WAt
    (06:44:00) Bestbubs.: funny looking jill
    (06:44:01) Midna: o/
    (06:44:02) Rosina: you need a slay?
    (06:44:06) Midna: yup c:
    (06:44:07) ±Kill: Midna (Dog) was slain by Rosina!
    (06:44:11) meeps: dog hater
    (06:44:12) PIA: :O
    (06:44:13) Waddle Dee: lol
    (06:44:14) PixieFreeze: my doggie D:
    (06:44:16) hitomi is mai: dat, sky remember
    (06:44:17) ***************************************************************************************
    (06:44:17) Times Up! :
    (06:44:17) ±Game: Wasabi121 (Zombie) is dead.
    (06:44:17) ±Game: Sky Sentinels (Zombie) is dead.
    (06:44:17) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (06:44:17) ***************************************************************************************
    (06:44:17) Current Roles: Citizen, Citizen, Dog, Hunter, Jill, Lisa Trevor, Zombie, Zombie, Zombie, Zombie.
    (06:44:17) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, PIA, PixieFreeze, Purple Dream, Waddle Dee, hitomi is mai, meeps.
    (06:44:17) Time: Day 4
    (06:44:17) You have 30 seconds to debate who are the bad guys! :
    (06:44:18) ***************************************************************************************
    (06:44:18) PIA: meeps for other dog
    (06:44:18) ***************************************************************************************
    (06:44:18) ±Game: Lisa Trevor was trying to look for her mother, but she found Waddle Dee instead, so she killed him.
    (06:44:18) ±Game: Waddle Dee (Dog) is dead.
    (06:44:18) ***************************************************************************************
    (06:44:19) hitomi is mai: bad
    (06:44:21) meeps: ya
    (06:44:21) PIA: jk
    (06:44:23) PixieFreeze: ;-;
    (06:44:28) PixieFreeze: doggie hate
    (06:44:28) Bestbubs.: oh god
    (06:44:43) PixieFreeze: did anyone get hax or a good insp?
    (06:44:45) Bestbubs.: only me another shitizen and hill left
    (06:44:47) Purple Dream: test
    (06:44:48) ***************************************************************************************
    (06:44:48) Current Roles: Citizen, Citizen, Hunter, Jill, Lisa Trevor, Zombie, Zombie, Zombie, Zombie.
    (06:44:48) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, PIA, PixieFreeze, Purple Dream, hitomi is mai, meeps.
    (06:44:48) Time: Day 4
    (06:44:48) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:44:48) ***************************************************************************************
    (06:45:07) ±Game: Bestbubs. voted for PixieFreeze!
    (06:45:11) Bestbubs.: becuase waynut
    (06:45:11) ±Game: PixieFreeze voted for PIA!
    (06:45:12) ±Game: meeps voted for PixieFreeze!
    (06:45:13) meeps: ok sure
    (06:45:15) PixieFreeze: because im jill
    (06:45:18) ±Game: Chromium voted for PixieFreeze!
    (06:45:22) ±Game: Mas voted for PixieFreeze!
    (06:45:23) ±Game: hitomi is mai voted for PixieFreeze!
    (06:45:23) ±Game: DatAzathoth voted for PixieFreeze!
    (06:45:25) PixieFreeze: ...
    (06:45:30) ***************************************************************************************
    (06:45:30) Times Up! :
    (06:45:30) ±Game: PixieFreeze (Hunter) was removed from the game!
    (06:45:30) Current Roles: Citizen, Citizen, Jill, Lisa Trevor, Zombie, Zombie, Zombie, Zombie.
    (06:45:30) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, PIA, Purple Dream, hitomi is mai, meeps.
    (06:45:30) Time: Night 5
    (06:45:31) Make your moves, you only have 30 seconds! :
    (06:45:31) ***************************************************************************************
    (06:45:32) Purple Dream: hitomi is mai is deadtalking
    (06:45:35) Bestbubs.: Werid looking jill
    (06:45:37) meeps: yes obviously
    (06:45:40) Purple Dream: nvm
    (06:45:41) meeps: when they're still alive
    (06:45:43) Purple Dream: she's alive
    (06:45:48) Purple Dream: i'm confused
    (06:45:51) hitomi is mai: purple you need glasses
    (06:45:54) PIA: is dog
    (06:46:01) ***************************************************************************************
    (06:46:01) Times Up! :
    (06:46:01) ±Game: An infected human couldn't take the virus anymore and has tranformed into a zombie!
    (06:46:01) No one died! :
    (06:46:01) ***************************************************************************************
    (06:46:01) Current Roles: Citizen, Citizen, Lisa Trevor, Zombie, Zombie, Zombie, Zombie, Zombie.
    (06:46:01) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, PIA, Purple Dream, hitomi is mai, meeps.
    (06:46:01) Time: Day 5
    (06:46:01) You have 30 seconds to debate who are the bad guys! :
    (06:46:01) ***************************************************************************************
    (06:46:03) ***************************************************************************************
    (06:46:03) ±Game: Lisa Trevor was trying to look for her mother, but she found hitomi is mai instead, so she killed him.
    (06:46:03) ±Game: hitomi is mai (Zombie) is dead.
    (06:46:03) ***************************************************************************************
    (06:46:05) PIA: fak
    (06:46:08) PIA: Jill why
    (06:46:08) ±Dratini: guest2943 was mysteriously kicked by sulcata!
    (06:46:12) Bestbubs.: gdi they god jill
    (06:46:14) DatAzathoth: meeps is lisa
    (06:46:15) Mas: go jill
    (06:46:26) Bestbubs.: jill is zombie
    (06:46:26) meeps: and how would you know
    (06:46:30) ***************************************************************************************
    (06:46:30) Current Roles: Citizen, Citizen, Lisa Trevor, Zombie, Zombie, Zombie, Zombie.
    (06:46:30) Current Players: Bestbubs., Chromium, DatAzathoth, Mas, PIA, Purple Dream, meeps.
    (06:46:30) Time: Day 5
    (06:46:30) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:46:30) ***************************************************************************************
    (06:46:32) ±Game: DatAzathoth voted for meeps!
    (06:46:34) ±Game: Bestbubs. voted for meeps!
    (06:46:35) ±Game: meeps voted for DatAzathoth!
    (06:46:35) ±Game: Chromium voted for meeps!
    (06:46:37) ±Game: Mas voted for meeps!
    (06:46:39) PIA: I do not want zombies winning
    (06:46:42) Chromium: Die meeps
    (06:46:48) Mas: meep meep
    (06:46:49) meeps: citi vote me pls
    (06:46:54) ±Game: PIA voted for DatAzathoth!
    (06:46:57) meeps: with me*
    (06:47:01) ***************************************************************************************
    (06:47:01) Times Up! :
    (06:47:01) ±Game: meeps (Lisa Trevor) was removed from the game!
    (06:47:01) The zombies, Purple Dream, Chromium, Mas and DatAzathoth, has successfully taken over the Human race and dominated the world.
    (06:47:01) ±Game: The Humans (PIA and Bestbubs.) lose!
    (06:47:01) ***************************************************************************************
    So before this game Rolid helped with a new character, Rebecca, she can cure someone before they turn into a zombie. So basically chris died night 1, people didn't know about Jake getting inspected as Wesker, thus voting him out, with Sherry desperately trying to claim that he is clean... I also realised that Rebecca's cure wasn't working correctly, so had to correct that.

    Log 9
    (08:18:50) ***************************************************************************************
    (08:18:50) Times Up! :
    (08:18:50) The Roles have been Decided! :
    (08:18:50) ±Game: You are a Zombie!
    (08:18:50) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6. You shouldn't bite a person twice, as you want to spread the disease around.
    (08:18:50) ±Game: Your team is cocomi (Zombie), ColdFlare (Zombie), mai-hitomi (Zombie), L (Giant Zombie Bat), knightofdragon (Zombie) and Sky Sentinels (Fat Zombie).
    (08:18:50) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Leon, Nemesis, President, Rebecca, Sherry, Wesker, Zombie, Zombie, Zombie, Zombie.
    (08:18:50) Current Players: Axe1331, ColdFlare, Dignitas Sucks, DragoonLolzer, Dranzer Kai, Eeveen, Genesis FFVII, Jelly Bean OS, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Rajin, Samurai Jack, Sazando, Shiny Cyndaquil, Sky Sentinels, Waddle Dee, Zidane FFIX, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:18:50) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie, Zombie
    (08:18:50) Time: Night 1
    (08:18:50) Make your moves, you only have 30 seconds! :
    (08:18:50) ***************************************************************************************
    (08:18:50) Dranzer Kai: well my team won
    (08:18:50) Waddle Dee: meepsman
    (08:18:51) Samurai Jack: lol
    (08:18:52) Kanji Tatsumi: #cries Bolonga
    (08:18:55) Fuzzy: I said to drop it guys
    (08:19:01) Dranzer Kai: what theme is that
    (08:19:03) Dranzer Kai: RE
    (08:19:05) Dranzer Kai: :DDDD
    (08:19:07) ±Game: Your partner(s) have decided to bite 'Shiny Cyndaquil'!
    (08:19:09) Jelly Bean OS: Resident Evil
    (08:19:13) Axe1331: Sweet my favourite character
    (08:19:20) ***************************************************************************************
    (08:19:20) Times Up! :
    (08:19:20) ±Game: Rajin (Leon) is dead.
    (08:19:20) ±Game: ColdFlare (Zombie) is dead.
    (08:19:20) ±Game: Zidane FFIX (Rebecca) is dead.
    (08:19:20) ±Game: Your target (Shiny Cyndaquil) was cursed!
    (08:19:20) ***************************************************************************************
    (08:19:20) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Nemesis, President, Sherry, Wesker, Zombie, Zombie, Zombie.
    (08:19:20) Current Players: Axe1331, Dignitas Sucks, DragoonLolzer, Dranzer Kai, Eeveen, Genesis FFVII, Jelly Bean OS, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Samurai Jack, Sazando, Shiny Cyndaquil, Sky Sentinels, Waddle Dee, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:19:20) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (08:19:20) Time: Day 1
    (08:19:20) You have 30 seconds to debate who are the bad guys! :
    (08:19:20) ***************************************************************************************
    (08:19:24) Samurai Jack: wow
    (08:19:25) Dignitas Sucks: shit
    (08:19:26) Sky Sentinels: LEON AND REBECCA LOL
    (08:19:27) Jelly Bean OS: Obv Jill
    (08:19:27) Shiny Cyndaquil: fuck
    (08:19:29) cocomi: ;-;
    (08:19:29) mai-hitomi: danf
    (08:19:32) Waddle Dee: lol
    (08:19:32) ***************************************************************************************
    (08:19:32) ±Game: Nemesis: 'Jelly Bean OS... Gwoooooaaaaaaaah!' Jelly Bean OS turned around and screamed at the top of his/her lung...
    (08:19:32) ±Game: Nemesis has been revealed to be DragoonLolzer!
    (08:19:32) ±Game: Jelly Bean OS (Dog) is dead.
    (08:19:32) ***************************************************************************************
    (08:19:35) DragoonLolzer: ...
    (08:19:36) meeps: dog hater
    (08:19:36) Waddle Dee: Dog is dead
    (08:19:36) mai-hitomi: o.o
    (08:19:38) Dignitas Sucks: lol
    (08:19:38) cocomi: LOL
    (08:19:39) Genesis FFVII: :O
    (08:19:41) Waddle Dee: lol
    (08:19:44) JohnSpark: well
    (08:19:44) Samurai Jack: DragoonLolzer how dare you ;-;
    (08:19:46) Dranzer Kai: lol
    (08:19:47) Samurai Jack: our dog
    (08:19:48) DragoonLolzer: D:
    (08:19:50) ***************************************************************************************
    (08:19:50) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, Nemesis, President, Sherry, Wesker, Zombie, Zombie, Zombie.
    (08:19:50) Current Players: Axe1331, Dignitas Sucks, DragoonLolzer, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Samurai Jack, Sazando, Shiny Cyndaquil, Sky Sentinels, Waddle Dee, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:19:50) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (08:19:50) Time: Day 1
    (08:19:50) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:19:50) ***************************************************************************************
    (08:19:51) ±Game: mai-hitomi voted for DragoonLolzer!
    (08:19:52) Waddle Dee: DragoonLolzer murdered the puppy
    (08:19:53) ±Game: Dignitas Sucks voted for DragoonLolzer!
    (08:19:54) ±Game: cocomi voted for DragoonLolzer!
    (08:19:54) ±Game: JohnSpark voted for DragoonLolzer!
    (08:19:55) NewWorldOrder: Wtf?
    (08:19:55) ±Game: Waddle Dee voted for DragoonLolzer!
    (08:19:55) ±Game: Sazando voted for DragoonLolzer!
    (08:19:56) ±Game: Shiny Cyndaquil voted for DragoonLolzer!
    (08:19:57) ±Game: Genesis FFVII voted for DragoonLolzer!
    (08:20:00) DragoonLolzer: That dog...
    (08:20:00) ±Game: Axe1331 voted for DragoonLolzer!
    (08:20:00) NewWorldOrder: Why would he daykill?
    (08:20:00) ±Game: Dranzer Kai voted for DragoonLolzer!
    (08:20:03) NewWorldOrder: Revealing
    (08:20:03) DragoonLolzer: Was EVIL!!
    (08:20:04) ±Game: meeps voted for DragoonLolzer!
    (08:20:05) cocomi: revealed at first kill
    (08:20:11) DragoonLolzer: it has 25% reveal
    (08:20:13) meeps: i think he has a chance to be revealed
    (08:20:14) meeps: ya
    (08:20:14) cocomi: nemesis has 25% chance reveal
    (08:20:14) Waddle Dee: has a chance
    (08:20:19) NewWorldOrder: o
    (08:20:20) meeps: he got unlucky
    (08:20:20) ***************************************************************************************
    (08:20:20) Times Up! :
    (08:20:20) ±Game: DragoonLolzer (Nemesis) was removed from the game!
    (08:20:20) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Fat Zombie, Giant Zombie Bat, Hunter, Jake, Jill, President, Sherry, Wesker, Zombie, Zombie, Zombie.
    (08:20:20) Current Players: Axe1331, Dignitas Sucks, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Samurai Jack, Sazando, Shiny Cyndaquil, Sky Sentinels, Waddle Dee, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:20:20) Current Team: Fat Zombie, Giant Zombie Bat, Zombie, Zombie, Zombie
    (08:20:20) Time: Night 2
    (08:20:20) Make your moves, you only have 30 seconds! :
    (08:20:20) ***************************************************************************************
    (08:20:26) ±Game: Your partner(s) have decided to bite 'Axe1331'!
    (08:20:39) JohnSpark: Woof Woof
    (08:20:40) Sazando: why isn't umbrella ever stopped or arrested
    (08:20:42) Waddle Dee: Zombie Knight
    (08:20:50) ***************************************************************************************
    (08:20:50) Times Up! :
    (08:20:50) ±Game: Samurai Jack (President) is dead.
    (08:20:50) ±Game: Sky Sentinels (Fat Zombie) is dead.
    (08:20:50) ±Game: Shiny Cyndaquil (Chris) is dead.
    (08:20:50) Chris just died, so Jill took his bullets and reloaded her gun.
    (08:20:50) ±Game: Your target (Axe1331) was cursed!
    (08:20:50) ***************************************************************************************
    (08:20:50) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Giant Zombie Bat, Hunter, Jake, Jill, Sherry, Wesker, Zombie, Zombie, Zombie.
    (08:20:50) Current Players: Axe1331, Dignitas Sucks, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Sazando, Waddle Dee, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:20:50) Current Team: Giant Zombie Bat, Zombie, Zombie, Zombie
    (08:20:50) Time: Day 2
    (08:20:50) You have 30 seconds to debate who are the bad guys! :
    (08:20:50) ***************************************************************************************
    (08:20:51) Waddle Dee: because too dangerous
    (08:20:54) Sazando: hmm
    (08:20:55) cocomi: Rebecca was able to cure people btw
    (08:20:59) cocomi: and Chris died
    (08:21:04) JohnSpark: -_-
    (08:21:06) Waddle Dee: meeps is hunter :o
    (08:21:06) cocomi: wow village PRs ;-;
    (08:21:13) meeps: no
    (08:21:15) meeps: don't get me
    (08:21:15) Dignitas Sucks: leon was bg right?
    (08:21:16) meeps: follow my vote
    (08:21:19) Waddle Dee: yup
    (08:21:20) ***************************************************************************************
    (08:21:20) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Giant Zombie Bat, Hunter, Jake, Jill, Sherry, Wesker, Zombie, Zombie, Zombie.
    (08:21:20) Current Players: Axe1331, Dignitas Sucks, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Sazando, Waddle Dee, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:21:20) Current Team: Giant Zombie Bat, Zombie, Zombie, Zombie
    (08:21:20) Time: Day 2
    (08:21:20) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:21:20) ***************************************************************************************
    (08:21:20) ±Game: meeps voted for Dignitas Sucks!
    (08:21:21) Waddle Dee: he is dead
    (08:21:22) meeps: he's prob wesker
    (08:21:25) meeps: biggest threat
    (08:21:27) Dignitas Sucks: im not
    (08:21:27) meeps: follow
    (08:21:28) cocomi: leon is BG
    (08:21:28) ±Game: Sazando voted for Dignitas Sucks!
    (08:21:30) mai-hitomi: prob jake
    (08:21:30) Dignitas Sucks: please stop
    (08:21:31) ±Game: JohnSpark voted for Dignitas Sucks!
    (08:21:32) ±Game: Dranzer Kai voted for Dignitas Sucks!
    (08:21:32) Dignitas Sucks: this is bad
    (08:21:34) Dignitas Sucks: IM CLAIRE
    (08:21:35) ±Game: Genesis FFVII voted for Dignitas Sucks!
    (08:21:36) cocomi: might be Sherry :o
    (08:21:38) mai-hitomi: ..
    (08:21:39) JohnSpark: -_-
    (08:21:39) ±Game: Dignitas Sucks voted for meeps!
    (08:21:40) meeps: he went to samurai jack
    (08:21:42) ±Game: Waddle Dee voted for Dignitas Sucks!
    (08:21:44) Waddle Dee: lol
    (08:21:46) Dignitas Sucks: fock
    (08:21:47) cocomi: lol
    (08:21:48) mai-hitomi: wow
    (08:21:49) *** Dignitas Sucks ragequits
    (08:21:50) ***************************************************************************************
    (08:21:50) Times Up! :
    (08:21:50) ±Game: Dignitas Sucks (Wesker) was removed from the game!
    (08:21:50) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Giant Zombie Bat, Hunter, Jake, Jill, Sherry, Zombie, Zombie, Zombie.
    (08:21:50) Current Players: Axe1331, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, L, NewWorldOrder, Sazando, Waddle Dee, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:21:50) Current Team: Giant Zombie Bat, Zombie, Zombie, Zombie
    (08:21:50) Time: Night 3
    (08:21:50) Make your moves, you only have 30 seconds! :
    (08:21:50) ***************************************************************************************
    (08:21:52) Genesis FFVII: :O
    (08:21:53) Waddle Dee: Wesker :o
    (08:21:54) JohnSpark: Pro
    (08:21:55) cocomi: lolololol
    (08:21:56) meeps: you're welcome
    (08:21:57) Dranzer Kai: pro
    (08:22:01) ±Game: Your partner(s) have decided to bite 'Sazando'!
    (08:22:05) Waddle Dee: meeps is hunter still :o
    (08:22:13) Kanji Tatsumi: shelly needs to die
    (08:22:16) JohnSpark: Doggy senses are ready to kill
    (08:22:19) Sazando: wow, jake has a lot of stuff going for him
    (08:22:20) ***************************************************************************************
    (08:22:20) Times Up! :
    (08:22:20) ±Game: L (Giant Zombie Bat) is dead.
    (08:22:20) ±Game: Waddle Dee (Claire) is dead.
    (08:22:20) ±Game: Your target (Sazando) was cursed!
    (08:22:20) ±Game: A Citizen couldn't take the virus anymore and has tranformed into a Zombie!
    (08:22:20) ***************************************************************************************
    (08:22:20) Current Roles: Citizen, Citizen, Citizen, Dog, Hunter, Jake, Jill, Sherry, Zombie, Zombie, Zombie, Zombie.
    (08:22:20) Current Players: Axe1331, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, NewWorldOrder, Sazando, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:22:20) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:22:20) Time: Day 3
    (08:22:20) You have 30 seconds to debate who are the bad guys! :
    (08:22:20) ***************************************************************************************
    (08:22:34) cocomi: Claire now :c
    (08:22:49) JohnSpark: we need to gt zombies
    (08:22:50) ***************************************************************************************
    (08:22:50) Current Roles: Citizen, Citizen, Citizen, Dog, Hunter, Jake, Jill, Sherry, Zombie, Zombie, Zombie, Zombie.
    (08:22:50) Current Players: Axe1331, Dranzer Kai, Eeveen, Genesis FFVII, JohnSpark, Kanji Tatsumi, NewWorldOrder, Sazando, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:22:50) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:22:50) Time: Day 3
    (08:22:50) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:22:50) ***************************************************************************************
    (08:22:57) cocomi: Rawr
    (08:23:05) cocomi: Growl brains
    (08:23:06) mai-hitomi: eev prolly
    (08:23:06) Kanji Tatsumi: Party Time
    (08:23:18) ±Game: JohnSpark voted for Sazando!
    (08:23:20) Sazando: citizen
    (08:23:21) JohnSpark: this is a guess
    (08:23:23) ±Game: Sazando voted for JohnSpark!
    (08:23:24) ±Game: mai-hitomi voted for JohnSpark!
    (08:23:24) ±Game: Genesis FFVII voted for JohnSpark!
    (08:23:26) ±Game: You are a Zombie!
    (08:23:26) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6. You shouldn't bite a person twice, as you want to spread the disease around.
    (08:23:26) ±Game: Your team is cocomi (Zombie), mai-hitomi (Zombie), Axe1331 (Zombie) and knightofdragon (Zombie).
    (08:23:27) ±Game: meeps voted for JohnSpark!
    (08:23:28) ±Game: Axe1331 voted for JohnSpark!
    (08:23:32) Genesis FFVII: dat counter
    (08:23:32) JohnSpark: doggy goes bye
    (08:23:33) ±Game: NewWorldOrder voted for NewWorldOrder!
    (08:23:36) Sazando: nooo
    (08:23:37) ±Game: Dranzer Kai voted for JohnSpark!
    (08:23:42) cocomi: Dog randing....
    (08:23:45) ***************************************************************************************
    (08:23:45) Times Up! :
    (08:23:45) ±Game: JohnSpark (Dog) was removed from the game!
    (08:23:45) Current Roles: Citizen, Citizen, Citizen, Hunter, Jake, Jill, Sherry, Zombie, Zombie, Zombie, Zombie.
    (08:23:45) Current Players: Axe1331, Dranzer Kai, Eeveen, Genesis FFVII, Kanji Tatsumi, NewWorldOrder, Sazando, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:23:45) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:23:45) Time: Night 4
    (08:23:45) Make your moves, you only have 30 seconds! :
    (08:23:45) ***************************************************************************************
    (08:23:45) mai-hitomi: xD
    (08:23:49) ±Game: Your partner(s) have decided to bite 'Sazando'!
    (08:23:51) ±Game: Your partner(s) have decided to bite 'Eeveen'!
    (08:23:57) Kanji Tatsumi: *Puts on Rave music dubstepped with Pinkie Pie's Voice from the show in it*
    (08:24:15) ***************************************************************************************
    (08:24:15) Times Up! :
    (08:24:15) ±Game: Eeveen (Citizen) is dead.
    (08:24:15) ±Game: A Citizen couldn't take the virus anymore and has tranformed into a Zombie!
    (08:24:15) ±Game: Jill reloaded her gun and is ready to fire!
    (08:24:15) ***************************************************************************************
    (08:24:15) Current Roles: Citizen, Hunter, Jake, Jill, Sherry, Zombie, Zombie, Zombie, Zombie, Zombie.
    (08:24:15) Current Players: Axe1331, Dranzer Kai, Genesis FFVII, Kanji Tatsumi, NewWorldOrder, Sazando, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:24:15) Current Team: Zombie, Zombie, Zombie, Zombie, Zombie
    (08:24:15) Time: Day 4
    (08:24:15) You have 30 seconds to debate who are the bad guys! :
    (08:24:15) ***************************************************************************************
    (08:24:30) Genesis FFVII: zombie needs 2 die
    (08:24:33) NewWorldOrder: This theme is so boring as citi
    (08:24:33) Kanji Tatsumi: brb
    (08:24:40) knightofdragon: lol
    (08:24:43) cocomi: lalala
    (08:24:45) ***************************************************************************************
    (08:24:45) Current Roles: Citizen, Hunter, Jake, Jill, Sherry, Zombie, Zombie, Zombie, Zombie, Zombie.
    (08:24:45) Current Players: Axe1331, Dranzer Kai, Genesis FFVII, Kanji Tatsumi, NewWorldOrder, Sazando, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:24:45) Current Team: Zombie, Zombie, Zombie, Zombie, Zombie
    (08:24:45) Time: Day 4
    (08:24:45) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:24:45) ***************************************************************************************
    (08:24:49) Genesis FFVII: sazando are you still citi>
    (08:24:53) ±Game: NewWorldOrder voted for Genesis FFVII!
    (08:24:54) knightofdragon: blabla @ cocomi
    (08:24:55) NewWorldOrder: Idc
    (08:24:59) ±Game: mai-hitomi voted for Genesis FFVII!
    (08:25:00) ±Game: Genesis FFVII voted for NewWorldOrder!
    (08:25:00) Genesis FFVII: no
    (08:25:02) ±Game: meeps voted for Genesis FFVII!
    (08:25:02) ±Game: You are a Zombie!
    (08:25:02) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6. You shouldn't bite a person twice, as you want to spread the disease around.
    (08:25:02) ±Game: Your team is cocomi (Zombie), Sazando (Zombie), mai-hitomi (Zombie), Axe1331 (Zombie) and knightofdragon (Zombie).
    (08:25:03) Genesis FFVII: im jill
    (08:25:04) ±Game: knightofdragon voted for Genesis FFVII!
    (08:25:04) ±Game: Axe1331 voted for Genesis FFVII!
    (08:25:05) ±Game: Sazando voted for Genesis FFVII!
    (08:25:07) Genesis FFVII: ._.
    (08:25:08) knightofdragon: shit
    (08:25:08) mai-hitomi: .-.
    (08:25:13) Genesis FFVII: sherry my bad
    (08:25:14) Genesis FFVII: :P
    (08:25:15) ***************************************************************************************
    (08:25:15) Times Up! :
    (08:25:15) ±Game: Genesis FFVII (Sherry) was removed from the game!
    (08:25:15) Current Roles: Citizen, Hunter, Jake, Jill, Zombie, Zombie, Zombie, Zombie, Zombie.
    (08:25:15) Current Players: Axe1331, Dranzer Kai, Kanji Tatsumi, NewWorldOrder, Sazando, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:25:15) Current Team: Zombie, Zombie, Zombie, Zombie, Zombie
    (08:25:15) Time: Night 5
    (08:25:15) Make your moves, you only have 30 seconds! :
    (08:25:15) ***************************************************************************************
    (08:25:18) cocomi: dammit people
    (08:25:25) ±Game: Your partner(s) have decided to bite 'Dranzer Kai'!
    (08:25:27) knightofdragon: eh not jill. XD
    (08:25:29) NewWorldOrder: Why you follow citi rand?
    (08:25:45) ***************************************************************************************
    (08:25:45) Times Up! :
    (08:25:45) ±Game: Sazando (Zombie) is dead.
    (08:25:45) ±Game: Your target (Dranzer Kai) was cursed!
    (08:25:45) ***************************************************************************************
    (08:25:45) Current Roles: Citizen, Hunter, Jake, Jill, Zombie, Zombie, Zombie, Zombie.
    (08:25:45) Current Players: Axe1331, Dranzer Kai, Kanji Tatsumi, NewWorldOrder, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:25:45) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:25:45) Time: Day 5
    (08:25:45) You have 30 seconds to debate who are the bad guys! :
    (08:25:45) ***************************************************************************************
    (08:25:46) knightofdragon: whynaut
    (08:25:57) NewWorldOrder: I'm gonna rand again
    (08:25:59) NewWorldOrder: Follow it or not
    (08:26:03) NewWorldOrder: Idc
    (08:26:15) ***************************************************************************************
    (08:26:15) Current Roles: Citizen, Hunter, Jake, Jill, Zombie, Zombie, Zombie, Zombie.
    (08:26:15) Current Players: Axe1331, Dranzer Kai, Kanji Tatsumi, NewWorldOrder, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:26:15) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:26:15) Time: Day 5
    (08:26:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:26:15) ***************************************************************************************
    (08:26:16) ±Game: NewWorldOrder voted for Axe1331!
    (08:26:17) ±Game: Kanji Tatsumi voted for NewWorldOrder!
    (08:26:20) ±Game: Axe1331 voted for NewWorldOrder!
    (08:26:21) ±Game: meeps voted for Axe1331!
    (08:26:23) meeps: idk
    (08:26:26) ±Game: mai-hitomi voted for NewWorldOrder!
    (08:26:27) ±Game: Dranzer Kai voted for Axe1331!
    (08:26:28) Kanji Tatsumi: me neither
    (08:26:29) ±Game: knightofdragon voted for NewWorldOrder!
    (08:26:31) NewWorldOrder: W/e
    (08:26:32) ±Game: You are a Zombie!
    (08:26:32) ±Game: You are a zombie, and you are hungry, so you (/bite) and turn people into zombies too, shared with other zombies. Due to being a zombie, your vote counts for 0.6. You shouldn't bite a person twice, as you want to spread the disease around.
    (08:26:32) ±Game: Your team is cocomi (Zombie), mai-hitomi (Zombie), Axe1331 (Zombie) and knightofdragon (Zombie).
    (08:26:32) knightofdragon: screw this
    (08:26:35) NewWorldOrder: Citi out
    (08:26:35) meeps: this kinda helps
    (08:26:38) ±Game: cocomi voted for NewWorldOrder!
    (08:26:38) ***************************************************************************************
    (08:26:38) Times Up! :
    (08:26:38) ±Game: NewWorldOrder (Citizen) was removed from the game!
    (08:26:38) Current Roles: Hunter, Jake, Jill, Zombie, Zombie, Zombie, Zombie.
    (08:26:38) Current Players: Axe1331, Dranzer Kai, Kanji Tatsumi, cocomi, knightofdragon, mai-hitomi, meeps.
    (08:26:38) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:26:38) Time: Night 6
    (08:26:38) Make your moves, you only have 30 seconds! :
    (08:26:38) ***************************************************************************************
    (08:26:39) meeps: we can find the zombies
    (08:26:41) mai-hitomi: meeps use /myrole
    (08:26:41) meeps: maybe
    (08:26:44) mai-hitomi: >.>
    (08:26:51) ±Game: Your partner(s) have decided to bite 'meeps'!
    (08:26:56) ±Game: Your partner(s) have decided to bite 'Kanji Tatsumi'!
    (08:27:08) ***************************************************************************************
    (08:27:08) Times Up! :
    (08:27:08) ±Game: knightofdragon (Zombie) is dead.
    (08:27:08) ±Game: Your target (Kanji Tatsumi) is immune!
    (08:27:08) ±Game: A Jill couldn't take the virus anymore and has tranformed into a Zombie!
    (08:27:08) ***************************************************************************************
    (08:27:08) Current Roles: Hunter, Jake, Zombie, Zombie, Zombie, Zombie.
    (08:27:08) Current Players: Axe1331, Dranzer Kai, Kanji Tatsumi, cocomi, mai-hitomi, meeps.
    (08:27:08) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:27:08) Time: Day 6
    (08:27:08) You have 30 seconds to debate who are the bad guys! :
    (08:27:08) ***************************************************************************************
    (08:27:25) Kanji Tatsumi: A Jill?
    (08:27:27) cocomi: k...
    (08:27:29) mai-hitomi: so get kanji
    (08:27:32) mai-hitomi: hes immune
    (08:27:36) Kanji Tatsumi: why
    (08:27:38) ***************************************************************************************
    (08:27:38) Current Roles: Hunter, Jake, Zombie, Zombie, Zombie, Zombie.
    (08:27:38) Current Players: Axe1331, Dranzer Kai, Kanji Tatsumi, cocomi, mai-hitomi, meeps.
    (08:27:38) Current Team: Zombie, Zombie, Zombie, Zombie
    (08:27:38) Time: Day 6
    (08:27:38) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:27:38) ***************************************************************************************
    (08:27:39) cocomi: Kanji Tatsumi is Jake!
    (08:27:39) ±Game: Axe1331 voted for Kanji Tatsumi!
    (08:27:44) ±Game: mai-hitomi voted for Kanji Tatsumi!
    (08:27:46) ±Game: Kanji Tatsumi voted for Axe1331!
    (08:27:49) Axe1331: zombies ftw
    (08:27:52) cocomi: hey you know meeps can kill
    (08:27:55) mai-hitomi: i thought meeps was on team
    (08:27:58) cocomi: we should get him first
    (08:27:59) Kanji Tatsumi: i am leacing so
    (08:28:00) mai-hitomi: lul
    (08:28:01) ±Game: meeps voted for Axe1331!
    (08:28:03) ±Game: cocomi voted for Kanji Tatsumi!
    (08:28:11) ***************************************************************************************
    (08:28:11) Times Up! :
    (08:28:11) ±Game: Axe1331 (Zombie) was removed from the game!
    (08:28:11) Current Roles: Hunter, Jake, Zombie, Zombie, Zombie.
    (08:28:11) Current Players: Dranzer Kai, Kanji Tatsumi, cocomi, mai-hitomi, meeps.
    (08:28:11) Current Team: Zombie, Zombie, Zombie
    (08:28:11) Time: Night 7
    (08:28:11) Make your moves, you only have 30 seconds! :
    (08:28:11) ***************************************************************************************
    (08:28:13) cocomi: omg
    (08:28:16) mai-hitomi: ..
    (08:28:20) ±Game: Your partner(s) have decided to bite 'meeps'!
    (08:28:22) cocomi: which zombie didn't vote?
    (08:28:29) cocomi: they're both immune
    (08:28:32) Dranzer Kai: this sucks
    (08:28:43) ***************************************************************************************
    (08:28:43) Times Up! :
    (08:28:43) ±Game: mai-hitomi (Zombie) is dead.
    (08:28:43) ±Game: Your target (meeps) is immune!
    (08:28:43) ***************************************************************************************
    (08:28:43) Current Roles: Hunter, Jake, Zombie, Zombie.
    (08:28:43) Current Players: Dranzer Kai, Kanji Tatsumi, cocomi, meeps.
    (08:28:43) Current Team: Zombie, Zombie
    (08:28:43) Time: Day 7
    (08:28:43) You have 30 seconds to debate who are the bad guys! :
    (08:28:43) ***************************************************************************************
    (08:29:05) cocomi: I'm actually Jake
    (08:29:12) ***************************************************************************************
    (08:29:12) Current Roles: Hunter, Jake, Zombie, Zombie.
    (08:29:12) Current Players: Dranzer Kai, Kanji Tatsumi, cocomi, meeps.
    (08:29:12) Current Team: Zombie, Zombie
    (08:29:13) Time: Day 7
    (08:29:13) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:29:13) ***************************************************************************************
    (08:29:42) ***************************************************************************************
    (08:29:42) Times Up! :
    (08:29:42) No one was voted off! :
    (08:29:42) ***************************************************************************************
    (08:29:42) Current Roles: Hunter, Jake, Zombie, Zombie.
    (08:29:43) Current Players: Dranzer Kai, Kanji Tatsumi, cocomi, meeps.
    (08:29:43) Current Team: Zombie, Zombie
    (08:29:43) Time: Night 8
    (08:29:43) Make your moves, you only have 30 seconds! :
    (08:29:43) ***************************************************************************************
    (08:30:12) ***************************************************************************************
    (08:30:13) Times Up! :
    (08:30:13) ±Game: Dranzer Kai (Zombie) is dead.
    (08:30:13) ***************************************************************************************
    (08:30:13) Current Roles: Hunter, Jake, Zombie.
    (08:30:13) Current Players: Kanji Tatsumi, cocomi, meeps.
    (08:30:13) Current Team: Zombie
    (08:30:13) Time: Day 8
    (08:30:13) You have 30 seconds to debate who are the bad guys! :
    (08:30:13) ***************************************************************************************
    (08:30:17) cocomi: dun kill me please
    (08:30:18) meeps: ded
    (08:30:20) cocomi: Jake here
    (08:30:38) cocomi: oh wait
    (08:30:43) ***************************************************************************************
    (08:30:43) Current Roles: Hunter, Jake, Zombie.
    (08:30:43) Current Players: Kanji Tatsumi, cocomi, meeps.
    (08:30:43) Current Team: Zombie
    (08:30:43) Time: Day 8
    (08:30:43) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (08:30:43) ***************************************************************************************
    (08:30:45) cocomi: I can decide who wins
    (08:30:55) ±Game: meeps voted for Kanji Tatsumi!
    (08:31:06) meeps: is he afk or wat
    (08:31:12) ±Game: cocomi voted for Kanji Tatsumi!
    (08:31:15) cocomi: not in channel
    (08:31:17) cocomi: lol
    (08:31:20) ***************************************************************************************
    (08:31:20) Times Up! :
    (08:31:20) ±Game: Kanji Tatsumi (Jake) was removed from the game!
    (08:31:20) Current Roles: Hunter, Zombie.
    (08:31:20) Current Players: cocomi, meeps.
    (08:31:20) Current Team: Zombie
    (08:31:20) Time: Night 9
    (08:31:20) Make your moves, you only have 30 seconds! :
    (08:31:20) ***************************************************************************************
    (08:31:22) meeps: strong
    (08:31:32) meeps: gotta love how i was revealed d2 or something
    (08:31:34) meeps: and end up winning
    (08:31:38) cocomi: lolol
    (08:31:48) cocomi: I gotta nerf zombies
    (08:31:50) ***************************************************************************************
    (08:31:50) Times Up! :
    (08:31:50) You are dead.
    (08:31:50) ±Game: cocomi (Zombie) is dead.
    (08:31:50) The Bio Organic Weapons of Umbrella Corp, meeps has successfully taken over the world.
    (08:31:50) ***************************************************************************************
    Not really alot to say about this game, village PRs were constantly dying, and it's funny how a revealed hunter managed to stay in the game and eventually won (lol whut?). I'm planning on a nerf for zombies also, seeing as how they are able to easily make an army and take over the game themselves.

    Log 10
    (18:21:20) ***************************************************************************************
    (18:21:20) Times Up! :
    (18:21:20) The Roles have been Decided! :
    (18:21:20) ±Game: You are a Chris!
    (18:21:20) ±Game: You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. As Jill isn't here, your gun is able to (/kill) twice every 3 night. You will reload automatically every 3 nights.
    (18:21:20) Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Leon, Zombie.
    (18:21:20) Current Players: GeminiTheZodiac, HensouOUtesting, JohnSpark, Revelante, Sir Betato, cocomi, obey to kyubey.
    (18:21:20) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (18:21:20) Time: Night 1
    (18:21:20) Make your moves, you only have 30 seconds! :
    (18:21:20) ***************************************************************************************
    (18:21:21) HensouOUtesting: If you are PL
    (18:21:27) Sir Betato: Leon here
    (18:21:33) HensouOUtesting: Clair here
    (18:21:36) cocomi: leon shouldn't claim lol
    (18:21:39) HensouOUtesting: Should i claim
    (18:21:40) Sir Betato: oh what
    (18:21:42) Sir Betato: Noo
    (18:21:50) ***************************************************************************************
    (18:21:50) Times Up! :
    (18:21:50) ±Game: You will convert in 2 days.
    (18:21:50) No one died! :
    (18:21:50) ***************************************************************************************
    (18:21:50) Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Leon, Zombie.
    (18:21:50) Current Players: GeminiTheZodiac, HensouOUtesting, JohnSpark, Revelante, Sir Betato, cocomi, obey to kyubey.
    (18:21:50) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (18:21:50) Time: Day 1
    (18:21:50) You have 30 seconds to debate who are the bad guys! :
    (18:21:50) ***************************************************************************************
    (18:21:58) Sir Betato: so Zombie did'nt bite me
    (18:22:00) GeminiTheZodiac: citizen..
    (18:22:13) HensouOUtesting: didnt get to inspect
    (18:22:19) cocomi: anyone got bitten?
    (18:22:20) ***************************************************************************************
    (18:22:20) Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Leon, Zombie.
    (18:22:20) Current Players: GeminiTheZodiac, HensouOUtesting, JohnSpark, Revelante, Sir Betato, cocomi, obey to kyubey.
    (18:22:20) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (18:22:20) Time: Day 1
    (18:22:20) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (18:22:20) ***************************************************************************************
    (18:22:24) HensouOUtesting: Because the Pms popped
    (18:22:39) cocomi: someone gonna change tml omg
    (18:22:50) ***************************************************************************************
    (18:22:50) Times Up! :
    (18:22:50) No one was voted off! :
    (18:22:50) ***************************************************************************************
    (18:22:50) Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Leon, Zombie.
    (18:22:50) Current Players: GeminiTheZodiac, HensouOUtesting, JohnSpark, Revelante, Sir Betato, cocomi, obey to kyubey.
    (18:22:50) Current Team: Chris, Citizen, Citizen, Claire, Leon
    (18:22:50) Time: Night 2
    (18:22:50) Make your moves, you only have 30 seconds! :
    (18:22:50) ***************************************************************************************
    (18:23:15) Sir Betato: //defend HensouOUtesting
    (18:23:18) HensouOUtesting: On Sir Betato
    (18:23:19) Sir Betato: Whoops
    (18:23:20) ***************************************************************************************
    (18:23:20) Times Up! :
    (18:23:20) ±Game: Sir Betato (Citizen) is dead.
    (18:23:20) ±Game: You will convert in 1 days.
    (18:23:20) ***************************************************************************************
    (18:23:20) Current Roles: Chris, Citizen, Claire, Hunter, Leon, Zombie.
    (18:23:20) Current Players: GeminiTheZodiac, HensouOUtesting, JohnSpark, Revelante, cocomi, obey to kyubey.
    (18:23:20) Current Team: Chris, Citizen, Claire, Leon
    (18:23:20) Time: Day 2
    (18:23:20) You have 30 seconds to debate who are the bad guys! :
    (18:23:20) ***************************************************************************************
    (18:23:37) HensouOUtesting: dem you killers
    (18:23:45) HensouOUtesting: Citi Claim
    (18:23:50) ***************************************************************************************
    (18:23:50) Current Roles: Chris, Citizen, Claire, Hunter, Leon, Zombie.
    (18:23:50) Current Players: GeminiTheZodiac, HensouOUtesting, JohnSpark, Revelante, cocomi, obey to kyubey.
    (18:23:50) Current Team: Chris, Citizen, Claire, Leon
    (18:23:50) Time: Day 2
    (18:23:50) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (18:23:50) ***************************************************************************************
    (18:23:52) obey to kyubey: brains
    (18:24:17) ±Game: cocomi voted for JohnSpark!
    (18:24:20) ±Game: JohnSpark voted for cocomi!
    (18:24:22) ±Game: HensouOUtesting voted for JohnSpark!
    (18:24:24) JohnSpark: lol
    (18:24:26) JohnSpark: zombie
    (18:24:27) ±Game: obey to kyubey voted for JohnSpark!
    (18:24:28) cocomi: randing
    (18:24:30) cocomi: lol
    (18:24:33) ±Game: Revelante voted for JohnSpark!
    (18:24:41) ***************************************************************************************
    (18:24:41) Times Up! :
    (18:24:41) ±Game: JohnSpark (Zombie) was removed from the game!
    (18:24:41) Current Roles: Chris, Citizen, Claire, Hunter, Leon.
    (18:24:41) Current Players: GeminiTheZodiac, HensouOUtesting, Revelante, cocomi, obey to kyubey.
    (18:24:41) Current Team: Chris, Citizen, Claire, Leon
    (18:24:41) Time: Night 3
    (18:24:41) Make your moves, you only have 30 seconds! :
    (18:24:41) ***************************************************************************************
    (18:24:42) Revelante: sorry I can't saved u now
    (18:24:52) HensouOUtesting: on Revelante
    (18:25:11) ***************************************************************************************
    (18:25:11) Times Up! :
    (18:25:11) ±Game: GeminiTheZodiac (Citizen) is dead.
    (18:25:11) ±Game: Chris reloaded his gun and is ready to fire!.
    (18:25:11) ±Game: Your curse took effect and you changed roles!
    (18:25:11) ±Game: You are a Chris!
    (18:25:11) ±Game: You are Chris Redfield, an American Special Operative Unit Captain and brother of Claire Redfield. As Jill isn't here, your gun is able to (/kill) twice every 3 night. You will reload automatically every 3 nights.
    (18:25:11) ***************************************************************************************
    (18:25:11) Current Roles: Chris, Claire, Hunter, Leon.
    (18:25:11) Current Players: HensouOUtesting, Revelante, cocomi, obey to kyubey.
    (18:25:11) Current Team: Chris, Claire, Leon
    (18:25:11) Time: Day 3
    (18:25:11) You have 30 seconds to debate who are the bad guys! :
    (18:25:11) ***************************************************************************************
    (18:25:21) HensouOUtesting: Revelante is Baddie
    (18:25:24) HensouOUtesting: Hunter
    (18:25:41) HensouOUtesting: Follow me
    (18:25:41) ***************************************************************************************
    (18:25:41) Current Roles: Chris, Claire, Hunter, Leon.
    (18:25:41) Current Players: HensouOUtesting, Revelante, cocomi, obey to kyubey.
    (18:25:41) Current Team: Chris, Claire, Leon
    (18:25:41) Time: Day 3
    (18:25:41) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (18:25:41) ***************************************************************************************
    (18:25:48) ±Game: cocomi voted for Revelante!
    (18:25:48) ±Game: HensouOUtesting voted for Revelante!
    (18:25:59) ±Game: Revelante voted for HensouOUtesting!
    (18:26:11) ***************************************************************************************
    (18:26:11) Times Up! :
    (18:26:11) ±Game: Revelante (Hunter) was removed from the game!
    (18:26:11) The humans, cocomi, HensouOUtesting and obey to kyubey, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    (18:26:11) ***************************************************************************************
    Log 10 was a short and small game, I also gave zombie a 20% bite fail chance, that's a 1/5 chance so I guess it's acceptable. Anyways, zombie was pretty unfortunate in this game, his victim prob got killed by the Hunter before changing, or he was 'lucky' with that 20% fail chance, zombie later than proceed to bite the Hunter, who is immune. Village was pretty lucky too, managed to rand out the zombie, and get the Hunter right after that.



    I still have to see a few more logs first, to know how much this 20% bite fail chance will affect the zombies. I might still change the spawn list too, so as to help balance smaller games. I will be saving logs whenever I can and I will try my best to figure out what needs changing or what need fixing. Please feel free to share you opinions or suggestions if you have any.
     
  14. Roy Mustang

    Roy Mustang HOMOSEXUAL UNICORN

    Joined:
    Jan 30, 2011
    Messages:
    786
    Likes Received:
    23
    PO Trainer Name:
    Roy Mustang
    Log 11

    (13:00:47) ***************************************************************************************
    (13:00:47) Times Up! :
    (13:00:47) The Roles have been Decided! :
    (13:00:47) ±Game: You are a Jill!
    (13:00:47) ±Game: You are Jill Valentine, an American Special Operative Agent and long time partner of Chris. Between you and your partner Chris, you both (/kill) two targets every 3 nights. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot. You know Chris so be sure to connect with him.
    (13:00:47) ±Game: The Chris is empoleon2914!
    (13:00:47) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Jill, Leon, Nemesis, Rebecca, Wesker, Zombie, Zombie Bat.
    (13:00:47) Current Players: Angryimp, Anyone, Chromium, DV_DC, Day Healer, Fiery Espeon, Hobbes2, IfixaLightbuLb, Inazuma Otoshi, Magmarex, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, cocomi, empoleon2914.
    (13:00:47) Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Jill, Leon, Rebecca
    (13:00:47) Time: Night 1
    (13:00:47) Make your moves, you only have 30 seconds! :
    (13:00:47) ***************************************************************************************
    (13:00:47) empoleon2914: ? just did randing
    (13:00:51) Day Healer: empoleon2914 u could claim soldier
    (13:00:58) Day Healer: u never talked doh
    (13:00:59) Hobbes2: Sooo
    (13:01:07) Angryimp: bg on me please
    (13:01:11) empoleon2914: oh
    (13:01:11) Hobbes2: how are you all today
    (13:01:13) Angryimp: ill die
    (13:01:13) Day Healer: im good anyway
    (13:01:16) ±Game: You have chosen to kill DV_DC!
    (13:01:17) ***************************************************************************************
    (13:01:17) Times Up! :
    (13:01:17) ±Game: cocomi (Nemesis) is dead.
    (13:01:17) ±Game: You have 0 charges remaining
    (13:01:17) ±Game: DV_DC (Zombie Bat) is dead.
    (13:01:17) ***************************************************************************************
    (13:01:17) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Jill, Leon, Rebecca, Wesker, Zombie.
    (13:01:17) Current Players: Angryimp, Anyone, Chromium, Day Healer, Fiery Espeon, Hobbes2, IfixaLightbuLb, Inazuma Otoshi, Magmarex, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:01:17) Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Jill, Leon, Rebecca
    (13:01:17) Time: Day 1
    (13:01:17) You have 30 seconds to debate who are the bad guys! :
    (13:01:17) ***************************************************************************************
    (13:01:17) Day Healer: :3
    (13:01:21) empoleon2914: i dont talk much
    (13:01:23) Hobbes2: solid
    (13:01:25) Angryimp: was bg on me
    (13:01:25) Anyone: i feel like a citizen
    (13:01:27) Zerowaltz: PEO
    (13:01:28) Zerowaltz: *PRO
    (13:01:30) Day Healer: well doh
    (13:01:30) Hobbes2: i think those too are bad
    (13:01:31) Espeon: >peo
    (13:01:32) Hobbes2: *two
    (13:01:33) *** *********************************************************************** ***
    (13:01:33) ±Role: Rebecca
    (13:01:33) ±Ability: Can cure one person during the night. Sided with Humans.
    (13:01:33) ±Game: 11-20 Players
    (13:01:33) *** *********************************************************************** ***

    (13:01:35) Zerowaltz: yes
    (13:01:35) Zerowaltz: peo
    (13:01:38) *** *********************************************************************** ***
    (13:01:38) ±Role: Leon
    (13:01:38) ±Ability: Can defend one person during the night. Sided with Humans.
    (13:01:38) ±Game: 2-30 Players
    (13:01:38) *** *********************************************************************** ***

    (13:01:40) Day Healer: i have a lead, if u can follow :)
    (13:01:40) Inazuma Otoshi: pro
    (13:01:44) Inazuma Otoshi: Nemesis n1
    (13:01:47) ***************************************************************************************
    (13:01:47) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Jill, Leon, Rebecca, Wesker, Zombie.
    (13:01:47) Current Players: Angryimp, Anyone, Chromium, Day Healer, Fiery Espeon, Hobbes2, IfixaLightbuLb, Inazuma Otoshi, Magmarex, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:01:47) Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Jill, Leon, Rebecca
    (13:01:47) Time: Day 1
    (13:01:47) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (13:01:47) ***************************************************************************************
    (13:01:48) Chromium: Inazuma is hunter
    (13:01:48) ±Game: Day Healer voted for Roy Mustang!
    (13:01:49) Chromium: Get em boys
    (13:01:50) Day Healer: follow
    (13:01:51) ±Game: Roy Mustang voted for Day Healer!
    (13:01:52) Roy Mustang: no
    (13:01:53) Fiery Espeon: no no
    (13:01:54) Roy Mustang: do NOT follow
    (13:01:56) Carbs joined the channel.
    (13:01:56) ±Game: Chromium voted for Inazuma Otoshi!
    (13:01:57) ±Game: Angryimp voted for Roy Mustang!
    (13:01:57) DV_DC left the channel.
    (13:01:57) Roy Mustang: vote Day Healer
    (13:01:57) ±Game: Zerowaltz voted for Roy Mustang!
    (13:01:57) Fiery Espeon: get Inazuma Otoshi
    (13:01:58) Zerowaltz: ok
    (13:01:58) ±Game: Inazuma Otoshi voted for Roy Mustang!
    (13:02:00) Roy Mustang: I am Jill
    (13:02:00) Chromium: ffs
    (13:02:01) Roy Mustang: vigilante
    (13:02:02) ±Game: Fiery Espeon voted for Inazuma Otoshi!
    (13:02:02) Roy Mustang: DO NOT FOLLOW
    (13:02:03) Inazuma Otoshi: I'm following
    (13:02:05) Carbs left the channel.
    (13:02:05) Day Healer: i know it
    (13:02:06) ±Dratini: Empoleon Testing was muted by Mahnmut for 1 day! [Reason: advertising] [Channel: Tohjo Falls]
    (13:02:07) ±Game: Midna voted for Inazuma Otoshi!
    (13:02:07) ±Game: Anyone voted for Inazuma Otoshi!
    (13:02:12) Fiery Espeon: get him
    (13:02:12) Day Healer: nuuu
    (13:02:13) Chromium: Inazuma is Hunter
    (13:02:15) ±Game: Uxinator voted for Inazuma Otoshi!
    (13:02:17) Roy Mustang: Bg on me, PRs PM
    (13:02:19) ±Game: Magmarex voted for Inazuma Otoshi!
    (13:02:20) Anyone: let's see
    (13:02:21) ±Game: IfixaLightbuLb voted for Inazuma Otoshi!
    (13:02:22) Hobbes2: mmh
    (13:02:26) Ayano left the channel.
    (13:02:28) Inazuma Otoshi: Zombie down
    (13:02:30) Roy Mustang: safeguard me as well
    (13:02:30) ***************************************************************************************
    (13:02:30) Times Up! :
    (13:02:30) ±Game: Inazuma Otoshi (Hunter) was removed from the game!
    (13:02:30) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker, Zombie.
    (13:02:30) Current Players: Angryimp, Anyone, Chromium, Day Healer, Fiery Espeon, Hobbes2, IfixaLightbuLb, Magmarex, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:02:30) Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Jill, Leon, Rebecca
    (13:02:30) Time: Night 2
    (13:02:30) Make your moves, you only have 30 seconds! :
    (13:02:30) ***************************************************************************************
    (13:02:33) ±Game: Your partner(s) have decided to kill 'Zerowaltz'!
    (13:02:33) Day Healer: fuuu
    (13:02:34) Angryimp: yay
    (13:02:34) ±Game: You are out of uses for this action!
    (13:02:37) Hobbes2: nice
    (13:02:38) ±Hint: That person is not playing!
    (13:02:40) Day Healer: partners i didnt do it
    (13:02:40) Uxinator: hobbes2 couldnt be converted
    (13:02:40) ±Game: You cannot use this action for 1 night(s)!
    (13:02:42) Day Healer: :(
    (13:02:42) Uxinator: So...
    (13:02:45) Prinny god: sweet
    (13:02:46) ±Game: Your partner(s) have decided to kill 'Day Healer'!
    (13:02:46) Hobbes2: so?
    (13:02:50) Uxinator: Idk
    (13:02:51) Ayano joined the channel.
    (13:02:52) Uxinator: PIE
    (13:03:00) ***************************************************************************************
    (13:03:00) Times Up! :
    (13:03:00) ±Game: Magmarex (Dog) is dead.
    (13:03:00) ±Game: Day Healer (Citizen) is dead.
    (13:03:00) ±Game: A Citizen couldn't take the virus anymore and has tranformed into a Zombie!
    (13:03:00) ***************************************************************************************
    (13:03:00) Current Roles: Chris, Citizen, Citizen, Claire, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker, Zombie, Zombie.
    (13:03:00) Current Players: Angryimp, Anyone, Chromium, Fiery Espeon, Hobbes2, IfixaLightbuLb, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:03:00) Current Team: Chris, Citizen, Citizen, Claire, Dog, Jill, Leon, Rebecca
    (13:03:00) Time: Day 2
    (13:03:00) You have 30 seconds to debate who are the bad guys! :
    (13:03:00) ***************************************************************************************
    (13:03:00) Roy Mustang: PRS PM, Jill here
    (13:03:08) Midna: o-o
    (13:03:11) Hobbes2: unfortunate
    (13:03:19) Angryimp: dog is dead T.T
    (13:03:23) Roy Mustang: rebecca please PM
    (13:03:25) Roy Mustang: and claire
    (13:03:31) ***************************************************************************************
    (13:03:31) Current Roles: Chris, Citizen, Citizen, Claire, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker, Zombie, Zombie.
    (13:03:31) Current Players: Angryimp, Anyone, Chromium, Fiery Espeon, Hobbes2, IfixaLightbuLb, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:03:31) Current Team: Chris, Citizen, Citizen, Claire, Dog, Jill, Leon, Rebecca
    (13:03:31) Time: Day 2
    (13:03:31) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (13:03:31) ***************************************************************************************
    (13:03:42) ±Game: Roy Mustang voted for Hobbes2!
    (13:03:44) Roy Mustang: he would have PM'd
    (13:03:46) Roy Mustang: if he's a PR
    (13:03:49) ±Game: Zerowaltz voted for Hobbes2!
    (13:03:50) Roy Mustang: so follow
    (13:03:50) Dranzer Kai joined the channel.
    (13:03:51) Hobbes2: wtf
    (13:03:55) Hobbes2: mmh
    (13:03:56) Anyone: unless a fellow citi?
    (13:03:59) Hobbes2: dont think citi is a pr
    (13:03:59) ±Game: Prinny god voted for Hobbes2!
    (13:04:00) ±Game: Uxinator voted for Hobbes2!
    (13:04:00) ±Game: Hobbes2 voted for Zerowaltz!
    (13:04:00) ±Game: Chromium voted for Hobbes2!
    (13:04:00) ±Game: Angryimp voted for Hobbes2!
    (13:04:04) Zerowaltz: lol
    (13:04:08) ±Game: Anyone voted for Hobbes2!
    (13:04:10) Hobbes2: K well
    (13:04:11) ±Game: Fiery Espeon voted for Hobbes2!
    (13:04:11) Anyone: well bandwagon
    (13:04:16) Hobbes2: zombie out
    (13:04:18) ***************************************************************************************
    (13:04:18) Times Up! :
    (13:04:18) ±Game: Hobbes2 (Citizen) was removed from the game!
    (13:04:18) Current Roles: Chris, Citizen, Claire, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker, Zombie, Zombie.
    (13:04:18) Current Players: Angryimp, Anyone, Chromium, Fiery Espeon, IfixaLightbuLb, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:04:18) Current Team: Chris, Citizen, Claire, Dog, Jill, Leon, Rebecca
    (13:04:18) Time: Night 3
    (13:04:18) Make your moves, you only have 30 seconds! :
    (13:04:18) ***************************************************************************************
    (13:04:20) Dranzer Kai left the channel.
    (13:04:21) Zerowaltz: PRO
    (13:04:21) Prinny god: :O
    (13:04:22) Angryimp: lol
    (13:04:25) Dranzer Kai joined the channel.
    (13:04:35) ±Game: You have chosen to reload Roy Mustang!
    (13:04:35) Dranzer Kai left the channel.
    (13:04:35) NewWorldOrder joined the channel.
    (13:04:43) ±Game: You are out of uses for this action!
    (13:04:45) Dranzer Kai joined the channel.
    (13:04:48) Angryimp: lagtest
    (13:04:51) ***************************************************************************************
    (13:04:51) Times Up! :
    (13:04:51) ±Game: Chris reloaded his gun and is ready to fire!!
    (13:04:51) ±Game: You have been converted and changed roles!
    (13:04:51) ±Game: You are a Jill!
    (13:04:51) ±Game: You are Jill Valentine, an American Special Operative Agent and long time partner of Chris. Between you and your partner Chris, you both (/kill) two targets every 3 nights. You can (/reload) every 3 nights. (Note: You can reload and kill at the same time). You also have a death (/pill) which you can eat if case you get bitten. Upon eating the pill, you will die the next night and have a single daykill as your final shot. You know Chris so be sure to connect with him.
    (13:04:52) ±Game: The Chris is empoleon2914!
    (13:04:52) ±Game: Anyone (Zombie) is dead.
    (13:04:52) ***************************************************************************************
    (13:04:52) Current Roles: Chris, Citizen, Claire, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker, Zombie.
    (13:04:52) Current Players: Angryimp, Chromium, Fiery Espeon, IfixaLightbuLb, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:04:52) Current Team: Chris, Citizen, Claire, Dog, Jill, Leon, Rebecca
    (13:04:52) Time: Day 3
    (13:04:52) You have 30 seconds to debate who are the bad guys! :
    (13:04:52) ***************************************************************************************
    (13:05:01) Roy Mustang: k gonna rand
    (13:05:01) Angryimp: pro night
    (13:05:02) Roy Mustang: once more
    (13:05:04) Midna: :o
    (13:05:07) Prinny god: inb4 hits a PR
    (13:05:10) Angryimp: lol
    (13:05:12) IfixaLightbuLb: ill rand
    (13:05:16) Roy Mustang: I have all PRS
    (13:05:18) Angryimp: can i?
    (13:05:20) Prinny god: let roy rand.
    (13:05:21) ***************************************************************************************
    (13:05:21) Current Roles: Chris, Citizen, Claire, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker, Zombie.
    (13:05:22) Current Players: Angryimp, Chromium, Fiery Espeon, IfixaLightbuLb, Midna, Prinny god, Roy Mustang, Uxinator, Zerowaltz, empoleon2914.
    (13:05:22) Current Team: Chris, Citizen, Claire, Dog, Jill, Leon, Rebecca
    (13:05:22) Time: Day 3
    (13:05:22) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (13:05:22) ***************************************************************************************
    (13:05:22) Roy Mustang: Zerowaltz is zombie
    (13:05:22) Angryimp: k
    (13:05:23) Roy Mustang: not even a rand
    (13:05:25) Zerowaltz: ok
    (13:05:25) ±Game: Roy Mustang voted for Zerowaltz!
    (13:05:26) ±Game: Chromium voted for Zerowaltz!
    (13:05:27) ±Game: Prinny god voted for Zerowaltz!
    (13:05:27) ±Game: Zerowaltz voted for Roy Mustang!
    (13:05:27) ±Game: Midna voted for Zerowaltz!
    (13:05:28) ±Game: Uxinator voted for Zerowaltz!
    (13:05:28) ±Game: Angryimp voted for Zerowaltz!
    (13:05:29) ±Game: Fiery Espeon voted for Zerowaltz!
    (13:05:29) Roy Mustang: leon confirmed
    (13:05:31) ±Game: IfixaLightbuLb voted for Zerowaltz!
    (13:05:33) Zerowaltz: dat vote
    (13:05:35) ±Game: empoleon2914 voted for Zerowaltz!
    (13:05:35) Roy Mustang: I was gonna rand him anyways though
    (13:05:36) ***************************************************************************************
    (13:05:36) Times Up! :
    (13:05:36) ±Game: Zerowaltz (Zombie) was removed from the game!
    (13:05:36) Current Roles: Chris, Citizen, Claire, Dog, Fat Zombie, Jill, Leon, Rebecca, Wesker.
    (13:05:36) Current Players: Angryimp, Chromium, Fiery Espeon, IfixaLightbuLb, Midna, Prinny god, Roy Mustang, Uxinator, empoleon2914.
    (13:05:36) Current Team: Chris, Citizen, Claire, Dog, Jill, Leon, Rebecca
    (13:05:36) Time: Night 4
    (13:05:36) Make your moves, you only have 30 seconds! :
    (13:05:36) ***************************************************************************************
    (13:05:36) Roy Mustang: !
    (13:05:36) Chromium: Just let Roy rand, no one else pls
    (13:05:44) ±Hint: That person is not playing!
    (13:05:47) ±Game: You have chosen to kill IfixaLightbuLb!
    (13:05:52) Roy Mustang: pretty sure last zombie is IfixaLightbuLb
    (13:05:54) Roy Mustang: killing him tonight
    (13:05:59) Roy Mustang: chris, remember to reload
    (13:06:01) Angryimp: lagtest
    (13:06:05) ***************************************************************************************
    (13:06:06) Times Up! :
    (13:06:06) ±Game: Fiery Espeon (Leon) is dead.
    (13:06:06) ±Game: You have 0 charges remaining
    (13:06:06) ±Game: IfixaLightbuLb (Fat Zombie) is dead.
    (13:06:06) ***************************************************************************************
    (13:06:06) Current Roles: Chris, Citizen, Claire, Dog, Jill, Rebecca, Wesker.
    (13:06:06) Current Players: Angryimp, Chromium, Midna, Prinny god, Roy Mustang, Uxinator, empoleon2914.
    (13:06:06) Current Team: Chris, Citizen, Claire, Dog, Jill, Rebecca
    (13:06:06) Time: Day 4
    (13:06:06) You have 30 seconds to debate who are the bad guys! :
    (13:06:06) ***************************************************************************************
    (13:06:10) Prinny god: lol
    (13:06:14) *** *********************************************************************** ***
    (13:06:14) ±Role: Wesker
    (13:06:14) ±Ability: Can kill one person during the night. Can transform one person during the night. Vote counts as 2.5. Can't be nightkilled. Sided with Organization.
    (13:06:14) ±Game: 12-30 Players
    (13:06:14) *** *********************************************************************** ***
    (13:06:15) ±Role: Wesker (Transformed)
    (13:06:15) ±Ability: Can kill one person during the standby. Vote counts as 2.5. Can't be nightkilled. Sided with Organization.
    (13:06:15) ±Game: Players
    (13:06:15) *** *********************************************************************** ***

    (13:06:15) Prinny god: so wesker
    (13:06:16) Chromium: Angry imp is wesker
    (13:06:18) Prinny god: just claim
    (13:06:28) Angryimp: am not
    (13:06:35) ***************************************************************************************
    (13:06:36) Current Roles: Chris, Citizen, Claire, Dog, Jill, Rebecca, Wesker.
    (13:06:36) Current Players: Angryimp, Chromium, Midna, Prinny god, Roy Mustang, Uxinator, empoleon2914.
    (13:06:36) Current Team: Chris, Citizen, Claire, Dog, Jill, Rebecca
    (13:06:36) Time: Day 4
    (13:06:36) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (13:06:36) ***************************************************************************************
    (13:06:48) ±Game: Roy Mustang voted for Angryimp!
    (13:06:49) ±Game: Chromium voted for Angryimp!
    (13:06:50) ±Game: empoleon2914 voted for Angryimp!
    (13:06:52) ±Game: Uxinator voted for Angryimp!
    (13:06:53) ±Game: Midna voted for Angryimp!
    (13:06:55) Chromium: Geegee, boys.
    (13:06:56) ±Game: Prinny god voted for Angryimp!
    (13:06:57) Prinny god: is dog
    (13:07:00) ±Game: Angryimp voted for Prinny god!
    (13:07:01) ***************************************************************************************
    (13:07:01) Times Up! :
    (13:07:01) ±Game: Angryimp (Wesker) was removed from the game!
    (13:07:01) The humans, Chromium, Prinny god, empoleon2914, Uxinator, Midna and Roy Mustang, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    (13:07:01) ***************************************************************************************[/HIDE]

    First time I played it, it seems to have run smoothly. I liked it. Granted I connected the village and kicked ass, so I may be a bit biased because of that. I will review other logs and make a decision soon. It will probably be an approve, mainly since you so quickly addressed the concerns of the QC that I know you will do the same if more problems are found.
     
  15. Mac Da Master (macrarazy)

    Mac Da Master (macrarazy) Dragonite Rampage

    Joined:
    Jun 8, 2013
    Messages:
    134
    Likes Received:
    0
    PO Trainer Name:
    macrarazy
    Wow, cocomi!

    I didn't knew you were capable of this awesomeness! Well, I don't have any Logs or something, but I do sure know that I've played this theme it's quiet cool. I still have to be bothered by the fact that I still didn't got ant Power Role in the 3 times I played this theme. :(

    It's basically awesome and not that hard for the Village (Heroes) to win, and imo, this theme's rating (by me) are: 9.5/10 10/10!

    The only down factor, like I explained/typed in the above sentence, is that it's easy for the village to win as Jill, along with Chris can win it themselves (I mean without any help from the others)!

    -----------------------------------------------------------------------------------------------------------------------------------------

    Log 12
    [SECRET]

    ***************************************************************************************
    Times Up! :
    The Roles have been Decided! :
    ±Game: You are a Citizen!
    ±Game: You are a survivor of the virus outbreak, vote to get rid of the zombies!
    Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Nemesis, President, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Blaven, Chippymunk, Daybreak, Dignitas Sucks, Draco FlaminG, DragoonLolzer, Dranzer Kai, Kagari, Keeper of Night, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, cocomi, macrarazy, meeps, zach33.
    Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Jake, Jill, Leon, President, Rebecca, Sherry
    Time: Night 1
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    macrarazy: Citi here
    Chippymunk: dog
    Chippymunk: :(
    Daybreak: citi
    *** *********************************************************************** ***
    ±Role: Dog
    ±Ability: Vote counts as 0.5. Sided with Humans.
    ±Game: 9-30 Players
    *** *********************************************************************** ***
    ±Role: Zombie Dog
    ±Ability: Can attack one person during the night. Vote counts as 0.1. Sided with Zombies.
    ±Game: Players
    *** *********************************************************************** ***

    Keeper of Night: obv zombie here
    Dranzer Kai: lol
    ***************************************************************************************
    Times Up! :
    ±Game: Chippymunk (Dog) is dead.
    ±Game: cocomi (Nemesis) is dead.
    ±Game: Keeper of Night (President) is dead.
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Blaven, Daybreak, Dignitas Sucks, Draco FlaminG, DragoonLolzer, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, macrarazy, meeps, zach33.
    Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Jake, Jill, Leon, Rebecca, Sherry
    Time: Day 1
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    macrarazy: Unpro
    macrarazy: :/
    Draco FlaminG: wow
    Dignitas Sucks: DOG D;
    Voodo133: Nemesis
    Voodo133: Lol
    macrarazy: And pro
    Daybreak: :;[
    Dranzer Kai: pro
    zach33: poor dog
    Dranzer Kai: kills
    zach33: :(
    Pikachu Master: *manly tears*
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Blaven, Daybreak, Dignitas Sucks, Draco FlaminG, DragoonLolzer, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, macrarazy, meeps, zach33.
    Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Jake, Jill, Leon, Rebecca, Sherry
    Time: Day 1
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    DragoonLolzer: <---rand master
    ±Game: DragoonLolzer voted for Kagari!
    meeps: no
    ±Game: macrarazy voted for DragoonLolzer!
    ±Game: meeps voted for DragoonLolzer!
    ±Game: Voodo133 voted for Kagari!
    macrarazy: Rand loser
    macrarazy: :P
    ±Game: Dignitas Sucks voted for DragoonLolzer!
    ±Game: Daybreak voted for DragoonLolzer!
    ±Game: Night Slayer voted for DragoonLolzer!
    ±Game: Blaven voted for Kagari!
    DragoonLolzer: Follow
    ±Game: Kagari voted for DragoonLolzer!
    macrarazy: lol
    ±Game: Dranzer Kai voted for DragoonLolzer!
    Kagari: Screw u
    Kagari: xD
    DragoonLolzer: KAgari is Wesker...
    Sharpam: backfires never work guys
    ±Game: Pikachu Master voted for DragoonLolzer!
    ±Game: Draco FlaminG voted for DragoonLolzer!
    macrarazy: <--- Counter-rand master
    macrarazy: :3
    DragoonLolzer: D:
    Voodo133: :L
    macrarazy: jk
    Kagari: Funny part is ur wrong
    ***************************************************************************************
    Times Up! :
    ±Game: DragoonLolzer (Fat Zombie) was removed from the game!
    Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Hunter, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Blaven, Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, macrarazy, meeps, zach33.
    Current Team: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Jake, Jill, Leon, Rebecca, Sherry
    Time: Night 2
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    Voodo133: Then why say rand?
    macrarazy: I know
    Voodo133: OH
    macrarazy: lol
    Dignitas Sucks: u fat dawg
    Voodo133: Woah
    Sharpam: see what did i say
    Draco FlaminG: nice
    macrarazy: Pro counter
    macrarazy: By me
    Sharpam: <<
    macrarazy: xD
    Pikachu Master: Dat Fat Zombie.
    Dranzer Kai: well im boring
    Daybreak: ikr
    ***************************************************************************************
    Times Up! :
    You are dead.
    ±Game: macrarazy (Citizen) is dead.
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Hunter, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Blaven, Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, meeps, zach33.
    Time: Day 2
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    zach33: hia
    Kagari: Can I rand?
    zach33: no
    Voodo133: Kagari lolwhy
    Kagari: Its pro unlike Dragoo
    Kagari: :3
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Hunter, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Blaven, Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, meeps, zach33.
    Time: Day 2
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    Pikachu Master: ./rand
    ±Game: Kagari voted for Blaven!
    ±Game: meeps voted for Blaven!
    Kagari: Pro rand or counter on me
    ±Game: zach33 voted for Blaven!
    Kagari: :P
    Blaven: no
    ±Game: Daybreak voted for Blaven!
    Draco FlaminG: myrole
    Draco FlaminG: lol
    ±Game: Pikachu Master voted for Blaven!
    Blaven: dum
    ±Game: Draco FlaminG voted for Blaven!
    Kagari: inb4 actually pro
    ±Game: Voodo133 voted for Blaven!
    Daybreak: inb4 chris
    Blaven: hy rand idot
    ±Game: Sharpam voted for Blaven!
    Kagari: Rage harder
    zach33: I lawl if good
    ***************************************************************************************
    Times Up! :
    ±Game: Blaven (Hunter) was removed from the game!
    Current Roles: Chris, Citizen, Citizen, Citizen, Claire, Dog, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Voodo133, Wr4et, meeps, zach33.
    Time: Night 3
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    Dranzer Kai: nice
    Voodo133: LOL
    zach33: lawl
    ***************************************************************************************
    Times Up! :
    ±Game: Voodo133 (Citizen) is dead.
    ±Game: A Dog couldn't take the virus anymore and has tranformed into a Zombie Dog!
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Wr4et, meeps, zach33.
    Time: Day 3
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    meeps: dog hater
    Draco FlaminG: oh
    Draco FlaminG: zombie dog
    PIA: :(
    zach33: lawl
    Daybreak: suicune got bit
    Daybreak: :[
    Pikachu Master: zach33 killed Voodo.
    Kagari: :o
    Kagari: get him?
    Kagari: :P
    zach33: no?
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Wesker, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Wr4et, meeps, zach33.
    Time: Day 3
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    Pikachu Master: Get him.
    Daybreak: probs yes
    ±Game: Kagari voted for zach33!
    ±Game: Pikachu Master voted for zach33!
    Kagari: eh
    ±Game: Daybreak voted for zach33!
    ±Game: Midna voted for zach33!
    ±Game: zach33 voted for Daybreak!

    *** MAFIA SUPER ADMINS ***

    beast
    water

    *** MAFIA ADMINS ***

    dark phoenix
    espeon:
    fuzzy
    hey day
    hopkirk:
    jhenmohran
    meowmix:
    obey to kyubey:
    reisen
    roild:
    rosina
    roy mustang
    solace9
    zeromare
    zerowaltz

    PIA: So we know that pikachu master can stalk
    PIA: sounds like hunter
    ±Game: Dranzer Kai voted for zach33!
    Kagari: Or Jake
    ***************************************************************************************
    Times Up! :
    ±Game: zach33 (Wesker) was removed from the game!
    Current Roles: Chris, Citizen, Citizen, Claire, Hunter, Jake, Jill, Leon, Rebecca, Sherry, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Pikachu Master, Sharpam, Wr4et, meeps.
    Time: Night 4
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    Kagari: Pro
    Draco FlaminG: prooo
    Kagari: lolol
    Midna: !
    Sharpam: nice
    Dranzer Kai: wow
    Daybreak: LOL
    Dranzer Kai: proo
    Pikachu Master: I got lucky. ^_^
    PIA: :o
    ***************************************************************************************
    Times Up! :
    ±Game: Pikachu Master (Hunter) is dead.
    ±Game: A Sherry couldn't take the virus anymore and has tranformed into a Zombie!
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Sharpam, Wr4et, meeps.
    Time: Day 4
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    Kagari: Lol
    Sharpam: D:
    Kagari: Get meeps
    Sharpam: but :D
    Daybreak: sherry
    meeps: ok
    Daybreak: ()_()
    meeps: kagari is jake
    meeps: draco flaming is leon
    Midna: o-o'
    meeps: o
    meeps: sharpam is chris
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Sharpam, Wr4et, meeps.
    Time: Day 4
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    Kagari: L
    Kagari: O
    Kagari: L
    ±Game: Kagari voted for meeps!
    ±Game: Night Slayer voted for meeps!
    ±Game: Draco FlaminG voted for meeps!
    ±Game: Midna voted for meeps!
    Kagari: I used up my kill so idc
    Kagari: :P
    ±Game: Dranzer Kai voted for meeps!
    ***************************************************************************************
    Times Up! :
    ±Game: meeps (Zombie) was removed from the game!
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Night 5
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    Night Slayer: meeps forgot to say what Midna is the Zombie Bat
    Sharpam: pro
    Night Slayer: so...
    Daybreak: lol
    Kagari: Chris reload me
    Kagari: D:
    Daybreak: :O
    Dranzer Kai: lol
    ***************************************************************************************
    Times Up! :
    ±Game: Jill reloaded her gun and is ready to fire!!
    No one died! :
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Day 5
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    Kagari: Lol
    Kagari: get Midna
    Draco FlaminG: well
    Kagari: Was o her
    Midna: pfffft
    Draco FlaminG: vote Midna
    Kagari: on*
    Night Slayer: and magmarex is zombie dog
    Night Slayer: :o
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie, Zombie Bat, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Midna, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Day 5
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    ±Game: Dranzer Kai voted for Midna!
    ±Game: Draco FlaminG voted for Midna!
    Kagari: Jill make sure to kill Magmarex
    ±Game: Night Slayer voted for Midna!
    ±Game: Sharpam voted for Midna!
    ±Game: Daybreak voted for Midna!
    ±Game: Kagari voted for Midna!
    Night Slayer: good there
    ±Game: PIA voted for Midna!
    ***************************************************************************************
    Times Up! :
    ±Game: Midna (Zombie Bat) was removed from the game!
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie, Zombie Dog.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Magmarex, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Night 6
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    Kagari: well we found claire already
    Draco FlaminG: ok only one baddie
    Kagari: Jill on Magmarex
    Kagari: 2 baddies actually
    Daybreak: we need last baddie
    ***************************************************************************************
    Times Up! :
    ±Game: Chris reloaded his gun and is ready to fire!!
    ±Game: Magmarex (Zombie Dog) is dead.
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Day 6
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    Draco FlaminG: now one baddie
    Kagari: Ok
    Night Slayer: Dranzer Kai is clean
    Night Slayer: i rand
    Kagari: Drazer is clean
    Dranzer Kai: thanks
    Kagari: PRs pm
    Daybreak: do we have a lead?
    Kagari: Wait
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Rebecca, Zombie.
    Current Players: Daybreak, Dignitas Sucks, Draco FlaminG, Dranzer Kai, Kagari, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Day 6
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    Sharpam: so Wr4et seems totes suspicious
    Night Slayer: get Dignitas Sucks
    Draco FlaminG: mmm Wr4et is clean
    Draco FlaminG: lol
    Sharpam: k nevermind
    ±Game: Night Slayer voted for Dignitas Sucks!
    ±Game: Kagari voted for Dignitas Sucks!
    ±Game: Daybreak voted for Dignitas Sucks!
    Kagari: Lol u read my mind Night Slayer
    Kagari: :3
    Wr4et: yes thank you
    ±Game: Draco FlaminG voted for Dignitas Sucks!
    Night Slayer: XD
    ±Game: Sharpam voted for Dignitas Sucks!
    Daybreak: lol
    ***************************************************************************************
    Times Up! :
    ±Game: Dignitas Sucks (Rebecca) was removed from the game!
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Zombie.
    Current Players: Daybreak, Draco FlaminG, Dranzer Kai, Kagari, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Night 7
    Make your moves, you only have 30 seconds! :
    ***************************************************************************************
    Sharpam: bye rebecca
    Night Slayer: no pms
    Daybreak: ()_()
    Night Slayer: lol
    Kagari: get Daybreak?
    Draco FlaminG: so its Wr4et
    Kagari: Daybreak or PIA
    Daybreak: i am citi with protect left
    PIA: its not me
    PIA: >_>
    Kagari: citi cant pro
    Kagari: get Daybreak
    Kagari: :3
    Daybreak: distract*
    ***************************************************************************************
    Times Up! :
    No one died! :
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Zombie.
    Current Players: Daybreak, Draco FlaminG, Dranzer Kai, Kagari, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Day 7
    You have 30 seconds to debate who are the bad guys! :
    ***************************************************************************************
    Wr4et: say what now?
    Draco FlaminG: lol
    Kagari: They cant distract either'
    PIA: Wait
    PIA: Citis can distract
    Daybreak: yes they can
    Dranzer Kai: so who is the last baddie
    Night Slayer: Daybreak is clean
    Kagari: They can?
    Night Slayer: get Wr4et
    Daybreak: once per game
    ***************************************************************************************
    Current Roles: Chris, Citizen, Citizen, Claire, Jake, Jill, Leon, Zombie.
    Current Players: Daybreak, Draco FlaminG, Dranzer Kai, Kagari, Night Slayer, PIA, Sharpam, Wr4et.
    Time: Day 7
    It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    ***************************************************************************************
    Draco FlaminG: its gg
    Kagari: Doest say that in the role
    Kagari: Doesnt*
    PIA: ._.
    Daybreak: i can cp it
    Wr4et: night, Draco FlaminG cleaned me
    Draco FlaminG: no
    Draco FlaminG: i not cleaning
    Wr4et: err?
    ±Game: Kagari voted for PIA!
    PIA: wtf
    ±Game: Draco FlaminG voted for Wr4et!
    Kagari: Well he aint clean
    Sharpam: has anyone confirmed Kagari clean?
    Kagari: Im Jake
    ±Game: PIA voted for Wr4et!
    ±Game: Dranzer Kai voted for Wr4et!
    Kagari: xD
    ±Game: Daybreak voted for Wr4et!
    ±Game: Night Slayer voted for Dranzer Kai!
    ±Game: Sharpam voted for Wr4et!
    Wr4et: oh sure
    Kagari: Night
    Daybreak: lol
    ***************************************************************************************
    Times Up! :
    ±Game: Wr4et (Zombie) was removed from the game!
    The humans, PIA, Sharpam, Night Slayer, Daybreak, Kagari, Dranzer Kai and Draco FlaminG, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    ***************************************************************************************

    [/SECRET]

    So basically this one was very exciting, at the start, just as usual some nightkills and of course I (macrarazy) get killed. Then it get's more and more interesting as in the middle the Humans are able to connect, getting all the baddies in a streak and when the last Zombie is left, they accidentally rand Rebecca and finally, get a win after lynching the last Baddie!

    Now, cocomi, from a villagers end this has been a fantastic theme so far (as I got no Power Role whenever I played this) and a really great one to connect in... you actually get to know the (hiding) winning faces of some "we-will-lose-no-matter-what" guys! It's really fun and I might really check out the Resident Evil games now! :cool:

    I hope you make another theme, and yeah, it's perfect from my view now... I'll take that 9.5 back, this theme's ratings: 10/10!

    Happy to see/play your theme! :D
     
    Last edited: Jul 13, 2013
  16. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    Hi macrarazy! Thank you for showing so much support for my theme, I really appreciate it :D

    Anyways, I'll be posting one final log, and a list of changes I have made so far. Everything seems pretty balanced now, zombies don't over populate until the point where no other roles can catch up, the Umbrella Corp monsters are pretty buffed now, Wesker is still a dangerous foe, especially when it's late game, and humans have a really good chance at winning as long as they work together and don't tear each other apart.

    Log 13
    (06:17:15) ***************************************************************************************
    (06:17:15) Times Up! :
    (06:17:15) The Roles have been Decided! :
    (06:17:15) ±Game: You are a Hunter!
    (06:17:15) ±Game: You are a Hunter, a mass produced Bio Organic Weapon from Umbrella Corp. You can (/stalk) and (/kill) every night, shared with other hunters. However, you can only perform one action per night and you cannot perform the same action twice in a row. You are also immune to zombies because you are already a type of zombie yourself (whut?).
    (06:17:15) ±Game: Your team is cocomi (Hunter), fitzyhbbe (Nemesis) and Roild (Hunter).
    (06:17:15) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Dog, Fat Zombie, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    (06:17:15) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Lucas_, Midna, NewWorldOrder, PIA, Princess Luna, Roild, Trance Kuja, Voodo133, Wasabi121, Wr4et, XxkakapaxX, cocomi, cyjtfjufviogh, fitzyhbbe, i am mai, macrarazy.
    (06:17:15) Current Team: Hunter, Hunter, Nemesis
    (06:17:15) Time: Night 1
    (06:17:15) Make your moves, you only have 30 seconds! :
    (06:17:15) ***************************************************************************************
    (06:17:18) Trance Kuja: when 4 prs die in 1 night
    (06:17:19) Trance Kuja: so pro
    (06:17:21) XxkakapaxX: Citizen
    (06:17:22) macrarazy: Citizen, kill me n1
    (06:17:22) i am mai: ugh this is revil
    (06:17:22) Legendkun: why do i get hated so much
    (06:17:23) CrobatGirl: Greaaaaat. Citizen.
    (06:17:23) Trance Kuja: im a dog
    (06:17:24) macrarazy: Vote me d1
    (06:17:25) Trance Kuja: ._.
    (06:17:27) Trance Kuja: Wof wof
    (06:17:28) ±Game: You have chosen to stalk Darkslayer!
    (06:17:28) *** Wr4et thinks that BK should really be weakend. the only way he can be removed from the game is by lynching and daykilling and the chances of that are shit low. and when he finally gets to night 5, he's OP becos everyone is weak
    (06:17:33) ±Game: You have chosen to kill Katy Perry!
    (06:17:35) ±Game: Your partner(s) have decided to stalk 'Trance Kuja'!
    (06:17:36) Ascarotte: i'm a fat zombie
    (06:17:38) ±Game: Your partner(s) have decided to kill 'i am mai'!
    (06:17:38) Jelly Bean OS: lol
    (06:17:40) Roild: Hm.
    (06:17:41) L: I disagree/
    (06:17:43) Jelly Bean OS: Wr4et i like it
    (06:17:45) ***************************************************************************************
    (06:17:45) Times Up! :
    (06:17:45) ±Game: You were attacked by Zombie Bats last night and you couldn't do anything.
    (06:17:45) ±Game: Trance Kuja (Dog) is dead.
    (06:17:45) ***************************************************************************************
    (06:17:45) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Wesker, Zombie, Zombie Bat.
    (06:17:45) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Lucas_, Midna, NewWorldOrder, PIA, Princess Luna, Roild, Voodo133, Wasabi121, Wr4et, XxkakapaxX, cocomi, cyjtfjufviogh, fitzyhbbe, i am mai, macrarazy.
    (06:17:45) Current Team: Hunter, Hunter, Nemesis
    (06:17:45) Time: Day 1
    (06:17:45) You have 30 seconds to debate who are the bad guys! :
    (06:17:45) ***************************************************************************************
    (06:17:45) Roild: kill Dranzer Kai
    (06:17:46) Jelly Bean OS: its fun
    (06:17:48) L: It's five days/
    (06:17:50) Dranzer Kai: ...
    (06:17:51) PIA: Poor dog
    (06:17:51) LiterallyKuja: Dog is ded
    (06:17:52) ***************************************************************************************
    (06:17:52) ±Game: Nemesis: 'Lucas_... Gwoooooaaaaaaaah!' Lucas_ turned around and screamed at the top of his/her lung...
    (06:17:52) ±Game: Lucas_ (Wesker) is dead.
    (06:17:52) ***************************************************************************************
    (06:17:53) Jelly Bean OS: getting to have all the power
    (06:17:54) Legendkun: dat dog
    (06:17:55) LiterallyKuja: :'(
    (06:17:56) LiterallyKuja: YES WESKER
    (06:17:57) Wr4et: L, 5 days means only 10 chances to get him
    (06:17:58) Darkslayer: LOL
    (06:17:58) LiterallyKuja: A+
    (06:17:59) Krabbity: im a dog
    (06:18:01) Roild: Every time
    (06:18:02) Roild: n1'd
    (06:18:02) cocomi: A+
    (06:18:03) Dranzer Kai: niceee
    (06:18:04) Legendkun: im voting
    (06:18:04) Roild: d1'd
    (06:18:05) Roild: Idgi
    (06:18:06) Roild: Lol
    (06:18:07) ***************************************************************************************
    (06:18:07) ±Game: Lisa Trevor was trying to look for her mother, but she found PIA instead, so she killed him/her.
    (06:18:07) ±Game: PIA (Fat Zombie) is dead.
    (06:18:07) ***************************************************************************************
    (06:18:07) Wr4et: IF, Empowered and ike are alive
    (06:18:09) L: That's a lot of chances.
    (06:18:11) CrobatGirl: In Horror movies, no matter how many Humans die, I will shed no tears. But as soon as a Dog Dies, I'm bawling.
    (06:18:14) CrobatGirl: = Logic
    (06:18:15) ***************************************************************************************
    (06:18:15) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Zombie, Zombie Bat.
    (06:18:15) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wasabi121, Wr4et, XxkakapaxX, cocomi, cyjtfjufviogh, fitzyhbbe, i am mai, macrarazy.
    (06:18:15) Current Team: Hunter, Hunter, Nemesis
    (06:18:15) Time: Day 1
    (06:18:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:18:15) ***************************************************************************************
    (06:18:17) ±Game: Legendkun voted for XxkakapaxX!
    (06:18:18) Jelly Bean OS: 10 chances is enough Wr4et
    (06:18:19) i am mai: ikr CrobatGirl
    (06:18:20) Wr4et: L, do you ever see BK going down in that chances?
    (06:18:21) i am mai: ;-;
    (06:18:22) ±Game: Voodo133 voted for XxkakapaxX!
    (06:18:25) Jelly Bean OS: yes
    (06:18:25) ±Game: cyjtfjufviogh voted for Legendkun!
    (06:18:25) Wr4et: BK wins way too often
    (06:18:29) Jelly Bean OS: not really
    (06:18:30) XxkakapaxX: I'm citi
    (06:18:30) fitzyhbbe: no it doesn't
    (06:18:32) ±Game: XxkakapaxX voted for Legendkun!
    (06:18:32) Legendkun: lol dat counter
    (06:18:33) ±Game: LiterallyKuja voted for XxkakapaxX!
    (06:18:33) ±Game: CrobatGirl voted for XxkakapaxX!
    (06:18:34) fitzyhbbe: bk hardly ever wins
    (06:18:34) Wr4et: yes but it doesn't happen often
    (06:18:34) ±Game: Dranzer Kai voted for XxkakapaxX!
    (06:18:36) ±Game: macrarazy voted for Legendkun!
    (06:18:37) ±Game: Roild voted for XxkakapaxX!
    (06:18:38) XxkakapaxX: Ok, bye haters
    (06:18:39) Jelly Bean OS: he's stopped usually around n3
    (06:18:40) XxkakapaxX: D:
    (06:18:41) Ascarotte: narf
    (06:18:42) Wr4et: it's rather often in these past few days
    (06:18:45) ***************************************************************************************
    (06:18:45) Times Up! :
    (06:18:45) ±Game: XxkakapaxX (Citizen) was removed from the game!
    (06:18:45) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Zombie, Zombie Bat.
    (06:18:45) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wasabi121, Wr4et, cocomi, cyjtfjufviogh, fitzyhbbe, i am mai, macrarazy.
    (06:18:45) Current Team: Hunter, Hunter, Nemesis
    (06:18:45) Time: Night 2
    (06:18:45) Make your moves, you only have 30 seconds! :
    (06:18:45) ***************************************************************************************
    (06:18:48) Legendkun: lol
    (06:18:49) L: That's luck.
    (06:18:50) Jelly Bean OS: bye ike or someone else
    (06:18:50) CrobatGirl: Welp.
    (06:18:50) Legendkun: my bad
    (06:18:52) ±Game: Your partner(s) have decided to kill 'Katy Perry'!
    (06:18:52) Wr4et: BK simply doesn't get hit
    (06:18:52) ±Game: You have chosen to kill Darkslayer!
    (06:18:54) ±Game: Your partner(s) have decided to stalk 'Wasabi121'!
    (06:19:00) Legendkun: doesnt matter
    (06:19:01) Jelly Bean OS: tthere's like 5 killers
    (06:19:03) Wr4et: can you make BK immune to day kills instead?
    (06:19:04) Jelly Bean OS: nightkillers*
    (06:19:05) CrobatGirl: At least he wasn't a PR (Looking on the bright side ^_^)
    (06:19:06) L: Wr4et's just mad because when he's black knight, he dies night 4.
    (06:19:10) ±Game: You have chosen to kill Katy Perry!
    (06:19:15) ***************************************************************************************
    (06:19:15) Times Up! :
    (06:19:15) ±Game: You were attacked by Zombie Bats last night and you couldn't do anything.
    (06:19:15) ±Game: A Citizen couldn't take the virus anymore and has tranformed into a Zombie!
    (06:19:15) No one died! :
    (06:19:15) ***************************************************************************************
    (06:19:15) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, Nemesis, President, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:19:15) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wasabi121, Wr4et, cocomi, cyjtfjufviogh, fitzyhbbe, i am mai, macrarazy.
    (06:19:15) Current Team: Hunter, Hunter, Nemesis
    (06:19:15) Time: Day 2
    (06:19:15) You have 30 seconds to debate who are the bad guys! :
    (06:19:15) ***************************************************************************************
    (06:19:15) Wr4et: L, the thing is, i've never been BK
    (06:19:21) Krabbity: sam from i am legend
    (06:19:21) Legendkun: oh no...
    (06:19:23) ***************************************************************************************
    (06:19:23) ±Game: Lisa Trevor was trying to look for her mother, but she found fitzyhbbe instead, so she killed him/her.
    (06:19:23) ±Game: fitzyhbbe (Nemesis) is dead.
    (06:19:23) ***************************************************************************************
    (06:19:24) Wr4et: and, i see BK winning way too often
    (06:19:26) Roild: Citizen down
    (06:19:27) Darkslayer: claire claim plz
    (06:19:29) Voodo133: PRO
    (06:19:29) Darkslayer: ur safe now
    (06:19:33) LiterallyKuja: Nemesis DOWN
    (06:19:33) cocomi: wow
    (06:19:34) Dranzer Kai: nicee
    (06:19:36) Jelly Bean OS: that was my first time ever as BK
    (06:19:37) Roild: :O
    (06:19:37) Darkslayer: o wait
    (06:19:38) Darkslayer: lisa
    (06:19:39) Darkslayer: ;-;
    (06:19:40) Darkslayer: >.>
    (06:19:41) Jelly Bean OS: it was really fun
    (06:19:43) Darkslayer: gtfo lisa
    (06:19:45) ***************************************************************************************
    (06:19:45) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, Lisa Trevor, President, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:19:45) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wasabi121, Wr4et, cocomi, cyjtfjufviogh, i am mai, macrarazy.
    (06:19:45) Current Team: Hunter, Hunter
    (06:19:45) Time: Day 2
    (06:19:45) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:19:45) ***************************************************************************************
    (06:19:46) CrobatGirl: I've seen BK lose more than win.
    (06:19:46) Lucario_3: if people listened to me
    (06:19:48) Lucario_3: .-.
    (06:19:48) ±Game: Legendkun voted for Krabbity!
    (06:19:49) Wr4et: Jelly Bean OS, that was your first win but not the first win for the role of BK himself
    (06:19:50) macrarazy: I'm alive!
    (06:19:52) Legendkun: another one XD
    (06:19:53) macrarazy: ;D
    (06:19:53) ±Game: cyjtfjufviogh voted for Wasabi121!
    (06:19:56) Wr4et: BK won too many times in past few games
    (06:19:56) ±Game: LiterallyKuja voted for Wasabi121!
    (06:19:57) ±Game: macrarazy voted for Wasabi121!
    (06:19:58) ±Game: Voodo133 voted for Wasabi121!
    (06:19:58) ±Game: Roild voted for Wasabi121!
    (06:20:03) Legendkun: lol that Wasabi121 hate
    (06:20:03) Wr4et: *past few days
    (06:20:05) ±Game: CrobatGirl voted for Wasabi121!
    (06:20:06) Ascarotte: eh
    (06:20:08) ±Game: Krabbity voted for Wasabi121!
    (06:20:11) LiterallyKuja: dat hate
    (06:20:12) Jelly Bean OS: Lucario_3 is just mad cuz he thinks I target him
    (06:20:15) ***************************************************************************************
    (06:20:15) Times Up! :
    (06:20:15) ±Game: Wasabi121 (Lisa Trevor) was removed from the game!
    (06:20:15) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, President, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:20:15) Current Players: Ascarotte, CrobatGirl, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, i am mai, macrarazy.
    (06:20:15) Current Team: Hunter, Hunter
    (06:20:15) Time: Night 3
    (06:20:15) Make your moves, you only have 30 seconds! :
    (06:20:15) ***************************************************************************************
    (06:20:18) Darkslayer: LOL
    (06:20:18) Voodo133: PRO
    (06:20:20) cocomi: A+
    (06:20:20) LiterallyKuja: well
    (06:20:23) Darkslayer: ok now claire can claim
    (06:20:24) Krabbity: im a dog legendkun
    (06:20:25) cyjtfjufviogh: pro'd by a citizen
    (06:20:29) ±Game: Your partner(s) have decided to kill 'CrobatGirl'!
    (06:20:30) ±Game: Your partner(s) have decided to stalk 'Voodo133'!
    (06:20:32) Legendkun: sorry Krabbity
    (06:20:37) Wr4et: honestly, does no one think that BK needs to be tweaked atleast a lil'?
    (06:20:38) Jelly Bean OS: this theme is so confusing
    (06:20:39) cocomi: Claire is totally safe now
    (06:20:45) ***************************************************************************************
    (06:20:45) Times Up! :
    (06:20:45) ±Game: CrobatGirl (Citizen) is dead.
    (06:20:45) ±Game: Your target (Voodo133) didn't visit anyone this night!
    (06:20:45) ***************************************************************************************
    (06:20:45) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, President, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:20:45) Current Players: Ascarotte, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, i am mai, macrarazy.
    (06:20:45) Current Team: Hunter, Hunter
    (06:20:45) Time: Day 3
    (06:20:45) You have 30 seconds to debate who are the bad guys! :
    (06:20:45) ***************************************************************************************
    (06:20:47) Jelly Bean OS: idk whether to say pro or not
    (06:20:49) Darkslayer: claire ur inspector claim plz
    (06:20:50) LiterallyKuja: What the hell does Burger King need a tweak for
    (06:20:52) Darkslayer: all day killlers dead
    (06:20:55) Roild: Who's bitten?
    (06:20:56) Darkslayer: calire should claim
    (06:20:58) Jelly Bean OS: black knight
    (06:20:59) *** Wr4et guys, does no one think that BK should we tweaked at least a lil'?
    (06:21:00) cyjtfjufviogh: not me
    (06:21:03) Roild: Okay
    (06:21:04) Legendkun: get Princess Luna
    (06:21:07) Legendkun: im converting
    (06:21:09) i am mai: no
    (06:21:10) Roild: Legendkun, reason?
    (06:21:10) Princess Luna: waht no
    (06:21:10) Jelly Bean OS: maybe 4 kills
    (06:21:12) Roild: Oh
    (06:21:15) Jelly Bean OS: but w/e
    (06:21:15) ***************************************************************************************
    (06:21:15) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Jill, Leon, President, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:21:15) Current Players: Ascarotte, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, i am mai, macrarazy.
    (06:21:15) Current Team: Hunter, Hunter
    (06:21:15) Time: Day 3
    (06:21:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:21:15) ***************************************************************************************
    (06:21:20) *** Darkslayer thinks black knight is fine cuz hes been black knight like 4 times and won once
    (06:21:20) ±Game: cyjtfjufviogh voted for i am mai!
    (06:21:21) Princess Luna: the fuck he talkin bout
    (06:21:21) Roild: Rebecca cure Legendkun
    (06:21:23) Jelly Bean OS: with 4 kills i still wou;da won
    (06:21:24) Princess Luna: he crazy
    (06:21:27) i am mai: this guy
    (06:21:27) ±Game: Legendkun voted for Princess Luna!
    (06:21:29) ±Game: Princess Luna voted for i am mai!
    (06:21:30) macrarazy: Ascarotte is Zombie
    (06:21:31) i am mai: is he crazy
    (06:21:32) Jelly Bean OS: Darkslayer
    (06:21:32) Legendkun: hey u pmed me
    (06:21:33) ±Game: LiterallyKuja voted for i am mai!
    (06:21:34) macrarazy: I'mma voicing
    (06:21:35) Legendkun: its better than nothing
    (06:21:36) ±Game: i am mai voted for Ascarotte!
    (06:21:37) Princess Luna: Legendkun stop being crazy fool
    (06:21:38) Jelly Bean OS: i've been bk once
    (06:21:40) ±Game: Roild voted for Princess Luna!
    (06:21:40) ±Game: macrarazy voted for Ascarotte!
    (06:21:42) ±Game: Krabbity voted for i am mai!
    (06:21:43) ±Game: Ascarotte voted for i am mai!
    (06:21:46) ±Game: Jelly Bean OS voted for i am mai!
    (06:21:47) i am mai: sigh
    (06:21:50) Darkslayer: lol ya ive been him too many time :X
    (06:21:51) i am mai: jl jack
    (06:21:53) ***************************************************************************************
    (06:21:53) Times Up! :
    (06:21:53) ±Game: i am mai (Jill) was removed from the game!
    (06:21:53) Jill just died, so Chris took her bullets and reloaded his gun.
    (06:21:53) ***************************************************************************************
    (06:21:53) Current Roles: Chris, Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Jake, Leon, President, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:21:53) Current Players: Ascarotte, Darkslayer, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Lucario_3, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:21:53) Current Team: Hunter, Hunter
    (06:21:53) Time: Night 4
    (06:21:53) Make your moves, you only have 30 seconds! :
    (06:21:53) ***************************************************************************************
    (06:21:53) ±CommandBot: The command vote doesn't exist
    (06:21:54) *** Wr4et Darkslayer that's just cos with a name like yours you're targetted more often than others
    (06:21:57) Dranzer Kai: ...
    (06:21:57) Roild: Wow
    (06:22:01) Jelly Bean OS: hmm
    (06:22:02) Roild: Okay
    (06:22:04) Jelly Bean OS: pro? or not?
    (06:22:04) ±Game: Your partner(s) have decided to kill 'Lucario_3'!
    (06:22:06) macrarazy: I'm voicing the insp, Ascarotte is a Zombie
    (06:22:07) ±Game: Your partner(s) have decided to stalk 'Jelly Bean OS'!
    (06:22:07) Legendkun: cure me!
    (06:22:08) Darkslayer: i hav to go slay plz
    (06:22:10) Legendkun: i dont wanna die
    (06:22:13) ±Kill: Darkslayer (Chris) was slain by Roild!
    (06:22:15) Roild: :I
    (06:22:18) cocomi: OMG
    (06:22:19) Jelly Bean OS: oh god
    (06:22:20) Jelly Bean OS: LOL
    (06:22:20) Dranzer Kai: shit
    (06:22:21) Midna: Roild bad :<
    (06:22:22) LiterallyKuja: k
    (06:22:23) ***************************************************************************************
    (06:22:23) Times Up! :
    (06:22:23) ±Game: Lucario_3 (Jake) is dead.
    (06:22:23) ±Game: Your target (Jelly Bean OS) didn't visit anyone this night!
    (06:22:23) ±Game: A President couldn't take the virus anymore and has tranformed into a Zombie!
    (06:22:23) ***************************************************************************************
    (06:22:23) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie, Zombie, Zombie Bat.
    (06:22:23) Current Players: Ascarotte, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:22:23) Current Team: Hunter, Hunter
    (06:22:23) Time: Day 4
    (06:22:23) You have 30 seconds to debate who are the bad guys! :
    (06:22:23) ***************************************************************************************
    (06:22:28) Jelly Bean OS: oh god
    (06:22:34) cocomi: president down
    (06:22:37) Jelly Bean OS: this s just terrible
    (06:22:40) macrarazy: Ascarotte is a Zombie, I'mma voicing the inspector!
    (06:22:41) Princess Luna: yes it is
    (06:22:49) Ascarotte: lol.
    (06:22:51) Ascarotte: i'm a dog actually
    (06:22:52) cocomi: get Ascarotte!
    (06:22:53) ***************************************************************************************
    (06:22:53) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie, Zombie, Zombie Bat.
    (06:22:53) Current Players: Ascarotte, Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:22:53) Current Team: Hunter, Hunter
    (06:22:53) Time: Day 4
    (06:22:53) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:22:53) ***************************************************************************************
    (06:22:53) Legendkun: i need slay
    (06:22:55) Legendkun: lol
    (06:22:55) ±Game: cyjtfjufviogh voted for Ascarotte!
    (06:22:57) ±Game: macrarazy voted for Ascarotte!
    (06:22:58) ±Game: cocomi voted for Ascarotte!
    (06:22:58) ±Game: Dranzer Kai voted for Ascarotte!
    (06:22:58) ±Game: LiterallyKuja voted for Ascarotte!
    (06:22:58) ±Game: Jelly Bean OS voted for Ascarotte!
    (06:22:59) Roild: Legendkun, reason?
    (06:23:01) ±Game: Princess Luna voted for Ascarotte!
    (06:23:02) ±Game: Roild voted for Ascarotte!
    (06:23:03) Ascarotte: haterz
    (06:23:03) Legendkun: i need to go do something
    (06:23:06) ±Game: Krabbity voted for Ascarotte!
    (06:23:07) Roild: Okay
    (06:23:07) Roy Mustang: do what?
    (06:23:07) ±Game: Katy Perry voted for Ascarotte!
    (06:23:08) Legendkun: just slay me
    (06:23:11) Dranzer Kai: fap
    (06:23:11) Dranzer Kai: lol
    (06:23:12) Roild: DOn't join next game
    (06:23:13) Jelly Bean OS: oh god
    (06:23:13) Legendkun: i know the rules
    (06:23:14) Roild: Etc
    (06:23:15) Ascarotte: kuja save me
    (06:23:20) Jelly Bean OS: he's obv something importantr
    (06:23:20) Ascarotte: RSk
    (06:23:23) ***************************************************************************************
    (06:23:23) Times Up! :
    (06:23:23) ±Game: Ascarotte (Zombie) was removed from the game!
    (06:23:23) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Fat Zombie, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie, Zombie Bat.
    (06:23:23) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Legendkun, LiterallyKuja, Midna, NewWorldOrder, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:23:23) Current Team: Hunter, Hunter
    (06:23:23) Time: Night 5
    (06:23:23) Make your moves, you only have 30 seconds! :
    (06:23:23) ***************************************************************************************
    (06:23:24) ±Kill: Legendkun (Zombie) was slain by Roild!
    (06:23:28) Dranzer Kai: nice
    (06:23:28) Roild: B)
    (06:23:29) macrarazy: lol pro
    (06:23:30) Jelly Bean OS: oh nvm
    (06:23:31) ±Game: Your partner(s) have decided to kill 'NewWorldOrder'!
    (06:23:32) cocomi: A+
    (06:23:34) ±Game: Your partner(s) have decided to stalk 'Katy Perry'!
    (06:23:40) L: (18:22) ???: hai dere citizen
    (06:23:40) L: (18:23) ???: macrazy is a citizen too
    (06:23:40) L: (18:23) ???: and krabbity is a dog
    (06:23:46) Roild: What
    (06:23:53) Jelly Bean OS: why is there like 5 dogs?
    (06:23:54) Roild: L what?
    (06:23:54) ***************************************************************************************
    (06:23:54) Times Up! :
    (06:23:54) ±Game: NewWorldOrder (Fat Zombie) is dead.
    (06:23:54) ±Game: Your target (Katy Perry) visited Dranzer Kai this night!
    (06:23:54) ***************************************************************************************
    (06:23:54) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie Bat.
    (06:23:54) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, LiterallyKuja, Midna, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:23:54) Current Team: Hunter, Hunter
    (06:23:54) Time: Day 5
    (06:23:54) You have 30 seconds to debate who are the bad guys! :
    (06:23:54) ***************************************************************************************
    (06:23:56) macrarazy: Princess Luna is a zombie, get him/her
    (06:24:01) Princess Luna: liar
    (06:24:04) Jelly Bean OS: her i think
    (06:24:04) macrarazy: I'mma voicing the inspector
    (06:24:06) Krabbity: only 2 dogs
    (06:24:12) Jelly Bean OS: there was like 5
    (06:24:15) Jelly Bean OS: or 3
    (06:24:18) Jelly Bean OS: maybe 4
    (06:24:24) ***************************************************************************************
    (06:24:24) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie Bat.
    (06:24:24) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, LiterallyKuja, Midna, Princess Luna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:24:24) Current Team: Hunter, Hunter
    (06:24:24) Time: Day 5
    (06:24:24) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:24:24) ***************************************************************************************
    (06:24:25) ±Game: Krabbity voted for Princess Luna!
    (06:24:26) ±Game: cyjtfjufviogh voted for Katy Perry!
    (06:24:27) Princess Luna: well ive already bitten someoone they shall become a new part of the Zombie army tomorrow night
    (06:24:27) ±Game: Roild voted for Princess Luna!
    (06:24:28) ±Game: Wr4et voted for Princess Luna!
    (06:24:28) ±Game: Dranzer Kai voted for Princess Luna!
    (06:24:30) ±Game: Katy Perry voted for Princess Luna!
    (06:24:30) Princess Luna: bluhuhahahah
    (06:24:31) ±Game: macrarazy voted for Princess Luna!
    (06:24:33) ±Game: Princess Luna voted for Katy Perry!
    (06:24:39) Katy Perry: Okay cyjtfjufviogh that's cool
    (06:24:40) ±Game: Jelly Bean OS voted for cyjtfjufviogh!
    (06:24:43) Jelly Bean OS: i hate your name
    (06:24:48) Princess Luna: so do i
    (06:24:49) cyjtfjufviogh: why
    (06:24:51) Princess Luna: not voting him am i?
    (06:24:54) ***************************************************************************************
    (06:24:54) Times Up! :
    (06:24:54) ±Game: Princess Luna (Zombie) was removed from the game!
    (06:24:54) Current Roles: Citizen, Citizen, Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie Bat.
    (06:24:54) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, LiterallyKuja, Midna, Roild, Voodo133, Wr4et, cocomi, cyjtfjufviogh, macrarazy.
    (06:24:54) Current Team: Hunter, Hunter
    (06:24:54) Time: Night 6
    (06:24:54) Make your moves, you only have 30 seconds! :
    (06:24:54) ***************************************************************************************
    (06:25:03) Jelly Bean OS: wuff wuff
    (06:25:05) Jelly Bean OS: zombie bite me
    (06:25:10) ±Game: You have chosen to kill Katy Perry!
    (06:25:13) cyjtfjufviogh: Katy Perry for Hunter?
    (06:25:18) ±Game: Your partner(s) have decided to kill 'cyjtfjufviogh'!
    (06:25:20) cyjtfjufviogh: or Zombie bat
    (06:25:22) ±Game: You have chosen to stalk Wr4et!
    (06:25:23) ±Game: Your partner(s) have decided to stalk 'Jelly Bean OS'!
    (06:25:24) Jelly Bean OS: idk
    (06:25:24) ***************************************************************************************
    (06:25:24) Times Up! :
    (06:25:24) ±Game: cyjtfjufviogh (Citizen) is dead.
    (06:25:24) ±Game: Your target (Jelly Bean OS) didn't visit anyone this night!
    (06:25:24) ±Game: A Citizen couldn't take the virus anymore and has tranformed into a Zombie!
    (06:25:24) ***************************************************************************************
    (06:25:24) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie Bat.
    (06:25:24) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, LiterallyKuja, Midna, Roild, Voodo133, Wr4et, cocomi, macrarazy.
    (06:25:24) Current Team: Hunter, Hunter
    (06:25:24) Time: Day 6
    (06:25:24) You have 30 seconds to debate who are the bad guys! :
    (06:25:24) ***************************************************************************************
    (06:25:26) macrarazy: Midna and LiterallyKuja are zombies, I'm voicing the inspector!
    (06:25:29) macrarazy: Go!
    (06:25:33) macrarazy: And Jelly Bean OS also!
    (06:25:35) LiterallyKuja: Bs
    (06:25:38) Jelly Bean OS: LiterallyKuja
    (06:25:42) Jelly Bean OS: is giant zombie bat
    (06:25:46) Jelly Bean OS: js
    (06:25:47) LiterallyKuja: No, I'm a dog
    (06:25:49) Jelly Bean OS: i'm dog
    (06:25:53) Jelly Bean OS: lol
    (06:25:54) LiterallyKuja: As am I
    (06:25:54) ***************************************************************************************
    (06:25:54) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie, Zombie Bat.
    (06:25:54) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, LiterallyKuja, Midna, Roild, Voodo133, Wr4et, cocomi, macrarazy.
    (06:25:54) Current Team: Hunter, Hunter
    (06:25:54) Time: Day 6
    (06:25:54) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:25:54) ***************************************************************************************
    (06:25:54) Roild: Who's zombie?
    (06:25:55) LiterallyKuja: two dogs
    (06:25:56) ±Game: Krabbity voted for LiterallyKuja!
    (06:25:57) Jelly Bean OS: your gzb
    (06:25:58) ±Game: Dranzer Kai voted for LiterallyKuja!
    (06:25:59) macrarazy: LiterallyKuja, Jelly Bean OS and Midna are baddies
    (06:25:59) ±Game: LiterallyKuja voted for Krabbity!
    (06:26:00) ±Game: Voodo133 voted for LiterallyKuja!
    (06:26:01) ±Game: Jelly Bean OS voted for LiterallyKuja!
    (06:26:02) ±Game: cocomi voted for LiterallyKuja!
    (06:26:03) ±Game: macrarazy voted for LiterallyKuja!
    (06:26:04) Wr4et: shitizens are shit no matter what game they're in
    (06:26:05) LiterallyKuja: No we're not
    (06:26:06) Jelly Bean OS: macrarazy is obv baddie
    (06:26:07) LiterallyKuja: stop
    (06:26:12) LiterallyKuja: you're making a mistake
    (06:26:12) Jelly Bean OS: he's lying
    (06:26:17) Jelly Bean OS: LiterallyKuja is baddie
    (06:26:18) ±Game: Katy Perry voted for LiterallyKuja!
    (06:26:19) macrarazy: Jelly Bean OS you said you were bitten
    (06:26:20) macrarazy: -_-
    (06:26:21) ±Game: Roild voted for LiterallyKuja!
    (06:26:21) Jelly Bean OS: so plz stfu
    (06:26:25) Jelly Bean OS: min
    (06:26:27) LiterallyKuja: you stfu
    (06:26:28) ***************************************************************************************
    (06:26:28) Times Up! :
    (06:26:28) ±Game: LiterallyKuja (Zombie Bat) was removed from the game!
    (06:26:28) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Leon, Rebecca, Sherry, Zombie.
    (06:26:28) Current Players: Dranzer Kai, Jelly Bean OS, Katy Perry, Krabbity, L, Midna, Roild, Voodo133, Wr4et, cocomi, macrarazy.
    (06:26:28) Current Team: Hunter, Hunter
    (06:26:28) Time: Night 7
    (06:26:28) Make your moves, you only have 30 seconds! :
    (06:26:28) ***************************************************************************************
    (06:26:30) macrarazy: lol
    (06:26:31) Jelly Bean OS: i said CAN YOU BITE ME
    (06:26:32) cocomi: inb4 sherry
    (06:26:34) macrarazy: Midna next
    (06:26:37) Jelly Bean OS: not i am bitten
    (06:26:38) macrarazy: Jelly Bean OS ok
    (06:26:39) Midna: ._.
    (06:26:39) Jelly Bean OS: i'm good
    (06:26:42) macrarazy: Jelly Bean OS clean?
    (06:26:44) ±Game: Your partner(s) have decided to kill 'Midna'!
    (06:26:44) ±Game: You have chosen to kill Katy Perry!
    (06:26:51) ±Game: You have chosen to stalk Midna!
    (06:26:58) ***************************************************************************************
    (06:26:58) Times Up! :
    (06:26:58) ±Game: Katy Perry (Leon) is dead.
    (06:26:58) ±Game: Your target (Midna) visited Wr4et this night!
    (06:26:58) ***************************************************************************************
    (06:26:58) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Rebecca, Sherry, Zombie.
    (06:26:58) Current Players: Dranzer Kai, Jelly Bean OS, Krabbity, L, Midna, Roild, Voodo133, Wr4et, cocomi, macrarazy.
    (06:26:58) Current Team: Hunter, Hunter
    (06:26:58) Time: Day 7
    (06:26:58) You have 30 seconds to debate who are the bad guys! :
    (06:26:58) ***************************************************************************************
    (06:27:03) Midna: Wr4et is a zombie
    (06:27:05) Jelly Bean OS: well then
    (06:27:05) macrarazy: Roild is Hunter
    (06:27:15) Midna: get Wr4et first
    (06:27:18) macrarazy: I repeat, I'm voicing the inspector and Roild is the Hunter
    (06:27:24) Wr4et: err, i don't yearn for brains Midna, i have a good one right up here
    (06:27:28) ***************************************************************************************
    (06:27:28) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Rebecca, Sherry, Zombie.
    (06:27:28) Current Players: Dranzer Kai, Jelly Bean OS, Krabbity, L, Midna, Roild, Voodo133, Wr4et, cocomi, macrarazy.
    (06:27:28) Current Team: Hunter, Hunter
    (06:27:28) Time: Day 7
    (06:27:28) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:27:28) ***************************************************************************************
    (06:27:31) ±Game: Midna voted for Wr4et!
    (06:27:31) macrarazy: wr4et, Midna and Roild are baddies
    (06:27:36) Roild: Confirming
    (06:27:38) Wr4et: oh shit you got me
    (06:27:39) ±Game: Dranzer Kai voted for Wr4et!
    (06:27:42) ±Game: Voodo133 voted for Wr4et!
    (06:27:43) Roild: Wr4et, Midna, and Roild are baddies
    (06:27:46) macrarazy: I need a slay, gtg
    (06:27:46) ±Game: cocomi voted for Wr4et!
    (06:27:49) macrarazy: Citizen down
    (06:27:50) Roild: ok
    (06:27:51) ±Game: Krabbity voted for Wr4et!
    (06:27:53) macrarazy: Voicing the insp
    (06:27:54) Wr4et: Wr4et, Roild, and Midna are baddies i agree
    (06:27:55) macrarazy: I gtg
    (06:27:58) macrarazy: I need slay
    (06:27:59) ***************************************************************************************
    (06:27:59) Times Up! :
    (06:27:59) ±Game: Wr4et (Zombie) was removed from the game!
    (06:27:59) Current Roles: Citizen, Citizen, Claire, Dog, Dog, Hunter, Hunter, Rebecca, Sherry.
    (06:27:59) Current Players: Dranzer Kai, Jelly Bean OS, Krabbity, L, Midna, Roild, Voodo133, cocomi, macrarazy.
    (06:27:59) Current Team: Hunter, Hunter
    (06:27:59) Time: Night 8
    (06:27:59) Make your moves, you only have 30 seconds! :
    (06:27:59) ***************************************************************************************
    (06:28:00) Roild: I said ok
    (06:28:02) ±Kill: macrarazy (Citizen) was slain by Roild!
    (06:28:08) Jelly Bean OS: ....
    (06:28:10) Jelly Bean OS: insp pm
    (06:28:11) Jelly Bean OS: me
    (06:28:12) ±Game: You have chosen to kill Dranzer Kai!
    (06:28:14) Jelly Bean OS: ill voice
    (06:28:15) ±Game: You have chosen to stalk Midna!
    (06:28:29) ***************************************************************************************
    (06:28:29) Times Up! :
    (06:28:29) ±Game: Dranzer Kai (Claire) is dead.
    (06:28:29) ±Game: Your target (Midna) visited Roild this night!
    (06:28:29) ***************************************************************************************
    (06:28:29) Current Roles: Citizen, Dog, Dog, Hunter, Hunter, Rebecca, Sherry.
    (06:28:29) Current Players: Jelly Bean OS, Krabbity, L, Midna, Roild, Voodo133, cocomi.
    (06:28:29) Current Team: Hunter, Hunter
    (06:28:29) Time: Day 8
    (06:28:29) You have 30 seconds to debate who are the bad guys! :
    (06:28:29) ***************************************************************************************
    (06:28:38) Midna: get Roild next
    (06:28:46) Jelly Bean OS: ok w/e
    (06:28:46) Roild: Sure.
    (06:28:48) Roild: I'm sherry though
    (06:28:50) Jelly Bean OS: Roild claim
    (06:28:54) Roild: Midna is hunter
    (06:28:56) Jelly Bean OS: midna claim
    (06:28:59) ***************************************************************************************
    (06:28:59) Current Roles: Citizen, Dog, Dog, Hunter, Hunter, Rebecca, Sherry.
    (06:28:59) Current Players: Jelly Bean OS, Krabbity, L, Midna, Roild, Voodo133, cocomi.
    (06:28:59) Current Team: Hunter, Hunter
    (06:28:59) Time: Day 8
    (06:28:59) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:28:59) ***************************************************************************************
    (06:29:02) Midna: sherry
    (06:29:02) ±Game: Krabbity voted for Midna!
    (06:29:03) ±Game: Jelly Bean OS voted for Midna!
    (06:29:05) Roild: ...rofl
    (06:29:06) ±Game: Midna voted for Roild!
    (06:29:07) ±Game: Roild voted for Midna!
    (06:29:08) Roild: Kgg
    (06:29:08) ±Game: cocomi voted for Midna!
    (06:29:09) ±Game: Voodo133 voted for Roild!
    (06:29:13) Midna: sherry out ._.
    (06:29:14) Jelly Bean OS: SCUM!
    (06:29:18) cocomi: ...
    (06:29:19) Voodo133: He found me
    (06:29:19) Jelly Bean OS: nmvm
    (06:29:20) Voodo133: .-.
    (06:29:23) Jelly Bean OS: nvm*
    (06:29:29) ***************************************************************************************
    (06:29:29) Times Up! :
    (06:29:29) ±Game: Midna (Sherry) was removed from the game!
    (06:29:29) Current Roles: Citizen, Dog, Dog, Hunter, Hunter, Rebecca.
    (06:29:29) Current Players: Jelly Bean OS, Krabbity, L, Roild, Voodo133, cocomi.
    (06:29:29) Current Team: Hunter, Hunter
    (06:29:29) Time: Night 9
    (06:29:29) Make your moves, you only have 30 seconds! :
    (06:29:29) ***************************************************************************************
    (06:29:32) Roild: Whoa
    (06:29:32) Roild: What
    (06:29:35) Roild: e_e
    (06:29:37) cocomi: wtf...
    (06:29:37) Voodo133: Screw it
    (06:29:39) Jelly Bean OS: LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLO
    (06:29:42) ±Game: Your partner(s) have decided to kill 'Jelly Bean OS'!
    (06:29:44) ±Game: You have chosen to kill Jelly Bean OS!
    (06:29:47) ±Game: You have chosen to stalk Voodo133!
    (06:29:48) Krabbity: /vote roild
    (06:29:49) ±Game: Your partner(s) have decided to stalk 'Voodo133'!
    (06:29:50) Jelly Bean OS: i'm hunter
    (06:29:54) Roild: \vote Roild
    (06:29:55) Jelly Bean OS: i'm killing cocomi
    (06:29:59) ***************************************************************************************
    (06:29:59) Times Up! :
    (06:29:59) ±Game: Jelly Bean OS (Dog) is dead.
    (06:29:59) ±Game: Your target (Voodo133) didn't visit anyone this night!
    (06:29:59) ***************************************************************************************
    (06:29:59) Current Roles: Citizen, Dog, Hunter, Hunter, Rebecca.
    (06:29:59) Current Players: Krabbity, L, Roild, Voodo133, cocomi.
    (06:29:59) Current Team: Hunter, Hunter
    (06:29:59) Time: Day 9
    (06:29:59) You have 30 seconds to debate who are the bad guys! :
    (06:30:00) ***************************************************************************************
    (06:30:03) cocomi: ...
    (06:30:08) Roild: Okay
    (06:30:14) Roild: I know what you're all thinking
    (06:30:16) Roild: But you're wrong
    (06:30:23) Roild: Roild is innocent.
    (06:30:29) ***************************************************************************************
    (06:30:29) Current Roles: Citizen, Dog, Hunter, Hunter, Rebecca.
    (06:30:29) Current Players: Krabbity, L, Roild, Voodo133, cocomi.
    (06:30:29) Current Team: Hunter, Hunter
    (06:30:29) Time: Day 9
    (06:30:29) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:30:29) ***************************************************************************************
    (06:30:30) ±Game: Krabbity voted for Roild!
    (06:30:35) ±Game: Voodo133 voted for Roild!
    (06:30:36) ±Game: cocomi voted for Roild!
    (06:30:39) Roild: :O
    (06:30:40) cocomi: get him!
    (06:30:47) Roild: cocomi
    (06:30:50) Roild: D:
    (06:30:52) Roild: I mean, Krabbity
    (06:30:54) Roild: I mean, L
    (06:30:57) Roild: I mean, Voodo133
    (06:30:59) ***************************************************************************************
    (06:30:59) Times Up! :
    (06:30:59) ±Game: Roild (Hunter) was removed from the game!
    (06:30:59) Current Roles: Citizen, Dog, Hunter, Rebecca.
    (06:30:59) Current Players: Krabbity, L, Voodo133, cocomi.
    (06:30:59) Current Team: Hunter
    (06:30:59) Time: Night 10
    (06:30:59) Make your moves, you only have 30 seconds! :
    (06:31:00) ***************************************************************************************
    (06:31:06) Voodo133: Claiming Rebecca
    (06:31:06) L: I'm a citizen.
    (06:31:10) cocomi: one more
    (06:31:10) Krabbity: /vote cocomi
    (06:31:14) ±Game: You have chosen to kill L!
    (06:31:14) Krabbity: im dog
    (06:31:24) cocomi: yeah right
    (06:31:26) cocomi: I'm dog
    (06:31:29) ***************************************************************************************
    (06:31:29) Times Up! :
    (06:31:29) ±Game: L (Citizen) is dead.
    (06:31:29) ***************************************************************************************
    (06:31:29) Current Roles: Dog, Hunter, Rebecca.
    (06:31:29) Current Players: Krabbity, Voodo133, cocomi.
    (06:31:29) Current Team: Hunter
    (06:31:30) Time: Day 10
    (06:31:30) You have 30 seconds to debate who are the bad guys! :
    (06:31:30) ***************************************************************************************
    (06:31:32) Krabbity: LOL
    (06:31:32) cocomi: Krabbity nice fake
    (06:31:36) cocomi: exposed!
    (06:31:40) Krabbity: im dog
    (06:31:47) cocomi: I'm god =_=
    (06:31:53) Voodo133: Lol cocomi
    (06:31:55) cocomi: get Krabbity please
    (06:31:59) ***************************************************************************************
    (06:31:59) Current Roles: Dog, Hunter, Rebecca.
    (06:31:59) Current Players: Krabbity, Voodo133, cocomi.
    (06:31:59) Current Team: Hunter
    (06:31:59) Time: Day 10
    (06:31:59) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (06:31:59) ***************************************************************************************
    (06:32:04) ±Game: Krabbity voted for cocomi!
    (06:32:06) ±Game: cocomi voted for Krabbity!
    (06:32:11) cocomi: obv fake
    (06:32:14) ±Game: Voodo133 voted for cocomi!
    (06:32:14) ***************************************************************************************
    (06:32:14) Times Up! :
    (06:32:14) ±Game: cocomi (Hunter) was removed from the game!
    (06:32:14) The humans, Voodo133 and Krabbity, have successfully prevented Bioterrorism and survived! Let's give them a round of applause!
    (06:32:14) ***************************************************************************************

    Log 13 is one of the biggest and closest game I've seen so far. Village and mafia was dying at a constantly equal rate, and well, I can't really say much... I'll just say it was one of the best game I've seen so far.

    Changes
    1. I nerfed nemesis daykill reveal chance to 10%, seeing how people seem to always get revealed Day 1 with him (lol?).
    2. Zombies now have a 15% chance at bite failing, not really too major, but it seems to be effective at keeping them in place.
    3. Spawn list have been heavily changed to further balance the game.
    4. Chris and Jill now have a death pill each, this is a last resort thing and yes, it's suicide.
    5. Jake is now a Jack of all trades role, being able to perform a variety of actions, but only once each per game. He still reveals as Wesker though.
    6. Chris and Jill have to manually reload now, this is too help them know when they are actually bitten. It's just one more command, but basically the same thing.
    7. I added a new character Rebecca, she is able to cure a human before he/she turns into a zombie. But the cure is only effective before the person changes. She is also unable to cure Chris and Jill, that's why they got a death pill each instead.
    8. Zombie bats can now bite people too, shared with the other zombies of course, this is due to how weak they are when they are the only zombie left in the game.
    9. Some people complained about citizen role being too boring... So I added two secret citizen role that has 2.5% chance of spawning, they won't change the game so it's not really major.
    10. Fixed a problem with Zombie Bats distracting Chris and Jill which will affect the whole village.

    Well I think that's all, there are still a few more changes I did before this though, but I'm not gonna list them all, cause I don't remember them all either. I tried to fix as much as I can and spot check after every game, after all it's still in test haha. I can say that it's pretty balanced now, I've seen every side won before, so it's hard to say that one side is overpowered. The spawn list is also pretty much fixed.

    I also updated the first post, so it's definitely up to date, and yeah, you can always give me suggestions or tell me if anything need fixing. I'll try my best to solve them haha.
     
  17. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    The only time I've played it I was Jake. I liked the role; a Jack of all Trades for a village is something that's not used as often as it should be.

    Quick notes, looking at your code:


    • I really like your random spawn for Citizens; creative though the small chance still isn't very appealing to players and while new, isn't very effective at all with only 2.5% spawnchance for each. maybe 5% each would be better
    • so Dogs are just weaker normal citizens? I guess it'd be useful when claiming, making them like masons if only they knew each other (i.e. Luigis, Octavia+Vinyl, etc.)
    • Is there a daykiller? Claire+Leon knowing each other looks a bit broken for an easy follow-the-inspector theme.
    • There's not too many PRs though, so good balance in that aspect.

    Just a bit for now, but a comment: As people started to learn the theme more, they connected the village more easily, and Claire and Leon together made for an easier win. Basically, though all sides have won so far (I'm pretty sure from your logs, yeah), I feel as if Village has too easy of a time winning. My other main concern is that there are too many Zombies.

    I'm going to watch and play a few more games of this before saying any more though. I'm just really interested in how you're managing to balance power/abilities in the village and minor mafias with numbers in the main mafia. It's a bit unconventional, but this part of your theme works.
     
  18. Roy Mustang

    Roy Mustang HOMOSEXUAL UNICORN

    Joined:
    Jan 30, 2011
    Messages:
    786
    Likes Received:
    23
    PO Trainer Name:
    Roy Mustang
    Approve [1]

    Like the flavor, you fixed most of the balance issues (I'm not aware of any specific ones, but Sebastian mentioned a few minor ones), functional, and it seems well received. I enjoyed playing it. I do have a slight concern with Claire + Leon getting start up reveal, that should probably be changed. Other than that, good job. I know from how quickly you responded to the concerns QC had before and how well you received them that you'll fix anything we may find wrong with this later.
     
  19. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    Hi Roy Mustang, thank you for the approve! ^_^

    Hi Sebastian Hummel, I've made the random PR citizen spawn chance 5% each as suggested.

    I got a few feedbacks about the dogs being inferior to the citizens, and I've been thinking of a way to buff them. However, I'm worried that if I link the dogs together, village would be too easily connected, and zombies would be able to easily get zombie dogs on their team by looking at the dog claims.

    There are a total of three daykillers in the mafia, Nemesis, Lisa Trevor, and Wesker who starts daykilling on day 5. Chris and Jill, the village vigilantes, can daykill too, but they would die immediately the next night, it's meant to be a last resort. I've been thinking whether or not to separate the village pairs, especially Claire+Leon, and Sherry+Jake.

    Zombies were a huge problem at first, as they were able to quickly overpopulate and take over the game easily, which often results in Wesker winning if he is still alive. I've given zombies quite a number of nerfs, and counters, like Rebecca who can cure people and prevent them from changing. Chris and Jill too, are supplied with death pills to suicide before they even change. Also, zombies are extremely weak against the other mafias, main reason being that all the other mafias are immune to them.
     
  20. JhenMohran

    JhenMohran Random Art Guy

    Joined:
    Jun 2, 2013
    Messages:
    181
    Likes Received:
    0
    PO Trainer Name:
    JhenMohran
    (22:55:17) Times Up! :
    (22:55:17) ±Game: Chris reloaded his gun and is ready to fire!!
    (22:55:17) ±Game: Jill reloaded her gun and is ready to fire!!
    (22:55:17) ±Game: Ultimooglia (Jill) is dead.
    (22:55:17) Jill just died, so Chris took her bullets and reloaded his gun.
    (22:55:17) ±Game: You have 0 charges remaining
    (22:55:17) ±Game: Your target (Ultimooglia) visited Ultimooglia this night

    Stalk from JAKE (me) gained info after death of Jill, I doubt that was supposed to happen
     
  21. 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
    That's supposed to happen. Jill visited herself before she died, so you'll see the action picked up on a stalk.
     
  22. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    She reloaded her gun that night, which is an action on herself, a convert action. I dun know why stalk is still able to work even though she died though. The reload command is at 1 priority, while the stalk command is at 60.
     
  23. JhenMohran

    JhenMohran Random Art Guy

    Joined:
    Jun 2, 2013
    Messages:
    181
    Likes Received:
    0
    PO Trainer Name:
    JhenMohran
    My only problem was I spent the next day trying to find a self protector then realised they had already died that night XD. Its why I didn't copy the whole lot cause if was full of /roles queries. But thanks anyways :)
     
  24. Roy Mustang

    Roy Mustang HOMOSEXUAL UNICORN

    Joined:
    Jan 30, 2011
    Messages:
    786
    Likes Received:
    23
    PO Trainer Name:
    Roy Mustang
    Disabled because testing ended. QC will make a decision (I will be on their asses until they do).
     
  25. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    Judging by the logs the theme has a bit of a balance issue.

    Wesker won 3/13
    Zombies won 2/13
    Umbrella Corp won 1/13
    Rest to the Village

    Only one of those wins to the zombies were in smaller games, where as you said the village played pretty badly. The other win was in a big game where the Zombies won by a large margin. Zombies need some sort of buff or something but for now/ maybe if the Zombie Dog dies, then all Zombies' votes raise to 1 because most of the times the zombies lose it is to to the last zombie being voted out, or if the zombie dog dies then all Zombies get a 1-shot shared kill. I don't know if this would work but it's the best I can think up right now

    Decline [1]
     
    Last edited: Jul 18, 2013
  26. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    Yes, the game had quite a lot of balance issues, however, I can assure you that most of these balance issues are already more or less fixed as of now.

    If you noticed, the spawn list have changed a lot ever since the theme went into test. I agree that Zombies and Wesker were extremely unbalanced in small games but then again people didn't know about Wesker's autowin condition that time. Also, Zombies and Wesker now do not appear in small games anymore, Hunters do.

    Zombies are made to work as a team of zombies, not a single Zombie, as their role is made to convert others, and start winning by outvoting the other groups. Also, Zombies are usually always the mafia that gets to survive all the way to late game, most of the time being the last mafia to remain, mostly because of their ability to endlessly convert.
    Yes Zombies are weak against the other mafias, but you have to consider the fact that they can convert more than half the players to their side every night, and how they can easier control the game with vote power once their numbers go wild.
     
  27. Hobbes2

    Hobbes2 Aren't I dead or something

    Joined:
    May 21, 2011
    Messages:
    1,168
    Likes Received:
    2
    PO Trainer Name:
    Hobbes2
    Reading through this thread, and reading the logs I can tell its a good theme. The balanace issues worry me a small bit, but reading through it more I think I can say it's more or less balanced right now. Lot's of logs, with most of them being good games. I think it's a theme worth having, so i'm going to Approve [2]
     
  28. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    This theme is creative, people seem to like it, and as I've said before the way you're handling the balance, while village-sided despite the lack of many PRs, is interesting. Solid in general, as long as you promise to keep updating as new issues come up (and they will come up).

    I don't see any major flaws so why not?

    approve [3]

    P.S.: Mewtwo's stats were interesting. You said you fixed it though, so I'll keep an eye out for this theme when it's played to double-check.
     
  29. Mac Da Master (macrarazy)

    Mac Da Master (macrarazy) Dragonite Rampage

    Joined:
    Jun 8, 2013
    Messages:
    134
    Likes Received:
    0
    PO Trainer Name:
    macrarazy
    One more approve for this brilliant idea of a wonderful theme by a wonderful man, to be approved. I hope it gets approved soon because I had fun playing it! Cocomi all the way! :biggrin:

    EDIT

    And...

    So, is this theme approved now? If yes, please put it up on the Server. And also, I'm not saying that this theme can't get more suggestions and fixing.
     
    Last edited: Aug 5, 2013
  30. Cocomi

    Cocomi New Member

    Joined:
    Jun 27, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    cocomi
    Well.... since it's 3 to approve now.... what happens? Is my theme still waiting? Or approved lol
     
  31. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    It needs 5 for approval. As always. Anyway, I know you made changes. Please post them here and I'll decide if I find them acceptable or not.
     
  32. Shazan

    Shazan Obey to Kyubey

    Joined:
    Jan 21, 2013
    Messages:
    591
    Likes Received:
    14
    PO Trainer Name:
    Obey to Kyubey
    Are you sure roild ? In the review guidelines , Crystal has written that now it needs 3 approves to be accepted.
     
  33. [PRO]Duct

    [PRO]Duct New Member

    Joined:
    Dec 24, 2012
    Messages:
    24
    Likes Received:
    0
    The theme is Very Exciting and also adds a very unique touch to the mafia themelist. Well this is my opinion.
     
  34. Sr Betato

    Sr Betato Sir Betato

    Joined:
    Aug 14, 2013
    Messages:
    75
    Likes Received:
    0
    PO Trainer Name:
    Sir Betato
    Hmm... Author has been last seen on August 13 and hasn't been seen for a month, means there is nothing new for the theme.

    Inactive author means no future for his/her own theme. But I wonder if she'd come back...
     
    Last edited: Sep 10, 2013
  35. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Right. Author is dead. I was meaning to approve too. I'll see if cocomi is online ever, but that shouldn't make me stop giving my approve [4].
     
  36. Stocke

    Stocke Wat is dis I don't even

    Joined:
    Mar 27, 2013
    Messages:
    128
    Likes Received:
    77
    Why isn't this approved yet? Is it because of the approves of former QCs not counting anymore towards the total or what?

    Whatever, since it's balanced and I remember it being well liked there goes another approve [5].
     
  37. Shazan

    Shazan Obey to Kyubey

    Joined:
    Jan 21, 2013
    Messages:
    591
    Likes Received:
    14
    PO Trainer Name:
    Obey to Kyubey
    So how we should behave? If Cocomi returns this theme will be accepted?
     
  38. Sr Betato

    Sr Betato Sir Betato

    Joined:
    Aug 14, 2013
    Messages:
    75
    Likes Received:
    0
    PO Trainer Name:
    Sir Betato
    Hm... Cocomi told me, she was going somewhere bla bla bla and idk if it is her vacation,

    Patiently, we wait for Cocomi to be back, if not... is it good for adoption? <---- Disregard this adoption P:

    EDIT : I'll play this one for a while, so players would know that this theme is back in action.

    aand... We won't see any changes for now in this theme. We can't do anything unless Cocomi comes back.
    tbh, I wanna suggest some stuff in the theme, but meh.
     
  39. Shazan

    Shazan Obey to Kyubey

    Joined:
    Jan 21, 2013
    Messages:
    591
    Likes Received:
    14
    PO Trainer Name:
    Obey to Kyubey
    This theme has been approved from a month can we please move it in the APPROVED themes section?