Chroma

Discussion in 'Review' started by Marquis, Mar 5, 2013.

Thread Status:
Not open for further replies.
  1. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    CHROMA

    Current Code: http://pastebin.com/raw.php?i=KZ95aSgY
    Code (text):
    1. {
    2.     "name": "Chroma",
    3.     "author": [
    4.         "Sebastian Hummel",
    5.         "YellowManilai"
    6.     ],
    7.     "summary": "Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. Updates: White's actions are usable every other night, Grey is sided with Black, Black's kills are broadcast.",
    8.     "minplayers": 5,
    9.     "ticks": {
    10.         "standby": 35,
    11.         "night": 30
    12.     },
    13.     "sides": [
    14.         {
    15.             "side": "colour",
    16.             "translation": "Colours",
    17.             "winmsg": "±Palette: Success! The Colours (~Players~) glow and shimmer, restoring the world to its former multichromatic glory."
    18.         },
    19.         {
    20.             "side": "mafia",
    21.             "translation": "Black Team",
    22.             "winmsg": "±Palette: With the Colours gone and the Whites helplessly lost, ~Players~ the Black threw the world into an infinite shadow..."
    23.         },
    24.         {
    25.             "side": "village",
    26.             "translation": "White Team",
    27.             "winmsg": "±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (~Players~) are left standing!"
    28.         }
    29.     ],
    30.     "roles": [
    31.         {
    32.             "role": "white",
    33.             "translation": "White",
    34.             "side": "village",
    35.             "info": "Villager with a 85% accurate protect+safeguard and a 85% copy power, both usable every other night. Can join Colours or Black. 1 vote. Sided with White Team.",
    36.             "help": "You are a White! You may either protect and safeguard anyone including yourself by using /mirror [yourname] (85% accuracy), or you may convert using /chroma on someone else (85% accuracy, also safeguards). However, you may use only one per night, and you must wait a night before using the same command again. If the Red is voted out, Whites lose and Black wins. Vote out the Black, or try to join the Colours or the Black to win!",
    37.             "actions": {
    38.                 "vote": 1,
    39.                 "distract": {
    40.                     "mode": "ignore"
    41.                 },
    42.                 "night": {
    43.                     "mirror": {
    44.                         "command": [
    45.                             "protect",
    46.                             "safeguard"
    47.                         ],
    48.                         "common": "Self",
    49.                         "target": "Any",
    50.                         "priority": 2,
    51.                         "restrict": ["chroma"],
    52.                         "failChance": 0.15,
    53.                         "recharge": 2
    54.                     },
    55.                     "chroma": {
    56.                         "command": [
    57.                             "copy",
    58.                             "distract",
    59.                             "safeguard"
    60.                         ],
    61.                         "common": "Self",
    62.                         "target": "AnyButSelf",
    63.                         "distractmsg": "A White used its chroma on you!",
    64.                         "priority": 10,
    65.                         "restrict": ["mirror"],
    66.                         "failChance": 0.15,
    67.                         "recharge": 2,
    68.                         "copyAs": {
    69.                             "orange": ["red"],
    70.                             "yellow": ["orange"],
    71.                             "green": ["yellow"],
    72.                             "blue": ["green"],
    73.                             "purple": ["blue"],
    74.                             "grey": ["black", "jet"]
    75.                         },
    76.                         "copymsg": "A ~Old~ became ~New~!"
    77.                     }
    78.                 }
    79.             }
    80.         },
    81.         {
    82.             "role": "grey",
    83.             "translation": "Grey",
    84.             "side": "mafia",
    85.             "info": "Created when a White finds the Black. 0 votes and -0.5 voteshield. Sided with Black Team.",
    86.             "help": "You are the Grey, and you're now sided with the Black! You may not know who they are (they know you), but if you do, don't tell the Whites; if the Black dies or is voted out you die too. You have 0 votes and a 0.5 voteshield. You only win when all of the Colours are gone, so get to it!",
    87.             "actions": {
    88.                 "vote": 0,
    89.                 "voteshield": -0.5
    90.             }
    91.         },
    92.         {
    93.             "role": "grey1",
    94.             "translation": "Grey",
    95.             "side": "mafia",
    96.             "info": "Created when a White finds the Black, or when White is lynched. 0 votes and -0.5 voteshield. Sided with Black Team.",
    97.             "help": "Oh, darn. Apparently the Jet Black couldn't just let you win in peace. You're dead!",
    98.             "hide": true,
    99.             "actions": {
    100.                 "vote": 0,
    101.                 "voteshield": -0.5
    102.             }
    103.         },
    104.         {
    105.             "role": "black",
    106.             "translation": "Black",
    107.             "side": "mafia",
    108.             "info": "Mafia and versatile bomb. Has a kill every night. Also evades daykills, tiny haxchance on night actions, and kills all Colours if daykilled. If lynched, converts to Jet Black. 2 votes and -1.5 voteshield. Sided with Black Team.",
    109.             "help": "You are the shade Black! Because so many people don't consider you to be a true colour, your silent rage enables you to /mirror [yourself] as protection, or to /kill once every night except for the first. You also have 2 votes, a -1.5 voteshield, and win when all of the Colours are gone. (Greys are on your team, so use /myrole often to find new ones.) You evade Red's daykills, but if you're voted off, you die the next night killing the Colours!",
    110.             "winIfDeadRoles": [
    111.                 "red",
    112.                 "orange",
    113.                 "yellow",
    114.                 "green",
    115.                 "blue",
    116.                 "purple"
    117.             ],
    118.             "actions": {
    119.                 "vote": 2,
    120.                 "voteshield": -1.5,
    121.                 "startup": {
    122.                     "revealRole": "grey"
    123.                 },
    124.                 "hax": {
    125.                     "chroma": {
    126.                         "revealTeam": 0.05,
    127.                         "revealRole": 0.01
    128.                     },
    129.                     "mirror": {
    130.                         "revealTeam": 0.01,
    131.                         "revealRole": 0.005
    132.                     }
    133.                 },
    134.                 "night": {
    135.                     "mirror": {
    136.                         "command": [
    137.                             "protect",
    138.                             "safeguard"
    139.                         ],
    140.                         "target": "OnlySelf",
    141.                         "common": "Self",
    142.                         "priority": 9,
    143.                         "restrict": ["kill", "mirror"]
    144.                     },
    145.                     "kill": {
    146.                         "target": "AnyButSelf",
    147.                         "common": "Self",
    148.                         "priority": 9,
    149.                         "initialrecharge": 2,
    150.                         "restrict": ["mirror", "kill"],
    151.                         "broadcast": [
    152.                             "white",
    153.                             "grey",
    154.                             "grey1",
    155.                             "red",
    156.                             "orange",
    157.                             "yellow",
    158.                             "green",
    159.                             "blue",
    160.                             "purple"
    161.                         ],
    162.                         "broadcastmsg": "An ominous black cloud drifts toward ~Target~..."
    163.                     }
    164.                 },
    165.                 "daykill": {
    166.                     "mode": {
    167.                         "evadeChance": 1
    168.                     }
    169.                 },
    170.                 "lynch": {
    171.                     "convertTo": "jet",
    172.                     "convertmsg": "Trying to vote the ~Old~? Now you've done it. Before the ~New~ leaves, it has some unfinished business to take care of..."
    173.                         }
    174.             }
    175.         },
    176.         {
    177.             "role": "jet",
    178.             "translation": "Jet Black",
    179.             "side": "mafia",
    180.             "info": "Dies at the end of the night, but all Colours die with it. Can convert one White to Grey, killing it at the end of the night. Sided with Black Team.",
    181.             "help": "There's no way you're going to win this one. When you die tonight, all of the Colours will follow you. In a last act of vengeance, you may /chroma one White into a Grey, killing it with you. Choose carefully.",
    182.             "actions": {
    183.                 "startup": {
    184.                     "revealRole": ["grey", "white"]
    185.                 },
    186.                 "night": {
    187.                     "chroma": {
    188.                         "command": "convert",
    189.                         "target": "AnyButSelf",
    190.                         "common": "Self",
    191.                         "priority": 1,
    192.                         "canConvert": [
    193.                             "white"
    194.                         ],
    195.                         "newRole": "grey1",
    196.                         "convertmsg": "Before dying, the Jet Black decided that ~Target~ couldn't live either, and turned them into a Grey!"
    197.                     }
    198.                 },
    199.                 "onDeath": {
    200.                     "killmsg": "±Palette: ~Self~ the Jet Black killed ~Target~ the ~Role~ with it!",
    201.                     "killRoles": [
    202.                         "grey",
    203.                         "red",
    204.                         "orange",
    205.                         "yellow",
    206.                         "green",
    207.                         "blue",
    208.                         "purple"
    209.                     ]
    210.                 },
    211.                 "initialCondition": {
    212.                     "poison": {
    213.                         "count": -1
    214.                     }
    215.                 }
    216.             }
    217.         },
    218.         {
    219.             "role": "red",
    220.             "translation": "Red",
    221.             "side": "colour",
    222.             "info": "The original Colour. Has an unrevealing daykill, a 5% accurate self protect+safeguard, some chroma hax, and 10% evasion. If killed, its whole team dies as well. Team wins when all Whites are gone. 2 votes and -1.5 voteshield. Sided with Colours.",
    223.             "help": "You are Red, the original Colour! You win once all of the Whites are gone or have joined your team. To help with this, you may use a day /kill and 2 votes (with a -1.5 voteshield) to remove any player (the Black and your teammates evade daykills). You also have a 10% chance to evade nightkills, some hax on Whites, and a 5% accurate /mirror to protect and safeguard anyone, including yourself. (Type /myrole throughout the game to find new Colours.) Eliminate all Whites to win!",
    224.             "winIfDeadRoles": ["white"],
    225.             "actions": {
    226.                 "vote": 2,
    227.                 "voteshield": -1.5,
    228.                 "hax": {
    229.                     "chroma": {
    230.                         "revealTeam": 0.1,
    231.                         "revealRole": 0.01
    232.                     }
    233.                 },
    234.                 "startup": {
    235.                     "revealRole": [
    236.                         "red",
    237.                         "orange",
    238.                         "yellow"
    239.                     ]
    240.                 },
    241.                 "night": {
    242.                     "mirror": {
    243.                         "command": [
    244.                             "protect",
    245.                             "safeguard"
    246.                         ],
    247.                         "common": "Self",
    248.                         "target": "Any",
    249.                         "priority": 8,
    250.                         "failChance": 0.95
    251.                     }
    252.                 },
    253.                 "standby": {
    254.                     "kill": {
    255.                         "target": "AnyButSelf",
    256.                         "msg": "You can perform an unrevealing /kill now, but Black will evade it!",
    257.                         "killmsg": "With the radiance of the rising sun, the Red shines across the land! ~Target~ is caught in the violent crimson flash!",
    258.                         "command": "kill"
    259.                     }
    260.                 },
    261.                 "kill": {
    262.                     "mode": {
    263.                         "evadeChance": 0.1
    264.                     }
    265.                 },
    266.                 "onDeath": {
    267.                     "killmsg": "±Palette: ~Self~ the Red dies, followed by ~Target~!",
    268.                     "killRoles": [
    269.                         "orange",
    270.                         "yellow",
    271.                         "green",
    272.                         "blue",
    273.                         "purple"
    274.                     ]
    275.                 }
    276.             }
    277.                 },
    278.         {
    279.             "role": "orange",
    280.             "translation": "Orange",
    281.             "side": "colour",
    282.             "info": "Created when a White finds the Red, or spawns in larger games. Has a 15% accurate protect+safeguard, and some chroma hax. When killed, all lower Colours die too. Evades daykills. 0.5 votes. Sided with Colours.",
    283.             "help": "You're an Orange! You have 0.5 votes and a 15% accurate /mirror to protect and safeguard anyone. Your team wins when there are no Whites left (you may get hax to find them). If any Colour higher than you dies, you do too; if you die, all lower Colours follow. (Type /myrole throughout the game to find new Colours.) Eliminate all Whites to win!",
    284.             "winIfDeadRoles": ["white"],
    285.             "actions": {
    286.                 "vote": 0.5,
    287.                 "hax": {
    288.                     "chroma": {
    289.                         "revealTeam": 0.05,
    290.                         "revealRole": 0.01
    291.                     }
    292.                 },
    293.                 "startup": "team-reveal-with-roles",
    294.                 "night": {
    295.                     "mirror": {
    296.                         "command": [
    297.                             "protect",
    298.                             "safeguard"
    299.                         ],
    300.                         "common": "Self",
    301.                         "target": "Any",
    302.                         "priority": 7,
    303.                         "failChance": 0.85
    304.                     }
    305.                 },
    306.                 "daykill": {
    307.                     "mode": {
    308.                         "evadeChance": 1
    309.                     }
    310.                 },
    311.                 "onDeath": {
    312.                     "killmsg": "±Palette: ~Self~ the Orange dies, followed by ~Target~!",
    313.                     "killRoles": [
    314.                         "yellow",
    315.                         "green",
    316.                         "blue",
    317.                         "purple"
    318.                     ]
    319.                 }
    320.             }
    321.         },
    322.         {
    323.             "role": "yellow",
    324.             "translation": "Yellow",
    325.             "side": "colour",
    326.             "info": "Created when a White finds an Orange, or spawns in larger games. Has a 30% accurate protect+safeguard, and some chroma hax. When killed, all lower Colours die too. Evades daykills. 0.5 votes. Sided with Colours.",
    327.             "help": "You're a Yellow! You have 0.5 votes and a 30% accurate /mirror to protect and safeguard anyone. Your team wins when there are no Whites left (you may get hax to find them). If any Colour higher than you dies, you do too; if you die, all lower Colours follow. (Type /myrole throughout the game to find new Colours.) Eliminate all Whites to win!",
    328.             "winIfDeadRoles": ["white"],
    329.             "actions": {
    330.                 "vote": 0.5,
    331.                 "hax": {
    332.                     "chroma": {
    333.                         "revealTeam": 0.05,
    334.                         "revealRole": 0.01
    335.                     }
    336.                 },
    337.                 "startup": "team-reveal-with-roles",
    338.                 "night": {
    339.                     "mirror": {
    340.                         "command": [
    341.                             "protect",
    342.                             "safeguard"
    343.                         ],
    344.                         "common": "Self",
    345.                         "target": "Any",
    346.                         "priority": 6,
    347.                         "failChance": 0.7
    348.                     }
    349.                 },
    350.                 "daykill": {
    351.                     "mode": {
    352.                         "evadeChance": 1
    353.                     }
    354.                 },
    355.                 "onDeath": {
    356.                     "killmsg": "±Palette: ~Self~ the Yellow dies, followed by ~Target~!",
    357.                     "killRoles": [
    358.                         "green",
    359.                         "blue",
    360.                         "purple"
    361.                     ]
    362.                 }
    363.             }
    364.         },
    365.         {
    366.             "role": "green",
    367.             "translation": "Green",
    368.             "side": "colour",
    369.             "info": "Created when a White finds a Yellow, or spawns in larger games. Has a 60% accurate protect+safeguard, and some chroma hax. When killed, all lower Colours die too. Evades daykills. 0.5 votes. Sided with Colours.",
    370.             "help": "You're a Green! You have 0.5 votes and a 60% accurate /mirror to protect and safeguard anyone. Your team wins when there are no Whites left (you may get hax to find them). If any Colour higher than you dies, you do too; if you die, all lower Colours follow. (Type /myrole throughout the game to find new Colours.) Eliminate all Whites to win!",
    371.             "winIfDeadRoles": ["white"],
    372.             "actions": {
    373.                 "vote": 0.5,
    374.                 "hax": {
    375.                     "chroma": {
    376.                         "revealTeam": 0.05,
    377.                         "revealRole": 0.01
    378.                     }
    379.                 },
    380.                 "startup": "team-reveal-with-roles",
    381.                 "night": {
    382.                     "mirror": {
    383.                         "command": [
    384.                             "protect",
    385.                             "safeguard"
    386.                         ],
    387.                         "common": "Self",
    388.                         "target": "Any",
    389.                         "priority": 5,
    390.                         "failChance": 0.4
    391.                     }
    392.                 },
    393.                 "daykill": {
    394.                     "mode": {
    395.                         "evadeChance": 1
    396.                     }
    397.                 },
    398.                 "onDeath": {
    399.                     "killmsg": "±Palette: ~Self~ the Green dies, followed by ~Target~!",
    400.                     "killRoles": [
    401.                         "blue",
    402.                         "purple"
    403.                     ]
    404.                 }
    405.             }
    406.         },
    407.         {
    408.             "role": "blue",
    409.             "translation": "Blue",
    410.             "side": "colour",
    411.             "info": "Created when a White finds a Green, or spawns in larger games. Has a 100% accurate protect+safeguard, and some chroma hax. When killed, all lower Colours die too. Evades daykills. 0.5 votes. Sided with Colours.",
    412.             "help": "You're an Blue! You have 0.5 votes and a 100% accurate /mirror to protect and safeguard anyone. Your team wins when there are no Whites left (you may get hax to find them). If any Colour higher than you dies, you do too; if you die, all lower Colours follow. (Type /myrole throughout the game to find new Colours.) Eliminate all Whites to win!",
    413.             "winIfDeadRoles": ["white"],
    414.             "actions": {
    415.                 "vote": 0.5,
    416.                 "hax": {
    417.                     "chroma": {
    418.                         "revealTeam": 0.05,
    419.                         "revealRole": 0.01
    420.                     }
    421.                 },
    422.                 "startup": "team-reveal-with-roles",
    423.                 "night": {
    424.                     "mirror": {
    425.                         "command": [
    426.                             "protect",
    427.                             "safeguard"
    428.                         ],
    429.                         "common": "Self",
    430.                         "target": "Any",
    431.                         "priority": 4
    432.                     }
    433.                 },
    434.                 "daykill": {
    435.                     "mode": {
    436.                         "evadeChance": 1
    437.                     }
    438.                 },
    439.                 "onDeath": {
    440.                     "killmsg": "±Palette: ~Self~ the Blue dies, followed by ~Target~!",
    441.                     "killRoles": [
    442.                         "purple"
    443.                     ]
    444.                 }
    445.             }
    446.         },
    447.         {
    448.             "role": "purple",
    449.             "translation": "Purple",
    450.             "side": "colour",
    451.             "info": "Created when a White finds a Blue, or spawns in larger games. Has two 100% accurate protects+safeguards, and some chroma hax. Evades daykills. 0.5 votes. Sided with Colours.",
    452.             "help": "You're an Purple! You have 0.5 votes and two 100% accurate /mirror actions to protect and safeguard anyone. Your team wins when there are no Whites left (you may get hax to find them). If any Colour higher than you dies, you do too. (Type /myrole throughout the game to find new Colours.) Eliminate all Whites to win!",
    453.             "winIfDeadRoles": ["white"],
    454.             "actions": {
    455.                 "vote": 0.5,
    456.                 "hax": {
    457.                     "chroma": {
    458.                         "revealTeam": 0.05,
    459.                         "revealRole": 0.01
    460.                     }
    461.                 },
    462.                 "startup": "team-reveal-with-roles",
    463.                 "daykill": {
    464.                     "mode": {
    465.                         "evadeChance": 1
    466.                     }
    467.                 },
    468.                 "night": {
    469.                     "mirror": {
    470.                         "command": [
    471.                             "protect",
    472.                             "safeguard"
    473.                         ],
    474.                         "common": "Self",
    475.                         "target": "Any",
    476.                         "priority": 3,
    477.                         "limit": 2
    478.                     }
    479.                 }
    480.             }
    481.         }
    482.     ],
    483.     "roles1": [
    484.         "red",
    485.         "black",
    486.         "white",
    487.         "white",
    488.         "white",
    489.         "white",
    490.         "white",
    491.         "orange",
    492.         "white",
    493.         "white",
    494.         "white",
    495.         "white",
    496.         "white",
    497.         "white",
    498.         "yellow",
    499.         "white",
    500.         "white",
    501.         "white",
    502.         "white",
    503.         "white",
    504.         "white",
    505.         "green",
    506.         "white",
    507.         "white",
    508.         "white",
    509.         "white",
    510.         "white",
    511.         "white",
    512.         "blue",
    513.         "white",
    514.         "white",
    515.         "white",
    516.         "white",
    517.         "white",
    518.         "white",
    519.         "purple",
    520.         "white",
    521.         "white",
    522.         "white",
    523.         "white",
    524.         "white",
    525.         "white"
    526.     ],
    527.     "killmsg": "±Palette: ~Player~ (~Role~) was erased!",
    528.     "killusermsg": "±Palette: You whited out!",
    529.     "lynchmsg": "±Palette: With ~Count~ votes, ~Player~ (~Role~) was erased!",
    530.     "border": "*** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***"
    531. }
    [/HIDE]

    Priority List (with action descriptions):
    [1] Jet Black (Chroma) - converts one White to Grey
    [2] White (Mirror) - 85% accurate self protect+safeguard
    [3] Purple (Mirror) - two 100% accurate protect+safeguards
    [4] Blue (Mirror) - 100% protect+safeguard
    [5] Green (Mirror) - 60% protect+safeguard
    [6] Yellow (Mirror) - 30% protect+safeguard
    [7] Orange (Mirror) - 15% protect+safeguard
    [8] Red (Mirror) - 5% protect+safeguard
    [9] Black (Kill) - basic mafia kill
    [10] White (Chroma) - the copy-like action that only succeeds on Colours, and kills self on Black (code is copy+safeguard to prevent multiple copies of same target per night)

    [?] Red (daykill) - unrevealing daykill that should be aimed at Whites only[/HIDE]

    Edit History:
    ORIGINAL: http://pastebin.com/raw.php?i=xjPAdLHD
    EDIT1: http://pastebin.com/raw.php?i=bGMgcMfA
    (fixed coding, +3 vote Red/Black, +2 vote White, +1 vote other Colours, 25% village hax on /chroma copy action's target, lower Colours spawn in larger games, Red to Green get teamreveal but Blue to Purple must wait for contact/communication, rare role Snow White [daykiller] created if Jet Black doesn't kill all Colours, as White team is then meant to easily win)
    EDIT2: http://pastebin.com/raw.php?i=68crVJqC
    (minor changes/edits, shorter/simpler help sections, Jet Black has major changes, removed Snow White)
    EDIT3: http://pastebin.com/raw.php?i=G11L3zQX
    (Black gets max. number of kills determined by number of spawning Colours, Black and Red have 2 votes with -3 voteshield, general text fixes)
    EDIT4: http://pastebin.com/raw.php?i=DrTvJaFJ
    (Black has +4 votes with -3 voteshield, Red has +2 votes with -3 voteshield, Pastels removed, minor changes to hax and flavour text)
    EDIT5: http://pastebin.com/raw.php?i=FbgtUfjK
    (see here, and silent vote temporarily taken off)
    EDIT6 (CURRENT): http://pastebin.com/raw.php?i=zf8CswS3
    (see [strike]here[/strike] actually, here)[/HIDE]

    Okay, so this is Chroma. Quite a gimmicky theme, which isn't often a good thing, but I tried to balance it as much as I could. (Warning: long, probably unnecessary explanation ahead! Also, some parts are not up to date, so try to read the latest edit as well!)

    In this theme, there are only three sides and three base roles: players start either as the daykilling Red, the nightkilling Black, or the selfprotectingandsafeguarding/copying (!) villager White.

    Colours' objective is to remove all Whites from the game, through killing them or letting them become Colours/Grey. Red has a daykill and other Colours have protects/safeguards.

    Black's objective is to kill all Colours, with the priority being the Red as that will kill the whole team. It has a nightkill starting with night 2.

    Whites' objective is to vote out the Black to win, or to join the Colour/Black teams for a different chance to win. They can selfprotect/safeguard or copy at night to do this.

    Log Count:
    All Games:
    • White won 8
    • Red won 5
    • Black won 3
    With Current Code:
    • White won 3
    • Red won 1
    • Black won 2

    Some games (unlogged) are unaccounted for.[/HIDE]
     
    Last edited: Mar 30, 2013
  2. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    And then I have to read people saying that all mafia themes are "default modified".

    I really liked your idea. You got a really interesting, easy to understand and original concept there. While I'm not sure how well it will work when played, I think this theme has the potential for some exciting games.
    I probably could look better at the code to suggest some balancing ideas or code issues, but I'm too lazy for that and you already seem to know about the coding errors.
     
  3. citro

    citro CRYING LIGHTNING

    Joined:
    Jan 29, 2013
    Messages:
    82
    Likes Received:
    0
    The problem with this in my opinion is that it's really boring to play as a White. As a villager you have no commands except a self-protect which isn't even reliable, so there's no inspector or even hooker to gain information with. You put silent vote in, so the village pretty much have absolutely no way to find out who's bad. Whites only have 0.5 vote while all the baddies have 1 or more; it's already tricky as fuck to get the village to coordinate votes in silent vote, now they can't even have a 1 vote? The Whites are pretty much hoping to find a baddie and convert to their team so they can actually have fun / win in this theme.

    edit: Sorry, I came off really harsh and I didn't mean to at all. I think this is a wonderful idea, and I'd love to see it on the server in some form once the coding and balance issues are fixed. I like how it's not kill-heavy but is still fun to play as a mafia, and the way the roles interact has potential for some really interesting matchups. I just think the village needs a better implementation.

    Also, I think you should take away the Orange and Purple roles; if you keep it simple with Red -> Yellow -> Green -> Blue the roles are much more appealing imo. I also had another idea for the theme: how about if when a white copies someone, the target it's copying (not the player itself, too easy to clean people) their command is broadcast to everyone!! If you think about it this could both help people find baddies to lynch AND power roles for people to target at night i.e. someone copies x, in the morning y is a Grey, now the Black is narrowed down to a few people and the Whites can try to lynch it. If you think this will make the PRs too obvious to the other mafia sides, you're welcome to make it just broadcast to Team and not everyone.
     
    Last edited: Mar 5, 2013
  4. 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
    I will not pass approval (or really review) unless you remove the <span> from the Authors. By having this, you are unable to update your theme at a later date. You will be forced to have an MA manually update it, which wastes their time, even if its just about a minute or two.

    I have no clue why it is even an option to be used as it is 100% visual with no functionality. It must be the way the script handles the author string that allows it without bork.

    I apologize if I'm coming off harsh, but that is a glaring concern that I have to address and by withholding a review, it provides incentive to change.

    And as a reminder:
    Errors:
    Fatal errors found in your script:
    Role white's attribute "restrict" for night action "mirror" must be a valid array.
    Role white's attribute "restrict" for night action "chroma" must be a valid array.
    Role white's attribute "copyAs: orange" for night action "chroma" must be a valid array.
    Role white's attribute "copyAs: yellow" for night action "chroma" must be a valid array.
    Role white's attribute "copyAs: green" for night action "chroma" must be a valid array.
    Role white's attribute "copyAs: blue" for night action "chroma" must be a valid array.
    Role white's attribute "copyAs: purple" for night action "chroma" must be a valid array.
    Role white's night action "kill" is missing the attribute "target".
    Role white's night action "kill" is missing the attribute "common".
    Role white's night action "kill" is missing the attribute "priority".
    Role black's "ignore" for "kill" mode must be a valid array.
    Role jet's night action "kill" must be a valid object.
    Role jet's night action "common" must be a valid object.
    Role jet's night action "priority" must be a valid object.
    Role jet's night action "limit" must be a valid object.
    red has an invalid value for "winIfDeadRoles".
    orange has an invalid value for "winIfDeadRoles".
    yellow has an invalid value for "winIfDeadRoles".
    green has an invalid value for "winIfDeadRoles".
    blue has an invalid value for "winIfDeadRoles".
    purple has an invalid value for "winIfDeadRoles".
    red1 has an invalid value for "winIfDeadRoles".
    orange1 has an invalid value for "winIfDeadRoles".
    yellow1 has an invalid value for "winIfDeadRoles".
    green1 has an invalid value for "winIfDeadRoles".
    blue1 has an invalid value for "winIfDeadRoles".
    purple1 has an invalid value for "winIfDeadRoles".
    Minor errors found in your script:
    Role white's night action "kill" has an extra attribute "mode".
    Role purple's onDeath action contains a 'killmsg' attribute, but no 'killRoles' action.
    Role purple1's onDeath action contains a 'killmsg' attribute, but no 'killRoles' action.
    Most of it is just putting brackets around the roles for winIfDead and the other arrays.
     
  5. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    I've edited the code, with changes in the first post.

    @RIceKirby
    Thank you for the compliment. I wanted to make a theme that wasn't just a different flavour painted over an average default skeleton, so hopefully I've succeeded in that aspect.

    @citro
    Your comments definitely helped; in retrospect, giving the villagers lesser votes in a silent vote theme was just too underpowering. So now all whites and non-Red Colours have 1 vote. The point of the theme, though, is the idea that as White, the player is weak. The goal for the most part is to convert to a Colour, with remaining a White the backup option, and your copy broadcast idea helps players do both. When villagers have a chance to get hax, they might come together to find it easier to find out who is/isn't the Red or Black. I won't be removing any of the existing Colour roles, because they help to balance the possible kills that may occur when the Black gets a good kill in (also, flavour-wise, I'd prefer to keep the idea of having all prominent colors except for Pink exist, including Orange and Purple). In short, thanks for the help.

    @Fuzzysqurl
    Ah, I saw the Eclipse themeinfo and thought to do the same. But I didn't know that it would prevent updates, sorry. It's been fixed, along with the coding errors.
     
  6. 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
    Thanks. I will be reviewing probably tomorrow afternoon then. Again, didn't mean to come off rude or anything.
     
  7. citro

    citro CRYING LIGHTNING

    Joined:
    Jan 29, 2013
    Messages:
    82
    Likes Received:
    0
    imo "Snow White" fits better than your ivory idea since ivory isn't exactly famous for its whiteness, which is what the whole Jet Black thing has going for it
     
  8. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Haha, I know, but I just wanted to avoid the unintentional connection/similarity with the fairy tale. I know that Ivory White does sound awkward compared to Snow White, though, and I suppose I might change that later. But right now my biggest priority is the balance between the teams and roles. (Also, I wanted to say earlier that mass-villager themes like Vanilla and Space Invaders leave the villagers with even less options, but your point was good- villagers usually have their power in votes- so that's part of why the Whites' votes are stronger now.)

    Any additional comments would be great. :3
     
    Last edited: Mar 7, 2013
  9. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Your villager has chroma restricting chroma. Not sure if it does anything but it bothers me.
    Your help for the White role is kind of long.
    You don't need the winwhendeadroles for people on the village since you have every badguy on there.
    Red's help is super long too.
    Your copyAs for White seems really random and doesn't make much sense to me. Why don't they turn into the color they target?

    There seems to be no balance here. White basically auto-wins when the lynch black and their copy is essentially an inspect. In the off chance that JetBlack doesn't kill all the other colors the white then turn into unrevealing day killers. You know the possibility of day spam there is? It is a huge amount.

    I am going to Reject[1] on the basis that there is little to no balance, the potential for day spam, potential to be a noob killer. It actually reminds me a lot of rotom for some reason.

    Very creative idea though. Some ideas to help improve the game would be:
    Put in more colors to decrease the amounts of whites in the game.
    Give the Snow something besides a daykill.
     
  10. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    It will just prevent the player from using that command a second time to change targets (only after a target was successfully chosen).

    They change to a color below the one they targeted in the chromatic scale (Red > Orange > Yellow > Green > etc). If they copied to the same color, there would be only Reds. This is also important due to the "When a color dies, the lower colors die too" mechanic.

    If they copy a color, they join that team. If they copy a white, nothing happens, but those players could become a color later. If they copy a black, they die. So only one of the outcomes is really an inspection, and even then you cannot be sure it will be true for too long.

    I know I'm not a QC member, but I think this really deserves at least a test. It's a mechanic that was never tried in Mafia Channel, so I don't think anyone can accurately judge the theme balance only by reading the code.
     
  11. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Thanks for the comment, and here is my reply:

    The above was written earlier, before I noticed what IceKirby had said, which pretty much says the same things as my comments, though in a more concise way. And I really would like to test it before making a definite yes/no statement about it, because as stated in the above post, even I don't know how well the balance would actually play out until we get some sort of logs.
     
  12. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Okay, I've updated.

    Snow White is no longer a role.

    Instead, Jet Black's autopoison death will automatically kill all Colours, letting Whites win. Jet Black's action has also been changed to a convert (/dechroma) that can be used on one Colour to convert it to White, as if the Jet Black granted it "mercy".

    Does this work, as in do you guys think this will improve the balance as it also removes the dayspam? Or is there anything else I should change?
     
    Last edited: Mar 9, 2013
  13. Katia

    Katia Haxy Haxy!

    Joined:
    Apr 17, 2012
    Messages:
    261
    Likes Received:
    0
    Black is WAY TOO OP. In fact, I'll say it again. WAY TOO OP!
    Reject[2]

    Edit: Ok I probably should have added why i thought black was op. First off, if daykilled it destroys all the other colors. 2nd if lynched it can go on a killing spree. It has a 10% ability to avoid night kills, 3 votes, it kills any whites that are unlucky enough to scout it and it gets a kill on top of that.

    I can't even recall the last time I saw a role with that many abilities. This role is even more powerful then a lot of TEAMS. So in all I believe that this role needs a massive nerf.
     
    Last edited: Mar 11, 2013
  14. NAVIDAD PIRATE

    NAVIDAD PIRATE THE PLEASURE OF BEING CUMMED INSIDE

    Joined:
    Jan 14, 2012
    Messages:
    1,445
    Likes Received:
    1,059
    PO Trainer Name:
    MeowMix
    woah woah woah let's step back with the rejects here

    I really like the inventive use of copy here. I don't think any theme on the server has really used it in such a fashion, and the flavour itself is very intuitive and makes complete sense in the context of how the mechanics of the roles are handled.

    My main problem is that whites really have no way to win of their own accord. Their options are basically wait to die, convert to colour, or be lucky enough for black to die so that they can win. Obviously this can be alleviated with effective village communication, but the problem is that unlike in other non-standard themes where the mafia dwindles as the village does (or at the very least, stays static), the mafia only grows stronger as the game goes on, which means white wins are going to be hard to come by.

    And yeah, Black needs some kind of nerf as well.

    I'm not really sure how to fix this myself; however, I would advocate a Test [1] to maybe figure out a way to make it work.
     
  15. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I don't think merely saying "Black is OP" is going to help at all. A better explanation on why Black is OP would be appreciated.

    Not that I don't think that Black is strong, but what make it really strong from my point of view is the Jet Black. I think Jet Black mechanic could be better polished, since giving revenge night action may sound cool, but won't really change anything for that player.

    And I'll say it again: This theme is way too diferent from your average Mafia Theme. I don't think any comment regarding balance made here is fair until the theme is properly test.
     
  16. 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
    Test [2]

    Simply because I'm too lazy to actually sit down and try to make sense of the mechanic and would much rather see it in action.

    Also, Black killing everyone except one person (who they aren't required to spare) is a little... um... stupid? Penalized for getting rid of the mafia should never be an aspect of a game
     
  17. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    As the game goes on and nears the end with probably a few to only 1 White(s) left, I've envisioned it going something like the Colours are unsure who is the last White(s) and who is the black- meaning that while they're closer than ever to a win, they really have to analyze play quickly to find the White. If they miss and vote/kill Black, the Colours all die. If they try to stall, Black will have a chance to just kill that night and take out a bunch of Colours anyway.

    In retrospect, you guys (Beast, Katia, Meow) were/are right about the balance now that I'm looking at Black in particular. The thing is, I'm not sure how to nerf it without just slapping a recharge onto its kill. Because then, Red/Colours would be OP, and White near the end of the game would find it easy to copy a Colour because Black can't just always kill White's targets. (When the game is close to end, it's likely that the team counts would be Colours > White >/= Black, so White would then have a good chance of siding with a Colour if Black can't kill that night.)

    Say Black gets a kill that night. If Whites tried to copy a Colour, but Black killed it or its higher Colours so White couldn't, that could be considered OP by stalling a bit.

    Say Black doesn't get a kill that night. Whites find it easy to not selfprotect (based on the kill patterns) and all go for copying a Colour. Then with easy Colour teamreveal/communication, Black is at a disadvantage.

    Or would it be good to give Black a maximum number/chargecount of kills, say 3 to 5, since Red/Whites will be destroying themselves anyway?

    @Fuzzysqurl
    It's not the village that's penalized for getting Mafia. It's the secondary... Mafia? I'm not sure what to call the Colours, but think of it like a 4-person endgame of Default: Mafia+WW+Villy+Inspector. WW (Colours) would aim for Village for a chance to win. Mafia would aim for WW, thinking WW would aim for village. While village would just go through business as usual, deciding who wins in the case of a Mafia+WW+Villy end, except in Chroma, village actually has a chance to win if they can manage to get the Black voted out.

    To be less confusing, village wins by voting out the real (Black) Mafia; and in 3 person, 3 side ends, every side still has a chance to win based merely on their powers of persuasion. Do you want the odd player out to think you're Black, Red, or White?
     
    Last edited: Mar 11, 2013
  18. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    Really cool concept. From a glance I feel like the theme will possibly end either extremely quickly or extremely slowly, and that black could potentially be game breaking depending on who got the role. However, that's what we have testing [3] for.
     
  19. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Thanks, I'll just add a quick chargecount onto Black's kills (to limit its OPness) based on color number, and I'll try to get it uploaded. Once the first game or two is done, I'll see what else has to be done balance-wise...
     
  20. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    The weird thing so far is that red doesn't WANT to hit black. I think. o_o. Or am I wrong? (From the game we played)
     
  21. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Red doesn't want to hit Black- the game warns it that its whole team will die upon killing Black, and it will. What I think some people misunderstand is that Red's objective is not to eliminate Black, but to eliminate all Whites.

    First test failed; I messed up the text, especially killmsg and copymsg.

    (22:23:52) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:23:52) ±Game: Tesla Elesa started a game with theme Chroma!
    (22:23:52) ±Game: Type /Join to enter the game!
    (22:23:52) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••

    (22:23:52) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Once the Whites find the Red, the Colours will grow stronger from there. But watch out, for a murderous Black darkness is ever-present, destroying hordes of Colours all at once. And if it is destroyed too soon, the Colours will find themselves erased permanently. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (22:23:54) ±Game: Tesla Elesa joined the game!
    (22:23:54) sun bro: you didnt even need to vote
    (22:23:54) ±Game: Hard joined the game!
    (22:23:57) ±Game: bbyJesus joined the game!
    (22:23:57) ±Game: Fynecian joined the game!
    (22:23:57) Tesla Elesa: yay
    (22:24:00) sun bro: i had one mroe defend left
    (22:24:00) Hard: Nice border, Li Q. Assir.
    (22:24:03) BeastCharizard changed names and is now known as BeastTyphlosion.
    (22:24:03) Hard: I mean. Sebastian Hummel
    (22:24:04) sun bro: i cold have saced my self
    (22:24:04) ±Game: Li Q. Assir joined the game!
    (22:24:05) sun bro: for you
    (22:24:14) sun bro: screw you hard :/
    (22:24:15) Eridan Ampora changed names and is now known as Gawen.
    (22:24:17) sun bro: naaaaaa
    (22:24:18) Tesla Elesa: why
    (22:24:18) ±Game: Gawen joined the game!
    (22:24:21) Tesla Elesa: are there more blacks though
    (22:24:22) Hard: sun bro, your lies.
    (22:24:22) Fynecian: They would've killed you instead
    (22:24:22) ±Game: Hurry up, you only have 30 seconds more to join!
    (22:24:24) ±Game: sun bro joined the game!
    (22:24:24) Hard: I can't trust.
    (22:24:26) ±Game: Sebastian Hummel joined the game!
    (22:24:26) sun bro: lol jk
    (22:24:27) Sebastian Hummel: Chroma: Whites have to find and rand the Black or persuade the Red to kill it, or /chroma to the red team
    (22:24:27) Sebastian Hummel: Red has to kill all the whites with a daykill, but if it kills the black it dies
    (22:24:27) Sebastian Hummel: Black has to find and kill the red
    (22:24:28) Fynecian: It was a one-shot situation.
    (22:24:28) sun bro: nah its ok
    (22:24:31) sun bro: id say the same thing
    (22:24:32) Gawen: Allow me to slip into something more comfortable.
    (22:24:36) BeastTyphlosion changed names and is now known as FirstTimer.
    (22:24:42) Hard: Gawen, stop flirting with your names.
    (22:24:44) sun bro: if i was the alien
    (22:24:46) Hard: We have no time for this.
    (22:24:47) ±Game: Fuzzysqurl joined the game!
    (22:24:50) Fuzzysqurl: just made it
    (22:24:50) sun bro: hey
    (22:24:51) Fuzzysqurl: .-.
    (22:24:52) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:24:52) Times Up! :
    (22:24:52) The Roles have been Decided! :
    (22:24:52) ±Game: You are a White!
    (22:24:52) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (25% fail chance), or you may attempt to convert to the Colour team using /chroma on someone else (10% fail chance); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (22:24:52) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (22:24:52) Current Players: Fuzzysqurl, Fynecian, Gawen, Hard, Li Q. Assir, Sebastian Hummel, Tesla Elesa, bbyJesus, sun bro.
    (22:24:52) Current Team: White, White, White, White, White, White
    (22:24:52) Time: Night 1
    (22:24:52) Make your moves, you only have 35 seconds! :
    (22:24:52) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:24:56) Fuzzysqurl: also
    (22:25:01) Fuzzysqurl: #1 gripe with the theme
    (22:25:04) Fuzzysqurl: black border
    (22:25:05) bbyJesus: woahh new theme
    (22:25:09) ±Game: You have chosen to chroma sun bro!
    (22:25:15) Sebastian Hummel: mmhmm
    (22:25:16) Hard: Btw,
    (22:25:17) Sebastian Hummel: play well
    (22:25:18) Tesla Elesa: it should be white
    (22:25:21) Hard: You guys should check our my new theme.
    (22:25:22) Tesla Elesa: black here
    (22:25:27) Hard: Er
    (22:25:28) Hard: What
    (22:25:29) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:25:29) Times Up! :
    (22:25:29) ±Game: A White is now coloured Orange!
    (22:25:29) ±Game: A White is now coloured Orange!
    (22:25:29) ±Game: Your target (sun bro) was guarded!
    (22:25:29) No one died! :
    (22:25:29) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:25:29) Current Roles: Black, Orange, Red, White, White, White, White, Yellow, Yellow.
    (22:25:29) Current Players: Fuzzysqurl, Fynecian, Gawen, Hard, Li Q. Assir, Sebastian Hummel, Tesla Elesa, bbyJesus, sun bro.
    (22:25:29) Current Team: White, White, White, White
    (22:25:29) Time: Day 1
    (22:25:29) You have 25 seconds to debate who are the bad guys! :
    (22:25:29) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:25:29) Tesla Elesa: :x
    (22:25:32) sun bro: hmmm
    (22:25:36) Fuzzysqurl: lol?
    (22:25:37) Sebastian Hummel: well
    (22:25:39) Sebastian Hummel: there's a problem
    (22:25:41) Fynecian: Boring theme. Jk
    (22:25:41) Sebastian Hummel: oops
    (22:25:41) Fuzzysqurl: does that mean 2 people targeted the same person?
    (22:25:42) Gawen: Get Bby?
    (22:25:45) Fynecian: I wish I knew what was going on lmao.
    (22:25:48) Hard: Interesting
    (22:25:49) bbyJesus: no u fuck
    (22:25:51) Sebastian Hummel: red go
    (22:25:52) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:25:52) Current Roles: Black, Orange, Red, White, White, White, White, Yellow, Yellow.
    (22:25:52) Current Players: Fuzzysqurl, Fynecian, Gawen, Hard, Li Q. Assir, Sebastian Hummel, Tesla Elesa, bbyJesus, sun bro.
    (22:25:52) Current Team: White, White, White, White
    (22:25:52) Time: Day 1
    (22:25:52) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:25:52) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:25:55) Sebastian Hummel: ...
    (22:25:57) Gawen: I don't understand this theme.
    (22:25:57) Sebastian Hummel: nvm
    (22:26:02) Sebastian Hummel: silent vote
    (22:26:02) Hard: I'll rand.
    (22:26:06) sun bro: this seems complicated
    (22:26:06) Hard: Get bbyJesus
    (22:26:09) bbyJesus: NO
    (22:26:09) ±Game:Hard voted!
    (22:26:11) Sebastian Hummel: we have to vote the black, whites
    (22:26:12) bbyJesus: get hard
    (22:26:13) sun bro: lets get hard
    (22:26:13) ±Game:Gawen voted!
    (22:26:13) bbyJesus: im not bad
    (22:26:15) ±Game: You voted for bbyJesus!
    (22:26:15) ±Game:Sebastian Hummel voted!
    (22:26:15) ±Game:bbyJesus voted!
    (22:26:16) sun bro: vor not trusting me
    (22:26:18) Tesla Elesa: that's
    (22:26:20) Tesla Elesa: racist
    (22:26:20) Gawen: Get bby.
    (22:26:20) ±Game:sun bro voted!
    (22:26:20) FirstTimer changed names and is now known as BeastCharizard.
    (22:26:21) ±Game:Li Q. Assir voted!
    (22:26:21) Fynecian: Oh god, the votes are like this too?
    (22:26:22) bbyJesus: dont get me
    (22:26:23) Tesla Elesa: this THEME is racist
    (22:26:27) Hard: ^
    (22:26:28) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:26:28) Times Up! :
    (22:26:28) No one was voted off! :
    (22:26:28) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:26:28) Current Roles: Black, Orange, Red, White, White, White, White, Yellow, Yellow.
    (22:26:28) Current Players: Fuzzysqurl, Fynecian, Gawen, Hard, Li Q. Assir, Sebastian Hummel, Tesla Elesa, bbyJesus, sun bro.
    (22:26:28) Current Team: White, White, White, White
    (22:26:28) Time: Night 2
    (22:26:28) Make your moves, you only have 35 seconds! :
    (22:26:28) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:26:31) Hard: What
    (22:26:32) bbyJesus: <3
    (22:26:32) Li Q. Assir: dat tie
    (22:26:33) Sebastian Hummel: lol tie
    (22:26:43) ±Game: You have chosen to chroma Fynecian!
    (22:26:44) Gawen: If I die, get BbyJesus.
    (22:26:47) Fuzzysqurl: also Sebastian Hummel, after the theme, i think theres a problem
    (22:26:48) BeastCharizard changed names and is now known as FirstTimer.
    (22:26:49) bbyJesus: stfu
    (22:26:49) Gawen: Trust me.
    (22:26:49) Sebastian Hummel: Red should be daykilling
    (22:26:50) Tesla Elesa: get uh
    (22:26:51) bbyJesus: u have nothing on me
    (22:26:54) Sebastian Hummel: Yeah, Fuzzysqurl
    (22:26:55) Gawen: Leeroy...
    (22:26:57) bbyJesus: nothing
    (22:27:00) Sebastian Hummel: I screwed up text
    (22:27:03) Fuzzysqurl: xD
    (22:27:04) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:27:04) Times Up! :
    (22:27:04) ±Palette: Tesla Elesa (Yellow) was erased!
    (22:27:04) ±Game: A White is now coloured Yellow!
    (22:27:04) ±Game: Your target (Fynecian) was guarded!
    (22:27:04) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:27:04) Current Roles: Black, Green, Orange, Red, White, White, White, Yellow.
    (22:27:04) Current Players: Fuzzysqurl, Fynecian, Gawen, Hard, Li Q. Assir, Sebastian Hummel, bbyJesus, sun bro.
    (22:27:04) Current Team: White, White, White
    (22:27:04) Time: Day 2
    (22:27:04) You have 25 seconds to debate who are the bad guys! :
    (22:27:04) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:27:10) FirstTimer changed names and is now known as BeastCharizard.
    (22:27:16) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:27:16) ±Game: With the radiance of the rising sun, the Red shines across the land! Gawen is caught in the violent crimson flash!
    (22:27:16) ±Palette: Gawen (Black) was erased!
    (22:27:16) The Black absorbs the light and explodes over the Colours!
    (22:27:16) The Black absorbs the light and explodes over the Colours!
    (22:27:16) The Black absorbs the light and explodes over the Colours!
    (22:27:16) The Black absorbs the light and explodes over the Colours!
    (22:27:16) What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Li Q. Assir, sun bro and Sebastian Hummel) are left standing!
    (22:27:16) ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:27:16) Sebastian Hummel: pro
    (22:27:18) Fynecian: lol
    (22:27:18) Hard: Whoa what
    (22:27:20) Espy: wtf
    (22:27:22) Fynecian: This is why I didn't want to kill
    (22:27:22) Fynecian: xD.
    (22:27:22) Hard: hahahaha
    (22:27:22) bbyJesus: wow
    (22:27:24) Sebastian Hummel: whoa
    (22:27:25) Hard: I see.
    (22:27:26) Fuzzysqurl: bs
    (22:27:26) Sebastian Hummel: lol
    (22:27:28) sun bro: pro
    (22:27:30) Espy: I don't even
    (22:27:31) Espy: lol
    (22:27:32) Hard: Red hit black
    (22:27:33) Sebastian Hummel: I should... fix that
    (22:27:33) Fuzzysqurl: i lost
    (22:27:34) Hard: Right?
    (22:27:34) sun bro: very nicce
    (22:27:35) Gawen: I was able to save the Whites.
    (22:27:35) Sebastian Hummel: brb
    (22:27:35) ***************************************************************************************
    (22:27:35) ±Game: bbyJesus started a game with theme ClanWar!
    (22:27:35) ±Game: Type /Join to enter the game!
    (22:27:35) ***************************************************************************************
    (22:27:35) ±Game: In a desolate, crime-ridden city, three different gangs from three different parts of town decide to settle their differences once and for all: there can only be one surviving clan. A neighborhood assassin who does things his own way and a village leader from another land want a piece of the action as well. Back-stabbing, bluffing, and betrayal are all commonplace in this theme - are you up for the challenge? Fegelein is the current owner of ClanWar, PM him with suggestions/feedback. Originally created by Grasseh. In small games, NA no longer has 2 votes.
    (22:27:37) ±Game: bbyJesus joined the game!
    (22:27:39) Hard: Sebastian Hummel, red hit black?
    (22:27:39) Gawen: I am a hero!
    (22:27:41) ±Game: Gawen joined the game!
    (22:27:47) Sebastian Hummel: ys
    (22:27:47) Fuzzysqurl: nice hit Fynecian, but
    (22:27:48) ±Game: Fynecian joined the game!
    (22:27:49) ±Game: Espy joined the game!
    (22:27:50) Fuzzysqurl: you lost it for us :(
    (22:27:51) Sebastian Hummel: who was red
    (22:27:51) sun bro left the channel.
    (22:27:52) Fynecian: Ye
    (22:27:53) Fynecian: I suck
    (22:27:54) ±Game: Hard joined the game!
    (22:27:57) Fynecian: I was about to kill Li
    (22:27:58) Fuzzysqurl: y u gotta get me killed
    (22:27:59) Hard: seb, Fynecian was red
    (22:28:00) Fuzzysqurl: i was Orange
    (22:28:01) Sebastian Hummel: oh
    (22:28:04) Fynecian: but then I was like naaaaw Li's totally Black
    (22:28:04) ±Game: Hurry up, you only have 30 seconds more to join!
    (22:28:05) Gawen: Fynecian, why must you hate me so?
    (22:28:07) Fuzzysqurl: Tesla and Hard were Yellow
    (22:28:10) Fuzzysqurl: bby was Green
    (22:28:14) Fynecian: Who the hell are you first of all? =P
    (22:28:17) Sebastian Hummel: ok brb, fixing everything
    (22:28:19) Gawen: Deandra.
    (22:28:25) Fynecian: Doesn't ring a bell tbh
    (22:28:32) Fynecian: =/
    (22:28:33) Gawen: Ashley Katchadorian let me in.
    (22:28:35) Fuzzysqurl: do you live in Philly?
    [/HIDE]

    Second was much better.

    (22:54:02) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:54:02) Times Up! :
    (22:54:02) The Roles have been Decided! :
    (22:54:02) ±Game: You are a White!
    (22:54:02) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (25% fail chance), or you may attempt to convert to the Colour team using /chroma on someone else (10% fail chance); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (22:54:02) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (22:54:02) Current Players: Brogent, Calliope, Espy, Fuzzysqurl, Fynecian, Hard, Sebastian Hummel, Tesla Elesa, asparagus.
    (22:54:02) Current Team: White, White, White, White, White, White
    (22:54:02) Time: Night 1
    (22:54:02) Make your moves, you only have 35 seconds! :
    (22:54:02) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:54:03) Hard: 2 AM for me too
    (22:54:04) Fuzzysqurl: yeah, silent: true doesnt work for killroles
    (22:54:13) ±Game: You have chosen to chroma Calliope!
    (22:54:36) Calliope: Hope Red doesn't get me.
    (22:54:37) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:54:37) Times Up! :
    (22:54:37) ±Palette: Fynecian (Orange) was erased!
    (22:54:37) ±Game: A White found the Black!
    (22:54:37) ±Game: You copied someone and changed roles!
    (22:54:37) ±Game: You are a Grey!
    (22:54:37) ±Game: Well, you're pretty much dead. Next time, leave the Black alone, okay?
    (22:54:37) ±Game: A White found the Red!
    (22:54:37) ±Game: A White found the Black!
    (22:54:37) ±Game: You died because of Poison!
    (22:54:37) ±Palette: Sebastian Hummel (Grey) was erased!
    (22:54:37) ±Palette: Tesla Elesa (Grey) was erased!
    (22:54:37) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:54:37) Current Roles: Black, Orange, Red, White, White, White.
    (22:54:37) Current Players: Brogent, Calliope, Espy, Fuzzysqurl, Hard, asparagus.
    (22:54:37) Time: Day 1
    (22:54:37) You have 35 seconds to debate who are the bad guys! :
    (22:54:37) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:54:45) Hard: Oh.
    (22:54:57) Espy: wow
    (22:55:03) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:55:03) ±Game: With the radiance of the rising sun, the Red shines across the land! asparagus is caught in the violent crimson flash!
    (22:55:03) ±Palette: asparagus (White) was erased!
    (22:55:03) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:55:06) Calliope: Don't get me, Red.
    (22:55:12) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:55:12) Current Roles: Black, Orange, Red, White, White.
    (22:55:12) Current Players: Brogent, Calliope, Espy, Fuzzysqurl, Hard.
    (22:55:12) Time: Day 1
    (22:55:12) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:55:12) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:55:12) Hard: hmmm
    (22:55:17) Calliope: I'm honestly not white.
    (22:55:27) ±Game:Hard voted!
    (22:55:30) Hard: Espy
    (22:55:34) ±Game:Calliope voted!
    (22:55:34) Espy: silent vote
    (22:55:34) Hard: I forget it's silent
    (22:55:35) Espy: ...
    (22:55:39) ±Game:Espy voted!
    (22:55:42) ±Game:Brogent voted!
    (22:55:44) ±Game:Fuzzysqurl voted!
    (22:55:45) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:55:45) Times Up! :
    (22:55:45) ±Palette: With 9 votes, Espy (White) was erased!
    (22:55:45) Current Roles: Black, Orange, Red, White.
    (22:55:45) Current Players: Brogent, Calliope, Fuzzysqurl, Hard.
    (22:55:45) Time: Night 2
    (22:55:45) Make your moves, you only have 35 seconds! :
    (22:55:45) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:55:51) Brogent: Oh..
    (22:55:53) Brogent: Awks
    (22:56:00) Hard: Hm.
    (22:56:17) Hard: Idr who wins with who
    (22:56:20) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:56:20) Times Up! :
    (22:56:20) ±Palette: Hard (White) was erased!
    (22:56:20) Success! The Colours (Fuzzysqurl and Brogent) glow and shimmer, restoring the world to its former multichromatic glory.
    (22:56:20) ±Game: The Black (Calliope) lose!
    (22:56:20) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (22:56:27) Sebastian Hummel: ffs
    (22:56:29) Fynecian: Figured.
    (22:56:29) Brogent: Leeel
    (22:56:31) Espy: ...
    (22:56:32) Fuzzysqurl: hay
    (22:56:32) Espy: mhm
    (22:56:33) Fuzzysqurl: i won
    (22:56:33) Hard: Didn't change in time, I guess?
    (22:56:33) Sebastian Hummel: used /chroma on Black n1
    (22:56:35) Brogent: Pro Red here
    (22:56:38) Fuzzysqurl: i found Red n1
    (22:56:41) Brogent: ^
    (22:56:42) asparagus: i dont like that theme
    (22:56:42) Hard: Hax'd me too
    (22:56:45) Fuzzysqurl: and i got hax on Hard
    (22:56:45) Espy: lets see
    (22:56:46) Hard: I don't get some things so far
    (22:56:47) Espy: I did nothing
    (22:56:48) Espy: but die
    (22:56:51) Espy: :L
    (22:56:53) Calliope: I was spamming all three of your names.
    (22:56:58) Calliope: It was a roulette kill.
    (22:56:59) Brogent: We thought you were black.
    (22:57:03) Brogent: That came out wrong...
    (22:57:06) Fuzzysqurl: we knew you were black**
    (22:57:07) Espy: lol
    (22:57:11) Fuzzysqurl: so we wanted to lynch you
    (22:57:12) Sebastian Hummel: Tesla Elesa and I both /chroma 'd Calliope
    (22:57:13) Brogent: Even worse
    (22:57:14) Brogent: LOL
    (22:57:15) Fuzzysqurl: but you killed and endgamed us
    (22:57:18) Espy: LOOOL
    (22:57:22) Espy: lol screenshot this
    (22:57:24) Tesla Elesa: yup
    (22:57:29) Brogent: We know you're black. Let's lynch you.
    (22:57:35) Calliope: I ws purposely being obvious.
    (22:57:37) Hard: Sillyness
    (22:57:37) Brogent: xD I'm done
    (22:57:39) Sebastian Hummel: yeah
    (22:57:41) Brogent: Bed time
    (22:57:44) Sebastian Hummel: that gets losses
    (22:57:46) Espy: :L
    (22:57:46) Calliope: "Oh, no, I'm not white, don't kill me~."
    (22:57:49) Calliope: So subtle.
    (22:57:50) Sebastian Hummel: lol
    (22:57:53) Brogent: Lool
    (22:57:59) Espy: so whites are bad?
    (22:58:00) Brogent left the channel.
    (22:58:03) Sebastian Hummel: When reds/colors kill all whites they win
    (22:58:07) Hard: There is no bad. Except black.
    (22:58:08) Espy: oh ok
    (22:58:09) Sebastian Hummel: whites are village
    (22:58:10) Fuzzysqurl: yeah i cant think of any more Double entendres
    (22:58:13) Sebastian Hummel: black is mafia
    (22:58:15) Calliope: Hard.
    (22:58:17) Sebastian Hummel: colours are in betweenm
    (22:58:19) Calliope: That was racist.
    (22:58:23) Hard: xD
    (22:58:25) Sebastian Hummel: lol
    (22:58:27) Espy: lol
    (22:58:33) Hard: Hard racism.
    (22:58:38) Fuzzysqurl: it was a good race, but the colors won in the end
    (22:58:43) Sebastian Hummel: Which means, Black should avoid killing Whites
    (22:58:44) Hard: Nah
    (22:58:44) Calliope: Hard is merely upset because he cannot be black.
    (22:58:46) Sebastian Hummel: and aim for Colours
    (22:58:53) Hard: Wut
    (22:58:56) Hard: But... I am... wut...
    (22:58:57) Calliope: I killed orange n1.
    (22:59:02) Sebastian Hummel: good job.
    (22:59:06) Fuzzysqurl: i became orange n1
    (22:59:09) Fuzzysqurl: :]
    (22:59:10) Hard: Sebastian Hummel
    (22:59:17) Hard: Is it good for chain transforming?
    (22:59:20) Sebastian Hummel: yes
    (22:59:23) Calliope: I became Batman n1.
    (22:59:24) Hard: Why?
    (22:59:27) Sebastian Hummel: but prioirty with /chroma is random
    (22:59:29) Hard: What happens on higher things?
    (22:59:31) Fuzzysqurl: as you move further down the chain
    (22:59:35) Fuzzysqurl: you get a better /mirror
    (22:59:36) Li Q. Assir logged out.
    (22:59:36) ~Unknown~ left the channel.
    (22:59:37) Hard: Oh
    (22:59:38) Hard: I see.
    (22:59:43) Sebastian Hummel: but
    (22:59:45) Hard: Well, then red is OP?
    (22:59:48) Sebastian Hummel: You're more vulnerable
    (22:59:49) Sebastian Hummel: to chainkills
    (22:59:53) Hard: If, uh
    (22:59:57) Hard: Someone higher dies, you die too?
    (22:59:59) Sebastian Hummel: yes
    (23:00:02) Hard: Any higher?
    (23:00:05) Hard: (Not all)
    (23:00:06) Calliope changed names and is now known as Cal Strider.
    (23:00:07) Random Kid left the channel.
    (23:00:12) Fuzzysqurl: id still prefer to always protect Red
    (23:00:13) Sebastian Hummel: which means lower colours do all they can to /mirror their higherups
    (23:00:14) Cal Strider: okay c-stri time
    (23:00:18) Fuzzysqurl: since red death = auto lose

    (23:00:20) ***************************************************************************************
    (23:00:20) ±Game: Cal Strider started a voting for next game's theme!. You have 20 seconds to vote with /votetheme!
    (23:00:20) ±Game: Choose from these themes: default, body, vanilla, windows, capcom !
    (23:00:20) ***************************************************************************************

    (23:00:23) Hard: It's cool
    (23:00:25) Fuzzysqurl: so if everyone piles on red
    (23:00:28) ±Game: Fynecian voted for Vanilla!
    (23:00:32) Hard: I'd like to see my theme get more reviews
    (23:00:36) Fuzzysqurl: the chance of it blocking a kill is actually pretty high
    (23:00:36) ±Game: Cal Strider voted for Body!

    (23:00:40) ±Game: Theme vanilla won with 1 votes!
    (23:00:40) ±Game: Type /Join to enter the game!

    (23:00:40) ±Game: Vanilla Mafia! There are no special abilities in this game. In this version, the mafia:total players ratio decreases as the number of players gets larger. I'll work on balancing it if it doesn't work! -waehofen
    (23:00:40) ±Game: Fynecian joined the game!
    (23:00:42) ±Game: Hard joined the game!
    (23:00:44) ±Game: Cal Strider joined the game!
    (23:00:46) ±Game: Espy joined the game!
    (23:00:50) Fuzzysqurl: its funny how Katia said Black was way too OP

    (23:00:50) ±Game: Hurry up, you only have 30 seconds more to join!

    (23:00:50) Sebastian Hummel: well Fuzzysqurl, protects are also safeguards
    (23:00:52) ±Game: Sebastian Hummel joined the game!
    (23:00:54) Fuzzysqurl: yet the 2 games i played
    (23:00:56) Fuzzysqurl: black lost
    (23:00:56) Hard: Black OP?
    (23:00:58) Hard: How?
    (23:01:08) Fuzzysqurl: first game whites won
    (23:01:09) Cal Strider: black is pretty underpowered
    (23:01:10) ±Game: asparagus joined the game!
    (23:01:10) Sebastian Hummel: so safeguards block further weaker protects
    (23:01:14) Hard: The game is getting easier to understand.
    (23:01:14) ±Game: You already joined!
    (23:01:15) Fuzzysqurl: second game the black lost[/HIDE]

    3rd and final test of the night (with Meow replacing Li):

    (23:19:03) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:19:03) ±Game: MeowMix started a game with theme Chroma!
    (23:19:03) ±Game: Type /Join to enter the game!
    (23:19:03) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••

    (23:19:03) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Once the Whites find the Red, the Colours will grow stronger from there. But watch out, for a murderous Black darkness is ever-present, destroying hordes of Colours all at once. And if it is destroyed too soon, the Colours will find themselves erased permanently. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (23:19:04) Espy: I don't want to fall asleep and wake up tired as eff
    (23:19:05) /votetheme: Vote The Me
    (23:19:05) ±Game: MeowMix joined the game!
    (23:19:07) ±Game: Prejudice joined the game!
    (23:19:08) ±Game: Espy joined the game!
    (23:19:09) ±Game: Fuzzysqurl joined the game!
    (23:19:10) Sebastian Hummel: thank you, love~
    (23:19:12) ±Game: Sebastian Hummel joined the game!
    (23:19:14) ±Game: Fynecian joined the game!
    (23:19:15) Fynecian: Last game.
    (23:19:17) Fuzzysqurl: hi /votetheme
    (23:19:20) Sebastian Hummel: same here
    (23:19:23) Sebastian Hummel: hi Fuzzysqurl
    (23:19:24) Prejudice: Sleeping really late, then waking up feeling shit. Not worth it~
    (23:19:28) Sebastian Hummel: and /votetheme
    (23:19:29) Espy: ya

    (23:19:33) ±Game: Hurry up, you only have 30 seconds more to join!

    (23:19:36) Sebastian Hummel: flashed you twice
    (23:19:42) Espy: I can eat oatmeal and have hot cocoa for energy I guess
    (23:19:42) Espy: :L
    (23:19:50) Espy: Lord help me though.
    (23:19:55) Fuzzysqurl: you cant flash /votetheme
    (23:19:59) Prejudice: have anything important?
    (23:19:59) Sebastian Hummel: shhhh
    (23:20:03) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:03) Times Up! :
    (23:20:03) The Roles have been Decided! :
    (23:20:03) ±Game: You are a White!
    (23:20:03) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (25% fail chance), or you may attempt to convert to the Colour team using /chroma on someone else (10% fail chance); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (23:20:03) Current Roles: Black, Red, White, White, White, White.
    (23:20:03) Current Players: Espy, Fuzzysqurl, Fynecian, MeowMix, Prejudice, Sebastian Hummel.
    (23:20:03) Current Team: White, White, White, White
    (23:20:03) Time: Night 1
    (23:20:03) Make your moves, you only have 35 seconds! :
    (23:20:03) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:15) Player vVictoire (IP 76.118.148.150) is being overactive.
    (23:20:17) ±Game: You have chosen to chroma Prejudice!
    (23:20:19) Sebastian Hummel: hmmm
    (23:20:23) Sebastian Hummel: so silent
    (23:20:27) Fynecian: Very
    (23:20:33) Fynecian: MeowMix for Kefka
    (23:20:37) Prejudice: so. Im black.
    (23:20:38) MeowMix: banning Fynecian
    (23:20:38) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:38) Times Up! :
    (23:20:38) ±Palette: Prejudice (White) was erased!
    (23:20:38) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:38) Current Roles: Black, Red, White, White, White.
    (23:20:38) Current Players: Espy, Fuzzysqurl, Fynecian, MeowMix, Sebastian Hummel.
    (23:20:38) Current Team: White, White, White
    (23:20:38) Time: Day 1
    (23:20:38) You have 35 seconds to debate who are the bad guys! :
    (23:20:38) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:42) Sebastian Hummel: lol
    (23:20:42) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:42) ±Game: With the radiance of the rising sun, the Red shines across the land! MeowMix is caught in the violent crimson flash!
    (23:20:42) ±Palette: MeowMix (White) was erased!
    (23:20:42) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:20:45) MeowMix: damn
    (23:20:45) Fynecian: LOL
    (23:20:48) Espy: k
    (23:20:54) Fynecian: Ily whoever did that.
    (23:20:55) Sebastian Hummel: so.
    (23:20:59) Fuzzysqurl: ._.
    (23:21:07) Sebastian Hummel: white, we need to team up
    (23:21:13) Sebastian Hummel: white, we need to team upred and black have -3 voteshield
    (23:21:13) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:21:13) Current Roles: Black, Red, White, White.
    (23:21:13) Current Players: Espy, Fuzzysqurl, Fynecian, Sebastian Hummel.
    (23:21:13) Current Team: White, White
    (23:21:13) Time: Day 1
    (23:21:14) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:21:14) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:21:21) Player 수고하셨어요 (IP 126.1.113.167) is being overactive.
    (23:21:22) Sebastian Hummel: who is white?
    (23:21:31) Fuzzysqurl: define that statement
    (23:21:31) Fynecian: So if we vote black and he doesn't get lynched
    (23:21:37) Espy: why not
    (23:21:38) Fynecian: then we know he's black?
    (23:21:40) Fynecian: or red?
    (23:21:40) Sebastian Hummel: lol Fuzzysqurl
    (23:21:43) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:21:43) Times Up! :
    (23:21:43) No one was voted off! :
    (23:21:43) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:21:43) Current Roles: Black, Red, White, White.
    (23:21:43) Current Players: Espy, Fuzzysqurl, Fynecian, Sebastian Hummel.
    (23:21:43) Current Team: White, White
    (23:21:43) Time: Night 2
    (23:21:43) Make your moves, you only have 35 seconds! :
    (23:21:43) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:02) ±Game: You have chosen to mirror Sebastian Hummel!
    (23:22:18) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:18) Times Up! :
    (23:22:18) ±Game: You couldn't mirror this night!
    (23:22:18) No one died! :
    (23:22:18) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:18) Current Roles: Black, Red, White, White.
    (23:22:18) Current Players: Espy, Fuzzysqurl, Fynecian, Sebastian Hummel.
    (23:22:18) Current Team: White, White
    (23:22:18) Time: Day 2
    (23:22:18) You have 35 seconds to debate who are the bad guys! :
    (23:22:18) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:27) Fuzzysqurl: ._.
    (23:22:28) Sebastian Hummel: this stall
    (23:22:31) Espy: er
    (23:22:33) Sebastian Hummel: red is afraif
    (23:22:37) Sebastian Hummel: afraid*
    (23:22:41) Sebastian Hummel: black is too
    (23:22:43) Sebastian Hummel: wow
    (23:22:46) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:46) ±Game: With the radiance of the rising sun, the Red shines across the land! Espy is caught in the violent crimson flash!
    (23:22:46) ±Palette: Espy (White) was erased!
    (23:22:46) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:52) Fynecian: You had to say that.
    (23:22:53) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:53) Current Roles: Black, Red, White.
    (23:22:53) Current Players: Fuzzysqurl, Fynecian, Sebastian Hummel.
    (23:22:53) Current Team: White
    (23:22:53) Time: Day 2
    (23:22:53) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:22:53) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:22:54) Fynecian: =/.
    (23:22:58) Sebastian Hummel: lol
    (23:23:01) Sebastian Hummel: who is who?
    (23:23:09) Sebastian Hummel: or black wins
    (23:23:12) Fynecian: No idea. =/.
    (23:23:13) Fynecian: I'm White
    (23:23:19) Fuzzysqurl: whites have 2 votes no?
    (23:23:21) Sebastian Hummel: yes
    (23:23:23) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:23:23) Times Up! :
    (23:23:23) No one was voted off! :
    (23:23:23) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:23:23) Current Roles: Black, Red, White.
    (23:23:23) Current Players: Fuzzysqurl, Fynecian, Sebastian Hummel.
    (23:23:23) Current Team: White
    (23:23:23) Time: Night 3
    (23:23:23) Make your moves, you only have 35 seconds! :
    (23:23:23) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:23:24) Fynecian: Which one's black?
    (23:23:28) Fynecian: which one's red?
    (23:23:29) Fynecian: lmao.
    (23:23:30) Sebastian Hummel: so do red and black now
    (23:23:37) Fuzzysqurl: whats black and white and red all over
    (23:23:38) Sebastian Hummel: but they also have voteshield
    (23:23:41) Fuzzysqurl: this game! hahaha
    (23:23:44) ±Game: You have chosen to chroma Fuzzysqurl!
    (23:23:46) *** Fuzzysqurl slaps his knee
    (23:23:58) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:23:58) Times Up! :
    (23:23:58) ±Game: A White found the Black!
    (23:23:58) ±Game: You copied someone and changed roles!
    (23:23:58) ±Game: You are a Grey!
    (23:23:58) ±Game: Well, you're pretty much dead. Next time, leave the Black alone, okay?
    (23:23:58) ±Game: You died because of Poison!
    (23:23:58) ±Palette: Sebastian Hummel (Grey) was erased!
    (23:23:58) Success! The Colours (Fynecian) glow and shimmer, restoring the world to its former multichromatic glory.
    (23:23:58) ±Game: The Black (Fuzzysqurl) lose!
    (23:23:58) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (23:24:04) Sebastian Hummel: ha
    (23:24:06) Hard: How did back lose?
    (23:24:09) Espy: woah
    (23:24:11) Sebastian Hummel: I chroma'd it
    (23:24:11) Espy: what
    (23:24:17) Sebastian Hummel: and there went the last white
    (23:24:18) Fynecian: If all the whites die, Red wins.
    (23:24:19) Fuzzysqurl: because protection sucks
    (23:24:21) Prejudice: : Mafia and versatile bomb. Has 2 kills per game. Also -3 voteshield, 10% evasion, and kills all Colours if daykilled. If lynched, can kill as many players as possible before dying.
    (23:24:23) Hard: Oh.
    (23:24:24) Prejudice: that last part...
    (23:24:27) Sebastian Hummel: no
    (23:24:28) MeowMix: black loses if it's red v black at the end
    (23:24:31) Sebastian Hummel: that last part is outdated
    (23:24:37) Sebastian Hummel: black can kill red, meow
    (23:24:39) Prejudice: needs moar change~
    (23:24:41) MeowMix: o
    (23:24:46) Sebastian Hummel: at night
    (23:24:49) Sebastian Hummel: but it's a risk
    (23:24:50) Fuzzysqurl: i was a typical mafia player
    (23:24:52) Sebastian Hummel: 50-50
    (23:24:56) Fuzzysqurl: i used my 2 charges in the first 2 nights
    (23:24:56) IP 125.224.207.173 is being overactive.
    (23:24:56) IP 125.224.207.173 is being overactive.
    (23:25:00) Prejudice: o.o
    (23:25:01) Sebastian Hummel: lol
    (23:25:05) MeowMix: okay well I'm going to bed
    (23:25:05) Fynecian: There's like 6 people
    (23:25:06) Fuzzysqurl: because screw resource management
    (23:25:10) Hard: Sebastian Hummel, black needs to hit red to win?
    (23:25:12) Sebastian Hummel: oh ok, byw
    (23:25:15) MeowMix: if you need MA stuff ask our fantastic moderator BeastCharizard
    (23:25:17) Sebastian Hummel: this is going in the thread
    (23:25:17) Player クソミソウンコオオオオ (IP 61.27.122.189) is being overactive.
    (23:25:17) Hard: I don't even know why black is losing
    (23:25:17) Prejudice: bai :I
    (23:25:18) Fynecian: Ye, night guys
    (23:25:19) Sebastian Hummel: yes Hard[/HIDE]
     
    Last edited: Mar 12, 2013
  22. 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
    Here's your second log

    (00:53:57) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:53:57) Times Up! :
    (00:53:57) The Roles have been Decided! :
    (00:53:57) ±Game: You are a White!
    (00:53:57) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (25% fail chance), or you may attempt to convert to the Colour team using /chroma on someone else (10% fail chance); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (00:53:57) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (00:53:57) Current Players: Brogent, Calliope, Espy, Fuzzysqurl, Fynecian, Hard, Sebastian Hummel, Tesla Elesa, asparagus.
    (00:53:57) Current Team: White, White, White, White, White, White
    (00:53:57) Time: Night 1
    (00:53:57) Make your moves, you only have 35 seconds! :
    (00:53:57) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:53:58) Hard: 2 AM for me too
    (00:53:58) Fuzzysqurl: yeah, silent: true doesnt work for killroles
    (00:54:04) ±Game: Hard is White!
    (00:54:13) ±Game: You have chosen to chroma Brogent!
    (00:54:31) Calliope: Hope Red doesn't get me.
    (00:54:32) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:54:32) Times Up! :
    (00:54:32) ±Palette: Fynecian (Orange) was erased!
    (00:54:32) ±Game: A White found the Black!
    (00:54:32) ±Game: A White found the Red!
    (00:54:32) ±Game: You copied someone and changed roles!
    (00:54:32) ±Game: You are a Orange!
    (00:54:32) ±Game: You're an Orange! Either you just found the Red, or you were born this way. You have a 15% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Yellows and lower follow.
    (00:54:32) ±Game: The Red is Brogent!
    (00:54:32) ±Game: The Orange is Fuzzysqurl!
    (00:54:32) ±Game: A White found the Black!
    (00:54:32) ±Palette: Sebastian Hummel (Grey) was erased!
    (00:54:32) ±Palette: Tesla Elesa (Grey) was erased!
    (00:54:32) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:54:32) Current Roles: Black, Orange, Red, White, White, White.
    (00:54:32) Current Players: Brogent, Calliope, Espy, Fuzzysqurl, Hard, asparagus.
    (00:54:32) Current Team: Orange, Red
    (00:54:32) Time: Day 1
    (00:54:32) You have 35 seconds to debate who are the bad guys! :
    (00:54:32) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:54:40) Hard: Oh.
    (00:54:52) Espy: wow
    (00:54:58) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:54:58) ±Game: With the radiance of the rising sun, the Red shines across the land! asparagus is caught in the violent crimson flash!
    (00:54:58) ±Palette: asparagus (White) was erased!
    (00:54:58) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:55:01) Calliope: Don't get me, Red.
    (00:55:07) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:55:07) Current Roles: Black, Orange, Red, White, White.
    (00:55:07) Current Players: Brogent, Calliope, Espy, Fuzzysqurl, Hard.
    (00:55:07) Current Team: Orange, Red
    (00:55:07) Time: Day 1
    (00:55:07) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (00:55:07) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:55:07) Hard: hmmm
    (00:55:12) Calliope: I'm honestly not white.
    (00:55:22) ±Game:Hard voted!
    (00:55:25) Hard: Espy
    (00:55:28) ±Game:Calliope voted!
    (00:55:29) Espy: silent vote
    (00:55:29) Hard: I forget it's silent
    (00:55:30) Espy: ...
    (00:55:34) ±Game:Espy voted!
    (00:55:37) ±Game:Brogent voted!
    (00:55:39) ±Game: You voted for Espy!
    (00:55:39) ±Game:Fuzzysqurl voted!
    (00:55:40) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:55:40) Times Up! :
    (00:55:40) ±Palette: With 9 votes, Espy (White) was erased!
    (00:55:40) Current Roles: Black, Orange, Red, White.
    (00:55:40) Current Players: Brogent, Calliope, Fuzzysqurl, Hard.
    (00:55:40) Current Team: Orange, Red
    (00:55:40) Time: Night 2
    (00:55:40) Make your moves, you only have 35 seconds! :
    (00:55:40) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:55:46) Brogent: Oh..
    (00:55:48) Brogent: Awks
    (00:55:55) Hard: Hm.
    (00:56:02) ±Game: You have chosen to mirror Brogent!
    (00:56:12) Hard: Idr who wins with who
    (00:56:15) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••
    (00:56:15) Times Up! :
    (00:56:15) ±Game: You couldn't mirror this night!
    (00:56:15) ±Palette: Hard (White) was erased!
    (00:56:15) Success! The Colours (Fuzzysqurl and Brogent) glow and shimmer, restoring the world to its former multichromatic glory.
    (00:56:15) ±Game: The Black (Calliope) lose!
    (00:56:15) ***••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••

    Much better that time around I thought. Also, Black lost in both games (@Katia) and I 'm not sure I follow Beast's reasoning on the potential day spam...

    Also (oh wait this is a PM with you :] )
    (01:03) Sebastian Hummel: I need help
    (01:03) Sebastian Hummel: with OP? black? or red?
    (01:03) Fuzzysqurl: id almost say
    (01:03) Fuzzysqurl: give red a vote of 1 or 0
    (01:03) Fuzzysqurl: but give it a voteshield
    (01:03) Fuzzysqurl: it seems very vulnerable to a silent vote
    (01:04) Sebastian Hummel: yeah
    (01:04) Fuzzysqurl: so like instead of a vote of 4, give it a voteshield of -4
    (01:04) Sebastian Hummel: but it gets colours early
    (01:04) Sebastian Hummel: ah
    (01:04) Fuzzysqurl: or maybe do that to black
    (01:04) Sebastian Hummel: that could work
    (01:04) Fuzzysqurl: and/or both

    As for reception, players from the first game I played that were also in the second game started to know more of how it works. I feel that with multiple plays in different size games we can iron out the potential imbalances.

    I'm going to grant you a tentative Approve [1] on the basis that we make sure any imbalances are ironed out quickly. I'm still a little shaky on all the mechanics, but I feel you won't do a dump and run (aka, get your theme approved then when errors come up take like 4 weeks to fix them... and the "fix" doesnt fix anything). I believe it is an interesting mechanic and a step back from the traditional set up.
     
    Last edited: Mar 12, 2013
  23. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    Hello, Sebastian!!! These are my opinion on the code and the tests I've seen:

    - I'm pretty sure the bolded part isn't necessary and it's only a filler on the code, due the fact the non-pastel colours already kill the lower grade ones when they die.

    Btw, what was exactly the problem on the first test, except the border colour? Whites got converted into colors, Red daykilled Black, Black revenged on all the colours, White won. Wasn't it?

    Even though I have seen some of the tests, I'd like to test [4] it a few more times... It was a bit difficult to judge.
     
  24. citro

    citro CRYING LIGHTNING

    Joined:
    Jan 29, 2013
    Messages:
    82
    Likes Received:
    0
    When I said that whites should be able to hax other whites, I actually meant revealTeam not revealRole. If you hax something like "The White is going to chroma Fuzzysqurl!", and then next day someone is a Grey and dies, your village has found a potential Black. If nobody converts, Fuzzysqurl is clean. In my opinion this is a much more interesting mechanic than your current one.

    edit: it also prevents spamming which has the possibility to connect the entire village N1 right...
     
  25. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    @Li Q. Assir
    So lynching actually does activate onDeath? I thought otherwise... If it does, then I'll change that soon, because the Pastel roles were supposed to be like the Dead Godfather in Vengeful in the first place. And the error with the first test was the Black's onDeath message not telling the kills, as well as the name of the role Whites became with their copy (~New~ is apparently the target's role, not the user's new role).

    @citro
    That was my intent, I just thought that's what revealRole did! Haha, sorry, it's been fixed.

    Also, if possible, I'd like to update to include a safeguard with the Whites' copy action. This will prevent Colours from getting too strong too quickly and more than one player becoming Grey per night, because then only one White can successfully copy the same target per night.

    EDIT: Didn't add in the last part, and tested in larger game. Unfortunately I lost the first night, but I was White, and a Green and a Blue were created.

    (15:53:14) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:53:14) ±Game: With the radiance of the rising sun, the Red shines across the land! Prof. IceBerg is caught in the violent crimson flash!
    (15:53:14) ±Palette: Prof. IceBerg (White) was erased!
    (15:53:14) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:53:17) BmfkilshoJDONDu: guess what. Im white
    (15:53:20) ±Dratini: Rami93 was muted by Windblown for 1 day! [Reason: advertising] [Channel: Tohjo Falls]
    (15:53:22) Roild: How blue, Sebastian Hummel?
    (15:53:23) RandomGuyNat: this. is. confuzzling. but. fun
    (15:53:28) Sebastian Hummel: If red hits white, or if we lynch the black, we win
    (15:53:29) Sebastian Hummel: @ whites
    (15:53:30) Pete_Wisdom: I don't understand
    (15:53:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:53:32) Current Roles: Black, Blue, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:53:32) Current Players: BmfkilshoJDONDu, Curselax, Da Swag Maggot, Demoted Soldier, EarlS, Fynecian, GoldFtw, Kaosune, Midnight warrior, Pete_Wisdom, Protassium, RandomGuyNat, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, citro, kingkarp.
    (15:53:32) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:53:32) Time: Day 1
    (15:53:32) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:53:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:53:35) Sebastian Hummel: blue has one perfect protect
    (15:53:38) Sebastian Hummel: per night
    (15:53:40) bg on me: Sebastian Hummel wut is this
    (15:53:40) Roild: I see.
    (15:53:41) Fynecian: Wait, so if Red kills us we win?
    (15:53:42) Sebastian Hummel: and silent voting
    (15:53:44) ±Game:bg on me voted!
    (15:53:46) EarlS: OMG
    (15:53:48) Zerowaltz: um
    (15:53:48) ±Game:Demoted Soldier voted!
    (15:53:49) EarlS: not silent voting
    (15:53:49) Zerowaltz: .-.
    (15:53:49) Roild: C-c-c-c-counter
    (15:53:50) Sebastian Hummel: Red kills all whites --> wins
    (15:53:50) bg on me: randing Protassium
    (15:53:52) bg on me: hes red
    (15:53:52) ±Game:BmfkilshoJDONDu voted!
    (15:53:52) ±Game:GoldFtw voted!
    (15:53:53) Protassium: k
    (15:53:54) Pete_Wisdom: So I say we vote the person who knows what is going on
    (15:53:54) ±Game:citro voted!
    (15:53:57) ±Game:Roild voted!
    (15:53:58) ±Game:Protassium voted!
    (15:53:58) ±Game:Rushii voted!
    (15:53:58) ±Game:RandomGuyNat voted!
    (15:53:59) ±Game: You voted for Demoted Soldier!
    (15:53:59) ±Game:Sebastian Hummel voted!
    (15:53:59) ±Game:Pete_Wisdom voted!
    (15:53:59) ±Game:Kaosune voted!
    (15:54:00) ±Game:Zerowaltz voted!
    (15:54:02) ±Game:Fynecian voted!
    (15:54:02) ±Game:Wasabi121 voted!
    (15:54:03) Rushii: ok..
    (15:54:05) ±Game:kingkarp voted!
    (15:54:06) EarlS: shouldnt we
    (15:54:08) EarlS: rand black?
    (15:54:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:13) Times Up! :
    (15:54:13) ±Palette: With 9 votes, Protassium (White) was erased!
    (15:54:13) Current Roles: Black, Blue, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:54:13) Current Players: BmfkilshoJDONDu, Curselax, Da Swag Maggot, Demoted Soldier, EarlS, Fynecian, GoldFtw, Kaosune, Midnight warrior, Pete_Wisdom, RandomGuyNat, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, citro, kingkarp.
    (15:54:13) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:54:13) Time: Night 2
    (15:54:13) Make your moves, you only have 35 seconds! :
    (15:54:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:13) EarlS: instead of red?
    (15:54:15) EarlS: and wow
    (15:54:16) Roild: Wut
    (15:54:18) bg on me: oh my bad
    (15:54:20) Roild: ...
    (15:54:23) Prof. IceBerg left the channel.
    (15:54:32) Sebastian Hummel: Whites have 2 votes, Black and Red have 2 votes and -3 voteshield, all other colours have 1 vote
    (15:54:37) ±Game: You have chosen to chroma Stocke!
    (15:54:37) ±Game: The White Team is going to chroma Stocke!
    (15:54:41) GoldFtw: ...
    (15:54:47) Kaosune: is this your theme Sebastian Hummel
    (15:54:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:48) Times Up! :
    (15:54:48) ±Game: Your target (Stocke) can't be copied!
    (15:54:48) ±Game: A White found the Green!
    (15:54:48) No one died! :
    (15:54:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:48) Current Roles: Black, Blue, Blue, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:54:48) Current Players: BmfkilshoJDONDu, Curselax, Da Swag Maggot, Demoted Soldier, EarlS, Fynecian, GoldFtw, Kaosune, Midnight warrior, Pete_Wisdom, RandomGuyNat, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, citro, kingkarp.
    (15:54:48) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:54:48) Time: Day 2
    (15:54:48) You have 35 seconds to debate who are the bad guys! :
    (15:54:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:55) Roild: Chromas!
    (15:54:57) Fynecian: Bullcrap. =/.
    (15:54:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:57) ±Game: With the radiance of the rising sun, the Red shines across the land! citro is caught in the violent crimson flash!
    (15:54:57) ±Palette: citro (Green) was erased!
    (15:54:57) A Green dies, and its followers do too!
    (15:54:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:54:59) citro: NO
    (15:54:59) Roild: LOL
    (15:55:02) EarlS: lol
    (15:55:03) BmfkilshoJDONDu: no
    (15:55:03) GoldFtw: gg
    (15:55:04) Roild: Nooooobred
    (15:55:08) Stocke: A white found the green means that a white turned green?
    (15:55:08) Sebastian Hummel: so
    (15:55:12) Rushii: wtf..
    (15:55:14) Kaosune: citro deadtalked
    (15:55:14) Kaosune: ba
    (15:55:15) Kaosune: n
    (15:55:15) Zeromare: no
    (15:55:15) EarlS: so he found a green
    (15:55:16) Demoted Soldier: ues stocke
    (15:55:17) Sebastian Hummel: That meant, the green died and all blues did too
    (15:55:18) bg on me: ban ban
    (15:55:20) Sebastian Hummel: ^
    (15:55:20) BmfkilshoJDONDu: Gold
    (15:55:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:55:23) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:55:23) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Kaosune, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, kingkarp.
    (15:55:23) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:55:23) Time: Day 2
    (15:55:23) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:55:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:55:23) Wasabi121: what the point btw
    (15:55:26) GoldFtw: ?
    (15:55:27) BmfkilshoJDONDu: what do you mean gg
    (15:55:28) Demoted Soldier: get the black
    (15:55:29) Demoted Soldier: thats it
    (15:55:30) Sebastian Hummel: whites have to lynch black
    (15:55:33) ±Game:Pete_Wisdom voted!
    (15:55:33) ±Game:Demoted Soldier voted!
    (15:55:35) GoldFtw: idk this theme
    (15:55:38) Zerowaltz: who we votin'
    (15:55:38) bg on me: Sebastian Hummel thats racist
    (15:55:38) Roild: so much racism, @ Sebastian Hummel
    (15:55:39) GoldFtw: whos good and whos bad?
    (15:55:40) Sebastian Hummel: reds have to remove all whites while avoiding black
    (15:55:41) ±Game:Zerowaltz voted!
    (15:55:42) ±Game:Wasabi121 voted!
    (15:55:42) EarlS: who are we even voting?
    (15:55:44) ±Game:GoldFtw voted!
    (15:55:44) ±Game:Roild voted!
    (15:55:46) Sebastian Hummel: vote EarlS
    (15:55:47) ±Game:Stocke voted!
    (15:55:48) ±Game:bg on me voted!
    (15:55:49) Pete_Wisdom: whoever you think the black is
    (15:55:50) ±Game: You voted for EarlS!
    (15:55:50) ±Game:Sebastian Hummel voted!
    (15:55:50) EarlS: .-.
    (15:55:52) ±Game:Kaosune voted!
    (15:55:55) ±Game:BmfkilshoJDONDu voted!
    (15:55:58) ±Game:Fynecian voted!
    (15:55:58) GoldFtw: wait
    (15:56:01) EarlS: im not gonna resist
    (15:56:01) Kaosune: don't we get an inspector?
    (15:56:04) Fynecian: Why is the voting this way
    (15:56:04) GoldFtw: so if black is dead, everyone wins?
    (15:56:05) GoldFtw: :O
    (15:56:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:06) Times Up! :
    (15:56:06) No one was voted off! :
    (15:56:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:06) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:56:06) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Kaosune, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, kingkarp.
    (15:56:06) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:56:06) Time: Night 3
    (15:56:06) Make your moves, you only have 35 seconds! :
    (15:56:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:06) Demoted Soldier: (22:55:50) Sebastian Hummel: whites have to lynch black
    (15:56:07) Fynecian: Just makes shit more annoying
    (15:56:08) Zeromare: lol
    (15:56:09) EarlS: lol
    (15:56:10) Demoted Soldier: wait i lol'd so hard at this
    (15:56:11) BmfkilshoJDONDu: yes gold
    (15:56:12) Rushii: this is
    (15:56:13) Zerowaltz: lol
    (15:56:14) GoldFtw: oh okay
    (15:56:15) Rushii: so confusing though
    (15:56:18) Sebastian Hummel: if black dies, all colours die from red to purple
    (15:56:18) EarlS: whos the inspector?
    (15:56:24) Stocke: Let's linch blacks (cough racism)
    (15:56:25) Rushii: if we get used to this, cool.
    (15:56:25) ±Hint: That person is not playing!
    (15:56:30) Kaosune: voting should be public tbh
    (15:56:31) ±Game: You have chosen to chroma Curselax!
    (15:56:31) Rushii: confusing but cool
    (15:56:34) Roild: Why does that happen, Sebastian Hummel?
    (15:56:36) EarlS: @kaosune
    (15:56:41) Sebastian Hummel: voting would expose colours
    (15:56:42) Sebastian Hummel: to black
    (15:56:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:44) Times Up! :
    (15:56:44) ±Game: Your target (Curselax) can't be copied!
    (15:56:44) ±Game: A White found the Orange!
    (15:56:44) No one died! :
    (15:56:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:44) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (15:56:44) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Kaosune, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, kingkarp.
    (15:56:44) Current Team: White, White, White, White, White, White, White, White, White, White, White, White
    (15:56:44) Time: Day 3
    (15:56:44) You have 35 seconds to debate who are the bad guys! :
    (15:56:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:46) Kaosune: that's what I'm wondering myself
    (15:56:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:50) ±Game: With the radiance of the rising sun, the Red shines across the land! Kaosune is caught in the violent crimson flash!
    (15:56:50) ±Palette: Kaosune (White) was erased!
    (15:56:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:56:54) EarlS: .-.
    (15:57:01) Sebastian Hummel: wow
    (15:57:03) Demoted Soldier: i keep failing to convert myself bs
    (15:57:03) EarlS: Sebastian Hummel how?
    (15:57:09) Sebastian Hummel: ?
    (15:57:09) GoldFtw: damn...
    (15:57:09) Demoted Soldier: should i stay white
    (15:57:12) BmfkilshoJDONDu: wow
    (15:57:12) Stocke: So the found the "Colour", what does that mean?
    (15:57:12) Pete_Wisdom: this red keeps getting whites'
    (15:57:14) EarlS: how would they expose?
    (15:57:16) bg on me: white power?
    (15:57:18) EarlS: and what does black do?
    (15:57:20) Zerowaltz: stocke is orange
    (15:57:21) Zerowaltz: !
    (15:57:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:57:21) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (15:57:21) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, Stocke, Wasabi121, Zerowaltz, bg on me, kingkarp.
    (15:57:21) Current Team: White, White, White, White, White, White, White, White, White, White, White
    (15:57:22) Time: Day 3
    (15:57:22) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:57:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:57:25) Sebastian Hummel: That means they used /chroma on a colour
    (15:57:25) ±Game:Demoted Soldier voted!
    (15:57:26) bg on me: #mildlyracisttheme
    (15:57:27) ±Game:Rushii voted!
    (15:57:28) ±Game:Pete_Wisdom voted!
    (15:57:28) ±Game:Wasabi121 voted!
    (15:57:29) ±Game:bg on me voted!
    (15:57:29) Sebastian Hummel: and joind the team
    (15:57:31) ±Game:GoldFtw voted!
    (15:57:32) ±Game:Fynecian voted!
    (15:57:32) Roild: Sebass, this has got to be the most racist theme.
    (15:57:34) ±Game:Stocke voted!
    (15:57:34) ±Game:EarlS voted!
    (15:57:35) ±Game:BmfkilshoJDONDu voted!
    (15:57:36) ±Game: You voted for EarlS!
    (15:57:36) ±Game:Sebastian Hummel voted!
    (15:57:36) Li Q. Assir - afk changed names and is now known as Li Q. Assir.
    (15:57:37) Pete_Wisdom: I could see how this is considered racist
    (15:57:39) ±Game:Roild voted!
    (15:57:40) Sebastian Hummel: only if you want it to be
    (15:57:44) ±Game:Zerowaltz voted!
    (15:57:46) EarlS: well
    (15:57:46) Zeromare: btw if black is lynched, it goes jet black
    (15:57:48) Pete_Wisdom: But I have to say I don't think it is
    (15:57:48) bg on me: lol your advice is lynch the blacks
    (15:57:49) ±Game:kingkarp voted!
    (15:57:50) Roild: It is because it is. x3
    (15:57:52) Sebastian Hummel: black had better start killing
    (15:57:54) Sebastian Hummel: or colours will win
    (15:57:56) Demoted Soldier: and when it gets lynched it kills everywann
    (15:57:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:57:56) Times Up! :
    (15:57:56) ±Palette: With 12 votes, Stocke (White) was erased!
    (15:57:56) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (15:57:56) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, Wasabi121, Zerowaltz, bg on me, kingkarp.
    (15:57:56) Current Team: White, White, White, White, White, White, White, White, White, White
    (15:57:56) Time: Night 4
    (15:57:56) Make your moves, you only have 35 seconds! :
    (15:57:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:57:57) Demoted Soldier: lol
    (15:58:00) Kerowyn left the channel.
    (15:58:00) Sebastian Hummel: lol
    (15:58:03) EarlS: uh
    (15:58:04) bg on me: WHY DOES BLACK HAVE TO BE BAD
    (15:58:07) Sebastian Hummel: So colours obviously organized that vote
    (15:58:10) GoldFtw: what color is inspect?
    (15:58:15) EarlS: cuz racist
    (15:58:15) Rushii: so black is bad
    (15:58:16) Rushii: or good..
    (15:58:17) Zerowaltz: so many chromas
    (15:58:17) ±Game: You have chosen to chroma Roild!
    (15:58:19) Demoted Soldier: black is bad
    (15:58:22) Fynecian: I still don't get how whites can win alone =/.
    (15:58:23) Roild: Heh
    (15:58:24) Rushii: how do we get him off
    (15:58:26) ±Game: The White Team is going to chroma Midnight warrior!
    (15:58:28) Roild: 2 votes, Fyn
    (15:58:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:58:31) Times Up! :
    (15:58:31) ±Palette: Wasabi121 (White) was erased!
    (15:58:31) ±Game: A White found the Yellow!
    (15:58:31) ±Game: You copied someone and changed roles!
    (15:58:31) ±Game: You are a Green!
    (15:58:31) ±Game: You're a Green! Either you just found a Yellow, or you were born this way. You have a 60% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Blues and lower follow. Eliminate all Whites to win!
    (15:58:31) ±Game: The Red is Rushii!
    (15:58:31) ±Game: The Orange is kingkarp!
    (15:58:31) ±Game: The Yellow is EarlS, Roild!
    (15:58:31) ±Game: The Green is Sebastian Hummel!
    (15:58:31) ±Game: A White found the Yellow!
    (15:58:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:58:31) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, White, White, Yellow, Yellow.
    (15:58:31) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, Zerowaltz, bg on me, kingkarp.
    (15:58:31) Current Team: Green, Green, Orange, Red, Yellow, Yellow
    (15:58:31) Time: Day 4
    (15:58:31) You have 35 seconds to debate who are the bad guys! :
    (15:58:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:58:33) kingkarp: i dont like this theme
    (15:58:35) Demoted Soldier: fynecian lynching? w 2 votes obv
    (15:58:37) Zerowaltz: dammit
    (15:58:39) EarlS: shouldnt black and white be on a team?
    (15:58:42) Zerowaltz: I keep finding whites
    (15:58:43) Fynecian: Underpowered lol
    (15:58:45) bg on me: Sebastian Hummel this theme is bad and you should feel bad
    (15:58:46) citro: noobs
    (15:58:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:58:47) ±Game: With the radiance of the rising sun, the Red shines across the land! Zerowaltz is caught in the violent crimson flash!
    (15:58:47) ±Palette: Zerowaltz (White) was erased!
    (15:58:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:58:55) TsLulz left the channel.
    (15:58:57) Fynecian: We'll just lynch eachother
    (15:59:02) Roild: bg on me, that's not nice.
    (15:59:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:59:06) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, White, Yellow, Yellow.
    (15:59:06) Current Players: BmfkilshoJDONDu, Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, bg on me, kingkarp.
    (15:59:06) Current Team: Green, Green, Orange, Red, Yellow, Yellow
    (15:59:06) Time: Day 4
    (15:59:06) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:59:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:59:07) ±Dratini: Rami93 was unmuted by Windblown!
    (15:59:09) EarlS: theres
    (15:59:10) EarlS: no bgs
    (15:59:11) ±Game:BmfkilshoJDONDu voted!
    (15:59:12) Fynecian: and the colors/black will like almost always win
    (15:59:14) ±Game:Rushii voted!
    (15:59:14) ±Game:GoldFtw voted!
    (15:59:14) ±Game:Pete_Wisdom voted!
    (15:59:15) EarlS: oh wait nvm
    (15:59:19) ±Game:kingkarp voted!
    (15:59:19) ±Game:Roild voted!
    (15:59:24) ±Game:Demoted Soldier voted!
    (15:59:26) ±Game:Fynecian voted!
    (15:59:27) EarlS: .-. ...
    (15:59:28) ±CommandBot: The command voted doesn't exist
    (15:59:29) ±Game:bg on me voted!
    (15:59:31) ±Game:EarlS voted!
    (15:59:31) ±Game: You voted for BmfkilshoJDONDu!
    (15:59:31) ±Game:Sebastian Hummel voted!
    (15:59:38) citro: Fynecian if you lynch black, it kills all of the colors.
    (15:59:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:59:38) Times Up! :
    (15:59:38) ±Palette: With 8 votes, BmfkilshoJDONDu (White) was erased!
    (15:59:38) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, Yellow, Yellow.
    (15:59:38) Current Players: Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, bg on me, kingkarp.
    (15:59:38) Current Team: Green, Green, Orange, Red, Yellow, Yellow
    (15:59:38) Time: Night 5
    (15:59:38) Make your moves, you only have 35 seconds! :
    (15:59:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:59:47) ±Game: You have chosen to mirror Rushii!
    (15:59:47) EarlS: -_-
    (15:59:50) Fynecian: Ohhhhhhh. Ok makes much more sense now.
    (15:59:55) Jugdino joined the channel.
    (15:59:57) Pete_Wisdom: I still don't get it
    (15:59:58) Sebastian Hummel: yeah
    (15:59:59) EarlS: citro
    (16:00:00) GoldFtw: wait
    (16:00:02) bg on me: so we just need to lynch the black guy
    (16:00:03) GoldFtw: how do you beat black then
    (16:00:04) GoldFtw: ._.
    (16:00:06) bg on me: and whites can then win?
    (16:00:09) Paula The Koala joined the channel.
    (16:00:09) EarlS: can black be dkilled?
    (16:00:09) Sebastian Hummel: lynch the Black color
    (16:00:10) Sebastian Hummel: lol
    (16:00:11) Demoted Soldier: yes
    (16:00:13) citro: yes it can
    (16:00:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:13) Times Up! :
    (16:00:13) ±Game: You couldn't mirror this night!
    (16:00:13) ±Game: A White found the Green!
    (16:00:13) No one died! :
    (16:00:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:13) Current Roles: Black, Blue, Green, Green, Orange, Red, White, White, White, White, Yellow, Yellow.
    (16:00:13) Current Players: Curselax, Demoted Soldier, EarlS, Fynecian, GoldFtw, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, bg on me, kingkarp.
    (16:00:13) Current Team: Blue, Green, Green, Orange, Red, Yellow, Yellow
    (16:00:13) Time: Day 5
    (16:00:13) You have 35 seconds to debate who are the bad guys! :
    (16:00:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:14) Pete_Wisdom: Whites win when the black is lynched
    (16:00:15) EarlS: lol
    (16:00:20) Curselax left the channel.
    (16:00:20) GoldFtw: but black kills everything
    (16:00:20) EarlS: if red hits black then
    (16:00:21) Fynecian: Ok let's lynch Black
    (16:00:22) GoldFtw: ohhhhhhhhhh
    (16:00:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:28) ±Game: With the radiance of the rising sun, the Red shines across the land! GoldFtw is caught in the violent crimson flash!
    (16:00:28) ±Palette: GoldFtw (White) was erased!
    (16:00:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:31) Sebastian Hummel: if red hits black, whites win b/c colors all die
    (16:00:32) EarlS: ._.
    (16:00:32) bg on me: i sat Pete_Wisdom is black
    (16:00:33) bg on me: perhaps?
    (16:00:37) Pete_Wisdom: Uh n
    (16:00:38) [AFK] Litwick changed names and is now known as Litwick.
    (16:00:40) Sebastian Hummel: .myrole
    (16:00:40) Pete_Wisdom: *uh no
    (16:00:40) EarlS: no one can tell..
    (16:00:43) ±Game: You are a Green!
    (16:00:43) ±Game: You're a Green! Either you just found a Yellow, or you were born this way. You have a 60% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Blues and lower follow. Eliminate all Whites to win!
    (16:00:43) ±Game: The Red is Rushii!
    (16:00:43) ±Game: The Orange is kingkarp!
    (16:00:43) ±Game: The Yellow is EarlS, Roild!
    (16:00:43) ±Game: The Green is Sebastian Hummel, Demoted Soldier!
    (16:00:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:48) Current Roles: Black, Blue, Green, Green, Orange, Red, White, White, White, Yellow, Yellow.
    (16:00:48) Current Players: Curselax, Demoted Soldier, EarlS, Fynecian, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, bg on me, kingkarp.
    (16:00:48) Current Team: Blue, Green, Green, Orange, Red, Yellow, Yellow
    (16:00:48) Time: Day 5
    (16:00:48) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:00:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:00:49) Pete_Wisdom: I am a white who sucks at finding peopl
    (16:00:53) ±Game:Pete_Wisdom voted!
    (16:00:55) ±Game:bg on me voted!
    (16:00:57) ±Game:Roild voted!
    (16:00:57) ±Game:Demoted Soldier voted!
    (16:00:58) ±Game:Midnight warrior voted!
    (16:00:59) ±Game:Rushii voted!
    (16:01:02) ±Game: You voted for Pete_Wisdom!
    (16:01:02) ±Game:Sebastian Hummel voted!
    (16:01:03) Fynecian: Who'd you vote for lmao.
    (16:01:04) EarlS: who r we voting again? ._.
    (16:01:05) Gr0v left the channel.
    (16:01:07) bg on me: idk
    (16:01:09) ±Game:kingkarp voted!
    (16:01:12) ±Game:Fynecian voted!
    (16:01:13) Fynecian: Welp.
    (16:01:13) Sebastian Hummel: whites need to communicate to win -_-
    (16:01:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:01:19) Times Up! :
    (16:01:19) ±Game: With 11 votes for Pete_Wisdom, the Blue faded to a Pastel Blue.
    (16:01:19) Current Roles: Black, Green, Green, Orange, Pastel Blue, Red, White, White, White, Yellow, Yellow.
    (16:01:19) Current Players: Curselax, Demoted Soldier, EarlS, Fynecian, Midnight warrior, Pete_Wisdom, Roild, Rushii, Sebastian Hummel, bg on me, kingkarp.
    (16:01:19) Current Team: Green, Green, Orange, Pastel Blue, Red, Yellow, Yellow
    (16:01:19) Time: Night 6
    (16:01:19) Make your moves, you only have 35 seconds! :
    (16:01:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:01:23) EarlS: lol?
    (16:01:25) Roild: bue wat
    (16:01:28) bg on me: whats that mean
    (16:01:28) Roild: I don't get it
    (16:01:31) EarlS: pastel blue does what?
    (16:01:32) kingkarp: what does that do
    (16:01:37) ±CommandBot: The command protect doesn't exist
    (16:01:40) Sebastian Hummel: dies at end of night
    (16:01:44) bg on me: ah
    (16:01:45) Sebastian Hummel: and kills all purples
    (16:01:50) kingkarp: ohk
    (16:01:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:01:54) Times Up! :
    (16:01:54) ±Palette: Midnight warrior (White) was erased!
    (16:01:54) ±Palette: Pete_Wisdom (Pastel Blue) was erased!
    (16:01:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:01:54) Current Roles: Black, Green, Green, Orange, Red, White, White, Yellow, Yellow.
    (16:01:54) Current Players: Curselax, Demoted Soldier, EarlS, Fynecian, Roild, Rushii, Sebastian Hummel, bg on me, kingkarp.
    (16:01:54) Current Team: Green, Green, Orange, Red, Yellow, Yellow
    (16:01:54) Time: Day 6
    (16:01:54) You have 35 seconds to debate who are the bad guys! :
    (16:01:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:01:56) Fynecian: Purples lolwat.
    (16:02:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:02:03) ±Game: With the radiance of the rising sun, the Red shines across the land! Fynecian is caught in the violent crimson flash!
    (16:02:03) ±Palette: Fynecian (Black) was erased!
    (16:02:03) ~Player~, the Black, absorbs the light and explodes over Rushii!
    (16:02:03) ~Player~, the Black, absorbs the light and explodes over kingkarp!
    (16:02:03) ~Player~, the Black, absorbs the light and explodes over EarlS and Roild!
    (16:02:03) ~Player~, the Black, absorbs the light and explodes over Sebastian Hummel and Demoted Soldier!
    (16:02:03) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (bg on me and Curselax) are left standing!
    (16:02:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:02:03) Sebastian Hummel: 2 whites left
    (16:02:06) EarlS: OMG
    (16:02:07) Sebastian Hummel: wow
    (16:02:07) Sebastian Hummel: bug
    (16:02:08) Pyre left the channel.
    (16:02:09) Roild: Whoa
    (16:02:10) Fynecian: =P
    (16:02:11) Zeromare: kablammo
    (16:02:12) Sebastian Hummel: lol
    (16:02:13) citro: ahaha
    (16:02:13) Demoted Soldier: :(
    (16:02:13) EarlS: seb
    (16:02:16) Kaosune: gf u
    (16:02:16) EarlS: you need to add
    (16:02:16) Zerowaltz: code glitch
    (16:02:17) Roild: 2 whites win
    (16:02:17) Midna: o-o
    (16:02:17) Sebastian Hummel: ~fixing that soon
    (16:02:18) Demoted Soldier: fun theme tbh
    (16:02:18) GoldFtw: lol
    (16:02:18) bg on me: Sebastian Hummel u fail
    (16:02:19) EarlS: black cant get killed
    (16:02:20) Zeromare: should be self
    (16:02:21) Stocke: So this is fucking weird
    (16:02:21) kingkarp: that theme sucked
    (16:02:21) Roild: Sebastian Hummel, that really sucks.
    (16:02:22) Da Swag Maggot: that was stupid
    (16:02:26) Fynecian: Funnyfunny

    (16:02:26) ***************************************************************************************
    (16:02:26) ±Game: Kaosune started a game with theme FF!
    (16:02:26) ±Game: Type /Join to enter the game!
    (16:02:26) ***************************************************************************************

    (16:02:26) ±Game: All your favorite Final Fantasy heroes and villains have gathered for a gigantic battle royale! The villains bring threatening new abilities to the arena, each one able to cripple the heroes severely. Only one thing is certain, though - last party standing wins. [Update: Cecil completely remade. Have fun!]
    (16:02:28) ±Game: Protassium joined the game!
    (16:02:29) ±Game: kingkarp joined the game!
    (16:02:29) ±Game: Da Swag Maggot joined the game!
    (16:02:29) ±Game: GoldFtw joined the game!
    (16:02:29) ±Game: Stocke joined the game!
    (16:02:29) ±Game: citro joined the game!
    (16:02:30) Roild: Killing the only enemy means you lose
    (16:02:30) EarlS: Sebastian Hummel, black shouldnt be able to get killed
    (16:02:30) ±Game: Midnight warrior joined the game!
    (16:02:30) ±Game: Li Q. Assir joined the game!
    (16:02:30) ±Game: bg on me joined the game!
    (16:02:31) ±Game: Chalupa joined the game!
    (16:02:31) ±Game: Jugdino joined the game!
    (16:02:31) Da Swag Maggot: horrible setup
    (16:02:32) bg on me: i won lol
    (16:02:33) ±Game: Pete_Wisdom joined the game!
    (16:02:33) ±Game: Paula The Koala joined the game!
    (16:02:34) Kaosune: tbh it seems promising
    (16:02:34) ±Game: EarlS joined the game!
    (16:02:35) bg on me: but my partner was afk
    (16:02:35) GoldFtw: i voted fynecian d1
    (16:02:36) GoldFtw: :<
    (16:02:37) Midna: best ending ever :D
    (16:02:39) Pete_Wisdom: Finally a theme I know somewhat
    (16:02:40) ±Game: Fynecian joined the game!
    (16:02:40) ±Game: Midna joined the game!
    (16:02:40) bg on me: I WON
    (16:02:41) Stocke: Good old ff theme
    (16:02:41) ±Game: Wasabi121 joined the game!
    (16:02:42) Sebastian Hummel: Roild and EarlS, Black is not the enemy
    (16:02:43) ±Game: Rushii joined the game!
    (16:02:44) Kaosune: but it's still rough :c
    (16:02:47) ±Game: Bacebubs. joined the game!
    (16:02:51) Roild: So what is?
    (16:02:54) Sebastian Hummel: the only purpose of colours is to kill whites
    (16:02:55) ±Game: Zeromare joined the game!
    (16:02:58) ±Game: Demoted Soldier joined the game!

    (16:02:58) ±Game: Hurry up, you only have 30 seconds more to join!

    (16:03:00) Roild: It is too tough to pussyfoot around
    (16:03:04) Demoted Soldier: what seb said
    (16:03:04) Sebastian Hummel: and black's only purpose is to kill colours
    (16:03:04) Demoted Soldier: lol
    (16:03:08) Fynecian: Seb, is it one kill a night
    (16:03:11) Demoted Soldier: i actually understood the theme pretty well??
    (16:03:11) Rushii: i was red
    (16:03:13) Fynecian: I thought I could use all my charges at once
    (16:03:13) Rushii: fucking pro red
    (16:03:13) Sebastian Hummel: and white's only purpose is to kill black
    (16:03:14) EarlS: but if it dies
    (16:03:14) Rushii: all whites lol
    (16:03:16) EarlS: we all dies
    (16:03:16) Rushii: sebastian
    (16:03:18) Rushii: i fucking loved that
    (16:03:22) Rushii: good job :)
    (16:03:22) bg on me: Sebastian Hummel race war?
    (16:03:24) Sebastian Hummel: thx
    (16:03:24) Stocke: It's like Rock, Scissors, Paper In Technicolor thank you, Stocke, that is exactly it.
    (16:03:26) Rushii: like
    (16:03:27) Sebastian Hummel: lol bg on me
    (16:03:27) EarlS: so what is the point?
    (16:03:28) ±Game: waehofen joined the game!
    (16:03:28) Paula The Koala: FUCKIN WHITES[/HIDE]

    As you can see, there are a lot of bugs. :/ I'm fixing the ones seen above as well as others previously unnoticed, and I'm also removing silentVote and removing Pastels. Also looking for ways to help out Black- it hasn't won a single game yet.

    Another test, without silentVote, and Whites won n2. Haxchance is too much.

    (16:39:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:39:34) ±Game: Sebastian Hummel started a game with theme Chroma!
    (16:39:34) ±Game: Type /Join to enter the game!
    (16:39:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (16:39:34) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (16:39:37) bbyJesus: NOOO
    (16:39:38) ±Game: Tesla Elesa joined the game!
    (16:39:38) ±Game: TheEleventh joined the game!
    (16:39:38) ±Game: Wasabi121 joined the game!
    (16:39:39) ±Game: citro joined the game!
    (16:39:40) GoldFtw: not this again
    (16:39:40) Sebastian Hummel: restart, it's fixed
    (16:39:40) TheEleventh: yes
    (16:39:40) Silence: chroma?
    (16:39:41) ±Game: GoldFtw joined the game!
    (16:39:41) ±Game: Silence joined the game!
    (16:39:41) bbyJesus: i was gonna start cwar
    (16:39:42) ±Game: Teto joined the game!
    (16:39:43) ±Game: Sebastian Hummel joined the game!
    (16:39:43) ±Game: Rushii joined the game!
    (16:39:44) ±Game: bbyJesus joined the game!
    (16:39:44) ±Game: Me Ben joined the game!
    (16:39:44) Rushii: YES
    (16:39:44) ±Game: Chalupa joined the game!
    (16:39:45) ±Game: EimP joined the game!
    (16:39:45) Rushii: chroma
    (16:39:45) ±Game: Eugene Yackle joined the game!
    (16:39:47) Rushii: i fucking love chroma
    (16:39:48) ±Game: Bacebubs. joined the game!
    (16:39:49) Rushii: :D.
    (16:39:52) ±Game: Sock Monkey joined the game!
    (16:39:53) Eugene Yackle: who cares about cwar :3
    (16:39:53) ±Game: kingkarp joined the game!
    (16:39:55) kingkarp: what is chroma
    (16:39:56) Sebastian Hummel: Rushii you'll probs be white this time jsyk
    (16:39:56) ±Game: Demoted Soldier joined the game!
    (16:39:57) TheEleventh: I wasn't doing very good as canada
    (16:39:59) Demoted Soldier: <3 this theme
    (16:40:00) Rushii: idc
    (16:40:02) ±Game: Paula The Koala joined the game!
    (16:40:03) kingkarp: What is chroma
    (16:40:03) bbyJesus: can someone explain this theme to me again. i didnt get it the first time

    (16:40:03) ±Game: Hurry up, you only have 30 seconds more to join!

    (16:40:04) Fynecian: #RTM
    (16:40:06) Wasabi121: u were very lucky eleventh
    (16:40:07) Rushii: its
    (16:40:08) kingkarp: if this is the colour ones
    (16:40:08) Rushii: colors
    (16:40:08) Demoted Soldier: just...<3 this theme
    (16:40:09) Eugene Yackle: Paula The Koala hi
    (16:40:10) Rushii: basically
    (16:40:11) ±Game: kingkarp unjoined the game!
    (16:40:13) kingkarp: nop
    (16:40:15) Paula The Koala: Omagersh
    (16:40:15) Demoted Soldier: basically three sides
    (16:40:16) Wasabi121: your ten percent evade chance saqve u day one
    (16:40:16) ±Game: RiceKirby joined the game!
    (16:40:18) Wasabi121: from swizz
    (16:40:21) Paula The Koala: tarantulas
    (16:40:22) Tesla Elesa: I've said this before
    (16:40:27) Demoted Soldier: white > black > colours > white > black > colours repeat
    (16:40:28) Paula The Koala: tarantulas.
    (16:40:30) SkyPhoenix joined the channel.
    (16:40:32) Rushii: tesla
    (16:40:33) ±Game: kingkarp joined the game!
    (16:40:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:40:33) Times Up! :
    (16:40:33) The Roles have been Decided! :
    (16:40:33) ±Game: You are a White!
    (16:40:33) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (25% fail chance), or you may attempt to convert to the Colour team using /chroma on someone else (10% fail chance); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (16:40:33) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (16:40:33) Current Players: Bacebubs., Chalupa, Demoted Soldier, EimP, Eugene Yackle, GoldFtw, Me Ben, Paula The Koala, RiceKirby, Rushii, Sebastian Hummel, Silence, Sock Monkey, Tesla Elesa, Teto, TheEleventh, Wasabi121, bbyJesus, citro, kingkarp.
    (16:40:33) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (16:40:33) Time: Night 1
    (16:40:33) Make your moves, you only have 35 seconds! :
    (16:40:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:40:35) Tesla Elesa: but Chroma is a fundamentally racist theme
    (16:40:36) kingkarp: ninja
    (16:40:37) Rushii: lol
    (16:40:37) Demoted Soldier: yes
    (16:40:39) Rushii: dont claim
    (16:40:41) Rushii: dont claim roles guys
    (16:40:42) GoldFtw: oh
    (16:40:45) GoldFtw: i need a slay
    (16:40:46) ±Game: You have chosen to chroma Tesla Elesa!
    (16:40:46) ±Game: The White Team is going to chroma Tesla Elesa!
    (16:40:46) waehofen is active and ready for battles.
    (16:40:48) GoldFtw: eating dinner
    (16:40:49) citro: why
    (16:40:53) ±Kill: GoldFtw (White) was slain by waehofen!
    (16:40:55) Tesla Elesa: you have
    (16:40:56) GoldFtw left the channel.
    (16:40:57) Tesla Elesa: whites
    (16:40:57) ±Game: The White Team is going to chroma Sebastian Hummel!
    (16:40:59) kingkarp: :i
    (16:40:59) ±Game: The White Team is going to chroma RiceKirby!
    (16:41:00) citro: god wae
    (16:41:00) kingkarp: :o
    (16:41:01) waehofen: ö
    (16:41:04) kingkarp: wae
    (16:41:05) kingkarp: :3
    (16:41:07) Tesla Elesa: lynching black
    (16:41:07) DatXFire: wae
    (16:41:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:41:08) Times Up! :
    (16:41:08) ±Game: A White found the Yellow!
    (16:41:08) ±Game: A White found the Black!
    (16:41:08) ±Game: You copied someone and changed roles!
    (16:41:08) ±Game: You are a Grey!
    (16:41:08) ±Game: Well, you're pretty much dead. Next time, leave the Black alone, okay?
    (16:41:08) ±Game: You got too close to the Black! Sorry.
    (16:41:08) ±Palette: Sebastian Hummel (Grey) was erased!
    (16:41:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:41:08) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (16:41:08) Current Players: Bacebubs., Chalupa, Demoted Soldier, EimP, Eugene Yackle, Me Ben, Paula The Koala, RiceKirby, Rushii, Silence, Sock Monkey, Tesla Elesa, Teto, TheEleventh, Wasabi121, bbyJesus, citro, kingkarp.
    (16:41:08) Time: Day 1
    (16:41:08) You have 35 seconds to debate who are the bad guys! :
    (16:41:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:41:09) DatXFire: you ninja
    (16:41:15) Tesla Elesa: black is ofc the bad guy
    (16:41:17) Paula The Koala: !!!!!!!!!
    (16:41:17) Silence: good job whites
    (16:41:20) Eugene Yackle: :o
    (16:41:20) waehofen: ö
    (16:41:20) kingkarp: grey
    (16:41:20) Paula The Koala: who is black
    (16:41:21) RiceKirby: I call racism
    (16:41:25) Demoted Soldier: hmm
    (16:41:31) Demoted Soldier: i think tesla and sock monkey could be black
    (16:41:31) Paula The Koala: >white found the yellow
    (16:41:34) Eugene Yackle: either ricekirby or tesla i presume
    (16:41:34) Paula The Koala: >asians
    (16:41:38) bbyJesus: o yeah i forgot about the racism
    (16:41:39) Rushii: red pm me i wanna chroma
    (16:41:41) Demoted Soldier: i haxed those lolol
    (16:41:43) Tesla Elesa: ofc I'm black
    (16:41:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:41:43) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (16:41:43) Current Players: Bacebubs., Chalupa, Demoted Soldier, EimP, Eugene Yackle, Me Ben, Paula The Koala, RiceKirby, Rushii, Silence, Sock Monkey, Tesla Elesa, Teto, TheEleventh, Wasabi121, bbyJesus, citro, kingkarp.
    (16:41:43) Time: Day 1
    (16:41:43) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:41:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:41:45) RiceKirby: Sock is not Black
    (16:41:46) ±Dratini: mn was mysteriously kicked by Mahnmut!
    (16:41:47) ±Dratini: Strong Pokemon yay was muted by Toph Bei Fong for 1 hour! [Reason: Random profanity is not advised] [Channel: Tohjo Falls]
    (16:41:48) ±Game:Demoted Soldier voted for Tesla Elesa!
    (16:41:49) Tesla Elesa: why else would I call this racist
    (16:41:49) ±Game:bbyJesus voted for Eugene Yackle!
    (16:41:50) bbyJesus: bbyrand
    (16:41:51) ±Game:Chalupa voted for Tesla Elesa!
    (16:41:52) ±Game:Me Ben voted for Tesla Elesa!
    (16:41:53) ±Game:Tesla Elesa voted for Eugene Yackle!
    (16:41:53) ±Game:kingkarp voted for Tesla Elesa!
    (16:41:53) ±Game:Silence voted for Tesla Elesa!
    (16:41:54) ±Game:Paula The Koala voted for Tesla Elesa!
    (16:41:54) ±Game:RiceKirby voted for Tesla Elesa!
    (16:41:56) ±Game:Bacebubs. voted for Tesla Elesa!
    (16:41:56) ±Game:Rushii voted for Tesla Elesa!
    (16:41:56) Eugene Yackle: bbyJesus bad rand
    (16:41:57) Teto: it's really hard reading the Role desc if everyone talks so much
    (16:41:57) Rushii: poor tesla.
    (16:41:59) ±Game:Eugene Yackle voted for Tesla Elesa!
    (16:42:00) Chalupa: winrar?
    (16:42:00) bbyJesus: o yea?
    (16:42:01) ±Game:Teto voted for Tesla Elesa!
    (16:42:02) citro: since when was it not silent voting??? wat
    (16:42:05) EimP: ?
    (16:42:07) Eugene Yackle: methinks it is RiceKirby :3
    (16:42:09) Silence: Is white or black the absence of color?
    (16:42:09) EimP: poor Tesla
    (16:42:13) Litwick left the channel.
    (16:42:13) Demoted Soldier: both silence
    (16:42:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:42:13) Times Up! :
    (16:42:13) ±Game: Trying to vote the Black? Now you've done it. Before the Jet Black leaves, it has some unfinished business to take care of...
    (16:42:13) Current Roles: Green, Jet Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (16:42:13) Current Players: Bacebubs., Chalupa, Demoted Soldier, EimP, Eugene Yackle, Me Ben, Paula The Koala, RiceKirby, Rushii, Silence, Sock Monkey, Tesla Elesa, Teto, TheEleventh, Wasabi121, bbyJesus, citro, kingkarp.
    (16:42:13) Time: Night 2
    (16:42:13) Make your moves, you only have 35 seconds! :
    (16:42:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:42:15) Tesla Elesa: but yeah I actually was black
    (16:42:16) RiceKirby: Black is
    (16:42:17) Rushii: OMG
    (16:42:17) Zeromare: oh shit
    (16:42:18) Chalupa: winrar!
    (16:42:19) Eugene Yackle: o
    (16:42:19) Demoted Soldier: Yes.
    (16:42:19) Silence: Interesting
    (16:42:20) Tesla Elesa: and this theme is still racist
    (16:42:20) Chalupa: no?
    (16:42:23) Demoted Soldier: Now we have to get red
    (16:42:23) Demoted Soldier: whoo
    (16:42:28) Paula The Koala: yaaaay
    (16:42:30) Zeromare: black kills all colors
    (16:42:30) Rushii: It's jet black
    (16:42:31) citro: whites all /chroma Tesla Elesa
    (16:42:31) Rushii: guys
    (16:42:39) citro: not really
    (16:42:40) citro: gosh
    (16:42:44) citro: she's black
    (16:42:48) Rushii: meh
    (16:42:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:42:48) Times Up! :
    (16:42:48) ±Game: ~Self~ the Green cries for mercy... Jet Black shall spare this soul.
    (16:42:48) ±Game: A White found the Jet Black!
    (16:42:48) ±Game: A White found the Jet Black!
    (16:42:48) ±Palette: Tesla Elesa (Jet Black) was erased!
    (16:42:48) As a parting gift to the Whites, the Jet Black decided to do away with those pesky Colours once and for all.
    (16:42:48) As a parting gift to the Whites, the Jet Black decided to do away with those pesky Colours once and for all.
    (16:42:48) As a parting gift to the Whites, the Jet Black decided to do away with those pesky Colours once and for all.
    (16:42:48) ±Palette: Rushii (Grey) was erased!
    (16:42:48) ±Palette: Eugene Yackle (Grey) was erased!
    (16:42:48) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (TheEleventh, Wasabi121, citro, Silence, Teto, bbyJesus, Me Ben, Chalupa, EimP, Demoted Soldier, Paula The Koala and RiceKirby) are left standing!
    (16:42:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:42:49) citro: you die :P
    (16:42:52) Demoted Soldier: gg
    (16:42:52) SkyPhoenix left the channel.
    (16:42:58) kingkarp: this theme sucks
    (16:42:59) Sock Monkey: xD
    (16:43:01) bbyJesus: cool
    (16:43:02) Rushii: lol
    (16:43:04) RiceKirby: So huh, what happened?
    (16:43:04) kingkarp: no offense

    (16:43:05) ***************************************************************************************
    (16:43:05) ±Game: bbyJesus started a game with theme ClanWar!
    (16:43:05) ±Game: Type /Join to enter the game!
    (16:43:05) ***************************************************************************************

    (16:43:05) ±Game: In a desolate, crime-ridden city, three different gangs from three different parts of town decide to settle their differences once and for all: there can only be one surviving clan. A neighborhood assassin who does things his own way and a village leader from another land want a piece of the action as well. Back-stabbing, bluffing, and betrayal are all commonplace in this theme - are you up for the challenge? Fegelein is the current owner of ClanWar, PM him with suggestions/feedback. Originally created by Grasseh. In small games, NA no longer has 2 votes.
    (16:43:06) Zeromare: more coding
    (16:43:06) ±Game: bbyJesus joined the game!
    (16:43:06) Wasabi121: ty so much Tesla Elesa
    (16:43:07) Bacebubs.: wat
    (16:43:09) ±Game: Me Ben joined the game!
    (16:43:09) ±Game: Silence joined the game!
    (16:43:09) ±Game: Eugene Yackle joined the game!
    (16:43:09) ±Game: Rushii joined the game!
    (16:43:09) bbyJesus: yey
    (16:43:10) ±Game: Chalupa joined the game!
    (16:43:12) Demoted Soldier: jet black ded,rice
    (16:43:12) Demoted Soldier: we won
    (16:43:13) ±Game: TheEleventh joined the game!
    (16:43:13) ±Game: EimP joined the game!
    (16:43:13) Wasabi121: I was yellow and I bged u
    (16:43:14) ±Game: Zerowaltz joined the game!
    (16:43:15) Tesla Elesa: the command was
    (16:43:16) ±Game: citro joined the game!
    (16:43:17) Wasabi121: but instead u converted me
    (16:43:17) TheEleventh: Not clanwar
    (16:43:18) Tesla Elesa: ./dechroma
    (16:43:20) EimP: I lived for the 1st time! lol
    (16:43:22) Tesla Elesa: which takes forever to type
    (16:43:24) Eugene Yackle: jet black to pro
    (16:43:25) Wasabi121: and I won with whites
    (16:43:26) TheEleventh: The even teams
    (16:43:27) ±Game: Wasabi121 joined the game!
    (16:43:27) citro: Sebastian Hummel
    (16:43:31) ±Game: Sock Monkey joined the game!
    (16:43:32) Sebastian Hummel: yeah ik
    (16:43:33) TheEleventh: 3 of them
    (16:43:34) ±Game: Paula The Koala joined the game!

    (16:43:34) ±Game: Hurry up, you only have 30 seconds more to join!

    (16:43:35) Sebastian Hummel: fixing
    (16:43:38) TheEleventh: I dislike it
    (16:43:38) citro: oh ok
    (16:43:40) kingkarp: making sun team brb
    (16:43:41) ±Game: Kaosune joined the game!
    (16:43:42) ±Game: Teto joined the game!
    (16:43:44) Eugene Yackle: white team 2 op
    (16:43:46) MayorOfPie joined the channel.
    (16:43:46) Teto: Chroma is a weird theme
    (16:43:47) Eugene Yackle: :x
    (16:43:49) Wasabi121: playing with eevee team
    (16:43:50) MayorOfPie left the channel.
    (16:43:51) Wasabi121: still here
    (16:43:55) ±Game: kingkarp joined the game!
    (16:43:59) MayorOfPie joined the channel.
    (16:43:59) ±Game: kingkarp unjoined the game!
    (16:44:04) ±Game: kingkarp joined the game![/HIDE]

    So far:

    White: 3 wins, 2 losses
    Red: 2 wins, 3 losses
    Black: 0 wins, 5 losses

    one more test with 80% /chroma and 5% instead of 20% hax, then Black will have to be fixed a bit... maybe going back to its infinite kill charges?

    EDIT2: Got logged out, and lost log of 6th game, but Black won by killing the Red. Fairly average-length game, with hax and voting balancing nicely. I think I'll keep it with these settings unless there's more problems later on.

    EDIT3: Well, apparently I copied it before logging out lol.

    (17:36:17) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:17) Times Up! :
    (17:36:17) The Roles have been Decided! :
    (17:36:17) ±Game: You are a White!
    (17:36:17) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (17:36:17) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White.
    (17:36:17) Current Players: Brogent, Cheezeburgar, Draco F. Flame, EimP, Human Destroyer, Kaosune, Li Q. Assir, Nameless Morph, RiceKirby, Sebastian Hummel, Silence, Sock Monkey, TheEleventh, Wasabi121, Whimsical, bg on me.
    (17:36:17) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (17:36:17) Time: Night 1
    (17:36:17) Make your moves, you only have 35 seconds! :
    (17:36:17) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:19) Lolthatsderp joined the channel.
    (17:36:22) Cheezeburgar: ö
    (17:36:23) RiceKirby: Because it's being tested
    (17:36:23) Sebastian Hummel: it needs to be tested, bg on me
    (17:36:24) Nintendobender logged out.
    (17:36:24) ~Unknown~ left the channel.
    (17:36:29) ±Game: The White Team is going to chroma Li Q. Assir!
    (17:36:31) Sebastian Hummel: in order to improve
    (17:36:39) RiceKirby: //protect Sebastian Hummel
    (17:36:39) ±Game: You have chosen to chroma Silence!
    (17:36:39) Sock Monkey: Do whites claim? :o
    (17:36:45) Sebastian Hummel: if you want
    (17:36:45) RiceKirby: You asked for BG, right?
    (17:36:48) Cheezeburgar: i keep lagging terricly
    (17:36:51) Brogent: I'm White :o
    (17:36:52) Sebastian Hummel: that just make red have targets though
    (17:36:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:52) Times Up! :
    (17:36:52) ±Game: Your target (Silence) can't be copied!
    (17:36:52) No one died! :
    (17:36:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:52) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White.
    (17:36:52) Current Players: Brogent, Cheezeburgar, Draco F. Flame, EimP, Human Destroyer, Kaosune, Li Q. Assir, Nameless Morph, RiceKirby, Sebastian Hummel, Silence, Sock Monkey, TheEleventh, Wasabi121, Whimsical, bg on me.
    (17:36:52) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (17:36:52) Time: Day 1
    (17:36:52) You have 35 seconds to debate who are the bad guys! :
    (17:36:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:56) Nameless Morph: pro
    (17:36:57) Sebastian Hummel: makes*
    (17:36:58) RiceKirby: :o
    (17:36:58) Sock Monkey: ...oh.
    (17:36:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:58) ±Game: With the radiance of the rising sun, the Red shines across the land! Nameless Morph is caught in the violent crimson flash!
    (17:36:58) ±Palette: Nameless Morph (Orange) was erased!
    (17:36:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:36:58) waehofen: ö
    (17:37:02) Sebastian Hummel: LOL
    (17:37:05) Silence: Li Q. Assir is White
    (17:37:05) Brogent: What....
    (17:37:06) RiceKirby: Nice TK
    (17:37:08) Sebastian Hummel: teamkill
    (17:37:10) Wasabi121: red with the fail teamkill
    (17:37:11) Silence: Tried to chroma and he was protected lolz
    (17:37:13) Brogent: Doesn't Red know orange on startup?
    (17:37:20) Sebastian Hummel: silence is also white
    (17:37:22) Silence: Yes
    (17:37:24) Sebastian Hummel: yes, Brogent
    (17:37:24) Wasabi121: EimP was being chromad alst night as well
    (17:37:26) Wasabi121: and nothing
    (17:37:27) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:37:27) Current Roles: Black, Red, White, White, White, White, White, White, White, White, White, White, White, White, White.
    (17:37:27) Current Players: Brogent, Cheezeburgar, Draco F. Flame, EimP, Human Destroyer, Kaosune, Li Q. Assir, RiceKirby, Sebastian Hummel, Silence, Sock Monkey, TheEleventh, Wasabi121, Whimsical, bg on me.
    (17:37:27) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (17:37:27) Time: Day 1
    (17:37:27) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (17:37:27) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:37:30) Wasabi121: so I asssume white
    (17:37:32) waehofen is idling.
    (17:37:34) Brogent: Don't forget
    (17:37:34) Li Q. Assir: Silence, I know I'm white
    (17:37:35) Sebastian Hummel: or they got protected/safeguarded
    (17:37:37) Brogent: Chroma can fail
    (17:37:39) Li Q. Assir: are you teamrevealing?
    (17:37:41) Sebastian Hummel: red/orange can do that
    (17:37:42) ±Game:Wasabi121 voted!
    (17:37:46) Wasabi121: voted Sock Monkey
    (17:37:47) ±Game:RiceKirby voted!
    (17:37:48) ±Game:Cheezeburgar voted!
    (17:37:49) Random Kid joined the channel.
    (17:37:49) Silence: Mehh
    (17:37:50) Brogent: 85% chance, or you could chroma white.
    (17:37:50) ±Game:Li Q. Assir voted!
    (17:37:52) Random Kid left the channel.
    (17:37:52) Silence: more like cleaning
    (17:37:53) ±Game: You voted for RiceKirby!
    (17:37:53) ±Game:Sebastian Hummel voted!
    (17:37:53) Eugene Yackle joined the channel.
    (17:37:54) ±Game:Brogent voted!
    (17:37:54) RiceKirby: You should say that before voting
    (17:37:56) ±Game:Whimsical voted!
    (17:37:57) ±Game:Silence voted!
    (17:37:57) ±Game:Sock Monkey voted!
    (17:37:57) ±Game:bg on me voted!
    (17:37:58) Cheezeburgar: terrible lagg ugh i just lagged thru half the vote and day
    (17:38:02) ±Game:Draco F. Flame voted!
    (17:38:05) Wasabi121: and u should stip silent vote countering
    (17:38:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:09) Times Up! :
    (17:38:09) No one was voted off! :
    (17:38:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:09) Current Roles: Black, Red, White, White, White, White, White, White, White, White, White, White, White, White, White.
    (17:38:09) Current Players: Brogent, Cheezeburgar, Draco F. Flame, EimP, Human Destroyer, Kaosune, Li Q. Assir, RiceKirby, Sebastian Hummel, Silence, Sock Monkey, TheEleventh, Wasabi121, Whimsical, bg on me.
    (17:38:09) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White
    (17:38:09) Time: Night 2
    (17:38:09) Make your moves, you only have 35 seconds! :
    (17:38:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:13) Sebastian Hummel: lol
    (17:38:13) Sock Monkey: :o
    (17:38:14) waehofen: ö
    (17:38:15) RiceKirby: Nah, I didn't counter
    (17:38:16) Draco F. Flame: lol
    (17:38:16) Sebastian Hummel: wow
    (17:38:20) RiceKirby: But I didn't follow either
    (17:38:22) ±Game: You have chosen to chroma TheEleventh!
    (17:38:25) Wasabi121: I sense I hit a coloour
    (17:38:28) Cheezeburgar: ö
    (17:38:30) Sebastian Hummel: i hope so
    (17:38:34) Cheezeburgar: lagging test
    (17:38:39) Wasabi121: I also suspect Whimsical for colour
    (17:38:39) bg on me: Wasabi121 who were you even voting
    (17:38:41) Cheezeburgar: wow 5 seconds
    (17:38:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:44) Times Up! :
    (17:38:44) ±Game: Your target (TheEleventh) can't be copied!
    (17:38:44) ±Game: A White found the Black!
    (17:38:44) ±Palette: TheEleventh (Grey) was erased!
    (17:38:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:44) Current Roles: Black, Red, White, White, White, White, White, White, White, White, White, White, White, White.
    (17:38:44) Current Players: Brogent, Cheezeburgar, Draco F. Flame, EimP, Human Destroyer, Kaosune, Li Q. Assir, RiceKirby, Sebastian Hummel, Silence, Sock Monkey, Wasabi121, Whimsical, bg on me.
    (17:38:44) Current Team: White, White, White, White, White, White, White, White, White, White, White, White
    (17:38:44) Time: Day 2
    (17:38:44) You have 35 seconds to debate who are the bad guys! :
    (17:38:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:45) Wasabi121: I said Sock Monkey
    (17:38:47) Brogent: White Team Chroma'd Sock Monkey and Sebastian Hummel.
    (17:38:49) Sebastian Hummel: whoa
    (17:38:50) Brogent: One of those 2
    (17:38:52) bg on me: a white found the black?
    (17:38:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:52) ±Game: With the radiance of the rising sun, the Red shines across the land! RiceKirby is caught in the violent crimson flash!
    (17:38:52) ±Palette: RiceKirby (White) was erased!
    (17:38:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:38:53) bg on me: who
    (17:38:56) Human Destroyer: :o
    (17:38:56) Sebastian Hummel: Brogent
    (17:38:56) waehofen: ö
    (17:38:57) Sebastian Hummel: it's hax
    (17:38:59) Me Ben left the channel.
    (17:39:01) Sebastian Hummel: there were others
    (17:39:05) Brogent: Ah
    (17:39:06) Li Q. Assir: HEY, LISTEN!!! EimP may be Black! I got hax on someone /chroma ing him!!!
    (17:39:10) Brogent: But still
    (17:39:12) Whimsical: So is the can-be-copied megssage another white?
    (17:39:13) Brogent: :c
    (17:39:17) Li Q. Assir: get EimP, please
    (17:39:18) Whimsical: message*
    (17:39:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:39:19) Current Roles: Black, Red, White, White, White, White, White, White, White, White, White, White, White.
    (17:39:19) Current Players: Brogent, Cheezeburgar, Draco F. Flame, EimP, Human Destroyer, Kaosune, Li Q. Assir, Sebastian Hummel, Silence, Sock Monkey, Wasabi121, Whimsical, bg on me.
    (17:39:19) Current Team: White, White, White, White, White, White, White, White, White, White, White
    (17:39:19) Time: Day 2
    (17:39:19) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (17:39:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:39:20) Sebastian Hummel: i chroma'd TheEleventh just before they found black ,lol
    (17:39:20) Wasabi121: someone was chroming him day one
    (17:39:21) Sebastian Hummel: so lucky
    (17:39:22) Draco F. Flame: he is not
    (17:39:22) Wasabi121: and nothing
    (17:39:25) Sebastian Hummel: yes, Whimsical
    (17:39:26) Wasabi121: so I coubt i's EimP
    (17:39:28) ±Game:Li Q. Assir voted!
    (17:39:32) ±Game:Silence voted!
    (17:39:32) Sebastian Hummel: but they may become a color later
    (17:39:32) Wasabi121: get Soarin
    (17:39:34) ±Game:Kaosune voted!
    (17:39:35) ±Game:bg on me voted!
    (17:39:35) Wasabi121: Sock Monkey
    (17:39:36) Brogent: Nobody should Chroma except for one person, who will be on Sock?
    (17:39:37) ±Game: That person is not playing!
    (17:39:37) Li Q. Assir: I'm on EimP
    (17:39:39) ±Game:Sock Monkey voted!
    (17:39:39) ±Game: You voted for Sock Monkey!
    (17:39:39) ±Game:Sebastian Hummel voted!
    (17:39:40) ±Game:Human Destroyer voted!
    (17:39:40) ±Game:Wasabi121 voted!
    (17:39:42) Li Q. Assir: someone chroma'd him
    (17:39:44) ±Game:Brogent voted!
    (17:39:45) Wasabi121: Li u are also driving the vote
    (17:39:46) ±Game:Draco F. Flame voted!
    (17:39:48) Li Q. Assir: and then TheEleventh became grey
    (17:39:53) Wasabi121: away from a more possible rand
    (17:39:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:39:54) Times Up! :
    (17:39:54) ±Palette: With 8 votes, EimP (White) was erased!
    (17:39:54) Current Roles: Black, Red, White, White, White, White, White, White, White, White, White, White.
    (17:39:54) Current Players: Brogent, Cheezeburgar, Draco F. Flame, Human Destroyer, Kaosune, Li Q. Assir, Sebastian Hummel, Silence, Sock Monkey, Wasabi121, Whimsical, bg on me.
    (17:39:54) Current Team: White, White, White, White, White, White, White, White, White, White
    (17:39:54) Time: Night 3
    (17:39:54) Make your moves, you only have 35 seconds! :
    (17:39:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:39:57) Wasabi121: unto a confirmed white
    (17:39:58) Sebastian Hummel: :(
    (17:39:58) Whimsical: I'm throughouly confused, rofl
    (17:40:01) Brogent: Nobody Chroma
    (17:40:02) Wasabi121: I officially don't trust you
    (17:40:03) Sebastian Hummel: ^
    (17:40:07) Brogent: I'm on Sock
    (17:40:08) ±Game: You have chosen to chroma Human Destroyer!
    (17:40:10) Brogent: If I die, go
    (17:40:13) Brogent: c:
    (17:40:18) Sebastian Hummel: if you become orange
    (17:40:18) Li Q. Assir: Human Destroyer is being Chroma'd
    (17:40:20) Sebastian Hummel: we know the red
    (17:40:25) Brogent: ;-;
    (17:40:29) Cheezeburgar: lag test
    (17:40:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:40:29) Times Up! :
    (17:40:29) ±Game: Your target (Human Destroyer) can't be copied!
    (17:40:29) ±Game: A White found the Red!
    (17:40:29) No one died! :
    (17:40:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:40:29) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White.
    (17:40:29) Current Players: Brogent, Cheezeburgar, Draco F. Flame, Human Destroyer, Kaosune, Li Q. Assir, Sebastian Hummel, Silence, Sock Monkey, Wasabi121, Whimsical, bg on me.
    (17:40:29) Current Team: White, White, White, White, White, White, White, White, White
    (17:40:29) Time: Day 3
    (17:40:29) You have 35 seconds to debate who are the bad guys! :
    (17:40:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:40:35) Sebastian Hummel: lol
    (17:40:37) bg on me: how do you find people
    (17:40:40) Brogent: Honestly, somebody else did it
    (17:40:42) Brogent: ._.
    (17:40:42) Wasabi121: Sock Monkey is red
    (17:40:45) Sebastian Hummel: whites, don't vote red
    (17:40:46) Sock Monkey: :o
    (17:40:47) waehofen: ö
    (17:40:48) Sebastian Hummel: or we lose
    (17:40:48) Wasabi121: and Brogent now orange
    (17:40:49) Li Q. Assir: Human Destroyer may be red
    (17:40:51) bg on me: dont vote red
    (17:40:52) Mr. Sherlock [GSC] left the channel.
    (17:40:52) Whimsical: ./chroma apparently finds people
    (17:40:56) bg on me: we need to find black
    (17:40:57) Sebastian Hummel: no, human is white
    (17:40:59) Wasabi121: I am voting Sock Monkey
    (17:40:59) Sebastian Hummel: i did that
    (17:41:02) Wasabi121: like I was day one
    (17:41:02) Brogent: Nah, I'm Orange
    (17:41:02) bg on me: Whimsical is black?
    (17:41:03) bg on me: maybe
    (17:41:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:41:04) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White.
    (17:41:04) Current Players: Brogent, Cheezeburgar, Draco F. Flame, Human Destroyer, Kaosune, Li Q. Assir, Sebastian Hummel, Silence, Sock Monkey, Wasabi121, Whimsical, bg on me.
    (17:41:04) Current Team: White, White, White, White, White, White, White, White, White
    (17:41:04) Time: Day 3
    (17:41:04) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (17:41:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:41:05) bg on me: get Whimsical/
    (17:41:08) ±Game:Wasabi121 voted!
    (17:41:09) ±Game:Kaosune voted!
    (17:41:10) ±Game:Sock Monkey voted!
    (17:41:10) Whimsical: Afraid not.
    (17:41:10) ±Game:bg on me voted!
    (17:41:11) ±Game: You voted for Whimsical!
    (17:41:11) ±Game:Sebastian Hummel voted!
    (17:41:11) Wasabi121: get Sock Monkey
    (17:41:11) Sebastian Hummel: sure
    (17:41:14) ±Game:Li Q. Assir voted!
    (17:41:14) Sebastian Hummel: get Whimsical
    (17:41:15) Kaosune: sock money it is
    (17:41:15) Wasabi121: u can't vote black
    (17:41:16) ±Game:Human Destroyer voted!
    (17:41:17) Wasabi121: they converyt
    (17:41:18) ±Game:Silence voted!
    (17:41:20) ±Game:Brogent voted!
    (17:41:21) ±Game:Draco F. Flame voted!
    (17:41:23) ±Game:Whimsical voted!
    (17:41:26) Sebastian Hummel: Wasabi121 they convert then die
    (17:41:27) Whimsical: White probably out.
    (17:41:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:41:34) Times Up! :
    (17:41:34) ±Palette: With 11 votes, Whimsical (White) was erased!
    (17:41:34) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (17:41:34) Current Players: Brogent, Cheezeburgar, Draco F. Flame, Human Destroyer, Kaosune, Li Q. Assir, Sebastian Hummel, Silence, Sock Monkey, Wasabi121, bg on me.
    (17:41:34) Current Team: White, White, White, White, White, White, White, White
    (17:41:34) Time: Night 4
    (17:41:34) Make your moves, you only have 35 seconds! :
    (17:41:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:41:36) bg on me: my bad
    (17:41:38) Wasabi121: I love how u guys
    (17:41:41) Sebastian Hummel: hmmm
    (17:41:41) Wasabi121: refuse to listen to me
    (17:41:43) Brogent: Why does nobody listen?
    (17:41:43) Sebastian Hummel: lol
    (17:41:43) Kaosune: wtf
    (17:41:48) Wasabi121: Sock Monkey is confirmed fucking red
    (17:41:49) Sebastian Hummel: Sock Monkey next then
    (17:41:50) Kaosune: why did you vote whim?
    (17:41:52) Li Q. Assir: ok
    (17:41:53) Wasabi121: stop voting otherwise
    (17:41:54) Kaosune: vote sock
    (17:41:56) Sebastian Hummel: Wasabi121 if we vote him
    (17:41:59) Sebastian Hummel: black wins
    (17:42:00) bg on me: Sebastian Hummel we need to lynch the black
    (17:42:01) Li Q. Assir: wait
    (17:42:04) Li Q. Assir: thet's true
    (17:42:05) ±Game: You have chosen to chroma bg on me!
    (17:42:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:42:09) Times Up! :
    (17:42:09) ±Palette: Cheezeburgar (Red) was erased!
    (17:42:09) ±Palette: Cheezeburgar the Red dies, and its followers do too!
    (17:42:09) ±Game: A White found the Black!
    (17:42:09) ±Game: You couldn't chroma this night!
    (17:42:09) ±Palette: Kaosune (Grey) was erased!
    (17:42:09) ±Palette: With the Colours gone and the Whites helplessly lost, Sock Monkey the Black drops the world into an infinite shadow...
    (17:42:09) ±Game: The White Team (Brogent, Draco F. Flame, Li Q. Assir, Sebastian Hummel, Silence, bg on me and Wasabi121) lose!
    (17:42:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:42:13) D-Bray joined the channel.
    (17:42:15) Eugene Yackle: :O
    (17:42:15) Sock Monkey: :o
    (17:42:15) citro: uhhh
    (17:42:16) waehofen: ö
    (17:42:16) Draco F. Flame: dammit
    (17:42:17) citro: what
    (17:42:18) Sebastian Hummel: whoa
    (17:42:19) bg on me: lol we couldve won
    (17:42:20) Draco F. Flame: gg
    (17:42:21) Sebastian Hummel: black killed the red
    (17:42:22) Brogent: Looooooooooooooooooooooooooooool.

    (17:42:22) ***************************************************************************************
    (17:42:22) ±Game: Eugene Yackle started a game with theme FF!
    (17:42:22) ±Game: Type /Join to enter the game!
    (17:42:22) ***************************************************************************************

    (17:42:22) ±Game: All your favorite Final Fantasy heroes and villains have gathered for a gigantic battle royale! The villains bring threatening new abilities to the arena, each one able to cripple the heroes severely. Only one thing is certain, though - last party standing wins. [Update: Cecil completely remade. Have fun!]
    (17:42:24) ±Game: bg on me joined the game!
    (17:42:24) ±Game: Wasabi121 joined the game!
    (17:42:24) ±Game: Da Swag Maggot joined the game!
    (17:42:25) ±Game: Brogent joined the game!
    (17:42:25) Kaosune: he was black
    (17:42:25) ±Game: bg on me unjoined the game!
    (17:42:27) ±Game: Draco F. Flame joined the game!
    (17:42:27) ±Game: Lolthatsderp joined the game!
    (17:42:27) ±Game: Kaosune joined the game!
    (17:42:28) Sebastian Hummel: omfg
    (17:42:31) ±Game: Sebastian Hummel joined the game!
    (17:42:32) ±Game: Silence joined the game!
    (17:42:33) Lolthatsderp: whats ff
    (17:42:33) ±Game: Sock Monkey joined the game!
    (17:42:34) ±Game: TheEleventh joined the game!
    (17:42:35) bg on me changed names and is now known as Vayne Solidor.
    (17:42:37) ±Game: Vayne Solidor joined the game!
    (17:42:37) ±Game: Soarin joined the game!
    (17:42:37) Sebastian Hummel: Brogent you said you chroma'd him
    (17:42:38) Eugene Yackle: bs i got detained for being disconnected and not being able to reconnect
    (17:42:39) ±Game: Whimsical joined the game!
    (17:42:40) Eugene Yackle: k
    (17:42:40) EimP: not going to join this match
    (17:42:41) Vayne Solidor: Lolthatsderp final fantasy
    (17:42:41) ±Game: You already joined!
    (17:42:41) Brogent: Sock wasn't Red and I knew it ._.
    (17:42:42) EarlS joined the channel.
    (17:42:42) ±Game: Nameless Morph joined the game!
    (17:42:43) Kaosune: final fantasy Lolthatsderp
    (17:42:44) ±Game: Rehx joined the game!
    (17:42:45) ±Game: MayorOfPie joined the game!
    (17:42:47) MayorOfPie: heyy
    (17:42:51) EimP: I just going to watch for this one

    (17:42:51) ±Game: Hurry up, you only have 30 seconds more to join!

    (17:42:52) citro: Eugene Yackle you deadtalked too :o
    (17:42:52) Lolthatsderp: Whats with the Highlighters
    (17:42:57) ±Game: Cheezeburgar joined the game!
    (17:42:57) Lolthatsderp: This is a VIRTUAL game :3
    (17:42:58) Sebastian Hummel: lol we assumed he was red
    (17:42:59) Brogent: I was shielding real red.
    (17:43:01) Sebastian Hummel: and so didn't vote him
    (17:43:01) citro: you told someone PRs after you died
    (17:43:04) Brogent: Whom I didn't know.
    (17:43:05) Brogent: xD
    (17:43:06) Wasabi121: we at least knew Sock Monkey was not a white
    (17:43:08) citro: that zelda game
    (17:43:09) Nameless Morph: nergal here
    (17:43:10) Nameless Morph: !
    (17:43:13) kingkarp joined the channel.
    (17:43:13) ±Game: You already joined!
    (17:43:13) TheEleventh: I'm useless
    (17:43:14) Wasabi121: and that should have been anough to vote them off
    (17:43:17) Brogent: Inb4 PR
    (17:43:17) ±Game: Dubz joined the game!
    (17:43:20) Sebastian Hummel: Wasabi121, if that was red
    (17:43:20) Vayne Solidor: wrong theme Nameless Morph lol
    (17:43:21) ***************************************************************************************
    (17:43:21) Times Up! :
    (17:43:21) The Roles have been Decided! :
    (17:43:21) ±Game: You are a Kuja!
    (17:43:21) ±Game: The true show begins now! You're the brightest star in the voting arena, voting for anyone results in their immediate death. Team up with Kefka to win!
    (17:43:21) Current Roles: Auron, Cactuar, Cloud, Dark Knight Cecil, Jecht, Judge Gabranth, Kefka, Kuja, Larsa Solidor, Lightning, Locke, Moogle, Moogle, Moogle, Seymour, Tifa, Yunalesca, Zidane.
    (17:43:21) Current Players: Brogent, Cheezeburgar, Da Swag Maggot, Draco F. Flame, Dubz, Kaosune, Lolthatsderp, MayorOfPie, Nameless Morph, Rehx, Sebastian Hummel, Silence, Soarin, Sock Monkey, TheEleventh, Vayne Solidor, Wasabi121, Whimsical.
    (17:43:21) Current Team: Kefka, Kuja
    (17:43:21) Time: Night 1
    (17:43:21) Make your moves, you only have 30 seconds! :
    (17:43:21) ***************************************************************************************
    (17:43:23) Nameless Morph: -_-
    (17:43:24) Sebastian Hummel: Black autowins[/HIDE]
     
    Last edited: Mar 13, 2013
  26. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    You need your most current code here. Also making a new Pastebin each time you edit can clutter up your OP.

    I don't understand your win mechanics. Whites win when black dies, i get that one. Black winning when colors die, what if whites clearly outnumber black? I could see people being mad at that point since village could have won. Colors winning when whites die, semi makes sense since when black dies colors die too but black could technically still win in that scenario.

    Just my 2 cents.
     
    Last edited: Mar 13, 2013
  27. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Got it, Beast. OP and code is updated, including the copy+safeguard command, which works (!).

    Another test, which seemed fine. It looks like a few nights of stall, but really us Whites were connecting- we got Bacebubs., NotAnges, me, and I think one or two others got together in PMs before NotAnges and I died.

    (20:44:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:44:08) ±Game: Sebastian Hummel started a game with theme Chroma!
    (20:44:08) ±Game: Type /Join to enter the game!
    (20:44:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (20:44:08) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (20:44:09) Epikhairz0603: wow
    (20:44:10) Doctor Why: yay.
    (20:44:11) Sebastian Hummel: lol
    (20:44:11) ±Game: Epikhairz0603 joined the game!
    (20:44:13) Tailisu10: hehehehe
    (20:44:14) ±Game: Doctor Why joined the game!
    (20:44:15) ±Game: Sebastian Hummel joined the game!
    (20:44:15) ±Game: Tailisu10 joined the game!
    (20:44:17) Sebastian Hummel: nice one
    (20:44:20) ±Game: RadiumFlyne joined the game!
    (20:44:21) Epikhairz0603: it was obv that doctor was stealth jet...
    (20:44:22) ±Game: Bacebubs. joined the game!
    (20:44:22) ±Game: Goten joined the game!
    (20:44:28) Sebastian Hummel: how so, epik?
    (20:44:29) ±Game: Zidane FFIX joined the game!
    (20:44:30) ±Game: kiratasa joined the game!
    (20:44:31) Doctor Why: lol...
    (20:44:32) ±Game: You already joined!
    (20:44:34) Doctor Why: it kinda was
    (20:44:35) Tailisu10: wow
    (20:44:37) ±Game: RadiumFlyne unjoined the game!

    (20:44:37) ±Game: Hurry up, you only have 30 seconds more to join!

    (20:44:38) ±Game: Li Q. Assir joined the game!
    (20:44:43) Sebastian Hummel: sorry then~
    (20:44:47) ±Game: NotAnges joined the game!
    (20:44:49) SkyPhoenix joined the channel.
    (20:44:52) Sebastian Hummel: anyway, testing now with nonpeak changes
    (20:44:56) ±Game: SkyPhoenix joined the game!
    (20:44:58) AirLow70 left the channel.
    (20:45:01) ±Game: You already joined!
    (20:45:04) SkyPhoenix: Im the non colored color
    (20:45:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:45:07) Times Up! :
    (20:45:07) The Roles have been Decided! :
    (20:45:07) ±Game: You are a White!
    (20:45:07) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (20:45:07) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (20:45:07) Current Players: Bacebubs., Doctor Why, Epikhairz0603, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, SkyPhoenix, Tailisu10, Zidane FFIX, kiratasa.
    (20:45:07) Current Team: White, White, White, White, White, White, White, White
    (20:45:07) Time: Night 1
    (20:45:07) Make your moves, you only have 35 seconds! :
    (20:45:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:45:30) ±Game: You have chosen to chroma NotAnges!
    (20:45:30) Fynecian joined the channel.
    (20:45:42) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:45:42) Times Up! :
    (20:45:42) ±Game: Your target (NotAnges) was guarded!
    (20:45:42) No one died! :
    (20:45:42) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:45:42) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (20:45:42) Current Players: Bacebubs., Doctor Why, Epikhairz0603, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, SkyPhoenix, Tailisu10, Zidane FFIX, kiratasa.
    (20:45:42) Current Team: White, White, White, White, White, White, White, White
    (20:45:42) Time: Day 1
    (20:45:42) You have 35 seconds to debate who are the bad guys! :
    (20:45:42) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:45:44) Bacebubs.: what a werid theme
    (20:45:49) Sebastian Hummel: hmmm
    (20:45:51) Goten: derp
    (20:45:55) Sebastian Hummel: it's gimmicky, yes, bac
    (20:45:57) Sebastian Hummel: bace*
    (20:46:07) Epikhairz0603: im kinda confused
    (20:46:09) Sebastian Hummel: Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone
    (20:46:17) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:46:17) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (20:46:17) Current Players: Bacebubs., Doctor Why, Epikhairz0603, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, SkyPhoenix, Tailisu10, Zidane FFIX, kiratasa.
    (20:46:17) Current Team: White, White, White, White, White, White, White, White
    (20:46:17) Time: Day 1
    (20:46:17) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:46:17) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:46:20) Epikhairz0603: Who's theme is this?
    (20:46:28) Li Q. Assir: Sebastian Hummel's
    (20:46:29) SkyPhoenix: Beats me
    (20:46:32) Epikhairz0603: kay
    (20:46:39) Sebastian Hummel: hmmm
    (20:46:43) Sebastian Hummel: so this stall
    (20:46:45) SkyPhoenix: my role is complicated as damn
    (20:46:47) Sebastian Hummel: is not good
    (20:46:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:46:47) Times Up! :
    (20:46:47) No one was voted off! :
    (20:46:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:46:47) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (20:46:47) Current Players: Bacebubs., Doctor Why, Epikhairz0603, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, SkyPhoenix, Tailisu10, Zidane FFIX, kiratasa.
    (20:46:47) Current Team: White, White, White, White, White, White, White, White
    (20:46:47) Time: Night 2
    (20:46:48) Make your moves, you only have 35 seconds! :
    (20:46:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:46:57) Sebastian Hummel: all roles are, sky lol
    (20:46:59) emeraldswind changed names and is now known as diamondslight.
    (20:47:09) ±Game: You have chosen to chroma kiratasa!
    (20:47:09) ±Game: The White Team is going to chroma kiratasa!
    (20:47:14) RadiumFlyne left the channel.
    (20:47:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:47:22) Times Up! :
    (20:47:22) ±Game: You couldn't chroma this night!
    (20:47:22) No one died! :
    (20:47:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:47:22) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (20:47:22) Current Players: Bacebubs., Doctor Why, Epikhairz0603, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, SkyPhoenix, Tailisu10, Zidane FFIX, kiratasa.
    (20:47:22) Current Team: White, White, White, White, White, White, White, White
    (20:47:22) Time: Day 2
    (20:47:22) You have 35 seconds to debate who are the bad guys! :
    (20:47:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:47:28) Li Q. Assir: really?
    (20:47:29) Epikhairz0603: this is definetly diff from the "PRs PM" classic format...
    (20:47:30) Li Q. Assir: nothing?
    (20:47:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:47:31) ±Game: With the radiance of the rising sun, the Red shines across the land! SkyPhoenix is caught in the violent crimson flash!
    (20:47:31) ±Palette: SkyPhoenix (White) was erased!
    (20:47:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:47:33) Sebastian Hummel: hmmm
    (20:47:34) Sebastian Hummel: whoa
    (20:47:40) Goten: damn red
    (20:47:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:47:57) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White.
    (20:47:57) Current Players: Bacebubs., Doctor Why, Epikhairz0603, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, Tailisu10, Zidane FFIX, kiratasa.
    (20:47:57) Current Team: White, White, White, White, White, White, White
    (20:47:57) Time: Day 2
    (20:47:57) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:47:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:48:01) Sebastian Hummel: so
    (20:48:05) ±Game:Bacebubs. voted!
    (20:48:05) Sebastian Hummel: whites are connecting :)
    (20:48:08) ±Game:Epikhairz0603 voted!
    (20:48:09) Sebastian Hummel: vote who?
    (20:48:11) Tailisu10: this is the most confusing theme
    (20:48:12) Bacebubs.: ekpi
    (20:48:13) Tailisu10: what what
    (20:48:14) ±Game: You voted for Epikhairz0603!
    (20:48:14) ±Game:Sebastian Hummel voted!
    (20:48:15) ±Game:NotAnges voted!
    (20:48:16) ±Game:Goten voted!
    (20:48:19) NotAnges: counter counter
    (20:48:19) ±Game:Li Q. Assir voted!
    (20:48:20) ±Game:kiratasa voted!
    (20:48:27) Tailisu10: well
    (20:48:27) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:48:27) Times Up! :
    (20:48:27) ±Palette: With 4 votes, Epikhairz0603 (White) was erased!
    (20:48:27) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (20:48:27) Current Players: Bacebubs., Doctor Why, Goten, Li Q. Assir, NotAnges, Sebastian Hummel, Tailisu10, Zidane FFIX, kiratasa.
    (20:48:27) Current Team: White, White, White, White, White, White
    (20:48:27) Time: Night 3
    (20:48:27) Make your moves, you only have 35 seconds! :
    (20:48:27) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:48:28) Tailisu10: then
    (20:48:32) Tailisu10: WHAT
    (20:48:33) Bacebubs.: well that's a white :C
    (20:48:40) Sebastian Hummel: welp
    (20:48:43) Tailisu10: That is WHAT
    (20:48:46) Sebastian Hummel: black is saving its kills
    (20:48:52) ±Game: You have chosen to chroma Li Q. Assir!
    (20:49:02) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:02) Times Up! :
    (20:49:02) ±Palette: Bacebubs. (White) was erased!
    (20:49:02) ±Game: A White found the Black!
    (20:49:02) ±Game: You copied someone and changed roles!
    (20:49:02) ±Game: You are a Grey!
    (20:49:02) ±Game: Well, you're pretty much dead. Next time, leave the Black alone, okay?
    (20:49:02) ±Game: You got too close to the Black! Sorry.
    (20:49:02) ±Palette: Sebastian Hummel (Grey) was erased!
    (20:49:02) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:02) Current Roles: Black, Orange, Red, White, White, White, White.
    (20:49:02) Current Players: Doctor Why, Goten, Li Q. Assir, NotAnges, Tailisu10, Zidane FFIX, kiratasa.
    (20:49:02) Time: Day 3
    (20:49:02) You have 35 seconds to debate who are the bad guys! :
    (20:49:02) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:31) ±Game: With the radiance of the rising sun, the Red shines across the land! NotAnges is caught in the violent crimson flash!
    (20:49:31) ±Palette: NotAnges (White) was erased!
    (20:49:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:37) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:37) Current Roles: Black, Orange, Red, White, White, White.
    (20:49:37) Current Players: Doctor Why, Goten, Li Q. Assir, Tailisu10, Zidane FFIX, kiratasa.
    (20:49:37) Time: Day 3
    (20:49:37) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:49:37) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:49:48) Goten: .-.
    (20:49:59) ±Dratini: hallo there was mysteriously kicked by Windblown!
    (20:50:00) ±Game:Doctor Why voted!
    (20:50:06) ±Game:kiratasa voted!
    (20:50:08) ±Game:Goten voted!
    (20:50:08) ±Game:Li Q. Assir voted!
    (20:50:08) Tailisu10: what
    (20:50:15) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:50:15) Times Up! :
    (20:50:15) ±Palette: With 4 votes, Doctor Why (White) was erased!
    (20:50:15) Current Roles: Black, Orange, Red, White, White.
    (20:50:15) Current Players: Goten, Li Q. Assir, Tailisu10, Zidane FFIX, kiratasa.
    (20:50:15) Time: Night 4
    (20:50:15) Make your moves, you only have 35 seconds! :
    (20:50:15) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:50:23) Tailisu10: so the votes are blank?
    (20:50:30) kiratasa: mhm
    (20:50:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:50:50) Times Up! :
    (20:50:50) No one died! :
    (20:50:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:50:50) Current Roles: Black, Orange, Red, White, White.
    (20:50:50) Current Players: Goten, Li Q. Assir, Tailisu10, Zidane FFIX, kiratasa.
    (20:50:51) Time: Day 4
    (20:50:51) You have 35 seconds to debate who are the bad guys! :
    (20:50:51) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:51:01) Goten: .-.
    (20:51:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:51:09) ±Game: With the radiance of the rising sun, the Red shines across the land! Zidane FFIX is caught in the violent crimson flash!
    (20:51:09) ±Palette: Zidane FFIX (White) was erased!
    (20:51:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:51:09) Random Kid joined the channel.
    (20:51:22) Random Kid left the channel.
    (20:51:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:51:29) Current Roles: Black, Orange, Red, White.
    (20:51:29) Current Players: Goten, Li Q. Assir, Tailisu10, kiratasa.
    (20:51:29) Time: Day 4
    (20:51:29) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:51:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:51:55) ±Game:Li Q. Assir voted!
    (20:52:00) ±Game:kiratasa voted!
    (20:52:03) ±Game:Tailisu10 voted!
    (20:52:03) Oil Test joined the channel.
    (20:52:04) ±Game:Goten voted!
    (20:52:05) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:52:05) Times Up! :
    (20:52:05) ±Game: Trying to vote the Black? Now you've done it. Before the Jet Black leaves, it has some unfinished business to take care of...
    (20:52:05) Current Roles: Jet Black, Orange, Red, White.
    (20:52:05) Current Players: Goten, Li Q. Assir, Tailisu10, kiratasa.
    (20:52:05) Time: Night 5
    (20:52:05) Make your moves, you only have 35 seconds! :
    (20:52:05) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:52:12) Goten: aww shit
    (20:52:17) Goten: ik it....
    (20:52:20) Tailisu10: well
    (20:52:28) Li Q. Assir: not dechromaing
    (20:52:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:52:40) Times Up! :
    (20:52:40) ±Palette: Li Q. Assir (Jet Black) was erased!
    (20:52:40) ±Palette: Li Q. Assir the Jet Black got its revenge on Tailisu10!
    (20:52:40) ±Palette: Li Q. Assir the Jet Black got its revenge on kiratasa!
    (20:52:40) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Goten) are left standing!
    (20:52:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:52:40) Xinc left the channel.
    (20:52:46) Goten: :3
    (20:52:47) Tailisu10: ugh
    (20:52:48) kiratasa: fff
    (20:52:50) Doctor Why: WOW
    (20:52:51) Bacebubs.: lol[/HIDE]

    Testing for nonpeak --> definitely not nonpeak

    (23:19:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:19:57) ±Game: Sebastian Hummel started a game with theme Chroma!
    (23:19:57) ±Game: Type /Join to enter the game!
    (23:19:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (23:19:57) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (23:20:02) Sebastian Hummel: only 4 people please
    (23:20:04) Hard: I wasn't even looking and I knew he was mafia
    (23:20:05) Sebastian Hummel: for a test
    (23:20:05) ±Game: asparagus joined the game!
    (23:20:06) Fuzzysqurl: just for that ill make sure you dont get 4 people
    (23:20:07) Sebastian Hummel: of nonpeak
    (23:20:08) ±Game: Paula The Koala joined the game!
    (23:20:10) Superass: Just because I barely talked?
    (23:20:13) Hard: Yes
    (23:20:14) Sebastian Hummel: :(
    (23:20:16) Superass: I did suggest a tie
    (23:20:17) Sebastian Hummel: li, remove extras
    (23:20:18) Sebastian Hummel: pls
    (23:20:20) Fuzzysqurl: Sebastian Hummel, you're terribad at vengeful
    (23:20:22) Sebastian Hummel: I know
    (23:20:25) asparagus: pikachu had to vote

    (23:20:27) ±Game: Hurry up, you only have 30 seconds more to join!

    (23:20:29) asparagus: at the same time as me
    (23:20:30) Fuzzysqurl: Mafia never want to stall
    (23:20:31) Hard: Lol, not enough
    (23:20:33) Li Q. Assir: what?
    (23:20:34) Sebastian Hummel: I only win as Mafia
    (23:20:35) ±Game: Sebastian Hummel joined the game!
    (23:20:36) Fuzzysqurl: Li didnt want to stall
    (23:20:39) Sebastian Hummel: that's 3
    (23:20:40) Sebastian Hummel: one more
    (23:20:45) ±Game: Superass joined the game!
    (23:20:46) Li Q. Assir: Fuzzysqurl, I'm always Mafia-minded then
    (23:20:46) ±Game: Fuzzysqurl joined the game!
    (23:20:47) ±Game: Li Q. Assir joined the game!
    (23:20:48) Sebastian Hummel: ok
    (23:20:49) Hard: LOL
    (23:20:50) ±Game: Sebastian Hummel unjoined the game!
    (23:20:54) Sebastian Hummel: unjoin one
    (23:20:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:20:58) Times Up! :
    (23:20:58) The Roles have been Decided! :
    (23:20:58) Current Roles: Black, Red, White, White, White.
    (23:20:58) Current Players: Fuzzysqurl, Li Q. Assir, Paula The Koala, Superass, asparagus.
    (23:20:58) Time: Night 1
    (23:20:58) Make your moves, you only have 35 seconds! :
    (23:20:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:21:10) asparagus: sorry
    (23:21:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:21:32) Times Up! :
    (23:21:32) ±Palette: asparagus (Red) was erased!
    (23:21:32) ±Game: A White found the Black!
    (23:21:32) ±Palette: Fuzzysqurl (Grey) was erased!
    (23:21:32) ±Palette: With the Colours gone and the Whites helplessly lost, Li Q. Assir the Black drops the world into an infinite shadow...
    (23:21:32) ±Game: The White Team (Paula The Koala and Superass) lose!
    (23:21:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:21:36) Paula The Koala: lol
    (23:21:36) Sebastian Hummel: lol
    (23:21:38) Hard: Er
    (23:21:40) Hard: What
    (23:21:43) Sebastian Hummel: Li Q. Assir, start it again pls
    (23:21:48) Hard: Eh
    (23:21:48) Li Q. Assir: I was pro!
    (23:21:51) Fuzzysqurl: dont let it be a 4 player game
    (23:21:52) Hard: Not too non-peak, IMO

    (23:21:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:21:52) ±Game: Li Q. Assir started a game with theme Chroma!
    (23:21:52) ±Game: Type /Join to enter the game!
    (23:21:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (23:21:52) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (23:22:02) Superass: whut happened
    (23:22:02) ±Game: asparagus joined the game!
    (23:22:05) Sebastian Hummel: and this time, only asparagus, Paula The Koala, Superass, and Fuzzysqurl join
    (23:22:08) ±Game: Superass joined the game!
    (23:22:09) ±Game: Paula The Koala joined the game!
    (23:22:12) Li Q. Assir: Superass, I killed Red
    (23:22:14) Sebastian Hummel: ^
    (23:22:21) Superass: oh

    (23:22:24) ±Game: Hurry up, you only have 30 seconds more to join!

    (23:22:24) Hard: Black won?
    (23:22:24) Superass: dunt do that
    (23:22:26) Hard: :o
    (23:22:29) Sebastian Hummel: Hard, you're right
    (23:22:34) Sebastian Hummel: but have to try still
    (23:22:38) Sebastian Hummel: nvm Fuzzysqurl i';l join
    (23:22:40) ±Game: Sebastian Hummel joined the game!
    (23:22:40) ±Game: Fuzzysqurl joined the game!
    (23:22:42) Hard: :P
    (23:22:43) Li Q. Assir: Sebastian Hummel, please, save all the logs and post them
    (23:22:44) Fuzzysqurl: lol
    (23:22:46) ±Game: Sebastian Hummel unjoined the game!
    (23:22:46) ±Game: Fuzzysqurl unjoined the game!
    (23:22:48) ±Game: Sebastian Hummel joined the game!
    (23:22:48) Hard: ...
    (23:22:50) Paula The Koala: lol
    (23:22:50) ±Game: Fuzzysqurl joined the game!
    (23:22:53) ±Game: Sebastian Hummel unjoined the game!
    (23:22:54) Paula The Koala: LMAO
    (23:22:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:22:54) Times Up! :
    (23:22:54) The Roles have been Decided! :
    (23:22:54) Current Roles: Black, Red, White, White.
    (23:22:54) Current Players: Fuzzysqurl, Paula The Koala, Superass, asparagus.
    (23:22:54) Time: Night 1
    (23:22:54) Make your moves, you only have 35 seconds! :
    (23:22:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:22:55) asparagus: xD
    (23:22:58) Fuzzysqurl: bs
    (23:23:01) Fuzzysqurl: im not doing anything
    (23:23:11) Fuzzysqurl: everyone target me
    (23:23:12) Fuzzysqurl: :]
    (23:23:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:23:29) Times Up! :
    (23:23:29) ±Game: A White found the Red!
    (23:23:29) No one died! :
    (23:23:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:23:29) Current Roles: Black, Orange, Red, White.
    (23:23:29) Current Players: Fuzzysqurl, Paula The Koala, Superass, asparagus.
    (23:23:29) Time: Day 1
    (23:23:29) You have 35 seconds to debate who are the bad guys! :
    (23:23:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:23:38) Fuzzysqurl: yolo
    (23:23:41) asparagus: i am orange
    (23:23:43) asparagus: ok
    (23:23:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:23:43) ±Game: With the radiance of the rising sun, the Red shines across the land! Superass is caught in the violent crimson flash!
    (23:23:43) ±Palette: Superass (White) was erased!
    (23:23:43) ±Palette: Success! The Colours (asparagus and Fuzzysqurl) glow and shimmer, restoring the world to its former multichromatic glory.
    (23:23:43) ±Game: The Black (Paula The Koala) lose!
    (23:23:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:23:44) Paula The Koala: i am black
    (23:23:46) Sebastian Hummel: lol
    (23:23:54) Paula The Koala: oh fuck you red
    (23:23:56) Sebastian Hummel: not nonpeak for sure[/HIDE]

    Analysis: the game can either be very quick or very slow, depending entirely on the confidence of the Black and Red, as well as the communication between Whites.
     
    Last edited: Mar 13, 2013
  28. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    A log:

    (19:07:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:07:58) Times Up! :
    (19:07:58) The Roles have been Decided! :
    (19:07:58) ±Game: You are a White!
    (19:07:58) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (19:07:58) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (19:07:58) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, Husky Mudkip, I-Lash, Karkat, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:07:58) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (19:07:58) Time: Night 1
    (19:07:58) Make your moves, you only have 35 seconds! :
    (19:07:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:08:01) kyucumber: ah a revitalization of the colors them
    (19:08:01) I-Lash: this is the most racist theme ever
    (19:08:04) I-Lash: lynch all the blacks
    (19:08:05) Rushii: white -> black -> colours -> white
    (19:08:06) EarlS: ikr
    (19:08:07) ±Game: The White Team is going to chroma Li Q. Assir!
    (19:08:08) kyucumber: I AM WHITE YOU RACISTS
    (19:08:09) Roild: black*
    (19:08:09) team testing account joined the channel.
    (19:08:13) Rushii: ermm
    (19:08:14) ±Game: You have chosen to mirror Li Q. Assir!
    (19:08:15) Rushii: thanks for chroma
    (19:08:16) Rushii: white team
    (19:08:20) Magneto: chromaing citro
    (19:08:26) citro: :]
    (19:08:26) Rushii: prof iceberg
    (19:08:28) Zerowaltz: chromaing li
    (19:08:28) Prof. IceBerg: ?
    (19:08:28) citro: chromaing Magneto
    (19:08:31) Rushii: uyr wrong
    (19:08:31) Magneto: :)
    (19:08:32) Rushii: ur wrong..
    (19:08:38) Li Q. Assir: Zerowaltz, I haxed you
    (19:08:38) Prof. IceBerg: Dmanit
    (19:08:38) EarlS: why cant i mirror myself tonight?
    (19:08:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:08:41) Times Up! :
    (19:08:41) ±Game: You couldn't mirror this night!
    (19:08:41) ±Game: A White found the Orange!
    (19:08:41) ±Game: A White found the Yellow!
    (19:08:41) No one died! :
    (19:08:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:08:41) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (19:08:41) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, Husky Mudkip, I-Lash, Karkat, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:08:41) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (19:08:41) Time: Day 1
    (19:08:41) You have 35 seconds to debate who are the bad guys! :
    (19:08:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:08:44) GoldFtw joined the channel.
    (19:08:45) Li Q. Assir: mirroring myself
    (19:08:51) EarlS: ow
    (19:08:51) Midna: o-o
    (19:08:51) Roild: Because you aren't a color yet
    (19:08:51) Rushii: roild cant be copied?
    (19:08:52) Rushii: this means!!!!!!!!!!!!!
    (19:08:56) Roild: Means I was copied once
    (19:08:57) Prof. IceBerg: Are you white Rushii
    (19:08:58) citro: he's white
    (19:08:59) EarlS: hes white
    (19:08:59) Roild: and then safeguarded
    (19:08:59) Prof. IceBerg: Yup
    (19:08:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:08:59) ±Game: With the radiance of the rising sun, the Red shines across the land! Husky Mudkip is caught in the violent crimson flash!
    (19:08:59) ±Palette: Husky Mudkip (White) was erased!
    (19:08:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:09:00) citro: .-.
    (19:09:02) Rushii: yep
    (19:09:02) Rushii: XD
    (19:09:06) Prof. IceBerg: Damnit
    (19:09:06) Magneto: lol
    (19:09:10) Roild: Super white
    (19:09:18) Roild: So who we randing? Counter?
    (19:09:21) Karp Karpity: white hate
    (19:09:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:09:21) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (19:09:21) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karkat, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:09:21) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (19:09:21) Time: Day 1
    (19:09:21) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (19:09:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:09:22) Prof. IceBerg: Magneto
    (19:09:25) Prof. IceBerg: Rnad him :D
    (19:09:25) citro: we rand whoever votes first
    (19:09:25) Magneto: yes
    (19:09:26) Karp Karpity: i tell you
    (19:09:27) citro: :o
    (19:09:28) Magneto: no
    (19:09:30) EarlS: yep
    (19:09:30) Roild: Only counters
    (19:09:30) Protassium: >>>
    (19:09:35) EarlS: we rand anyone that rands first
    (19:09:36) Me Ben: someone rand
    (19:09:37) Rushii: colors pm me so i can copy you :c
    (19:09:44) ±Dratini: Gabriela was muted by Mahnmut for 30 minutes! [Reason: spam] [Channel: Tohjo Falls]
    (19:09:44) *** Teto voted for Rushii!
    (19:09:47) Rushii: ok
    (19:09:49) *** Rushii voted for ok
    (19:09:51) *** Roild voted for Teto
    (19:09:51) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:09:51) Times Up! :
    (19:09:51) No one was voted off! :
    (19:09:51) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:09:51) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (19:09:51) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karkat, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:09:51) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (19:09:51) Time: Night 2
    (19:09:51) Make your moves, you only have 35 seconds! :
    (19:09:51) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:09:55) Roild: Tied
    (19:10:00) ±Game: You have chosen to mirror Li Q. Assir!
    (19:10:03) Zerowaltz: chromaing eimp
    (19:10:04) Zerowaltz: if I die
    (19:10:06) Maalk left the channel.
    (19:10:07) Zerowaltz: he's black
    (19:10:10) Rushii: wow
    (19:10:11) Rushii: racist
    (19:10:13) EarlS: lol this
    (19:10:13) Zerowaltz: no racism implied
    (19:10:14) Zerowaltz: ._.
    (19:10:14) EarlS: i haxed
    (19:10:15) Magneto: im white
    (19:10:15) Rushii: If I die he's black
    (19:10:15) Rushii: LOL
    (19:10:16) EarlS: two ppl
    (19:10:18) Magneto: but in real life
    (19:10:20) Magneto: im brown
    (19:10:23) Hotheaded Barry: lol
    (19:10:23) Li Q. Assir: inb4 black kills Zerowaltz to frame
    (19:10:25) EarlS: i haxed two white
    (19:10:26) Hotheaded Barry: racidst
    (19:10:26) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:10:26) Times Up! :
    (19:10:26) ±Game: A White found the Orange!
    (19:10:26) ±Game: A White found the Green!
    (19:10:26) No one died! :
    (19:10:26) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:10:26) Current Roles: Black, Blue, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (19:10:26) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karkat, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:10:26) Current Team: White, White, White, White, White, White, White, White, White, White, White, White
    (19:10:26) Time: Day 2
    (19:10:26) You have 35 seconds to debate who are the bad guys! :
    (19:10:26) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:10:29) tailisu10: that is very interesting magneto
    (19:10:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:10:29) ±Game: With the radiance of the rising sun, the Red shines across the land! Karkat is caught in the violent crimson flash!
    (19:10:29) ±Palette: Karkat (White) was erased!
    (19:10:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:10:29) EarlS: well
    (19:10:32) EarlS: another white
    (19:10:33) Zerowaltz: eimp is white
    (19:10:36) Teto: needs less white
    (19:10:42) Karp Karpity: white hate omg
    (19:10:46) Rushii: racists
    (19:10:50) Hotheaded Barry: ikr
    (19:10:51) Prof. IceBerg: Uhm...
    (19:10:54) Li Q. Assir: Zerowaltz, why do you teamreveal?
    (19:10:56) Prof. IceBerg: Vote... Hothead barry?
    (19:10:58) Li Q. Assir: PM them instead
    (19:10:59) Hotheaded Barry: 'no
    (19:11:00) Zerowaltz: um
    (19:11:00) Karp Karpity: yeah Zerowaltz
    (19:11:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:11:01) Current Roles: Black, Blue, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (19:11:01) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:11:01) Current Team: White, White, White, White, White, White, White, White, White, White, White
    (19:11:01) Time: Day 2
    (19:11:01) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (19:11:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:11:02) ±Dratini: [ALCAPURIAS] Okilis was mysteriously kicked by Oh So Shoddy!
    (19:11:03) Li Q. Assir: so you can connect
    (19:11:04) EarlS: either Magneto or Hotheaded Barry are colors
    (19:11:04) Karp Karpity: why do you
    (19:11:07) Zerowaltz: white is villager?
    (19:11:09) Zerowaltz: ok fine
    (19:11:10) Hotheaded Barry: im white
    (19:11:10) Me Ben: yea
    (19:11:12) Magneto: im white yo
    (19:11:16) Karp Karpity: im black
    (19:11:17) Karp Karpity: jk
    (19:11:19) EarlS: either one...
    (19:11:25) ±Dratini: Silph Co. was muted by Oh So Shoddy for 30 minutes! [Reason: Insulting another user] [Channel: Tohjo Falls]
    (19:11:26) Protassium: Such a confusing theme
    (19:11:26) EarlS: or neither
    (19:11:26) Prof. IceBerg: I want to rand someone :c
    (19:11:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:11:31) Times Up! :
    (19:11:31) No one was voted off! :
    (19:11:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:11:31) Current Roles: Black, Blue, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (19:11:31) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, Zerowaltz, citro, kyucumber, tailisu10.
    (19:11:31) Current Team: White, White, White, White, White, White, White, White, White, White, White
    (19:11:31) Time: Night 3
    (19:11:31) Make your moves, you only have 35 seconds! :
    (19:11:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:11:32) Hotheaded Barry: im trying to chroma tho
    (19:11:38) Li Q. Assir: Zerowaltz, if you know someone was white, he was your teammate, probably
    (19:11:45) Rushii: lol
    (19:11:45) Li Q. Assir: unless you became a colour
    (19:11:47) Rushii: if i die
    (19:11:49) Rushii: li is black
    (19:11:49) ±Game: The White Team is going to chroma Li Q. Assir!
    (19:11:53) Rushii: kill black guy
    (19:11:54) Li Q. Assir: and, then, shall be randed
    (19:11:54) EarlS: e_e
    (19:11:55) Rushii: wait..
    (19:11:56) citro: if I die, I-Lash is black
    (19:11:57) Teto: if i die , i die
    (19:11:58) Rushii: LOL
    (19:12:03) Zerowaltz: last time I played
    (19:12:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:06) Times Up! :
    (19:12:06) ±Game: A White found the Blue!
    (19:12:06) ±Game: A White found the Black!
    (19:12:06) ±Game: A White found the Yellow!
    (19:12:06) ±Game: A White found the Orange!
    (19:12:06) ±Palette: Zerowaltz (Grey) was erased!
    (19:12:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:06) Current Roles: Black, Blue, Green, Green, Orange, Purple, Red, White, White, White, White, White, White, White, Yellow, Yellow, Yellow, Yellow.
    (19:12:06) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Me Ben, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, kyucumber, tailisu10.
    (19:12:06) Current Team: White, White, White, White, White, White, White
    (19:12:06) Time: Day 3
    (19:12:06) You have 35 seconds to debate who are the bad guys! :
    (19:12:06) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:10) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:10) ±Game: With the radiance of the rising sun, the Red shines across the land! Me Ben is caught in the violent crimson flash!
    (19:12:10) ±Palette: Me Ben (White) was erased!
    (19:12:10) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:10) Midna: o-o
    (19:12:11) Roild: Whoa
    (19:12:14) Protassium: woah
    (19:12:17) Roild: Li is black
    (19:12:19) Goten changed names and is now known as Piccolo.
    (19:12:21) Hotheaded Barry: A white found black!
    (19:12:24) Li Q. Assir: Roild, I'm not black
    (19:12:27) Rushii: li isnt black
    (19:12:33) Karp Karpity: moar excitement
    (19:12:36) Roild: Who was zero on?
    (19:12:38) Rushii: I hate blacks.
    (19:12:39) Rushii: no racism
    (19:12:40) Hotheaded Barry: zerowaltz found Black
    (19:12:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:41) Current Roles: Black, Blue, Green, Green, Orange, Purple, Red, White, White, White, White, White, White, Yellow, Yellow, Yellow, Yellow.
    (19:12:41) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, kyucumber, tailisu10.
    (19:12:41) Current Team: White, White, White, White, White, White
    (19:12:41) Time: Day 3
    (19:12:41) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (19:12:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:12:46) Karp Karpity: damn
    (19:12:53) Rushii: Yellow
    (19:12:54) Prof. IceBerg: Vote karp Karpity?
    (19:12:55) Rushii: are asiasn
    (19:12:56) Karp Karpity: no
    (19:12:56) Rushii: asians
    (19:12:57) EimP: who do we vote?
    (19:12:59) Rushii: LOL
    (19:13:02) Prof. IceBerg: Karp...
    (19:13:02) Karp Karpity: ...
    (19:13:10) *** Rushii votes Black People.
    (19:13:11) Prof. IceBerg: Hes black... i think...
    (19:13:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:13:11) Times Up! :
    (19:13:11) No one was voted off! :
    (19:13:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:13:11) Current Roles: Black, Blue, Green, Green, Orange, Purple, Red, White, White, White, White, White, White, Yellow, Yellow, Yellow, Yellow.
    (19:13:11) Current Players: Dark Dragoon, EarlS, EimP, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, kyucumber, tailisu10.
    (19:13:11) Current Team: White, White, White, White, White, White
    (19:13:11) Time: Night 4
    (19:13:11) Make your moves, you only have 35 seconds! :
    (19:13:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:13:17) Karp Karpity: im white
    (19:13:20) Rushii: lol
    (19:13:21) Prof. IceBerg: Oh.
    (19:13:22) ±Game: You have chosen to mirror Li Q. Assir!
    (19:13:22) citro: ok chromaing Karp Karpity
    (19:13:24) Magneto: yellow are asians? :O
    (19:13:25) EarlS: im yellow
    (19:13:26) ToxicTest changed names and is now known as [Lord]NeuroticMonkey.
    (19:13:27) EarlS: ^
    (19:13:28) citro: to see if he's black
    (19:13:29) Rushii: if i die
    (19:13:29) EimP: if I die
    (19:13:31) Rushii: hotheaded is black
    (19:13:32) EarlS: im black
    (19:13:34) Protassium: Chromaing citro
    (19:13:35) EarlS: im green
    (19:13:42) citro: if I go grey, Karp Karpity is black
    (19:13:42) EarlS: im blue
    (19:13:42) Rushii: if i idie hotheaded black
    (19:13:43) Magneto: chroming earls
    (19:13:45) Magneto: if i die
    (19:13:46) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:13:46) Times Up! :
    (19:13:46) ±Game: A White found the Yellow!
    (19:13:46) ±Game: A White found the Green!
    (19:13:46) ±Game: A White found the Black!
    (19:13:46) ±Game: A White found the Yellow!
    (19:13:46) ±Palette: EimP (Grey) was erased!
    (19:13:46) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:13:46) Current Roles: Black, Blue, Blue, Green, Green, Green, Green, Orange, Purple, Red, White, White, Yellow, Yellow, Yellow, Yellow.
    (19:13:46) Current Players: Dark Dragoon, EarlS, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, kyucumber, tailisu10.
    (19:13:46) Current Team: White, White
    (19:13:46) Time: Day 4
    (19:13:46) You have 35 seconds to debate who are the bad guys! :
    (19:13:46) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:13:48) Magneto: their black
    (19:13:52) EarlS: whites
    (19:13:55) EarlS: uh
    (19:13:56) citro: (22:12:56) EimP: if I die
    (19:13:58) Magneto: sigh
    (19:13:58) citro: ...
    (19:13:59) EarlS: can we just
    (19:13:59) Protassium: EimP never said
    (19:13:59) Hotheaded Barry: EimP
    (19:14:00) EarlS: claim now?
    (19:14:01) Protassium: ._.
    (19:14:05) EarlS: whites are doomed
    (19:14:09) Li Q. Assir: EimP never finished that snetence...
    (19:14:18) Roild: lololol
    (19:14:19) EarlS: kk
    (19:14:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:14:21) Current Roles: Black, Blue, Blue, Green, Green, Green, Green, Orange, Purple, Red, White, White, Yellow, Yellow, Yellow, Yellow.
    (19:14:21) Current Players: Dark Dragoon, EarlS, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, kyucumber, tailisu10.
    (19:14:21) Current Team: White, White
    (19:14:21) Time: Day 4
    (19:14:21) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (19:14:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:14:21) Prof. IceBerg: Citro did you find a color?
    (19:14:27) citro: no :(
    (19:14:30) Hotheaded Barry: oh
    (19:14:32) kyucumber: Oh i am white
    (19:14:37) Protassium: k.
    (19:14:38) Prof. IceBerg: Can i start a rand>
    (19:14:39) Prof. IceBerg: ?
    (19:14:41) EarlS: guys just
    (19:14:41) EarlS: do
    (19:14:42) Roild: On who?
    (19:14:43) kyucumber: and i am black
    (19:14:46) ±Game:kyucumber voted!
    (19:14:46) Prof. IceBerg: ...Karp?
    (19:14:47) EarlS: ./myrole
    (19:14:47) Protassium: what
    (19:14:49) Karp Karpity: no
    (19:14:50) ±Game:Roild voted!
    (19:14:52) Karp Karpity: looking at roles
    (19:14:53) ±Game:Rushii voted!
    (19:14:54) Hotheaded Barry: dark Dragoon is black
    (19:14:55) ±Game:Magneto voted!
    (19:14:55) Roild: C-c-c-c-counter
    (19:14:56) ±Game:citro voted!
    (19:14:56) ±Game:Protassium voted!
    (19:14:56) EarlS: vote who?
    (19:14:57) ±Game:Karp Karpity voted!
    (19:14:58) ±Game:Teto voted!
    (19:14:59) ±Game: You voted for Dark Dragoon!
    (19:14:59) ±Game:Li Q. Assir voted!
    (19:15:01) ±Game:Prof. IceBerg voted!
    (19:15:03) MayorOfPie left the channel.
    (19:15:09) ±Game:tailisu10 voted!
    (19:15:11) ±Game:Midna voted!
    (19:15:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:15:19) Times Up! :
    (19:15:19) ±Palette: With 4 votes, kyucumber (White) was erased!
    (19:15:19) Current Roles: Black, Blue, Blue, Green, Green, Green, Green, Orange, Purple, Red, White, Yellow, Yellow, Yellow, Yellow.
    (19:15:19) Current Players: Dark Dragoon, EarlS, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, tailisu10.
    (19:15:19) Current Team: White
    (19:15:19) Time: Night 5
    (19:15:19) Make your moves, you only have 35 seconds! :
    (19:15:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:15:19) EarlS: inb4 black gets voted
    (19:15:22) EarlS: mmk
    (19:15:23) Midna: o-o
    (19:15:27) EarlS: purple
    (19:15:32) EarlS: give us the colors ._.
    (19:15:33) ±Game: You have chosen to chroma citro!
    (19:15:39) citro: Midna is totally white
    (19:15:40) Prof. IceBerg: I-Lash is a color c:
    (19:15:41) citro: btw
    (19:15:44) EarlS: no
    (19:15:46) Hotheaded Barry: dark dragoon is black! Eimp said if i die its dark
    (19:15:47) EarlS: she's green
    (19:15:49) Midna: citro is totally a liar
    (19:15:53) Avatar Roku left the channel.
    (19:15:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:15:54) Times Up! :
    (19:15:54) ±Game: Your target (citro) was guarded!
    (19:15:54) No one died! :
    (19:15:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:15:54) Current Roles: Black, Blue, Blue, Green, Green, Green, Green, Orange, Purple, Red, White, Yellow, Yellow, Yellow, Yellow.
    (19:15:54) Current Players: Dark Dragoon, EarlS, Hotheaded Barry, I-Lash, Karp Karpity, Li Q. Assir, Magneto, Midna, Prof. IceBerg, Protassium, Roild, Rushii, Teto, citro, tailisu10.
    (19:15:54) Current Team: White
    (19:15:54) Time: Day 5
    (19:15:54) You have 35 seconds to debate who are the bad guys! :
    (19:15:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:15:58) Protassium: nothing?
    (19:15:59) Roild: Red, don't kill dark
    (19:16:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (19:16:00) ±Game: With the radiance of the rising sun, the Red shines across the land! Dark Dragoon is caught in the violent crimson flash!
    (19:16:00) ±Palette: Dark Dragoon (Black) was erased!
    (19:16:00) ±Palette: Dark Dragoon the Black absorbs the light and explodes over Karp Karpity!
    (19:16:00) ±Palette: Dark Dragoon the Black absorbs the light and explodes over I-Lash!
    (19:16:00) ±Palette: Dark Dragoon the Black absorbs the light and explodes over Protassium, Hotheaded Barry, Prof. IceBerg and citro!
    (19:16:00) ±Palette: Dark Dragoon the Black absorbs the light and explodes over Rushii, EarlS, Magneto and Roild!
    (19:16:00) ±Palette: Dark Dragoon the Black absorbs the light and explodes over Midna and tailisu10!
    (19:16:00) ±Palette: Dark Dragoon the Black absorbs the light and explodes over Teto!
    (19:16:00) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Li Q. Assir) are left standing!
    (19:16:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***[/HIDE]

    Another one:

    (20:56:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:56:32) Times Up! :
    (20:56:32) The Roles have been Decided! :
    (20:56:32) ±Game: You are a White!
    (20:56:32) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (20:56:32) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (20:56:32) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, GoldFtw, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, earthlark, uso.
    (20:56:32) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (20:56:32) Time: Night 1
    (20:56:32) Make your moves, you only have 35 seconds! :
    (20:56:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:56:34) asparagus: on this theme
    (20:56:37) Caravaggio: b/c silent vote
    (20:56:37) asparagus: its annoying
    (20:56:38) Karp Karpity: omg omg omg
    (20:56:43) ±Game: You have chosen to mirror Li Q. Assir!
    (20:56:44) FluffyChipmunk: blah
    (20:56:45) Jason joined the channel.
    (20:56:45) The Mafia: chromaing Legendary Peng
    (20:56:47) citro: hey, color PM, white here wants to join you
    (20:56:52) Caravaggio: same
    (20:56:52) The Mafia: if I die
    (20:56:56) The Mafia: he is black
    (20:56:59) The Mafia: no racism intended
    (20:57:00) citro: color plz
    (20:57:02) citro: PM me
    (20:57:03) Teto: if i die citro is black
    (20:57:04) citro: :]
    (20:57:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:07) Times Up! :
    (20:57:07) ±Game: A White found the Red!
    (20:57:07) ±Game: A White found the Yellow!
    (20:57:07) ±Game: A White found the Orange!
    (20:57:07) No one died! :
    (20:57:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:07) Current Roles: Black, Green, Orange, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (20:57:07) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, GoldFtw, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, earthlark, uso.
    (20:57:07) Current Team: White, White, White, White, White, White, White, White, White, White, White
    (20:57:07) Time: Day 1
    (20:57:07) You have 35 seconds to debate who are the bad guys! :
    (20:57:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:10) Jacze left the channel.
    (20:57:14) The Mafia: Legendary Peng was guarded
    (20:57:16) uso: what is this theme
    (20:57:16) Caravaggio: whoa
    (20:57:19) The Mafia: what could this mean
    (20:57:23) Legendary Peng: I am not black
    (20:57:23) Chalupa: he's white
    (20:57:25) FluffyChipmunk: they could be white lol
    (20:57:26) Kirby: :o
    (20:57:26) D-Bray left the channel.
    (20:57:27) Chalupa: and he mirrord himself
    (20:57:33) The Mafia: sebastian hummel created this theme
    (20:57:35) GoldFtw: mmm
    (20:57:35) FluffyChipmunk: i completely missed night 1
    (20:57:36) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:36) ±Game: With the radiance of the rising sun, the Red shines across the land! GoldFtw is caught in the violent crimson flash!
    (20:57:36) ±Palette: GoldFtw (White) was erased!
    (20:57:36) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:36) FluffyChipmunk: due to lag
    (20:57:37) asparagus: lets vote earthlark
    (20:57:42) asparagus: im voting earthlark
    (20:57:42) FluffyChipmunk: i think this will be my last game
    (20:57:43) earthlark: what
    (20:57:47) earthlark: -_-
    (20:57:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:47) Current Roles: Black, Green, Orange, Orange, Red, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (20:57:47) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, earthlark, uso.
    (20:57:47) Current Team: White, White, White, White, White, White, White, White, White, White
    (20:57:47) Time: Day 1
    (20:57:47) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:57:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:57:50) earthlark: how about no
    (20:57:52) asparagus: yes
    (20:57:56) ±Game:earthlark voted!
    (20:58:01) ±Game:Teto voted!
    (20:58:02) ±Game:Kirby voted!
    (20:58:02) ±Game:FluffyChipmunk voted!
    (20:58:03) ±Game:Epikhairz0603 voted!
    (20:58:04) ±Game: You voted for EarlS!
    (20:58:04) ±Game:Li Q. Assir voted!
    (20:58:04) ±Game:Chalupa voted!
    (20:58:04) ±Game:IronStorm voted!
    (20:58:05) ±Game:uso voted!
    (20:58:05) ±Game:asparagus voted!
    (20:58:09) Li Q. Assir: oops
    (20:58:09) ±Game:citro voted!
    (20:58:09) earthlark: and where did this knowledge come from.
    (20:58:10) ±Game:Legendary Peng voted!
    (20:58:11) Li Q. Assir: I tabfailed
    (20:58:11) ±Game:Soarin voted!
    (20:58:11) ±Game:Caravaggio voted!
    (20:58:12) Karp Karpity: who we votingZ?
    (20:58:13) Teto: i just wanted to tie
    (20:58:13) asparagus: inb4 earthlark gets voted out
    (20:58:15) uso: same li
    (20:58:16) ±Game:The Mafia voted!
    (20:58:17) asparagus: bc he voted 1st
    (20:58:18) citro: I wonder how many people tabfailed EarlS
    (20:58:22) citro: cuz I did
    (20:58:22) EarlS: ...
    (20:58:23) FluffyChipmunk: lol
    (20:58:23) uso: a lot
    (20:58:24) The Mafia: lol
    (20:58:24) Legendary Peng: lol
    (20:58:24) ±Game:Karp Karpity voted!
    (20:58:24) ±Game:EarlS voted!
    (20:58:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:58:25) Times Up! :
    (20:58:25) ±Palette: With 13 votes, earthlark (White) was erased!
    (20:58:25) Current Roles: Black, Green, Orange, Orange, Red, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (20:58:25) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (20:58:25) Current Team: White, White, White, White, White, White, White, White, White
    (20:58:25) Time: Night 2
    (20:58:25) Make your moves, you only have 35 seconds! :
    (20:58:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:58:25) EarlS: you cant
    (20:58:29) FluffyChipmunk: not enough
    (20:58:30) Kirby: I did too
    (20:58:31) EarlS: hes first i think
    (20:58:31) Li Q. Assir: citro, I did too
    (20:58:33) ±Game: You have chosen to mirror Li Q. Assir!
    (20:58:36) asparagus: xD
    (20:58:38) Karp Karpity: PANIC ATTACK
    (20:58:41) Chalupa: chromaing EarlS
    (20:58:42) EarlS: oh..
    (20:58:44) FluffyChipmunk: hi Caravaggio
    (20:58:44) Chalupa: if i die he's black
    (20:58:49) Caravaggio: hi FluffyChipmunk
    (20:58:53) EarlS: right, i do come first
    (20:58:57) Teto: on soarin if die ->Black
    (20:59:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:59:00) Times Up! :
    (20:59:00) ±Game: A White found the Orange!
    (20:59:00) ±Game: A White found the Green!
    (20:59:00) No one died! :
    (20:59:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:59:00) Current Roles: Black, Blue, Green, Orange, Orange, Red, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (20:59:00) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (20:59:00) Current Team: White, White, White, White, White, White, White
    (20:59:00) Time: Day 2
    (20:59:00) You have 35 seconds to debate who are the bad guys! :
    (20:59:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:59:02) earthlark left the channel.
    (20:59:10) EarlS: i thought this name cant be tabfailed js
    (20:59:11) Soarin: Wow
    (20:59:11) Caravaggio: whoa
    (20:59:11) Soarin: Teto
    (20:59:13) Caravaggio: we have a blue
    (20:59:13) Soarin: You dilweed.
    (20:59:17) Epikhairz0603: wuts a tabfail?
    (20:59:19) asparagus left the channel.
    (20:59:24) The Mafia: hey
    (20:59:25) The Mafia: black here
    (20:59:26) EarlS: Epikhairz0603
    (20:59:28) The Mafia: do I claim
    (20:59:29) EarlS: try to type
    (20:59:31) GoldFtw left the channel.
    (20:59:31) EarlS: ja
    (20:59:32) asparagus joined the channel.
    (20:59:32) Kirby: Yes, The Mafia
    (20:59:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:59:34) Current Roles: Black, Blue, Green, Orange, Orange, Red, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (20:59:34) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (20:59:34) Current Team: White, White, White, White, White, White, White
    (20:59:34) Time: Day 2
    (20:59:34) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:59:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:59:36) citro: why isn't Red killing
    (20:59:37) asparagus: lol
    (20:59:38) EarlS: and press the tab button
    (20:59:38) citro: ._.
    (20:59:42) citro: or Black for that matter
    (20:59:43) Karp Karpity: afk red?
    (20:59:43) Caravaggio: FluffyChipmunk for black? go
    (20:59:44) asparagus: my po crashed
    (20:59:46) ±Game:Caravaggio voted!
    (20:59:47) FluffyChipmunk: no
    (20:59:49) FluffyChipmunk: wat
    (20:59:50) Caravaggio: yes
    (20:59:50) ±Game:Kirby voted!
    (20:59:51) ±Game:uso voted!
    (20:59:51) ±Game:The Mafia voted!
    (20:59:52) ±Game:Karp Karpity voted!
    (20:59:52) ±Game:Epikhairz0603 voted!
    (20:59:52) asparagus: any new developements
    (20:59:53) Kirby: Let's try that
    (20:59:53) ±Game:Chalupa voted!
    (20:59:54) ±Game: You voted for Caravaggio!
    (20:59:54) ±Game:Li Q. Assir voted!
    (20:59:55) Caravaggio: fakeclaimed white to me i think
    (20:59:56) ±Game:EarlS voted!
    (20:59:57) FluffyChipmunk: dude i pmed you cause you were white
    (21:00:01) Caravaggio: ._.
    (21:00:02) EarlS: ...
    (21:00:03) ±Game:asparagus voted!
    (21:00:05) Caravaggio: you are black
    (21:00:06) Karp Karpity: ...
    (21:00:09) FluffyChipmunk: Caravaggio is white then
    (21:00:09) asparagus: ok i voted with fluffy
    (21:00:12) EarlS: cara, how would you know if he faked?
    (21:00:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:00:13) Times Up! :
    (21:00:13) ±Palette: With 9 votes, FluffyChipmunk (White) was erased!
    (21:00:13) Current Roles: Black, Blue, Green, Orange, Orange, Red, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (21:00:13) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (21:00:13) Current Team: White, White, White, White, White, White
    (21:00:13) Time: Night 3
    (21:00:13) Make your moves, you only have 35 seconds! :
    (21:00:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:00:17) EarlS: sigh
    (21:00:20) Karp Karpity: ofc
    (21:00:23) ±Game: You have chosen to mirror Li Q. Assir!
    (21:00:25) citro: chromaing IronStorm
    (21:00:27) Caravaggio: b/c he said I guardedbut I was chroma;s
    (21:00:29) Caravaggio: oh wait
    (21:00:31) citro: if I die, he's black
    (21:00:32) asparagus: caravaggio
    (21:00:36) Caravaggio: chroma is copy+safeguard
    (21:00:37) asparagus: what italian dish are you
    (21:00:43) Caravaggio: a painter
    (21:00:45) The Mafia: if you die AS GREY
    (21:00:46) asparagus: i forgot what caravaggio is
    (21:00:47) EarlS: chroma is?
    (21:00:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:00:48) Times Up! :
    (21:00:48) ±Game: A White found the Red!
    (21:00:48) ±Game: A White found the Yellow!
    (21:00:48) No one died! :
    (21:00:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:00:48) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, White, White, Yellow, Yellow, Yellow.
    (21:00:48) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (21:00:48) Current Team: White, White, White, White
    (21:00:48) Time: Day 3
    (21:00:48) You have 35 seconds to debate who are the bad guys! :
    (21:00:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:00:48) The Mafia: he's black
    (21:00:51) EimP joined the channel.
    (21:00:55) earthlark joined the channel.
    (21:01:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:19) ±Game: With the radiance of the rising sun, the Red shines across the land! Legendary Peng is caught in the violent crimson flash!
    (21:01:19) ±Palette: Legendary Peng (White) was erased!
    (21:01:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:20) asparagus: i dont want to vote black out i want someone to fucking chroma me
    (21:01:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:23) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, White, Yellow, Yellow, Yellow.
    (21:01:23) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (21:01:23) Current Team: White, White, White
    (21:01:23) Time: Day 3
    (21:01:23) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:01:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:23) EarlS: is there anyway to check actions?
    (21:01:34) citro: what EarlS?
    (21:01:35) EarlS: chroma is copy+safeguard?
    (21:01:37) Player Qwikface (IP 82.42.143.54) is being overactive.
    (21:01:38) citro: yes
    (21:01:39) Kirby: So, who we vote?
    (21:01:39) citro: it is
    (21:01:40) Caravaggio: yes
    (21:01:41) EarlS: oh
    (21:01:44) asparagus: other white at night say who you are
    (21:01:45) EarlS: then what happens when
    (21:01:47) asparagus: and ill chroma you
    (21:01:49) asparagus: you chroma me
    (21:01:50) asparagus: deal?
    (21:01:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:53) Times Up! :
    (21:01:53) No one was voted off! :
    (21:01:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:53) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, White, Yellow, Yellow, Yellow.
    (21:01:53) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (21:01:53) Current Team: White, White, White
    (21:01:53) Time: Night 4
    (21:01:53) Make your moves, you only have 35 seconds! :
    (21:01:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:01:53) EarlS: two white targets
    (21:01:58) Shadow Zero joined the channel.
    (21:01:58) Caravaggio: 3 left
    (21:01:59) ±Game: You have chosen to mirror Li Q. Assir!
    (21:02:00) citro: there's 3 white :o
    (21:02:03) EarlS: the same target?
    (21:02:04) citro: chromaing asparagus
    (21:02:07) Caravaggio: black isn't killing?
    (21:02:14) Li Q. Assir: it seems no
    (21:02:19) Caravaggio: black should be to win lol
    (21:02:21) EarlS: he shouldnt
    (21:02:24) EarlS: if hes smart
    (21:02:25) Caravaggio: oh nvm
    (21:02:28) Kirby: Chroming Earls
    (21:02:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:02:29) Times Up! :
    (21:02:29) ±Palette: Soarin (White) was erased!
    (21:02:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:02:29) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, Yellow, Yellow, Yellow.
    (21:02:29) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Teto, The Mafia, asparagus, citro, uso.
    (21:02:29) Current Team: White, White
    (21:02:29) Time: Day 4
    (21:02:29) You have 35 seconds to debate who are the bad guys! :
    (21:02:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:02:31) EarlS: k
    (21:02:32) Kirby: Or not
    (21:02:32) Caravaggio: lol
    (21:02:36) asparagus: fuck
    (21:02:36) uso: black smart
    (21:02:37) citro: who's green
    (21:02:38) Kirby: Too slow to type =/
    (21:02:39) citro: green PM
    (21:02:41) citro: wait
    (21:02:43) EarlS: citro
    (21:02:44) EarlS: do
    (21:02:46) Caravaggio: type /myrole
    (21:02:47) EarlS: ./myrole
    (21:02:48) Chalupa: ./myroole
    (21:02:51) citro: I meant
    (21:02:52) citro: blue
    (21:02:54) citro: ._.
    (21:02:54) Caravaggio: oh
    (21:02:56) citro: but I already knew
    (21:02:58) Caravaggio: blue pm citro
    (21:02:59) citro: cuz he PMd
    (21:03:01) Caravaggio: ok
    (21:03:01) Legendary Peng left the channel.
    (21:03:04) EarlS: inb4 red snipes black again
    (21:03:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:03:04) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, Yellow, Yellow, Yellow.
    (21:03:04) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Teto, The Mafia, asparagus, citro, uso.
    (21:03:04) Current Team: White, White
    (21:03:04) Time: Day 4
    (21:03:04) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:03:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:03:04) Karp Karpity: i gtg
    (21:03:04) asparagus: so the 85% accuracy missed
    (21:03:07) Karp Karpity: slay me
    (21:03:08) asparagus: on both of us
    (21:03:08) Karp Karpity: sorry
    (21:03:09) Caravaggio: no
    (21:03:10) EarlS: oh rly
    (21:03:11) asparagus: thats bad luck
    (21:03:12) EarlS: shit
    (21:03:12) citro: why do you have to go
    (21:03:14) citro: also fuck you no
    (21:03:15) Caravaggio: shoot
    (21:03:16) ±Kill: Karp Karpity (Red) was slain by Li Q. Assir!
    (21:03:17) EarlS: FUCK
    (21:03:18) citro: bs
    (21:03:19) Caravaggio: ok
    (21:03:19) uso: :
    (21:03:19) Chalupa: red gone
    (21:03:20) Zeromare: LOL
    (21:03:20) Teto: omg QQ
    (21:03:21) Kirby: Dahell?
    (21:03:22) ±Game:The Mafia voted!
    (21:03:23) uso: dammit Li Q. Assir
    (21:03:25) EarlS: black come on
    (21:03:26) Karp Karpity logged out.
    (21:03:26) ~Unknown~ left the channel.
    (21:03:26) Caravaggio: so we can survive without a daykill
    (21:03:27) ±Game: You voted for The Mafia!
    (21:03:27) ±Game:Li Q. Assir voted!
    (21:03:28) Epikhairz0603: RED asked for a SLAY?
    (21:03:28) ±Game:uso voted!
    (21:03:29) citro: why did he get red twice in a row btw
    (21:03:30) ±Game:Epikhairz0603 voted!
    (21:03:31) EarlS: mafia who did you vote?
    (21:03:31) ±Game:Kirby voted!
    (21:03:31) ±Game:asparagus voted!
    (21:03:32) The Mafia: get ironstorm
    (21:03:33) EarlS: ...
    (21:03:33) ±Game:IronStorm voted!
    (21:03:35) ±Game:EarlS voted!
    (21:03:36) EarlS: k
    (21:03:39) Zeromare: inb4gameborks
    (21:03:39) citro: don't IronStorm is blue
    (21:03:39) The Mafia: he's white
    (21:03:39) Kirby: What happens now?
    (21:03:39) ±Game:Teto voted!
    (21:03:39) The Mafia: !
    (21:03:40) Caravaggio: nothing will happen now, we just lose a daykill
    (21:03:40) citro: ._.
    (21:03:41) asparagus: bye mafia
    (21:03:42) EarlS: oh
    (21:03:42) The Mafia: wait
    (21:03:43) The Mafia: whatr
    (21:03:43) IronStorm: Was white
    (21:03:46) The Mafia: ok
    (21:03:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:03:47) Times Up! :
    (21:03:47) ±Palette: With 8 votes, The Mafia (Green) was erased!
    (21:03:47) ±Palette: The Mafia the Green dies, followed by IronStorm!
    (21:03:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:03:47) Current Roles: Black, Green, Orange, Orange, Orange, White, White, Yellow, Yellow, Yellow.
    (21:03:47) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Li Q. Assir, Teto, asparagus, citro, uso.
    (21:03:47) Current Team: White, White
    (21:03:47) Time: Night 5
    (21:03:47) Make your moves, you only have 35 seconds! :
    (21:03:47) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:03:49) EarlS: citro give us the colors
    (21:03:52) EarlS: sigh
    (21:03:56) Caravaggio: and oranges are leaders
    (21:03:58) citro: excellent
    (21:04:07) asparagus: ok citro
    (21:04:07) EarlS: im orang
    (21:04:07) asparagus: trying again
    (21:04:07) Caravaggio: green on orange
    (21:04:08) EarlS: black claim
    (21:04:11) Epikhairz0603: Li Q. Assir is a White
    (21:04:12) ±Game: You have chosen to mirror Li Q. Assir!
    (21:04:12) citro: get Li Q. Assir, asparagus, uso
    (21:04:12) EarlS: or we might vote you out
    (21:04:17) Serpentine: what is this theme I don't even
    (21:04:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:04:22) Times Up! :
    (21:04:22) No one died! :
    (21:04:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:04:22) Current Roles: Black, Green, Orange, Orange, Orange, White, White, Yellow, Yellow, Yellow.
    (21:04:22) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Li Q. Assir, Teto, asparagus, citro, uso.
    (21:04:22) Current Team: White, White
    (21:04:22) Time: Day 5
    (21:04:22) You have 35 seconds to debate who are the bad guys! :
    (21:04:22) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:04:25) Caravaggio: heh
    (21:04:29) asparagus: no im white
    (21:04:29) Caravaggio: ok so...
    (21:04:30) citro: Li Q. Assir asparagus uso are not colors
    (21:04:33) EarlS: me, teto, cara, kirby, chalupa, epik, citro are clean
    (21:04:37) Chalupa: aww yiss
    (21:04:38) citro: asparagus probs white
    (21:04:41) asparagus: white is every color
    (21:04:43) Chalupa: k get asparagus
    (21:04:45) asparagus: what are you talking about
    (21:04:45) Windblown joined the channel.
    (21:04:48) EarlS: asparagus y u no copy?
    (21:04:50) Kirby: Who we get?
    (21:04:51) Li Q. Assir: citro, one of us is black. get the wrong and the other two win, you all lose
    (21:04:52) asparagus: i tried to
    (21:04:53) EarlS: also what color are you
    (21:04:55) Epikhairz0603: Li Q. Assir, asparagus, uso are either black or white
    (21:04:55) asparagus: like 20 times
    (21:04:55) Caravaggio: ok, so asparagus and Li Q. Assir claim
    (21:04:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:04:57) Current Roles: Black, Green, Orange, Orange, Orange, White, White, Yellow, Yellow, Yellow.
    (21:04:57) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Li Q. Assir, Teto, asparagus, citro, uso.
    (21:04:57) Current Team: White, White
    (21:04:57) Time: Day 5
    (21:04:57) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:04:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:04:59) ±Game:Chalupa voted!
    (21:05:01) ±Game:Teto voted!
    (21:05:03) asparagus: i already claimed
    (21:05:04) ±Game:Epikhairz0603 voted!
    (21:05:04) EarlS: black should claim
    (21:05:06) ±Game: You voted for Chalupa!
    (21:05:06) ±Game:Li Q. Assir voted!
    (21:05:06) ±Game:uso voted!
    (21:05:08) Me Ben left the channel.
    (21:05:08) EarlS: oh right
    (21:05:10) ±Game:EarlS voted!
    (21:05:12) ±Game:asparagus voted!
    (21:05:13) ±Game:Kirby voted!
    (21:05:14) citro: asparagus be black plz
    (21:05:17) EarlS: nu
    (21:05:18) Chalupa: not black
    (21:05:18) asparagus: im not
    (21:05:19) citro: also our red leaving is stupid
    (21:05:20) Teto: oh no plz not
    (21:05:21) EarlS: kk
    (21:05:23) ±Game:Caravaggio voted!
    (21:05:23) EarlS: citro
    (21:05:24) ±Game:citro voted!
    (21:05:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:05:24) Times Up! :
    (21:05:24) ±Palette: With 7 votes, Li Q. Assir (White) was erased!
    (21:05:24) Current Roles: Black, Green, Orange, Orange, Orange, White, Yellow, Yellow, Yellow.
    (21:05:24) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Teto, asparagus, citro, uso.
    (21:05:24) Time: Night 6
    (21:05:24) Make your moves, you only have 35 seconds! :
    (21:05:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:05:27) Caravaggio: ah
    (21:05:27) EarlS: lol
    (21:05:28) asparagus: gfuck
    (21:05:29) Chalupa: well li works too
    (21:05:34) asparagus: can i chroma myself?
    (21:05:37) EarlS: no
    (21:05:37) Chalupa: no
    (21:05:37) Caravaggio: two more: uso or asparagus?
    (21:05:40) EarlS: you can chroma me tho
    (21:05:40) Kirby: White, /chroma me :D
    (21:05:41) citro: uso hi
    (21:05:42) citro: what are you :o
    (21:05:43) asparagus: so am i just fucked
    (21:05:43) EarlS: white chroma me plz
    (21:05:45) Chalupa: asparagus
    (21:05:45) Teto: or chroma me
    (21:05:45) uso: im uso
    (21:05:50) EarlS: im not guarded
    (21:05:50) uso: how do u play this game
    (21:05:55) citro: asp chroma
    (21:05:56) asparagus: im white
    (21:05:56) citro: me
    (21:05:58) Caravaggio: colors win
    (21:05:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:05:59) Times Up! :
    (21:05:59) ±Palette: Epikhairz0603 (Yellow) was erased!
    (21:05:59) ±Palette: Epikhairz0603 the Yellow dies, followed by citro!
    (21:05:59) ±Game: A White found the Orange!
    (21:05:59) ±Palette: Success! The Colours (Caravaggio, Teto, Kirby, Chalupa, asparagus and EarlS) glow and shimmer, restoring the world to its former multichromatic glory.
    (21:05:59) ±Game: The Black (uso) lose!
    (21:05:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***[/HIDE]
     
    Last edited: Mar 14, 2013
  29. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    My favorite part is when I told Red not to kill Black and he does it anyway.
     
  30. NotScience

    NotScience Member

    Joined:
    Feb 25, 2013
    Messages:
    37
    Likes Received:
    0
    So, what exactly does black do? He seems incredibly underpowered imo.
     
  31. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    Same log as the second one Li posted above, but from a Colour's view.

    (16:55:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:55:03) ±Game: Caravaggio started a game with theme Chroma!
    (16:55:03) ±Game: Type /Join to enter the game!
    (16:55:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (16:55:03) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (16:55:06) citro: wow
    (16:55:06) ±Game: FluffyChipmunk joined the game!
    (16:55:07) ±Game: Caravaggio joined the game!
    (16:55:07) ±Game: citro joined the game!
    (16:55:08) ±Game: Teto joined the game!
    (16:55:09) ±Game: Li Q. Assir joined the game!
    (16:55:09) ±Game: Kirby joined the game!
    (16:55:10) ±Game: Karp Karpity joined the game!
    (16:55:12) ±Game: GoldFtw joined the game!
    (16:55:12) ±Game: Chalupa joined the game!
    (16:55:12) ±Game: asparagus joined the game!
    (16:55:14) ±Game: Soarin joined the game!
    (16:55:15) EarlS: he was DDD then
    (16:55:15) ±Game: The Mafia joined the game!
    (16:55:16) ±Game: Legendary Peng joined the game!
    (16:55:16) ±Game: EarlS joined the game!
    (16:55:17) Karp Karpity: PERFECT WIN
    (16:55:18) Kirby: Waddle Doo :D
    (16:55:19) The Mafia: obv mafia here
    (16:55:20) FluffyChipmunk: of course i was
    (16:55:26) ±Game: earthlark joined the game!
    (16:55:28) FluffyChipmunk: i never claimed anything

    (16:55:33) ±Game: Hurry up, you only have 30 seconds more to join!

    (16:55:35) e to the third power joined the channel.
    (16:55:35) FluffyChipmunk: i always claim when im village
    (16:55:37) citro: DDD have me to thank
    (16:55:40) citro: I sniped the mirror
    (16:55:42) The Mafia: hmm
    (16:55:42) citro: D:
    (16:55:42) Caravaggio: you should claim white
    (16:55:43) The Mafia: good tip
    (16:55:45) ±Game: Epikhairz0603 joined the game!
    (16:55:45) Kirby: Thanks, citro
    (16:55:46) ±Game: uso joined the game!
    (16:55:47) Caravaggio: and let red daykill you
    (16:55:49) e to the third power left the channel.
    (16:55:49) The Mafia: if you don't claim
    (16:55:51) The Mafia: you are bad
    (16:55:52) FluffyChipmunk: thanks citro
    (16:55:55) ±Game: IronStorm joined the game!
    (16:55:56) FluffyChipmunk: i killed you as a thank you
    (16:55:58) citro: its k :]
    (16:55:59) Teto: i killed mike XD
    (16:56:01) asparagus: why does the person who votes first always get voted out
    (16:56:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:56:03) Times Up! :
    (16:56:03) The Roles have been Decided! :
    (16:56:03) ±Game: You are a White!
    (16:56:03) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (16:56:03) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (16:56:03) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, GoldFtw, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, earthlark, uso.
    (16:56:03) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (16:56:03) Time: Night 1
    (16:56:03) Make your moves, you only have 35 seconds! :
    (16:56:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:56:05) asparagus: on this theme
    (16:56:08) Caravaggio: b/c silent vote
    (16:56:08) asparagus: its annoying
    (16:56:09) Karp Karpity: omg omg omg
    (16:56:15) FluffyChipmunk: blah
    (16:56:15) Jason joined the channel.
    (16:56:16) The Mafia: chromaing Legendary Peng
    (16:56:17) ±Game: You have chosen to chroma Karp Karpity!
    (16:56:18) citro: hey, color PM, white here wants to join you
    (16:56:23) Caravaggio: same
    (16:56:23) The Mafia: if I die
    (16:56:27) The Mafia: he is black
    (16:56:30) The Mafia: no racism intended
    (16:56:31) citro: color plz
    (16:56:33) citro: PM me
    (16:56:34) Teto: if i die citro is black
    (16:56:35) citro: :]
    (16:56:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:56:38) Times Up! :
    (16:56:38) ±Game: A White found the Red!
    (16:56:38) ±Game: You copied someone and changed roles!
    (16:56:38) ±Game: You are a Orange!
    (16:56:38) ±Game: You're an Orange! Either you just found the Red, or you were born this way. You have a 15% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Yellows and lower follow. Eliminate all Whites to win!
    (16:56:38) ±Game: The Red is Karp Karpity!
    (16:56:38) ±Game: The Orange is Caravaggio, EarlS!
    (16:56:38) ±Game: The Yellow is Epikhairz0603!
    (16:56:38) ±Game: A White found the Yellow!
    (16:56:38) ±Game: A White found the Orange!
    (16:56:38) No one died! :
    (16:56:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:56:38) Current Roles: Black, Green, Orange, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (16:56:38) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, GoldFtw, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, earthlark, uso.
    (16:56:38) Current Team: Green, Orange, Orange, Red, Yellow, Yellow
    (16:56:38) Time: Day 1
    (16:56:38) You have 35 seconds to debate who are the bad guys! :
    (16:56:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:56:41) Jacze left the channel.
    (16:56:44) The Mafia: Legendary Peng was guarded
    (16:56:46) uso: what is this theme
    (16:56:47) Caravaggio: whoa
    (16:56:49) ±CommandBot: The command mrole doesn't exist
    (16:56:50) The Mafia: what could this mean
    (16:56:52) ±Game: You are a Orange!
    (16:56:52) ±Game: You're an Orange! Either you just found the Red, or you were born this way. You have a 15% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Yellows and lower follow. Eliminate all Whites to win!
    (16:56:52) ±Game: The Red is Karp Karpity!
    (16:56:52) ±Game: The Orange is Caravaggio, EarlS!
    (16:56:52) ±Game: The Yellow is Kirby, Epikhairz0603!
    (16:56:52) ±Game: The Green is citro!
    (16:56:54) Legendary Peng: I am not black
    (16:56:54) Chalupa: he's white
    (16:56:56) FluffyChipmunk: they could be white lol
    (16:56:57) Kirby: :o
    (16:56:57) D-Bray left the channel.
    (16:56:57) Chalupa: and he mirrord himself
    (16:57:04) The Mafia: sebastian hummel created this theme
    (16:57:06) GoldFtw: mmm
    (16:57:06) FluffyChipmunk: i completely missed night 1
    (16:57:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:57:07) ±Game: With the radiance of the rising sun, the Red shines across the land! GoldFtw is caught in the violent crimson flash!
    (16:57:07) ±Palette: GoldFtw (White) was erased!
    (16:57:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:57:07) FluffyChipmunk: due to lag
    (16:57:08) asparagus: lets vote earthlark
    (16:57:13) asparagus: im voting earthlark
    (16:57:13) FluffyChipmunk: i think this will be my last game
    (16:57:14) earthlark: what
    (16:57:18) earthlark: -_-
    (16:57:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:57:18) Current Roles: Black, Green, Orange, Orange, Red, White, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (16:57:18) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, earthlark, uso.
    (16:57:18) Current Team: Green, Orange, Orange, Red, Yellow, Yellow
    (16:57:18) Time: Day 1
    (16:57:18) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:57:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:57:20) earthlark: how about no
    (16:57:23) asparagus: yes
    (16:57:27) ±Game:earthlark voted!
    (16:57:32) ±Game:Teto voted!
    (16:57:33) ±Game:Kirby voted!
    (16:57:33) ±Game:FluffyChipmunk voted!
    (16:57:34) ±Game:Epikhairz0603 voted!
    (16:57:34) ±Game:Li Q. Assir voted!
    (16:57:35) ±Game:Chalupa voted!
    (16:57:35) ±Game:IronStorm voted!
    (16:57:35) ±Game:uso voted!
    (16:57:36) ±Game: You are a Orange!
    (16:57:36) ±Game: You're an Orange! Either you just found the Red, or you were born this way. You have a 15% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Yellows and lower follow. Eliminate all Whites to win!
    (16:57:36) ±Game: The Red is Karp Karpity!
    (16:57:36) ±Game: The Orange is Caravaggio, EarlS!
    (16:57:36) ±Game: The Yellow is Kirby, Epikhairz0603!
    (16:57:36) ±Game: The Green is citro!
    (16:57:36) ±Game:asparagus voted!
    (16:57:40) Li Q. Assir: oops
    (16:57:40) ±Game:citro voted!
    (16:57:40) earthlark: and where did this knowledge come from.
    (16:57:41) ±Game:Legendary Peng voted!
    (16:57:41) Li Q. Assir: I tabfailed
    (16:57:42) ±Game:Soarin voted!
    (16:57:42) ±Game: You voted for earthlark!
    (16:57:42) ±Game:Caravaggio voted!
    (16:57:43) Karp Karpity: who we votingZ?
    (16:57:43) Teto: i just wanted to tie
    (16:57:44) asparagus: inb4 earthlark gets voted out
    (16:57:46) uso: same li
    (16:57:47) ±Game:The Mafia voted!
    (16:57:48) asparagus: bc he voted 1st
    (16:57:48) citro: I wonder how many people tabfailed EarlS
    (16:57:53) citro: cuz I did
    (16:57:53) EarlS: ...
    (16:57:54) FluffyChipmunk: lol
    (16:57:54) uso: a lot
    (16:57:55) The Mafia: lol
    (16:57:55) Legendary Peng: lol
    (16:57:55) ±Game:Karp Karpity voted!
    (16:57:55) ±Game:EarlS voted!
    (16:57:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:57:55) Times Up! :
    (16:57:55) ±Palette: With 13 votes, earthlark (White) was erased!
    (16:57:55) Current Roles: Black, Green, Orange, Orange, Red, White, White, White, White, White, White, White, White, White, Yellow, Yellow.
    (16:57:56) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (16:57:56) Current Team: Green, Orange, Orange, Red, Yellow, Yellow
    (16:57:56) Time: Night 2
    (16:57:56) Make your moves, you only have 35 seconds! :
    (16:57:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:57:56) EarlS: you cant
    (16:58:00) FluffyChipmunk: not enough
    (16:58:01) Kirby: I did too
    (16:58:02) EarlS: hes first i think
    (16:58:02) Li Q. Assir: citro, I did too
    (16:58:06) asparagus: xD
    (16:58:09) Karp Karpity: PANIC ATTACK
    (16:58:12) Chalupa: chromaing EarlS
    (16:58:13) EarlS: oh..
    (16:58:15) FluffyChipmunk: hi Caravaggio
    (16:58:15) Chalupa: if i die he's black
    (16:58:19) Caravaggio: hi FluffyChipmunk
    (16:58:24) EarlS: right, i do come first
    (16:58:26) ±Game: You have chosen to mirror Caravaggio!
    (16:58:28) Teto: on soarin if die ->Black
    (16:58:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:58:31) Times Up! :
    (16:58:31) ±Game: A White found the Orange!
    (16:58:31) ±Game: A White found the Green!
    (16:58:31) No one died! :
    (16:58:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:58:31) Current Roles: Black, Blue, Green, Orange, Orange, Red, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (16:58:31) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (16:58:31) Current Team: Blue, Green, Orange, Orange, Red, Yellow, Yellow, Yellow
    (16:58:31) Time: Day 2
    (16:58:31) You have 35 seconds to debate who are the bad guys! :
    (16:58:31) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:58:33) earthlark left the channel.
    (16:58:41) EarlS: i thought this name cant be tabfailed js
    (16:58:41) Soarin: Wow
    (16:58:42) Caravaggio: whoa
    (16:58:42) Soarin: Teto
    (16:58:44) Caravaggio: we have a blue
    (16:58:44) Soarin: You dilweed.
    (16:58:48) Epikhairz0603: wuts a tabfail?
    (16:58:50) asparagus left the channel.
    (16:58:55) The Mafia: hey
    (16:58:56) The Mafia: black here
    (16:58:56) EarlS: Epikhairz0603
    (16:58:59) The Mafia: do I claim
    (16:59:00) EarlS: try to type
    (16:59:02) GoldFtw left the channel.
    (16:59:02) EarlS: ja
    (16:59:02) asparagus joined the channel.
    (16:59:03) Kirby: Yes, The Mafia
    (16:59:05) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:59:05) Current Roles: Black, Blue, Green, Orange, Orange, Red, White, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (16:59:05) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, FluffyChipmunk, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (16:59:05) Current Team: Blue, Green, Orange, Orange, Red, Yellow, Yellow, Yellow
    (16:59:05) Time: Day 2
    (16:59:05) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:59:05) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:59:07) citro: why isn't Red killing
    (16:59:08) asparagus: lol
    (16:59:08) EarlS: and press the tab button
    (16:59:09) citro: ._.
    (16:59:13) citro: or Black for that matter
    (16:59:13) Karp Karpity: afk red?
    (16:59:14) Caravaggio: FluffyChipmunk for black? go
    (16:59:15) asparagus: my po crashed
    (16:59:17) ±Game: You voted for FluffyChipmunk!
    (16:59:17) ±Game:Caravaggio voted!
    (16:59:18) FluffyChipmunk: no
    (16:59:20) FluffyChipmunk: wat
    (16:59:21) Caravaggio: yes
    (16:59:21) ±Game:Kirby voted!
    (16:59:21) ±Game:uso voted!
    (16:59:22) ±Game:The Mafia voted!
    (16:59:23) ±Game:Karp Karpity voted!
    (16:59:23) ±Game:Epikhairz0603 voted!
    (16:59:23) asparagus: any new developements
    (16:59:23) Kirby: Let's try that
    (16:59:24) ±Game:Chalupa voted!
    (16:59:25) ±Game:Li Q. Assir voted!
    (16:59:25) Caravaggio: fakeclaimed white to me i think
    (16:59:27) ±Game:EarlS voted!
    (16:59:28) FluffyChipmunk: dude i pmed you cause you were white
    (16:59:32) Caravaggio: ._.
    (16:59:33) EarlS: ...
    (16:59:34) ±Game:asparagus voted!
    (16:59:35) Caravaggio: you are black
    (16:59:36) Karp Karpity: ...
    (16:59:39) FluffyChipmunk: Caravaggio is white then
    (16:59:39) asparagus: ok i voted with fluffy
    (16:59:43) EarlS: cara, how would you know if he faked?
    (16:59:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:59:43) Times Up! :
    (16:59:43) ±Palette: With 9 votes, FluffyChipmunk (White) was erased!
    (16:59:43) Current Roles: Black, Blue, Green, Orange, Orange, Red, White, White, White, White, White, White, Yellow, Yellow, Yellow.
    (16:59:43) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (16:59:43) Current Team: Blue, Green, Orange, Orange, Red, Yellow, Yellow, Yellow
    (16:59:44) Time: Night 3
    (16:59:44) Make your moves, you only have 35 seconds! :
    (16:59:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (16:59:48) EarlS: sigh
    (16:59:51) Karp Karpity: ofc
    (16:59:56) citro: chromaing IronStorm
    (16:59:58) Caravaggio: b/c he said I guardedbut I was chroma;s
    (17:00:00) Caravaggio: oh wait
    (17:00:01) citro: if I die, he's black
    (17:00:03) asparagus: caravaggio
    (17:00:06) Caravaggio: chroma is copy+safeguard
    (17:00:08) asparagus: what italian dish are you
    (17:00:14) Caravaggio: a painter
    (17:00:16) The Mafia: if you die AS GREY
    (17:00:17) asparagus: i forgot what caravaggio is
    (17:00:18) EarlS: chroma is?
    (17:00:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:18) Times Up! :
    (17:00:18) ±Game: A White found the Red!
    (17:00:19) ±Game: A White found the Yellow!
    (17:00:19) No one died! :
    (17:00:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:19) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, White, White, Yellow, Yellow, Yellow.
    (17:00:19) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Legendary Peng, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (17:00:19) Current Team: Blue, Green, Green, Orange, Orange, Orange, Red, Yellow, Yellow, Yellow
    (17:00:19) Time: Day 3
    (17:00:19) You have 35 seconds to debate who are the bad guys! :
    (17:00:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:19) The Mafia: he's black
    (17:00:22) EimP joined the channel.
    (17:00:26) earthlark joined the channel.
    (17:00:39) ±Game: You are a Orange!
    (17:00:39) ±Game: You're an Orange! Either you just found the Red, or you were born this way. You have a 15% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Yellows and lower follow. Eliminate all Whites to win!
    (17:00:39) ±Game: The Red is Karp Karpity!
    (17:00:39) ±Game: The Orange is Caravaggio, Teto, EarlS!
    (17:00:39) ±Game: The Yellow is Kirby, Chalupa, Epikhairz0603!
    (17:00:39) ±Game: The Green is citro, The Mafia!
    (17:00:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:49) ±Game: With the radiance of the rising sun, the Red shines across the land! Legendary Peng is caught in the violent crimson flash!
    (17:00:49) ±Palette: Legendary Peng (White) was erased!
    (17:00:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:51) asparagus: i dont want to vote black out i want someone to fucking chroma me
    (17:00:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:53) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, White, Yellow, Yellow, Yellow.
    (17:00:54) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (17:00:54) Current Team: Blue, Green, Green, Orange, Orange, Orange, Red, Yellow, Yellow, Yellow
    (17:00:54) Time: Day 3
    (17:00:54) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (17:00:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:00:54) EarlS: is there anyway to check actions?
    (17:01:05) citro: what EarlS?
    (17:01:06) EarlS: chroma is copy+safeguard?
    (17:01:08) Player Qwikface (IP 82.42.143.54) is being overactive.
    (17:01:09) citro: yes
    (17:01:10) Kirby: So, who we vote?
    (17:01:10) citro: it is
    (17:01:11) Caravaggio: yes
    (17:01:11) EarlS: oh
    (17:01:15) asparagus: other white at night say who you are
    (17:01:16) EarlS: then what happens when
    (17:01:18) asparagus: and ill chroma you
    (17:01:20) asparagus: you chroma me
    (17:01:21) asparagus: deal?
    (17:01:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:01:23) Times Up! :
    (17:01:23) No one was voted off! :
    (17:01:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:01:23) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, White, Yellow, Yellow, Yellow.
    (17:01:24) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Soarin, Teto, The Mafia, asparagus, citro, uso.
    (17:01:24) Current Team: Blue, Green, Green, Orange, Orange, Orange, Red, Yellow, Yellow, Yellow
    (17:01:24) Time: Night 4
    (17:01:24) Make your moves, you only have 35 seconds! :
    (17:01:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:01:24) EarlS: two white targets
    (17:01:29) Shadow Zero joined the channel.
    (17:01:29) Caravaggio: 3 left
    (17:01:31) citro: there's 3 white :o
    (17:01:34) EarlS: the same target?
    (17:01:35) citro: chromaing asparagus
    (17:01:38) Caravaggio: black isn't killing?
    (17:01:43) ±Game: You have chosen to mirror Caravaggio!
    (17:01:45) Li Q. Assir: it seems no
    (17:01:50) Caravaggio: black should be to win lol
    (17:01:52) EarlS: he shouldnt
    (17:01:55) EarlS: if hes smart
    (17:01:56) Caravaggio: oh nvm
    (17:01:59) Kirby: Chroming Earls
    (17:02:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:02:00) Times Up! :
    (17:02:00) ±Game: You couldn't mirror this night!
    (17:02:00) ±Palette: Soarin (White) was erased!
    (17:02:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:02:00) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, Yellow, Yellow, Yellow.
    (17:02:00) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Teto, The Mafia, asparagus, citro, uso.
    (17:02:00) Current Team: Blue, Green, Green, Orange, Orange, Orange, Red, Yellow, Yellow, Yellow
    (17:02:00) Time: Day 4
    (17:02:00) You have 35 seconds to debate who are the bad guys! :
    (17:02:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:02:01) EarlS: k
    (17:02:02) Kirby: Or not
    (17:02:03) Caravaggio: lol
    (17:02:07) asparagus: fuck
    (17:02:07) uso: black smart
    (17:02:07) citro: who's green
    (17:02:08) Kirby: Too slow to type =/
    (17:02:09) citro: green PM
    (17:02:12) citro: wait
    (17:02:14) EarlS: citro
    (17:02:14) Oh So Shoddy is idling.
    (17:02:14) EarlS: do
    (17:02:17) Caravaggio: type /myrole
    (17:02:18) EarlS: ./myrole
    (17:02:18) Chalupa: ./myroole
    (17:02:22) citro: I meant
    (17:02:23) citro: blue
    (17:02:24) citro: ._.
    (17:02:25) Caravaggio: oh
    (17:02:27) citro: but I already knew
    (17:02:29) Caravaggio: blue pm citro
    (17:02:29) citro: cuz he PMd
    (17:02:32) Caravaggio: ok
    (17:02:32) Legendary Peng left the channel.
    (17:02:34) EarlS: inb4 red snipes black again
    (17:02:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:02:35) Current Roles: Black, Blue, Green, Green, Orange, Orange, Orange, Red, White, White, Yellow, Yellow, Yellow.
    (17:02:35) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, IronStorm, Karp Karpity, Kirby, Li Q. Assir, Teto, The Mafia, asparagus, citro, uso.
    (17:02:35) Current Team: Blue, Green, Green, Orange, Orange, Orange, Red, Yellow, Yellow, Yellow
    (17:02:35) Time: Day 4
    (17:02:35) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (17:02:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:02:35) Karp Karpity: i gtg
    (17:02:35) asparagus: so the 85% accuracy missed
    (17:02:38) Karp Karpity: slay me
    (17:02:38) asparagus: on both of us
    (17:02:39) Karp Karpity: sorry
    (17:02:40) Caravaggio: no
    (17:02:41) EarlS: oh rly
    (17:02:42) asparagus: thats bad luck
    (17:02:42) EarlS: shit
    (17:02:42) citro: why do you have to go
    (17:02:45) citro: also fuck you no
    (17:02:46) Caravaggio: shoot
    (17:02:46) ±Kill: Karp Karpity (Red) was slain by Li Q. Assir!
    (17:02:48) EarlS: FUCK
    (17:02:49) citro: bs
    (17:02:50) Caravaggio: ok
    (17:02:50) uso: :
    (17:02:50) Chalupa: red gone
    (17:02:50) Zeromare: LOL
    (17:02:51) Teto: omg QQ
    (17:02:52) Kirby: Dahell?
    (17:02:53) ±Game:The Mafia voted!
    (17:02:54) uso: dammit Li Q. Assir
    (17:02:56) EarlS: black come on
    (17:02:56) Karp Karpity logged out.
    (17:02:56) ~Unknown~ left the channel.
    (17:02:57) Caravaggio: so we can survive without a daykill
    (17:02:58) ±Game:Li Q. Assir voted!
    (17:02:59) Epikhairz0603: RED asked for a SLAY?
    (17:02:59) ±Game:uso voted!
    (17:03:00) citro: why did he get red twice in a row btw
    (17:03:01) ±Game:Epikhairz0603 voted!
    (17:03:01) EarlS: mafia who did you vote?
    (17:03:02) ±Game:Kirby voted!
    (17:03:02) ±Game:asparagus voted!
    (17:03:03) The Mafia: get ironstorm
    (17:03:04) EarlS: ...
    (17:03:04) ±Game:IronStorm voted!
    (17:03:06) ±Game:EarlS voted!
    (17:03:06) EarlS: k
    (17:03:09) Zeromare: inb4gameborks
    (17:03:09) citro: don't IronStorm is blue
    (17:03:10) The Mafia: he's white
    (17:03:10) Kirby: What happens now?
    (17:03:10) ±Game:Teto voted!
    (17:03:10) The Mafia: !
    (17:03:11) Caravaggio: nothing will happen now, we just lose a daykill
    (17:03:11) citro: ._.
    (17:03:12) asparagus: bye mafia
    (17:03:13) EarlS: oh
    (17:03:13) The Mafia: wait
    (17:03:14) The Mafia: whatr
    (17:03:14) IronStorm: Was white
    (17:03:17) The Mafia: ok
    (17:03:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:03:18) Times Up! :
    (17:03:18) ±Palette: With 8 votes, The Mafia (Green) was erased!
    (17:03:18) ±Palette: The Mafia the Green dies, followed by IronStorm!
    (17:03:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:03:18) Current Roles: Black, Green, Orange, Orange, Orange, White, White, Yellow, Yellow, Yellow.
    (17:03:18) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Li Q. Assir, Teto, asparagus, citro, uso.
    (17:03:18) Current Team: Green, Orange, Orange, Orange, Yellow, Yellow, Yellow
    (17:03:18) Time: Night 5
    (17:03:18) Make your moves, you only have 35 seconds! :
    (17:03:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:03:20) EarlS: citro give us the colors
    (17:03:22) EarlS: sigh
    (17:03:27) Caravaggio: and oranges are leaders
    (17:03:30) citro: excellent
    (17:03:32) asparagus: ok citro
    (17:03:33) EarlS: im orang
    (17:03:33) asparagus: trying again
    (17:03:35) Caravaggio: green on orange
    (17:03:39) EarlS: black claim
    (17:03:42) Epikhairz0603: Li Q. Assir is a White
    (17:03:43) citro: get Li Q. Assir, asparagus, uso
    (17:03:43) ±Game: You have chosen to mirror Caravaggio!
    (17:03:43) EarlS: or we might vote you out
    (17:03:48) Serpentine: what is this theme I don't even
    (17:03:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:03:53) Times Up! :
    (17:03:53) ±Game: You couldn't mirror this night!
    (17:03:53) No one died! :
    (17:03:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:03:53) Current Roles: Black, Green, Orange, Orange, Orange, White, White, Yellow, Yellow, Yellow.
    (17:03:53) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Li Q. Assir, Teto, asparagus, citro, uso.
    (17:03:53) Current Team: Green, Orange, Orange, Orange, Yellow, Yellow, Yellow
    (17:03:53) Time: Day 5
    (17:03:53) You have 35 seconds to debate who are the bad guys! :
    (17:03:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:03:56) Caravaggio: heh
    (17:04:00) asparagus: no im white
    (17:04:01) Caravaggio: ok so...
    (17:04:01) citro: Li Q. Assir asparagus uso are not colors
    (17:04:03) EarlS: me, teto, cara, kirby, chalupa, epik, citro are clean
    (17:04:08) Chalupa: aww yiss
    (17:04:09) citro: asparagus probs white
    (17:04:12) asparagus: white is every color
    (17:04:12) ±Game: You are a Orange!
    (17:04:12) ±Game: You're an Orange! Either you just found the Red, or you were born this way. You have a 15% accurate /mirror to protect and safeguard anyone you choose. Your team wins when there are no Whites left. And if any Colour higher than you in ranking dies, you do too; if you die, all Yellows and lower follow. Eliminate all Whites to win!
    (17:04:12) ±Game: The Orange is Caravaggio, Teto, EarlS!
    (17:04:12) ±Game: The Yellow is Kirby, Chalupa, Epikhairz0603!
    (17:04:12) ±Game: The Green is citro!
    (17:04:14) Chalupa: k get asparagus
    (17:04:16) asparagus: what are you talking about
    (17:04:16) Windblown joined the channel.
    (17:04:19) EarlS: asparagus y u no copy?
    (17:04:21) Kirby: Who we get?
    (17:04:22) Li Q. Assir: citro, one of us is black. get the wrong and the other two win, you all lose
    (17:04:23) HODOR is idling.
    (17:04:23) asparagus: i tried to
    (17:04:24) EarlS: also what color are you
    (17:04:26) Epikhairz0603: Li Q. Assir, asparagus, uso are either black or white
    (17:04:26) asparagus: like 20 times
    (17:04:26) Caravaggio: ok, so asparagus and Li Q. Assir claim
    (17:04:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:04:28) Current Roles: Black, Green, Orange, Orange, Orange, White, White, Yellow, Yellow, Yellow.
    (17:04:28) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Li Q. Assir, Teto, asparagus, citro, uso.
    (17:04:28) Current Team: Green, Orange, Orange, Orange, Yellow, Yellow, Yellow
    (17:04:28) Time: Day 5
    (17:04:28) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (17:04:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:04:30) ±Game:Chalupa voted!
    (17:04:32) ±Game:Teto voted!
    (17:04:33) asparagus: i already claimed
    (17:04:34) ±Game:Epikhairz0603 voted!
    (17:04:35) EarlS: black should claim
    (17:04:37) ±Game:Li Q. Assir voted!
    (17:04:37) ±Game:uso voted!
    (17:04:39) Me Ben left the channel.
    (17:04:39) EarlS: oh right
    (17:04:41) ±Game:EarlS voted!
    (17:04:42) ±Game:asparagus voted!
    (17:04:44) ±Game:Kirby voted!
    (17:04:45) citro: asparagus be black plz
    (17:04:48) EarlS: nu
    (17:04:49) Chalupa: not black
    (17:04:49) asparagus: im not
    (17:04:49) citro: also our red leaving is stupid
    (17:04:51) Teto: oh no plz not
    (17:04:52) EarlS: kk
    (17:04:53) ±Game: You voted for Chalupa!
    (17:04:53) ±Game:Caravaggio voted!
    (17:04:55) EarlS: citro
    (17:04:55) ±Game:citro voted!
    (17:04:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:04:55) Times Up! :
    (17:04:55) ±Palette: With 7 votes, Li Q. Assir (White) was erased!
    (17:04:55) Current Roles: Black, Green, Orange, Orange, Orange, White, Yellow, Yellow, Yellow.
    (17:04:55) Current Players: Caravaggio, Chalupa, EarlS, Epikhairz0603, Kirby, Teto, asparagus, citro, uso.
    (17:04:55) Current Team: Green, Orange, Orange, Orange, Yellow, Yellow, Yellow
    (17:04:55) Time: Night 6
    (17:04:55) Make your moves, you only have 35 seconds! :
    (17:04:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:04:57) Caravaggio: ah
    (17:04:58) EarlS: lol
    (17:04:59) asparagus: gfuck
    (17:05:00) Chalupa: well li works too
    (17:05:04) asparagus: can i chroma myself?
    (17:05:07) EarlS: no
    (17:05:08) Chalupa: no
    (17:05:08) Caravaggio: two more: uso or asparagus?
    (17:05:11) EarlS: you can chroma me tho
    (17:05:11) Kirby: White, /chroma me :D
    (17:05:11) citro: uso hi
    (17:05:13) citro: what are you :o
    (17:05:14) asparagus: so am i just fucked
    (17:05:14) EarlS: white chroma me plz
    (17:05:16) Chalupa: asparagus
    (17:05:16) Teto: or chroma me
    (17:05:16) uso: im uso
    (17:05:21) EarlS: im not guarded
    (17:05:21) uso: how do u play this game
    (17:05:26) citro: asp chroma
    (17:05:27) asparagus: im white
    (17:05:27) citro: me
    (17:05:28) Caravaggio: colors win
    (17:05:30) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:05:30) Times Up! :
    (17:05:30) ±Palette: Epikhairz0603 (Yellow) was erased!
    (17:05:30) ±Palette: Epikhairz0603 the Yellow dies, followed by citro!
    (17:05:30) ±Game: A White found the Orange!
    (17:05:30) ±Palette: Success! The Colours (Caravaggio, Teto, Kirby, Chalupa, asparagus and EarlS) glow and shimmer, restoring the world to its former multichromatic glory.
    (17:05:30) ±Game: The Black (uso) lose!
    (17:05:30) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (17:05:30) Caravaggio: pretty much
    (17:05:32) EarlS: duh
    (17:05:34) citro: cool
    (17:05:36) EarlS: LOL
    (17:05:36) Chalupa: yeah
    (17:05:37) The Mafia: colors win with reds gon

    (17:05:38) ***¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦
    (17:05:38) ±Game: Kogent started a game with theme Space Invaders!
    (17:05:38) ±Game: Type /Join to enter the game!
    (17:05:38) ***¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦ ¦¯-¯¦

    (17:05:38) ±Game: http://wiki.pokemon-online.eu/wiki/Theme:Space_Invaders
    (17:05:39) The Mafia: *gone
    (17:05:39) EarlS: BLACK LOST
    (17:05:39) The Mafia: lol
    (17:05:40) ±Game: Kogent joined the game!
    (17:05:41) ±Game: EarlS joined the game!
    (17:05:41) ±Game: Epikhairz0603 joined the game!
    (17:05:41) Teto: :3
    (17:05:43) ±Game: uso joined the game!
    (17:05:43) Caravaggio: black should have aimed higher lol
    (17:05:44) Kirby changed names and is now known as Alien.
    (17:05:47) ±Game: Alien joined the game!
    (17:05:48) asparagus: thanks
    (17:05:49) ±Game: Teto joined the game!
    (17:05:51) asparagus: i almost lost xD
    (17:05:52) ±Game: EimP joined the game!
    (17:05:53) ±Game: Zeromare joined the game!
    (17:05:53) ±Game: asparagus joined the game!
    (17:05:57) ±Game: The Mafia joined the game!
    (17:05:58) EarlS: uso, you should have hit me
    (17:05:58) ±Game: earthlark joined the game!
    (17:06:02) ±Game: Caravaggio joined the game!
    (17:06:03) EarlS: i was the leader ._.
    (17:06:05) Caravaggio: or me, orange here
    (17:06:08) ±Game: Whimsical joined the game!

    (17:06:08) ±Game: Hurry up, you only have 30 seconds more to join!

    (17:06:09) Caravaggio: also
    (17:06:11) uso: how
    (17:06:12) The Mafia: obv alien here
    (17:06:12) EarlS: i was original orange
    (17:06:15) ±Game: IronStorm joined the game!
    (17:06:15) uso: am i supposed to know
    (17:06:15) Alien: I copied EarlS N1
    (17:06:16) EarlS: if i die
    (17:06:17) Teto: i was also orange
    (17:06:19) EarlS: all others
    (17:06:20) EarlS: dies
    (17:06:22) The Mafia: inb4 I'm lc
    (17:06:24) EarlS: i think
    (17:06:25) Alien: I was trying to /chroma earthsak, but tabfailed
    (17:06:28) EarlS: lol
    (17:06:29) ±Game: Wasabi121 joined the game!
    (17:06:32) asparagus: can black win
    (17:06:35) EarlS: yes
    (17:06:35) asparagus: in big games?
    (17:06:37) EarlS: uh
    (17:06:38) EarlS: hard
    (17:06:41) EarlS: but possible[/HIDE]

    @notscience
    Black gets a nightkill. Originally it could kill every night, but due to its theoretical overpoweredness, I gave it a set maximum number of kills. This will most likely become infinite again, though, if it continues to lose games- I think it might be that Black wants to save its kills like Bunkers in SI, so maybe it's underusing them? Not sure, but I'll post here with the updates.
     
  32. 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
    I told you about it on the server, but I'll post here so others can see:

    Add "Use /myrole throughout the game to learn the identity of your new team mates" or something to all the colors so they know their team, especially Red.
     
  33. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    @Fuzzysqurl
    Added. However, with this (possibly temporary) change, Red might still have to wait for PMs...

    I've just uploaded an alternate version that plays with the balance a bit (in response to several complaints about Black being UP), in which:

    • Black once again can kill every night except for the first.
    • Colours only know two Colour Roles (i.e. Red knows itself and Oranges, Oranges know Red and other Oranges, Yellows know Oranges and other Yellows, etc.).
    • Using /chroma on a Grey will make you Grey also.

    The rest is the same. I will be posting a log later after it's played; tell me what you think.

    EDIT: Thanks, Not L. :)

    EDIT2: Another log with those changes in place, but I'm pretty sure we missed one game.

    (20:26:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:26:58) ±Game: YellowManilai started a game with theme Chroma!
    (20:26:58) ±Game: Type /Join to enter the game!
    (20:26:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (20:26:58) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (20:27:01) ±Game: Jaden Yuki joined the game!
    (20:27:01) ±Game: YellowManilai joined the game!
    (20:27:03) ±Game: Huntahs joined the game!
    (20:27:03) ±Game: Epikhairz0603 joined the game!
    (20:27:04) ±Game: Li Q. Assir joined the game!
    (20:27:06) Dark Dragoon: Oh yeah 2 votes damn
    (20:27:06) ±Game: LinaInverse joined the game!
    (20:27:07) Epikhairz0603: hi5 mercury!
    (20:27:10) ±Game: Katia joined the game!
    (20:27:12) ±Game: lukien joined the game!
    (20:27:12) Huntahs: Nice one.
    (20:27:13) ±Game: Dark Dragoon joined the game!
    (20:27:16) ±Game: NotAnges joined the game!
    (20:27:18) ±Game: IronStorm joined the game!
    (20:27:19) ±Game: Silence joined the game!
    (20:27:20) ±Dratini: pokemonmanman was mysteriously kicked by Bellawesome!
    (20:27:20) ±Game: Xinc joined the game!

    (20:27:27) ±Game: Hurry up, you only have 30 seconds more to join!

    (20:27:32) MrHow2Go4tMilk left the channel.
    (20:27:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:27:57) Times Up! :
    (20:27:57) The Roles have been Decided! :
    (20:27:57) ±Game: You are a White!
    (20:27:57) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (20:27:57) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White.
    (20:27:57) Current Players: Dark Dragoon, Epikhairz0603, Huntahs, IronStorm, Jaden Yuki, Katia, Li Q. Assir, LinaInverse, NotAnges, Silence, Xinc, YellowManilai, lukien.
    (20:27:57) Current Team: White, White, White, White, White, White, White, White, White, White
    (20:27:57) Time: Night 1
    (20:27:57) Make your moves, you only have 35 seconds! :
    (20:27:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:28:04) Espy left the channel.
    (20:28:11) ±Game: You have chosen to chroma Katia!
    (20:28:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:28:32) Times Up! :
    (20:28:32) ±Game: Your target (Katia) can't be copied!
    (20:28:32) No one died! :
    (20:28:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:28:32) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White.
    (20:28:32) Current Players: Dark Dragoon, Epikhairz0603, Huntahs, IronStorm, Jaden Yuki, Katia, Li Q. Assir, LinaInverse, NotAnges, Silence, Xinc, YellowManilai, lukien.
    (20:28:32) Current Team: White, White, White, White, White, White, White, White, White, White
    (20:28:32) Time: Day 1
    (20:28:32) You have 35 seconds to debate who are the bad guys! :
    (20:28:32) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:28:38) Jaden Yuki: Ok?
    (20:28:39) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:28:39) ±Game: With the radiance of the rising sun, the Red shines across the land! LinaInverse is caught in the violent crimson flash!
    (20:28:39) ±Palette: LinaInverse (White) was erased!
    (20:28:39) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:28:46) kingkarp joined the channel.
    (20:28:57) kingkarp left the channel.
    (20:29:04) Jaden Yuki: Well, nothing important lost.
    (20:29:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:29:07) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White.
    (20:29:07) Current Players: Dark Dragoon, Epikhairz0603, Huntahs, IronStorm, Jaden Yuki, Katia, Li Q. Assir, NotAnges, Silence, Xinc, YellowManilai, lukien.
    (20:29:07) Current Team: White, White, White, White, White, White, White, White, White
    (20:29:07) Time: Day 1
    (20:29:07) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:29:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:29:15) ±Game:Epikhairz0603 voted!
    (20:29:18) ±Game:Silence voted!
    (20:29:19) YellowManilai: hmmm, so who is black
    (20:29:19) Epikhairz0603: How could you say that?
    (20:29:19) Huntahs: I have no idea how this theme works.
    (20:29:22) YellowManilai: inb4 red randed
    (20:29:25) ±Game:IronStorm voted!
    (20:29:25) Epikhairz0603: He was a fellow Whitey!
    (20:29:28) Li Q. Assir: how nothing, Jaden Yuki? He is a White!
    (20:29:28) ±Game:Jaden Yuki voted!
    (20:29:30) ±Game:Li Q. Assir voted!
    (20:29:30) ±Game:Dark Dragoon voted!
    (20:29:33) YellowManilai: Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone.
    (20:29:35) ±Game:Xinc voted!
    (20:29:37) ±Game: You voted for Epikhairz0603!
    (20:29:37) ±Game:YellowManilai voted!
    (20:29:38) ±Game:NotAnges voted!
    (20:29:39) YellowManilai: from the summary
    (20:29:40) Xinc: lol
    (20:29:43) kingkarp joined the channel.
    (20:29:44) Jaden Yuki: Just a villy, lol
    (20:29:45) Huntahs: Ah. I see.
    (20:29:45) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:29:45) Times Up! :
    (20:29:45) ±Palette: With 14 votes, Epikhairz0603 (White) was erased!
    (20:29:45) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (20:29:45) Current Players: Dark Dragoon, Huntahs, IronStorm, Jaden Yuki, Katia, Li Q. Assir, NotAnges, Silence, Xinc, YellowManilai, lukien.
    (20:29:45) Current Team: White, White, White, White, White, White, White, White
    (20:29:45) Time: Night 2
    (20:29:45) Make your moves, you only have 35 seconds! :
    (20:29:45) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:29:48) Silence: O_O
    (20:29:52) Huntahs: .0.
    (20:30:04) NotAnges: wait, only 1 black???
    (20:30:12) ±Game: You have chosen to chroma NotAnges!
    (20:30:12) Dark Dragoon: Black is the game nuke
    (20:30:13) YellowManilai: yes
    (20:30:20) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:20) Times Up! :
    (20:30:20) ±Palette: Huntahs (White) was erased!
    (20:30:20) ±Game: Your target (NotAnges) can't be copied!
    (20:30:20) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:20) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White.
    (20:30:20) Current Players: Dark Dragoon, IronStorm, Jaden Yuki, Katia, Li Q. Assir, NotAnges, Silence, Xinc, YellowManilai, lukien.
    (20:30:20) Current Team: White, White, White, White, White, White, White
    (20:30:20) Time: Day 2
    (20:30:20) You have 35 seconds to debate who are the bad guys! :
    (20:30:20) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:22) Dark Dragoon: So yeah just 1
    (20:30:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:25) ±Game: With the radiance of the rising sun, the Red shines across the land! NotAnges is caught in the violent crimson flash!
    (20:30:25) ±Palette: NotAnges (White) was erased!
    (20:30:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:32) YellowManilai: :/
    (20:30:39) Jaden Yuki: Dat White genocide.
    (20:30:41) YellowManilai: so
    (20:30:53) YellowManilai: nobody has found the red/orange yet
    (20:30:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:56) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (20:30:56) Current Players: Dark Dragoon, IronStorm, Jaden Yuki, Katia, Li Q. Assir, Silence, Xinc, YellowManilai, lukien.
    (20:30:56) Current Team: White, White, White, White, White, White
    (20:30:56) Time: Day 2
    (20:30:56) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:30:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:30:58) Dark Dragoon: Nope
    (20:31:03) YellowManilai: strange, usually it happens n2 or before
    (20:31:04) IronStorm: Not yet
    (20:31:05) Jaden Yuki: Hm.
    (20:31:06) YellowManilai: unlucky us then
    (20:31:11) YellowManilai: vote Xinc
    (20:31:14) Xinc: Nope
    (20:31:14) YellowManilai: for black
    (20:31:14) ±Game: You voted for Xinc!
    (20:31:14) ±Game:YellowManilai voted!
    (20:31:15) Xinc: I'm white
    (20:31:19) Xinc: I know a fellow white
    (20:31:20) ±Game:Jaden Yuki voted!
    (20:31:21) YellowManilai: I am too
    (20:31:21) ±Game:Silence voted!
    (20:31:21) ±Game:IronStorm voted!
    (20:31:24) YellowManilai: And know a white
    (20:31:24) ±Game:Xinc voted!
    (20:31:29) ±Game:Li Q. Assir voted!
    (20:31:34) YellowManilai: ...
    (20:31:36) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:31:36) Times Up! :
    (20:31:36) ±Palette: With 12 votes, YellowManilai (White) was erased!
    (20:31:36) Current Roles: Black, Orange, Red, White, White, White, White, White.
    (20:31:36) Current Players: Dark Dragoon, IronStorm, Jaden Yuki, Katia, Li Q. Assir, Silence, Xinc, lukien.
    (20:31:36) Time: Night 3
    (20:31:36) Make your moves, you only have 35 seconds! :
    (20:31:36) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:31:55) Dark Dragoon: Counter! Astral Finish!
    (20:32:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:32:11) Times Up! :
    (20:32:11) ±Palette: Silence (Red) was erased!
    (20:32:11) ±Palette: Silence the Red dies, followed by lukien!
    (20:32:11) ±Palette: With the Colours gone and the Whites helplessly lost, Jaden Yuki the Black drops the world into an infinite shadow...
    (20:32:11) ±Game: The White Team (Li Q. Assir, Katia, Dark Dragoon, IronStorm and Xinc) lose!
    (20:32:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (20:32:17) YellowManilai: whoa
    (20:32:18) Jaden Yuki: AWesome!
    (20:32:24) YellowManilai: abrupt finish
    (20:32:27) Xinc: Nooooo
    (20:32:27) Dark Dragoon: Black actually won?
    (20:32:32) YellowManilai: surprising
    (20:32:32) Jaden Yuki: Yes!
    (20:32:33) IronStorm: So that's who the colours where
    (20:32:33) Huntahs: Wow.
    (20:32:35) YellowManilai: usually it loses[/HIDE]
     
    Last edited: Mar 14, 2013
  34. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    Log if anyone wants to see it. Red found Black and had him voted out, not knowing it would cause his own demise. That should be fixed, I think

    (21:18:30) *** ::: ::: Log for Chroma-themed mafia game ::: ::: ***
    (21:18:30) Players: Sebastian Hummel (White), Roild (White), Schizoprenia (White), obey to kyubey (Orange), Kurapika (Red), Li Q. Assir (White), Teto (White), IronStorm (White), Papa Root (White), EimP (Black), Candlewick (White), Not L (White)

    ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:07:33) Times Up! :
    (21:07:33) The Roles have been Decided! :
    (21:07:33) ±Game: You are a White!
    (21:07:33) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (21:07:33) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White.
    (21:07:33) Current Players: Candlewick, EimP, IronStorm, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Sebastian Hummel, Teto, obey to kyubey.
    (21:07:33) Current Team: White, White, White, White, White, White, White, White, White
    (21:07:33) Time: Night 1
    (21:07:33) Make your moves, you only have 35 seconds! :
    (21:07:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:07:35) Nyx. left the channel.
    (21:07:39) Nyx. joined the channel.
    (21:07:40) ±Game: You have chosen to mirror Not L!
    (21:07:41) Sebastian Hummel: blue knows greens and blues
    (21:07:48) Sebastian Hummel: make sure if you become colours
    (21:07:54) Not L won against [Eon]Haunter.
    (21:07:54) Sebastian Hummel: type /myrole
    (21:07:57) Sebastian Hummel: every so often
    (21:08:02) Not L: ty, seb
    (21:08:08) [Element]Shadow left the channel.
    (21:08:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:08:09) Times Up! :
    (21:08:09) ±Game: A White found the Red!
    (21:08:09) ±Game: A White found the Orange!
    (21:08:09) No one died! :
    (21:08:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:08:09) Current Roles: Black, Orange, Orange, Red, White, White, White, White, White, White, White, Yellow.
    (21:08:09) Current Players: Candlewick, EimP, IronStorm, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Sebastian Hummel, Teto, obey to kyubey.
    (21:08:09) Current Team: White, White, White, White, White, White, White
    (21:08:09) Time: Day 1
    (21:08:09) You have 35 seconds to debate who are the bad guys! :
    (21:08:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:08:11) EimP: ok
    (21:08:15) Sebastian Hummel: hmmm
    (21:08:17) EimP: hope I don't die
    (21:08:29) Jamaree left the channel.
    (21:08:43) Teto: Red asleep?
    (21:08:44) Sebastian Hummel: So Red won't kill then?
    (21:08:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:08:44) Current Roles: Black, Orange, Orange, Red, White, White, White, White, White, White, White, Yellow.
    (21:08:44) Current Players: Candlewick, EimP, IronStorm, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Sebastian Hummel, Teto, obey to kyubey.
    (21:08:44) Current Team: White, White, White, White, White, White, White
    (21:08:44) Time: Day 1
    (21:08:44) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:08:44) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:08:55) ±Game:Candlewick voted!
    (21:08:56) Candlewick: best rand
    (21:08:57) Teto: remember peeps, silent vote kills you
    (21:08:59) ±Game:Roild voted!
    (21:09:01) ±Game:Li Q. Assir voted!
    (21:09:01) ±Game:Kurapika voted!
    (21:09:02) ±Game:Teto voted!
    (21:09:03) Sebastian Hummel: I guess it doesn't want to hit a partner or black
    (21:09:03) ±Game:IronStorm voted!
    (21:09:04) Li Q. Assir: best counter
    (21:09:04) ±Game:EimP voted!
    (21:09:06) ±Game:Sebastian Hummel voted!
    (21:09:07) Sebastian Hummel: lol
    (21:09:07) Not L: silent vote
    (21:09:08) Not L: fun
    (21:09:10) ±Game:Schizoprenia voted!
    (21:09:11) ±Game: You voted for Candlewick!
    (21:09:11) ±Game:Not L voted!
    (21:09:13) Candlewick: oh silent
    (21:09:14) Candlewick: ugh
    (21:09:16) Sebastian Hummel: best rand, Candlewick... sorry
    (21:09:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:18) Times Up! :
    (21:09:18) ±Palette: With 9 votes, Candlewick (White) was erased!
    (21:09:18) Current Roles: Black, Orange, Orange, Red, White, White, White, White, White, White, Yellow.
    (21:09:18) Current Players: EimP, IronStorm, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Sebastian Hummel, Teto, obey to kyubey.
    (21:09:18) Current Team: White, White, White, White, White, White
    (21:09:18) Time: Night 2
    (21:09:18) Make your moves, you only have 35 seconds! :
    (21:09:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:24) ±Game: You have chosen to mirror Not L!
    (21:09:27) Sebastian Hummel: Li Q. Assir being chroma's
    (21:09:30) Sebastian Hummel: chroma'd
    (21:09:38) yolks left the channel.
    (21:09:38) uso left the channel.
    (21:09:40) Li Q. Assir: Am I?
    (21:09:45) Sebastian Hummel: hax~
    (21:09:47) Teto: i'm still ignoring someone, now i have to wait for the person to show up to stop ignoring XD
    (21:09:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:53) Times Up! :
    (21:09:53) ±Palette: IronStorm (White) was erased!
    (21:09:53) ±Game: A White found the Orange!
    (21:09:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:53) Current Roles: Black, Orange, Orange, Red, White, White, White, White, Yellow, Yellow.
    (21:09:53) Current Players: EimP, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Sebastian Hummel, Teto, obey to kyubey.
    (21:09:53) Current Team: White, White, White, White
    (21:09:53) Time: Day 2
    (21:09:53) You have 35 seconds to debate who are the bad guys! :
    (21:09:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:54) EimP: lol Teto
    (21:10:01) Melikebunnie joined the channel.
    (21:10:02) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:02) ±Game: With the radiance of the rising sun, the Red shines across the land! Sebastian Hummel is caught in the violent crimson flash!
    (21:10:02) ±Palette: Sebastian Hummel (White) was erased!
    (21:10:02) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:24) Kurapika: Eveyone vote EimP
    (21:10:28) Li Q. Assir: why?
    (21:10:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:28) Current Roles: Black, Orange, Orange, Red, White, White, White, Yellow, Yellow.
    (21:10:28) Current Players: EimP, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Teto, obey to kyubey.
    (21:10:28) Current Team: White, White, White
    (21:10:28) Time: Day 2
    (21:10:28) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:10:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:29) ±Game: You voted for EimP!
    (21:10:29) ±Game:Not L voted!
    (21:10:32) ±Game:Teto voted!
    (21:10:33) Kurapika: I am voicing Red
    (21:10:36) ±Game:Kurapika voted!
    (21:10:37) ±Game:Schizoprenia voted!
    (21:10:37) ±Game:EimP voted!
    (21:10:38) ±Game:Li Q. Assir voted!
    (21:10:40) ±Game:Roild voted!
    (21:10:43) Jamaree joined the channel.
    (21:10:48) ±Game:obey to kyubey voted!
    (21:10:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:58) Times Up! :
    (21:10:58) ±Game: Trying to vote the Black? Now you've done it. Before the Jet Black leaves, it has some unfinished business to take care of...
    (21:10:58) Current Roles: Jet Black, Orange, Orange, Red, White, White, White, Yellow, Yellow.
    (21:10:58) Current Players: EimP, Kurapika, Li Q. Assir, Not L, Papa Root, Roild, Schizoprenia, Teto, obey to kyubey.
    (21:10:58) Current Team: White, White, White
    (21:10:58) Time: Night 3
    (21:10:58) Make your moves, you only have 35 seconds! :
    (21:10:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:11:02) Schizoprenia: welp
    (21:11:04) Schizoprenia: spare me
    (21:11:05) ±Game: You have chosen to chroma Papa Root!
    (21:11:05) citro: lol
    (21:11:05) Li Q. Assir: yay
    (21:11:13) Schizoprenia: black
    (21:11:14) ±Game: You cannot use this action during this night!
    (21:11:15) Schizoprenia: spare me plz
    (21:11:19) Schizoprenia: yellow
    (21:11:25) Kurapika: Ugh
    (21:11:26) Li Q. Assir: Black, murder those colorful people
    (21:11:30) ±Game: You are a White!
    (21:11:30) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (21:11:32) Li Q. Assir: and die
    (21:11:32) Kurapika: ^^
    (21:11:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:11:33) Times Up! :
    (21:11:33) ±Game: Your target (Papa Root) can't be copied!
    (21:11:33) ±Palette: EimP (Jet Black) was erased!
    (21:11:33) ±Palette: EimP the Jet Black got its revenge on Kurapika!
    (21:11:33) ±Palette: EimP the Jet Black got its revenge on Roild and obey to kyubey!
    (21:11:33) ±Palette: EimP the Jet Black got its revenge on Schizoprenia and Teto!
    (21:11:33) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Li Q. Assir, Papa Root and Not L) are left standing!
    (21:11:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    [/HIDE]
     
  35. NotScience

    NotScience Member

    Joined:
    Feb 25, 2013
    Messages:
    37
    Likes Received:
    0
    (22:23:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:23:09) ±Game: YellowManilai started a game with theme Chroma!
    (22:23:09) ±Game: Type /Join to enter the game!
    (22:23:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (22:23:09) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (22:23:12) ±Game: Roild joined the game!
    (22:23:13) ±Game: YellowManilai joined the game!
    (22:23:14) ±Game: Silence joined the game!
    (22:23:16) ±Game: B1azer joined the game!
    (22:23:16) Hammerhead Shark: I was honestly baiting you guys into voting m
    (22:23:16) ±Game: yolks joined the game!
    (22:23:17) notscience: Just saying, the vote at 5 lost it
    (22:23:18) Hammerhead Shark: *e
    (22:23:20) Hammerhead Shark: *me
    (22:23:20) ±Game: NinjaBeast joined the game!
    (22:23:21) notscience: We were going to get them
    (22:23:21) ±Game: notscience joined the game!
    (22:23:22) Zeromare: btw, i killed cthulhu N1.
    (22:23:22) ±Game: Hammerhead Shark joined the game!
    (22:23:22) ±Game: kingkarp joined the game!
    (22:23:22) ±Game: Li Q. Assir joined the game!
    (22:23:24) YellowManilai: and that's how we knew, Hammerhead Shark
    (22:23:31) ±Game: kingkarp unjoined the game!
    (22:23:36) citro: vuys
    (22:23:37) ±Game: R-GuyRockz joined the game!
    (22:23:37) citro: guys*
    (22:23:38) Zeromare: and sea otter has a handy ass inspect

    (22:23:38) ±Game: Hurry up, you only have 30 seconds more to join!

    (22:23:39) notscience: Zero, I killed the freaking anemone because the damned clown never claimed
    (22:23:42) citro: why did you not follow notscience
    (22:23:45) ±Game: citro joined the game!
    (22:23:54) Hammerhead Shark: sea otter is op
    (22:23:55) YellowManilai: because I got yolks to vote me
    (22:23:56) citro: like you had a guaranteed win
    (22:23:59) notscience: Because they like to ignore the only person not being counterclaimed
    (22:24:00) YellowManilai: by claiming his role
    (22:24:01) citro: but then you turned it into a loss
    (22:24:01) notscience: :L
    (22:24:04) Hammerhead Shark: kill, insp, and ignore pl
    (22:24:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:24:08) Times Up! :
    (22:24:08) The Roles have been Decided! :
    (22:24:08) ±Game: You are a Black!
    (22:24:08) ±Game: You are the shade Black! Because so many people don't consider you to be a true colour, your silent rage enables you to /kill once every night, except for the first. You also have 4 votes, a -3 voteshield, 10% kill evasion, and win when all of the Colours are gone, so maybe you should ignore those annoying Whites and find a Colour to kill instead. If the Red kills you in the day, its whole team goes down with you. And if you're voted off, you die the next night but you can kill as many people as you want beforehand!
    (22:24:08) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (22:24:08) Current Players: B1azer, Hammerhead Shark, Li Q. Assir, NinjaBeast, R-GuyRockz, Roild, Silence, YellowManilai, citro, notscience, yolks.
    (22:24:08) Current Team: Black
    (22:24:08) Time: Night 1
    (22:24:08) Make your moves, you only have 35 seconds! :
    (22:24:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:24:09) Hammerhead Shark: it's like vayne
    (22:24:13) Zeromare: nah
    (22:24:15) Roild: Eh
    (22:24:16) Zeromare: vayne can be PL'd
    (22:24:21) Hammerhead Shark: ik
    (22:24:21) YellowManilai: Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone.
    (22:24:24) Roild: He's got a small team.
    (22:24:25) YellowManilai: what
    (22:24:26) notscience: Lets go black
    (22:24:32) notscience: Black win for me bb
    (22:24:32) Li Q. Assir: Seymour can't be PL'd
    (22:24:34) citro: COLOR PM
    (22:24:34) notscience: <6
    (22:24:36) notscience: <3*
    (22:24:43) citro: I will chroma you
    (22:24:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:24:43) Times Up! :
    (22:24:43) ±Game: A White found the Red!
    (22:24:43) No one died! :
    (22:24:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:24:43) Current Roles: Black, Orange, Orange, Red, White, White, White, White, White, White, White.
    (22:24:43) Current Players: B1azer, Hammerhead Shark, Li Q. Assir, NinjaBeast, R-GuyRockz, Roild, Silence, YellowManilai, citro, notscience, yolks.
    (22:24:43) Current Team: Black
    (22:24:43) Time: Day 1
    (22:24:43) You have 35 seconds to debate who are the bad guys! :
    (22:24:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:24:44) citro: :]
    (22:24:46) citro: damn
    (22:24:47) notscience: :O
    (22:24:52) citro: orange, PM me
    (22:24:55) YellowManilai: whoa pro white
    (22:24:55) citro: I wanna chroma
    (22:24:55) YellowManilai: n1
    (22:24:59) Roild: Inb4 black
    (22:25:02) notscience: White found the red N1
    (22:25:07) YellowManilai: citro, you're making yourself a target
    (22:25:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:25:07) ±Game: With the radiance of the rising sun, the Red shines across the land! YellowManilai is caught in the violent crimson flash!
    (22:25:07) ±Palette: YellowManilai (White) was erased!
    (22:25:07) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:25:10) Roild: There's lots of whites, notscience
    (22:25:12) notscience: White don't reveal the red just saying
    (22:25:14) notscience: Ik
    (22:25:15) Roild: LOL
    (22:25:17) notscience: I mean one did
    (22:25:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:25:18) Current Roles: Black, Orange, Orange, Red, White, White, White, White, White, White.
    (22:25:18) Current Players: B1azer, Hammerhead Shark, Li Q. Assir, NinjaBeast, R-GuyRockz, Roild, Silence, citro, notscience, yolks.
    (22:25:18) Current Team: Black
    (22:25:18) Time: Day 1
    (22:25:18) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:25:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:25:23) citro: randing NinjaBeast
    (22:25:25) citro: follow
    (22:25:29) yolks: why
    (22:25:29) ±Game:citro voted!
    (22:25:31) ±Game:Hammerhead Shark voted!
    (22:25:32) Roild: Why follow?
    (22:25:33) ±Game: You voted for Hammerhead Shark!
    (22:25:33) ±Game:notscience voted!
    (22:25:34) citro: because fun
    (22:25:34) ±Game:Silence voted!
    (22:25:35) ±Game:Li Q. Assir voted!
    (22:25:35) notscience: k
    (22:25:37) notscience: :L
    (22:25:37) ±Game:Roild voted!
    (22:25:39) Roild: M'kay
    (22:25:41) citro: everyone will have countered me
    (22:25:42) ±Game:yolks voted!
    (22:25:42) notscience: inb5 countered
    (22:25:42) ±Game:R-GuyRockz voted!
    (22:25:45) Roild: I didn't.
    (22:25:46) notscience: ^@Citro
    (22:25:46) citro: especially yolks, Hammerhead Shark
    (22:25:48) notscience: ^^^^^^
    (22:25:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:25:50) Times Up! :
    (22:25:50) ±Palette: With 7 votes, NinjaBeast (White) was erased!
    (22:25:50) Current Roles: Black, Orange, Orange, Red, White, White, White, White, White.
    (22:25:50) Current Players: B1azer, Hammerhead Shark, Li Q. Assir, R-GuyRockz, Roild, Silence, citro, notscience, yolks.
    (22:25:50) Current Team: Black
    (22:25:50) Time: Night 2
    (22:25:50) Make your moves, you only have 35 seconds! :
    (22:25:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:25:51) Hammerhead Shark: actually
    (22:25:53) Roild: LOL
    (22:25:53) Hammerhead Shark: I didn't
    (22:25:54) yolks: gj
    (22:25:54) Hammerhead Shark: see
    (22:25:55) citro: rofl
    (22:25:56) Roild: :O
    (22:25:58) Roild: Teamwork?
    (22:25:59) ±Game: You have chosen to kill Hammerhead Shark!
    (22:26:00) citro: orange pm
    (22:26:00) citro: plz
    (22:26:02) citro: come on
    (22:26:03) notscience: What's gonna work
    (22:26:05) notscience: Teammmmmmmmmwork
    (22:26:08) citro: I will be a faithful yellow
    (22:26:09) Roild: :P
    (22:26:12) Hammerhead Shark: black should claim
    (22:26:13) Hammerhead Shark: js
    (22:26:18) Roild: xD
    (22:26:19) notscience: Um I am silver
    (22:26:19) Roild: No
    (22:26:20) notscience: do I claim
    (22:26:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:26:25) Times Up! :
    (22:26:25) ±Palette: Hammerhead Shark (Orange) was erased!
    (22:26:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:26:25) Current Roles: Black, Orange, Red, White, White, White, White, White.
    (22:26:25) Current Players: B1azer, Li Q. Assir, R-GuyRockz, Roild, Silence, citro, notscience, yolks.
    (22:26:25) Current Team: Black
    (22:26:26) Time: Day 2
    (22:26:26) You have 35 seconds to debate who are the bad guys! :
    (22:26:26) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:26:31) notscience: nooo
    (22:26:32) Roild: Huh
    (22:26:33) yolks: :I
    (22:26:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:26:33) ±Game: With the radiance of the rising sun, the Red shines across the land! Li Q. Assir is caught in the violent crimson flash!
    (22:26:33) ±Palette: Li Q. Assir (White) was erased!
    (22:26:33) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:26:34) citro: bs
    (22:26:35) notscience: My favorite fruit
    (22:26:36) notscience: LI Q
    (22:26:37) Zeromare: black too pro
    (22:26:43) notscience: Zeromare you racist
    (22:26:45) Roild: If only citro got on that
    (22:26:49) Roild: He'd be dead to
    (22:26:54) citro: the thing is
    (22:26:54) Roild: too*
    (22:26:58) citro: he PMd
    (22:27:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:27:00) Current Roles: Black, Orange, Red, White, White, White, White.
    (22:27:00) Current Players: B1azer, R-GuyRockz, Roild, Silence, citro, notscience, yolks.
    (22:27:00) Current Team: Black
    (22:27:00) Time: Day 2
    (22:27:00) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:27:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:27:01) citro: and I killed him
    (22:27:03) notscience: lol
    (22:27:05) citro: cuz I'm actually black
    (22:27:06) ±Game:R-GuyRockz voted!
    (22:27:06) citro: :]
    (22:27:06) notscience: 10/10
    (22:27:09) Roild: Mhm.
    (22:27:10) ±Game:yolks voted!
    (22:27:13) ±Game: You voted for R-GuyRockz!
    (22:27:13) ±Game:notscience voted!
    (22:27:14) ±Game:Silence voted!
    (22:27:18) ±Game:Roild voted!
    (22:27:21) ±Game:B1azer voted!
    (22:27:21) notscience: inb5 countered
    (22:27:22) notscience: and is red
    (22:27:24) notscience: and black wins
    (22:27:26) ±Game:citro voted!
    (22:27:26) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:27:26) Times Up! :
    (22:27:26) ±Palette: With 9 votes, citro (White) was erased!
    (22:27:26) Current Roles: Black, Orange, Red, White, White, White.
    (22:27:26) Current Players: B1azer, R-GuyRockz, Roild, Silence, notscience, yolks.
    (22:27:26) Current Team: Black
    (22:27:27) Time: Night 3
    (22:27:27) Make your moves, you only have 35 seconds! :
    (22:27:27) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:27:30) citro: lol
    (22:27:31) Roild: 9
    (22:27:32) notscience: Wow
    (22:27:39) notscience: What role has so many votes
    (22:27:43) yolks: black
    (22:27:43) ±Game: You have chosen to kill R-GuyRockz!
    (22:27:43) Roild: White has 2
    (22:27:44) Zeromare: i think black
    (22:27:46) yolks: 4
    (22:27:48) Roild: Black has, uh
    (22:27:49) Roild: Idr
    (22:27:50) *** *********************************************************************** ***
    (22:27:50) ±Role: Black
    (22:27:50) ±Ability: Mafia and versatile bomb. Has a kill every night. Also -3 voteshield, 10% evasion, and kills all Colours if daykilled. If lynched, converts to Jet Black.
    (22:27:50) ±Game: 2-50 Players
    (22:27:50) *** *********************************************************************** ***
    (22:27:50) ±Role: Jet Black
    (22:27:50) ±Ability: Dies at the end of the night, but all Colours die with it. Can show mercy to one Colour.
    (22:27:50) ±Game: Players
    (22:27:50) *** *********************************************************************** ***

    (22:27:53) notscience: Jeez
    (22:27:58) Roild: Black has 1, I think
    (22:28:01) notscience: Oh wow he has a voteshield
    (22:28:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:28:01) Times Up! :
    (22:28:01) ±Palette: R-GuyRockz (Red) was erased!
    (22:28:01) ±Palette: R-GuyRockz the Red dies, followed by Silence!
    (22:28:01) ±Palette: With the Colours gone and the Whites helplessly lost, notscience the Black drops the world into an infinite shadow...
    (22:28:01) ±Game: The White Team (Roild, B1azer and yolks) lose!
    (22:28:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:28:02) Roild: Doesn't say if more in help

     
  36. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    @Not L
    That's how the game works- removing Black kills all Colours. Red and Colours are warned about that, and Red repeatedly.

    So many logs, but I'll try to post them all. Keeps getting started.

    (21:08:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:08:49) ±Game: Fuzzysqurl started a game with theme Chroma!
    (21:08:49) ±Game: Type /Join to enter the game!
    (21:08:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (21:08:49) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (21:08:51) ±Game: Fuzzysqurl joined the game!
    (21:08:53) ±Game: Huntahs joined the game!
    (21:08:54) ±Game: Epikhairz0603 joined the game!
    (21:08:54) ±Game: B1azer joined the game!
    (21:08:55) ±Game: Rehx joined the game!
    (21:08:55) ±Game: Roild joined the game!
    (21:08:55) ±Game: bbyJesus joined the game!
    (21:08:57) ±Game: lukien joined the game!
    (21:08:57) bbyJesus: o na na
    (21:09:05) ±Game: citro joined the game!
    (21:09:12) ±Game: Sebastian Hummel joined the game!
    (21:09:16) Sebastian Hummel: ok thx Fuzzysqurl

    (21:09:18) ±Game: Hurry up, you only have 30 seconds more to join!

    (21:09:26) ±Game: IronStorm joined the game!
    (21:09:39) Xinc logged out.
    (21:09:39) ~Unknown~ left the channel.
    (21:09:48) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:48) Times Up! :
    (21:09:48) The Roles have been Decided! :
    (21:09:48) ±Game: You are a White!
    (21:09:48) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (21:09:48) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (21:09:48) Current Players: B1azer, Epikhairz0603, Fuzzysqurl, Huntahs, IronStorm, Rehx, Roild, Sebastian Hummel, bbyJesus, citro, lukien.
    (21:09:49) Current Team: White, White, White, White, White, White, White, White
    (21:09:49) Time: Night 1
    (21:09:49) Make your moves, you only have 35 seconds! :
    (21:09:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:09:59) citro: red PM
    (21:10:05) citro: I will chroma you
    (21:10:08) ±Game: You have chosen to chroma citro!
    (21:10:08) citro: :]
    (21:10:09) Epikhairz0603: There are only 3 colors that aren't red...
    (21:10:11) citro: whites don't bother
    (21:10:12) CallMeMaybe? left the channel.
    (21:10:13) citro: I'm white
    (21:10:19) Epikhairz0603: suuuure
    (21:10:23) Sebastian Hummel: red will kill citro lol
    (21:10:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:24) Times Up! :
    (21:10:24) ±Game: Your target (citro) was guarded!
    (21:10:24) No one died! :
    (21:10:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:24) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White.
    (21:10:24) Current Players: B1azer, Epikhairz0603, Fuzzysqurl, Huntahs, IronStorm, Rehx, Roild, Sebastian Hummel, bbyJesus, citro, lukien.
    (21:10:24) Current Team: White, White, White, White, White, White, White, White
    (21:10:24) Time: Day 1
    (21:10:24) You have 35 seconds to debate who are the bad guys! :
    (21:10:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:29) Sebastian Hummel: for obv white
    (21:10:34) citro: n
    (21:10:38) citro: I'm actually black
    (21:10:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:38) ±Game: With the radiance of the rising sun, the Red shines across the land! B1azer is caught in the violent crimson flash!
    (21:10:38) ±Palette: B1azer (White) was erased!
    (21:10:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:44) bbyJesus: aye
    (21:10:45) citro: red step off
    (21:10:47) Epikhairz0603: I bet you're black
    (21:10:48) bbyJesus: yea slut
    (21:10:56) bbyJesus: im brown
    (21:10:59) bbyJesus: :o
    (21:10:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:10:59) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White.
    (21:10:59) Current Players: Epikhairz0603, Fuzzysqurl, Huntahs, IronStorm, Rehx, Roild, Sebastian Hummel, bbyJesus, citro, lukien.
    (21:10:59) Current Team: White, White, White, White, White, White, White
    (21:10:59) Time: Day 1
    (21:10:59) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:10:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:11:05) Sebastian Hummel: wat
    (21:11:06) Epikhairz0603: See how there's only one black and 7 whites?
    (21:11:18) ±Game:bbyJesus voted!
    (21:11:20) ±Game:lukien voted!
    (21:11:22) bbyJesus: vote roild
    (21:11:22) ±Game:citro voted!
    (21:11:22) ±Game:Epikhairz0603 voted!
    (21:11:23) Huntahs: This theme is so amusing o-o...
    (21:11:23) ±Game:Roild voted!
    (21:11:23) ±Game:Fuzzysqurl voted!
    (21:11:25) ±Game:IronStorm voted!
    (21:11:25) Sebastian Hummel: guys, roild is maybe black?
    (21:11:27) bbyJesus: as i die
    (21:11:30) ±Game: You voted for Roild!
    (21:11:30) ±Game:Sebastian Hummel voted!
    (21:11:33) ±Game:Huntahs voted!
    (21:11:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:11:40) Times Up! :
    (21:11:40) ±Palette: With 9 votes, bbyJesus (White) was erased!
    (21:11:40) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (21:11:40) Current Players: Epikhairz0603, Fuzzysqurl, Huntahs, IronStorm, Rehx, Roild, Sebastian Hummel, citro, lukien.
    (21:11:40) Current Team: White, White, White, White, White, White
    (21:11:41) Time: Night 2
    (21:11:41) Make your moves, you only have 35 seconds! :
    (21:11:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:11:44) Sebastian Hummel: inb4 red randed
    (21:11:45) Roild: Dat counter
    (21:11:45) Sebastian Hummel: nvm
    (21:11:56) Sebastian Hummel: get roild next, a colour voted him
    (21:12:01) Epikhairz0603: lol d1 rand always gets countered
    (21:12:01) Sebastian Hummel: those odd number votes
    (21:12:04) Roild: A color voted me?
    (21:12:04) ump left the channel.
    (21:12:04) Epikhairz0603: i know from first hand exp
    (21:12:06) citro: chromaing Roild
    (21:12:07) Sebastian Hummel: actually
    (21:12:07) citro: :]
    (21:12:12) ±Game: You have chosen to chroma lukien!
    (21:12:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:16) Times Up! :
    (21:12:16) ±Palette: Fuzzysqurl (White) was erased!
    (21:12:16) ±Game: A White found the Black!
    (21:12:16) ±Game: A White found the Orange!
    (21:12:16) ±Game: You couldn't chroma this night!
    (21:12:16) ±Palette: Epikhairz0603 (Grey) was erased!
    (21:12:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:16) Current Roles: Black, Orange, Red, White, White, White, Yellow.
    (21:12:16) Current Players: Huntahs, IronStorm, Rehx, Roild, Sebastian Hummel, citro, lukien.
    (21:12:16) Current Team: White, White, White
    (21:12:16) Time: Day 2
    (21:12:16) You have 35 seconds to debate who are the bad guys! :
    (21:12:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:20) citro: guarded
    (21:12:21) citro: wat
    (21:12:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:23) ±Game: With the radiance of the rising sun, the Red shines across the land! Rehx is caught in the violent crimson flash!
    (21:12:23) ±Palette: Rehx (White) was erased!
    (21:12:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:31) Roild: I dunno? Someone tried to chroma me first?
    (21:12:33) Huntahs: We found 'em!
    (21:12:37) citro: I guess
    (21:12:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:49) Current Roles: Black, Orange, Red, White, White, Yellow.
    (21:12:49) Current Players: Huntahs, IronStorm, Roild, Sebastian Hummel, citro, lukien.
    (21:12:49) Current Team: White, White
    (21:12:49) Time: Day 2
    (21:12:49) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:12:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:12:54) Sebastian Hummel: either why roild is probably black
    (21:12:58) Roild: I am black!
    (21:13:02) Roild: Oh, here?
    (21:13:04) Roild: Nah.
    (21:13:04) Huntahs: Vote Roild, then...?
    (21:13:09) Sebastian Hummel: citro, was it before or after a white found the black
    (21:13:10) ±Game:citro voted!
    (21:13:10) citro: yep
    (21:13:13) citro: getting Huntahs
    (21:13:13) ±Game:Roild voted!
    (21:13:14) ±Game: You voted for Roild!
    (21:13:14) ±Game:Sebastian Hummel voted!
    (21:13:18) ±Game:Huntahs voted!
    (21:13:18) Roild: Get lukien
    (21:13:21) Windblown is idling.
    (21:13:22) ±Game:lukien voted!
    (21:13:24) ±Game:IronStorm voted!
    (21:13:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:13:25) Times Up! :
    (21:13:25) No one was voted off! :
    (21:13:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:13:25) Current Roles: Black, Orange, Red, White, White, Yellow.
    (21:13:25) Current Players: Huntahs, IronStorm, Roild, Sebastian Hummel, citro, lukien.
    (21:13:25) Current Team: White, White
    (21:13:25) Time: Night 3
    (21:13:25) Make your moves, you only have 35 seconds! :
    (21:13:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:13:25) Sebastian Hummel: because /chroma is copy+safeguard
    (21:13:30) Roild: Lolwut
    (21:13:31) citro: lol that tie
    (21:13:31) Huntahs: Well, then.
    (21:13:38) citro: btw white here black don't bother killing :p
    (21:13:45) Huntahs: I thought we were getting me. My white army betrayal
    (21:13:47) Sebastian Hummel: so if someone found black before you chroma'd roild, he could have been that black
    (21:13:53) ±Game: You have chosen to chroma IronStorm!
    (21:14:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:14:00) Times Up! :
    (21:14:00) ±Palette: IronStorm (Orange) was erased!
    (21:14:00) ±Palette: IronStorm the Orange dies, followed by lukien!
    (21:14:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:14:00) Current Roles: Black, Red, White, White.
    (21:14:00) Current Players: Huntahs, Roild, Sebastian Hummel, citro.
    (21:14:00) Current Team: White, White
    (21:14:00) Time: Day 3
    (21:14:00) You have 35 seconds to debate who are the bad guys! :
    (21:14:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:14:05) Sebastian Hummel: ._.
    (21:14:05) citro: lol
    (21:14:11) Roild: So. Wat
    (21:14:15) Sebastian Hummel: red, you need us
    (21:14:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:14:16) ±Game: With the radiance of the rising sun, the Red shines across the land! Roild is caught in the violent crimson flash!
    (21:14:16) ±Palette: Roild (Black) was erased!
    (21:14:16) ±Palette: Roild the Black absorbs the light and explodes over Huntahs!
    (21:14:16) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (citro and Sebastian Hummel) are left standing!
    (21:14:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (21:14:18) Sebastian Hummel: lol
    (21:14:19) citro: YES
    (21:14:21) *** citro o/
    (21:14:23) Sebastian Hummel: hi5 citro
    (21:14:25) Huntahs: For you!
    (21:14:26) Roild: Huntahs, lrn2Chroma
    (21:14:27) *** Sebastian Hummel \o
    (21:14:27) Fuzzysqurl: lol
    (21:14:28) Huntahs: :D
    (21:14:37) citro: that theme is fun lol
    (21:14:43) B1azer logged out.
    (21:14:43) ~Unknown~ left the channel.
    (21:14:47) Roild: It's super racist
    (21:14:48) Sebastian Hummel: Villager is actually fun IMO
    (21:14:51) Roild: Black never wins
    (21:14:51) lukien left the channel.
    (21:14:52) Sebastian Hummel: but w/e
    (21:14:56) Sebastian Hummel: Black won last 2 games
    (21:14:59) Sebastian Hummel: lol
    (21:15:00) Roild: Why don't i get a n1 kill btw?
    (21:15:14) Sebastian Hummel: because that would be too op, and game needs to last past n1

    (21:15:18) ***************************************************************************************
    (21:15:18) ±Game: Huntahs started a voting for next game's theme!. You have 20 seconds to vote with /votetheme!
    (21:15:18) ±Game: Choose from these themes: default, medieval, weapons, zelda, caterpie !
    (21:15:18) ***************************************************************************************

    (21:15:22) Sebastian Hummel: in case of freak superrand[/HIDE]

    (22:04:46) DatXFire: that's why
    (22:04:51) DatXFire: my lynches too pro
    (22:04:54) *** Fuzzysqurl harasses everyone to approve Chroma
    (22:04:55) DatXFire: as in

    (22:04:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:04:57) ±Game: Fuzzysqurl started a game with theme Chroma!
    (22:04:57) ±Game: Type /Join to enter the game!
    (22:04:57) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (22:04:57) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (22:04:57) DatXFire: they suck
    (22:04:58) ±Game: Fuzzysqurl joined the game!
    (22:05:00) ±Game: DatXFire joined the game!
    (22:05:00) NotAnges joined the channel.
    (22:05:01) ±Game: Prejudice joined the game!
    (22:05:02) ±Game: Sebastian Hummel joined the game!
    (22:05:02) ±Game: Li Q. Assir joined the game!
    (22:05:08) ±Game: NotAnges joined the game!
    (22:05:09) Fuzzysqurl: ohi Sebastian Hummel
    (22:05:11) Sebastian Hummel: ohi
    (22:05:12) Fuzzysqurl: when did you get here
    (22:05:12) DatXFire: just guessed it was you because you were questioning my lynch
    (22:05:13) ±Game: Epikhairz0603 joined the game!
    (22:05:13) Sebastian Hummel: we just finished
    (22:05:15) Prejudice: Needs moar MeowMix
    (22:05:18) DatXFire: the psychologies
    (22:05:19) ±Game: NinjaBeast joined the game!
    (22:05:20) Epikhairz0603: LOL the Chroma gets everyone back

    (22:05:26) ±Game: Hurry up, you only have 30 seconds more to join!

    (22:05:26) Prejudice: ofc
    (22:05:28) Fuzzysqurl: its likea drug
    (22:05:30) Sebastian Hummel: lol
    (22:05:32) Fuzzysqurl: idk what it is about the theme
    (22:05:36) Sebastian Hummel: I feel successful
    (22:05:36) Li Q. Assir: Epikhairz0603, it was the end of BGO
    (22:05:36) Fuzzysqurl: but its like... fun
    (22:05:41) Epikhairz0603: oh lol
    (22:05:47) Prejudice: o.o
    (22:05:51) ±Game: Roild joined the game!
    (22:05:51) Epikhairz0603: Who won?
    (22:05:52) Epikhairz0603: I had to leave
    (22:05:58) Prejudice: Village
    (22:06:00) Fuzzysqurl: Fuzzysqurl won
    (22:06:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:00) Times Up! :
    (22:06:00) The Roles have been Decided! :
    (22:06:00) ±Game: You are a White!
    (22:06:00) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy); also, you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (22:06:00) Current Roles: Black, Orange, Red, White, White, White, White, White, White.
    (22:06:00) Current Players: DatXFire, Epikhairz0603, Fuzzysqurl, Li Q. Assir, NinjaBeast, NotAnges, Prejudice, Roild, Sebastian Hummel.
    (22:06:00) Current Team: White, White, White, White, White, White
    (22:06:00) Time: Night 1
    (22:06:00) Make your moves, you only have 35 seconds! :
    (22:06:00) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:07) ±Murkrow: Download url: http://pastebin.com/raw.php?i=DrTvJaFJ
    (22:06:07) ±Murkrow: Loaded theme Chroma
    (22:06:09) Prejudice: Im black. Not racist
    (22:06:09) Sebastian Hummel: oops
    (22:06:13) Fuzzysqurl: too late Sebastian Hummel lol
    (22:06:14) ±Game: You have chosen to chroma Prejudice!
    (22:06:16) Sebastian Hummel: lol
    (22:06:18) Fuzzysqurl: the theme was already loaded
    (22:06:20) Sebastian Hummel: it was just a textfix
    (22:06:24) Sebastian Hummel: saying black has 4 votes
    (22:06:27) Fuzzysqurl: wont go in effect till next game
    (22:06:29) Sebastian Hummel: yeah
    (22:06:32) ±Game: You can't join now!
    (22:06:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:35) Times Up! :
    (22:06:35) ±Game: A White found the Orange!
    (22:06:35) ±Game: A White found the Black!
    (22:06:35) ±Game: You copied someone and changed roles!
    (22:06:35) ±Game: You are a Grey!
    (22:06:35) ±Game: Well, you're pretty much dead. Next time, leave the Black alone, okay?
    (22:06:35) ±Game: You got too close to the Black! Sorry.
    (22:06:35) ±Palette: Sebastian Hummel (Grey) was erased!
    (22:06:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:35) Current Roles: Black, Orange, Red, White, White, White, White, Yellow.
    (22:06:35) Current Players: DatXFire, Epikhairz0603, Fuzzysqurl, Li Q. Assir, NinjaBeast, NotAnges, Prejudice, Roild.
    (22:06:35) Time: Day 1
    (22:06:35) You have 35 seconds to debate who are the bad guys! :
    (22:06:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:35) ±Game: The game is in progress. Please type /join to join the next mafia game.
    (22:06:41) Prejudice: o.o
    (22:06:45) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:45) ±Game: With the radiance of the rising sun, the Red shines across the land! Fuzzysqurl is caught in the violent crimson flash!
    (22:06:45) ±Palette: Fuzzysqurl (Yellow) was erased!
    (22:06:45) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:06:46) Li Q. Assir: Sebastian Hummel knows who's black!
    (22:06:49) Epikhairz0603: Awww Seb found the Black
    (22:06:56) Li Q. Assir: but he is dead
    (22:06:57) Li Q. Assir: :c
    (22:07:07) Katia left the channel.
    (22:07:07) Epikhairz0603: ;~;
    (22:07:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:07:11) Current Roles: Black, Orange, Red, White, White, White, White.
    (22:07:11) Current Players: DatXFire, Epikhairz0603, Li Q. Assir, NinjaBeast, NotAnges, Prejudice, Roild.
    (22:07:11) Time: Day 1
    (22:07:11) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:07:11) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:07:24) Epikhairz0603: LOL if you rand d1, you always get countered
    (22:07:25) Epikhairz0603: js
    (22:07:31) Prejudice: ^
    (22:07:32) Li Q. Assir: Li Q. Assir voted!
    (22:07:36) Prejudice: always happens D:
    (22:07:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:07:40) Times Up! :
    (22:07:40) No one was voted off! :
    (22:07:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:07:40) Current Roles: Black, Orange, Red, White, White, White, White.
    (22:07:40) Current Players: DatXFire, Epikhairz0603, Li Q. Assir, NinjaBeast, NotAnges, Prejudice, Roild.
    (22:07:40) Time: Night 2
    (22:07:40) Make your moves, you only have 35 seconds! :
    (22:07:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:07:44) *** Epikhairz0603 voted!
    (22:08:15) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:08:15) Times Up! :
    (22:08:15) ±Palette: NinjaBeast (White) was erased!
    (22:08:15) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:08:15) Current Roles: Black, Orange, Red, White, White, White.
    (22:08:15) Current Players: DatXFire, Epikhairz0603, Li Q. Assir, NotAnges, Prejudice, Roild.
    (22:08:15) Time: Day 2
    (22:08:15) You have 35 seconds to debate who are the bad guys! :
    (22:08:15) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:08:21) Prejudice: Red on me
    (22:08:27) Prejudice: Im black. Not Racist
    (22:08:32) LinaInverse left the channel.
    (22:08:36) Madrigal changed names and is now known as Chastin.
    (22:08:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:08:38) ±Game: With the radiance of the rising sun, the Red shines across the land! Epikhairz0603 is caught in the violent crimson flash!
    (22:08:38) ±Palette: Epikhairz0603 (White) was erased!
    (22:08:38) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:08:42) Prejudice: .-.
    (22:08:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:08:50) Current Roles: Black, Orange, Red, White, White.
    (22:08:50) Current Players: DatXFire, Li Q. Assir, NotAnges, Prejudice, Roild.
    (22:08:50) Time: Day 2
    (22:08:50) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:08:50) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:20) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:20) Times Up! :
    (22:09:20) No one was voted off! :
    (22:09:20) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:20) Current Roles: Black, Orange, Red, White, White.
    (22:09:20) Current Players: DatXFire, Li Q. Assir, NotAnges, Prejudice, Roild.
    (22:09:20) Time: Night 3
    (22:09:20) Make your moves, you only have 35 seconds! :
    (22:09:20) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:28) Prejudice: so. everyone's afraid of getting countered
    (22:09:33) Roild: I am.
    (22:09:40) Roild: :S
    (22:09:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:55) Times Up! :
    (22:09:55) ±Palette: NotAnges (White) was erased!
    (22:09:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:55) Current Roles: Black, Orange, Red, White.
    (22:09:55) Current Players: DatXFire, Li Q. Assir, Prejudice, Roild.
    (22:09:55) Time: Day 3
    (22:09:55) You have 35 seconds to debate who are the bad guys! :
    (22:09:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:09:58) Prejudice: :O
    (22:09:58) Chastin changed names and is now known as Madrigal.
    (22:10:02) Roild: So.
    (22:10:04) Roild: 50/50
    (22:10:06) DatXFire: well then
    (22:10:11) Prejudice: gogogo
    (22:10:11) Roild: Idk
    (22:10:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:10:16) ±Game: With the radiance of the rising sun, the Red shines across the land! Li Q. Assir is caught in the violent crimson flash!
    (22:10:16) ±Palette: Li Q. Assir (White) was erased!
    (22:10:16) ±Palette: Success! The Colours (DatXFire and Roild) glow and shimmer, restoring the world to its former multichromatic glory.
    (22:10:16) ±Game: The Black (Prejudice) lose!
    (22:10:16) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:10:19) Roild: :O
    (22:10:19) DatXFire: :D
    (22:10:20) Prejudice: xD
    (22:10:22) Sebastian Hummel: :D
    (22:10:25) DatXFire: Idk what I was doing
    (22:10:26) DatXFire: lol
    (22:10:28) Fuzzysqurl: gee thanks Roild
    (22:10:34) DatXFire: just mirrored ost o' the time
    (22:10:35) Fuzzysqurl: killing me :/
    (22:10:36) NotAnges left the channel.
    (22:10:36) Roild: Fuzzysqurl, I asked my orange "who is it"
    (22:10:40) Roild: "No info"
    (22:10:42) Roild: randed.
    (22:10:44) Roild: TK!
    (22:10:54) Epikhairz0603: LOL someone should prob add something that would make ppl want to vote
    (22:10:55) Fuzzysqurl: DatXFire, gee thanks for causing my death[/HIDE]

    (22:28:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:28:19) ±Game: Sebastian Hummel started a game with theme Chroma!
    (22:28:19) ±Game: Type /Join to enter the game!
    (22:28:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***

    (22:28:19) ±Game: Where did all the Colour go? Looks like you'll have to bring it back to life. Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone. (Send a message to Sebastian Hummel if you have any questions or problems!)
    (22:28:19) NinjaBeast: ...
    (22:28:20) MeowMix: holy shit
    (22:28:20) Roild: Haha
    (22:28:21) ±Game: Sebastian Hummel joined the game!
    (22:28:21) notscience: Wait
    (22:28:21) ±Game: Epikhairz0603 joined the game!
    (22:28:22) MeowMix: that was
    (22:28:23) Sebastian Hummel: lol
    (22:28:24) Fuzzysqurl: all that xfire n1
    (22:28:24) notscience: PERFECT FINNEON WIN
    (22:28:24) ±Game: NinjaBeast joined the game!
    (22:28:25) Fuzzysqurl: ruined it
    (22:28:25) Epikhairz0603: Awww Chroma again
    (22:28:26) MeowMix: a perfect game of CHINCHOUS
    (22:28:27) ±Game: Fuzzysqurl joined the game!
    (22:28:27) ±Game: Li Q. Assir joined the game!
    (22:28:28) ±Game: Prejudice joined the game!
    (22:28:28) Sebastian Hummel: Finneons won
    (22:28:29) Sebastian Hummel: wow
    (22:28:30) MeowMix: Chinchou flash
    (22:28:31) Sebastian Hummel: warstory that
    (22:28:31) notscience: That needs to go on the forums
    (22:28:32) MeowMix: are you proud of me
    (22:28:34) notscience: That never happens
    (22:28:36) MeowMix: Chinchou flash
    (22:28:37) ±Game: notscience joined the game!
    (22:28:44) notscience: Finneons not only win, but perfect win
    (22:28:45) NerdishGuy joined the channel.

    (22:28:48) ±Game: Hurry up, you only have 30 seconds more to join!

    (22:28:51) Fuzzysqurl: you guys act like perfect games are like PErfect games in baseball
    (22:29:02) Fuzzysqurl: i think ive seen a perfect game for every theme .-.
    (22:29:03) MeowMix: I once had a perfect game of default
    (22:29:04) Roild: THEY'RE BETTER
    (22:29:06) Prejudice: they arent?
    (22:29:06) MeowMix: as insp at 20+ players
    (22:29:09) MeowMix: it was amazing
    (22:29:11) Sebastian Hummel: omg
    (22:29:18) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:19) Times Up! :
    (22:29:19) The Roles have been Decided! :
    (22:29:19) ±Game: You are a White!
    (22:29:19) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy, also safeguards); you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (22:29:19) Current Roles: Black, Red, White, White, White, White, White.
    (22:29:19) Current Players: Epikhairz0603, Fuzzysqurl, Li Q. Assir, NinjaBeast, Prejudice, Sebastian Hummel, notscience.
    (22:29:19) Current Team: White, White, White, White, White
    (22:29:19) Time: Night 1
    (22:29:19) Make your moves, you only have 30 seconds! :
    (22:29:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:20) Fuzzysqurl: i had a perfect game as a godfather
    (22:29:25) Prejudice: Im black. Again
    (22:29:27) notscience: lol
    (22:29:28) Fuzzysqurl: no one on my team died
    (22:29:32) Fuzzysqurl: and i won
    (22:29:34) ±Game: You have chosen to chroma notscience!
    (22:29:35) Sebastian Hummel: lol
    (22:29:37) Sebastian Hummel: red on Prejudice
    (22:29:39) notscience: SEBASTIAN
    (22:29:42) MeowMix: man this theme is racist as fuck
    (22:29:42) Prejudice: Yes
    (22:29:42) notscience: I won earlier
    (22:29:44) Prejudice: Red on me
    (22:29:45) notscience: As black
    (22:29:45) NinjaBeast: lol
    (22:29:47) notscience: It was legit
    (22:29:48) Sebastian Hummel: I know, notscience
    (22:29:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:49) Times Up! :
    (22:29:49) ±Game: You couldn't chroma this night!
    (22:29:49) ±Game: A White found the Red!
    (22:29:49) No one died! :
    (22:29:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:49) Current Roles: Black, Orange, Red, White, White, White, White.
    (22:29:49) Current Players: Epikhairz0603, Fuzzysqurl, Li Q. Assir, NinjaBeast, Prejudice, Sebastian Hummel, notscience.
    (22:29:49) Current Team: White, White, White, White
    (22:29:49) Time: Day 1
    (22:29:49) You have 40 seconds to debate who are the bad guys! :
    (22:29:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:51) notscience: I posted it in your thread
    (22:29:51) Sebastian Hummel: I was there
    (22:29:52) Madrigal left the channel.
    (22:29:54) Prejudice: :o
    (22:29:54) Deskro. joined the channel.
    (22:29:55) notscience: Oh I know the red
    (22:29:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:55) ±Game: With the radiance of the rising sun, the Red shines across the land! Sebastian Hummel is caught in the violent crimson flash!
    (22:29:55) ±Palette: Sebastian Hummel (White) was erased!
    (22:29:55) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:29:57) notscience: I will reveal him
    (22:30:01) notscience: So black can win
    (22:30:01) NinjaBeast: ...
    (22:30:05) notscience: Epikhairz is the red
    (22:30:09) Epikhairz0603: ...
    (22:30:10) NinjaBeast: o:
    (22:30:10) Epikhairz0603: wot
    (22:30:12) Supergrass left the channel.
    (22:30:12) notscience: EPIKHAIRZ is the red gogogogo
    (22:30:14) Epikhairz0603: why me?
    (22:30:22) notscience: Because I haxed someone chroma'ing you
    (22:30:22) Prejudice: yes. Ill vote for Epik
    (22:30:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:30:29) Current Roles: Black, Orange, Red, White, White, White.
    (22:30:29) Current Players: Epikhairz0603, Fuzzysqurl, Li Q. Assir, NinjaBeast, Prejudice, notscience.
    (22:30:29) Time: Day 1
    (22:30:29) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:30:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:30:30) Fuzzysqurl: doesnt me he is red
    (22:30:30) notscience: Black vote epik
    (22:30:37) Li Q. Assir: don't get Epikhairz0603!
    (22:30:37) ±Game:notscience voted!
    (22:30:40) Prejudice: :I
    (22:30:41) Epikhairz0603: we'll see who votes first then counter
    (22:30:41) notscience: Get him black
    (22:30:42) Li Q. Assir: We need him alive for us to win
    (22:30:42) ±Game:Fuzzysqurl voted!
    (22:30:43) ±Game:Epikhairz0603 voted!
    (22:30:43) notscience: You win if he dies
    (22:30:45) ±Game:Li Q. Assir voted!
    (22:30:47) ±Game:Prejudice voted!
    (22:30:49) Li Q. Assir: get da Black!
    (22:30:58) Happy atheist joined the channel.
    (22:30:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:30:59) Times Up! :
    (22:30:59) ±Palette: With 5 votes, notscience (White) was erased!
    (22:30:59) Current Roles: Black, Orange, Red, White, White.
    (22:30:59) Current Players: Epikhairz0603, Fuzzysqurl, Li Q. Assir, NinjaBeast, Prejudice.
    (22:30:59) Time: Night 2
    (22:30:59) Make your moves, you only have 30 seconds! :
    (22:30:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:31:02) Fuzzysqurl: lol!
    (22:31:04) NinjaBeast: o:
    (22:31:07) Prejudice: and this is why i dont lead
    (22:31:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:31:29) Times Up! :
    (22:31:29) ±Palette: Fuzzysqurl (Orange) was erased!
    (22:31:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:31:29) Current Roles: Black, Red, White, White.
    (22:31:29) Current Players: Epikhairz0603, Li Q. Assir, NinjaBeast, Prejudice.
    (22:31:29) Time: Day 2
    (22:31:29) You have 40 seconds to debate who are the bad guys! :
    (22:31:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:31:37) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:31:37) ±Game: With the radiance of the rising sun, the Red shines across the land! Li Q. Assir is caught in the violent crimson flash!
    (22:31:37) ±Palette: Li Q. Assir (White) was erased!
    (22:31:37) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:31:50) Li Q. Assir: things get interesting now.
    (22:31:51) NinjaBeast: ...
    (22:31:55) Prejudice: hrm.
    (22:32:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:32:08) Current Roles: Black, Red, White.
    (22:32:08) Current Players: Epikhairz0603, NinjaBeast, Prejudice.
    (22:32:08) Time: Day 2
    (22:32:08) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:32:08) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:32:10) ±Game:NinjaBeast voted!
    (22:32:15) Prejudice: who you voting
    (22:32:18) ±Game:Epikhairz0603 voted!
    (22:32:18) Prejudice: ill follow
    (22:32:24) ±Game:Prejudice voted!
    (22:32:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:32:24) Times Up! :
    (22:32:24) ±Palette: With 3 votes, Epikhairz0603 (Red) was erased!
    (22:32:24) ±Palette: With the Colours gone and the Whites helplessly lost, Prejudice the Black drops the world into an infinite shadow...
    (22:32:25) ±Game: The White Team (NinjaBeast) lose!
    (22:32:25) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***[/HIDE]

    (22:50:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:50:24) Times Up! :
    (22:50:24) The Roles have been Decided! :
    (22:50:24) ±Game: You are a White!
    (22:50:24) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy, also safeguards); you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (22:50:24) Current Roles: Black, Red, White, White, White, White, White, White.
    (22:50:24) Current Players: Brogent, Epikhairz0603, Prejudice, Roild, Sebastian Hummel, Utada Hikaru, notscience, pheonix.
    (22:50:24) Current Team: White, White, White, White, White, White
    (22:50:24) Time: Night 1
    (22:50:24) Make your moves, you only have 30 seconds! :
    (22:50:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:50:25) Roild: Just one. x3
    (22:50:26) notscience: Red here
    (22:50:27) Sebastian Hummel: ok, love~
    (22:50:29) notscience: I claim right
    (22:50:30) Brogent: Black here gg
    (22:50:33) Sebastian Hummel: black here
    (22:50:35) Sebastian Hummel: red not on me
    (22:50:44) ±Game: You have chosen to chroma Brogent!
    (22:50:49) Roild: Chroma'ing notsci
    (22:50:50) Epikhairz0603: LOL inb4 no one votes cuz everyone's scared of counter
    (22:50:53) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:50:53) Times Up! :
    (22:50:53) ±Game: A White found the Red!
    (22:50:53) ±Game: A White found the Black!
    (22:50:53) ±Game: A White found the Grey!
    (22:50:53) ±Game: A White found the Orange!
    (22:50:54) ±Game: You copied someone and changed roles!
    (22:50:54) ±Game: You are a Yellow!
    (22:50:54) ±Game: You're a Yellow! You have 1 vote and a 30% accurate /mirror to protect and safeguard anyone, but you only know the Oranges and other Yellows so far. Your team wins when there are no Whites left. If any Colour higher than you dies, you do too; if you die, all lower Colours follow. (Type /myrole throughout the game to find new teammates.) Eliminate all Whites to win!
    (22:50:54) ±Game: The Orange is Brogent!
    (22:50:54) ±Game: The Yellow is Sebastian Hummel!
    (22:50:54) ±Palette: notscience (Grey) was erased!
    (22:50:54) ±Palette: Roild (Grey) was erased!
    (22:50:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:50:54) Current Roles: Black, Orange, Red, White, White, Yellow.
    (22:50:54) Current Players: Brogent, Epikhairz0603, Prejudice, Sebastian Hummel, Utada Hikaru, pheonix.
    (22:50:54) Current Team: Orange, Red, Yellow
    (22:50:54) Time: Day 1
    (22:50:54) You have 40 seconds to debate who are the bad guys! :
    (22:50:54) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:50:58) Utada Hikaru: o.o
    (22:51:00) Prejudice: o.o
    (22:51:02) Sebastian Hummel: lol
    (22:51:04) Prejudice: all these blacks
    (22:51:05) Utada Hikaru: :o
    (22:51:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:51:09) ±Game: With the radiance of the rising sun, the Red shines across the land! Sebastian Hummel is caught in the violent crimson flash!
    (22:51:09) ±Palette: Sebastian Hummel (Yellow) was erased!
    (22:51:09) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:51:11) Utada Hikaru: Your name
    (22:51:14) Utada Hikaru: fits
    (22:51:16) Prejudice: .-.
    (22:51:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:51:34) Current Roles: Black, Orange, Red, White, White.
    (22:51:34) Current Players: Brogent, Epikhairz0603, Prejudice, Utada Hikaru, pheonix.
    (22:51:34) Time: Day 1
    (22:51:34) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:51:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:51:34) MeowMix changed names and is now known as Wind.
    (22:51:46) Epikhairz0603: anyone gonna vote?
    (22:51:52) Epikhairz0603: btw n1 randers get countered
    (22:51:55) Utada Hikaru: I'm sexy and I know it.
    (22:52:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:04) Times Up! :
    (22:52:04) No one was voted off! :
    (22:52:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:04) Current Roles: Black, Orange, Red, White, White.
    (22:52:04) Current Players: Brogent, Epikhairz0603, Prejudice, Utada Hikaru, pheonix.
    (22:52:04) Time: Night 2
    (22:52:04) Make your moves, you only have 30 seconds! :
    (22:52:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:34) Times Up! :
    (22:52:34) No one died! :
    (22:52:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:34) Current Roles: Black, Orange, Red, White, White.
    (22:52:34) Current Players: Brogent, Epikhairz0603, Prejudice, Utada Hikaru, pheonix.
    (22:52:34) Time: Day 2
    (22:52:34) You have 40 seconds to debate who are the bad guys! :
    (22:52:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:41) ±Game: With the radiance of the rising sun, the Red shines across the land! pheonix is caught in the violent crimson flash!
    (22:52:41) ±Palette: pheonix (White) was erased!
    (22:52:41) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:52:53) Prejudice: so. Im last white
    (22:53:02) Utada Hikaru: Obv not
    (22:53:04) Utada Hikaru: I'm white
    (22:53:14) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:53:14) Current Roles: Black, Orange, Red, White.
    (22:53:14) Current Players: Brogent, Epikhairz0603, Prejudice, Utada Hikaru.
    (22:53:14) Time: Day 2
    (22:53:14) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (22:53:14) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:53:23) ±Game:Epikhairz0603 voted!
    (22:53:24) Utada Hikaru: This game is racist ;-;
    (22:53:27) Utada Hikaru: jk
    (22:53:28) ±Game:Brogent voted!
    (22:53:28) ±Game:Prejudice voted!
    (22:53:32) ±Game:Utada Hikaru voted!
    (22:53:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:53:34) Times Up! :
    (22:53:34) ±Game: Trying to vote the Black? Now you've done it. Before the Jet Black leaves, it has some unfinished business to take care of...
    (22:53:34) Current Roles: Jet Black, Orange, Red, White.
    (22:53:34) Current Players: Brogent, Epikhairz0603, Prejudice, Utada Hikaru.
    (22:53:34) Time: Night 3
    (22:53:34) Make your moves, you only have 30 seconds! :
    (22:53:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:53:40) Prejudice: okok
    (22:53:53) Brogent: Orange here
    (22:54:03) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:54:03) Times Up! :
    (22:54:03) ±Game: Epikhairz0603 the Red cries for mercy... Jet Black shall spare this soul.
    (22:54:03) ±Palette: Utada Hikaru (Jet Black) was erased!
    (22:54:03) ±Palette: Utada Hikaru the Jet Black got its revenge on Brogent!
    (22:54:04) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Epikhairz0603 and Prejudice) are left standing!
    (22:54:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (22:54:08) Brogent: Meheh
    (22:54:10) Prejudice: :o
    (22:54:10) Sebastian Hummel: lol
    (22:54:10) DanyBrasov: ./starttheme Bomb
    (22:54:11) Utada Hikaru: ^_^
    (22:54:12) DanyBrasov: pls
    (22:54:13) DanyBrasov: ./starttheme Bomb
    (22:54:13) Brogent: I really was orange
    (22:54:14) Epikhairz0603: AWW yeah[/HIDE]

    (23:55:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:13) Times Up! :
    (23:55:13) The Roles have been Decided! :
    (23:55:13) ±Game: You are a White!
    (23:55:13) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy, also safeguards); you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (23:55:13) Current Roles: Black, Red, White, White, White.
    (23:55:13) Current Players: Angel Flonne, Li Q. Assir, Prejudice, Sebastian Hummel, pheonix.
    (23:55:13) Current Team: White, White, White
    (23:55:13) Time: Night 1
    (23:55:13) Make your moves, you only have 30 seconds! :
    (23:55:13) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:18) Prejudice: claiming Red
    (23:55:20) Sebastian Hummel: next one then, Li Q. Assir, sorry pheonix
    (23:55:27) Prejudice: Black. PM me
    (23:55:29) Sebastian Hummel: FF/FE/Mythology next
    (23:55:34) Angel Flonne: wee
    (23:55:35) ±Game: You have chosen to chroma pheonix!
    (23:55:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:43) Times Up! :
    (23:55:43) ±Game: Your target (pheonix) can't be copied!
    (23:55:43) No one died! :
    (23:55:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:43) Current Roles: Black, Red, White, White, White.
    (23:55:43) Current Players: Angel Flonne, Li Q. Assir, Prejudice, Sebastian Hummel, pheonix.
    (23:55:43) Current Team: White, White, White
    (23:55:43) Time: Day 1
    (23:55:43) You have 40 seconds to debate who are the bad guys! :
    (23:55:43) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:48) Angel Flonne: woo~
    (23:55:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:52) ±Game: With the radiance of the rising sun, the Red shines across the land! Angel Flonne is caught in the violent crimson flash!
    (23:55:52) ±Palette: Angel Flonne (Black) was erased!
    (23:55:52) ±Palette: Angel Flonne the Black absorbs the light and explodes over Li Q. Assir!
    (23:55:52) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Sebastian Hummel, pheonix and Prejudice) are left standing!
    (23:55:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (23:55:56) Prejudice: LOL
    (23:55:57) Angel Flonne: ew
    (23:55:57) Sebastian Hummel: aw
    (23:55:59) Angel Flonne: flonnehate
    (23:56:00) Sebastian Hummel: ok
    (23:56:00) Angel Flonne: much
    (23:56:07) Angel Flonne: jk <3
    (23:56:08) Sebastian Hummel: this is def not nonpeak, again[/HIDE]

    game on 3/14 around peak/big game, from a friend's logs

    (15:34:51) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:34:51) Times Up! :
    (15:34:51) The Roles have been Decided! :
    (15:34:51) ±Game: You are a White!
    (15:34:51) ±Game: You are a White! Every night you may either protect and safeguard anyone including yourself by using /mirror [yourname] (75% accuracy), or you may attempt to convert to the Colour team using /chroma on someone else (85% accuracy, also safeguards); you may hax who others use /chroma on, and you have 2 votes. You can only win once the Black is killed or lynched, but if you /chroma it you'll die. And don't lynch the Red, or the Black wins!
    (15:34:51) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:34:51) Current Players: ApertureLab., B1azer, BlackOni, Cat Fart, Chalupa, Dopog, Espy, Fiona Apple, Gluey, Hotheaded Barry, IronStorm, Linux Reed, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Scizor, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:34:51) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:34:51) Time: Night 1
    (15:34:51) Make your moves, you only have 30 seconds! :
    (15:34:51) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:34:51) BlackOni: its a /luna
    (15:34:51) Cat Fart: meow
    (15:34:55) Linux Reed: it's an instant win
    (15:34:57) Rehx: yeah luna
    (15:34:57) Schizoprenia: I'm white
    (15:34:58) Schizoprenia: !
    (15:35:00) Linux Reed: also it should be /eclipse tbh
    (15:35:02) ±Game: You have chosen to chroma Linux Reed!
    (15:35:06) Linux Reed: bk does not have luna in the games
    (15:35:06) Scizor: Oh joy, I'm white
    (15:35:06) ±Game: The White Team is going to chroma Espy!
    (15:35:06) ±Game: IronStorm is White!
    (15:35:10) Schizoprenia: chromaing ironstorm
    (15:35:13) Schizoprenia: if I die as grey
    (15:35:15) Schizoprenia: he is black
    (15:35:15) Chalupa: chromaing dopog
    (15:35:17) Espy: ok
    (15:35:18) Linux Reed: chromaing skarner
    (15:35:19) Fiona Apple: whites shouldn't claim
    (15:35:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:21) Times Up! :
    (15:35:21) ±Game: Your target (Linux Reed) can't be copied!
    (15:35:21) No one died! :
    (15:35:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:21) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:35:21) Current Players: ApertureLab., B1azer, BlackOni, Cat Fart, Chalupa, Dopog, Espy, Fiona Apple, Gluey, Hotheaded Barry, IronStorm, Linux Reed, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Scizor, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:35:21) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:35:21) Time: Day 1
    (15:35:21) You have 35 seconds to debate who are the bad guys! :
    (15:35:21) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:24) Linux Reed: okay
    (15:35:25) Schizoprenia: pro
    (15:35:27) Cat Fart: so
    (15:35:28) Hotheaded Barry: ok
    (15:35:28) Fiona Apple: because red will easil kill them
    (15:35:31) Chalupa: what does it mean that someone can't be copied?
    (15:35:36) Linux Reed: looks like skarner is orange guys
    (15:35:36) Fiona Apple: they're white then
    (15:35:38) Linux Reed: lunch him
    (15:35:38) Me Ben: beats me
    (15:35:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:40) ±Game: With the radiance of the rising sun, the Red shines across the land! Fiona Apple is caught in the violent crimson flash!
    (15:35:40) ±Palette: Fiona Apple (White) was erased!
    (15:35:40) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:43) Chalupa: lunch him
    (15:35:43) Linux Reed: i mean red
    (15:35:44) Linux Reed: O:
    (15:35:48) Linux Reed: lunch nontheless
    (15:35:48) Skarner: ._.
    (15:35:48) BlackOni: :o
    (15:35:55) IronStorm: Lunch?
    (15:35:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:56) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:35:56) Current Players: ApertureLab., B1azer, BlackOni, Cat Fart, Chalupa, Dopog, Espy, Gluey, Hotheaded Barry, IronStorm, Linux Reed, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Scizor, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:35:56) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:35:56) Time: Day 1
    (15:35:56) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:35:56) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:35:58) Linux Reed: yes lunch
    (15:35:59) Chalupa: yes lunch
    (15:36:01) ±Game:Linux Reed voted!
    (15:36:01) Linux Reed: die
    (15:36:03) asparagus: espy is bad
    (15:36:05) Espy: wtf
    (15:36:05) Hotheaded Barry: who to vote...
    (15:36:05) asparagus: vote him
    (15:36:09) Espy: I am white
    (15:36:09) ±Game:Skarner voted!
    (15:36:09) Rehx: lynchinc red makes us lose
    (15:36:09) Rehx: >.>
    (15:36:09) ±Game:Gluey voted!
    (15:36:09) asparagus: oh nvm
    (15:36:09) ±Game:Seeley5 voted!
    (15:36:10) ±Game:Schizoprenia voted!
    (15:36:10) BlackOni: I want lunch D:
    (15:36:10) ±Game:Chalupa voted!
    (15:36:10) IronStorm: Well, I am hungry
    (15:36:11) ±Game:Hotheaded Barry voted!
    (15:36:11) Dopog: what even this theme...
    (15:36:11) Skarner: k
    (15:36:11) ±Game:Cat Fart voted!
    (15:36:12) ±Game:x-Yalaa-x voted!
    (15:36:12) ±Game:Scizor voted!
    (15:36:12) Rehx: js
    (15:36:13) Linux Reed: no rehx
    (15:36:13) ±Game:IronStorm voted!
    (15:36:13) Skarner: white out
    (15:36:14) Espy: are you serious
    (15:36:14) ±Game:Princess Luna voted!
    (15:36:15) ±Game:BlackOni voted!
    (15:36:15) asparagus: i guess linux is out
    (15:36:16) ±Game:ApertureLab. voted!
    (15:36:16) ±Game:Me Ben voted!
    (15:36:17) Linux Reed: we win lol?
    (15:36:20) ±Game:Espy voted!
    (15:36:21) asparagus: because he voted 1st
    (15:36:21) ±Game:Rehx voted!
    (15:36:22) Skarner: ._.
    (15:36:26) Skarner: ;_ ;
    (15:36:27) Linux Reed: kk
    (15:36:28) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:36:29) Times Up! :
    (15:36:29) ±Palette: With 11 votes, Linux Reed (White) was erased!
    (15:36:29) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:36:29) Current Players: ApertureLab., B1azer, BlackOni, Cat Fart, Chalupa, Dopog, Espy, Gluey, Hotheaded Barry, IronStorm, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Scizor, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:36:29) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:36:29) Time: Night 2
    (15:36:29) Make your moves, you only have 30 seconds! :
    (15:36:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:36:32) Cat Fart: lol
    (15:36:32) Rehx: Lynchin BLACK lets us win
    (15:36:34) Chalupa: welp
    (15:36:34) Scizor: lol
    (15:36:35) Skarner: lol?
    (15:36:36) Rehx: Lynchinc Red kills us
    (15:36:38) Chalupa: *lunching black
    (15:36:39) ±Game: The White Team is going to chroma asparagus!
    (15:36:40) ±Hint: That person is not playing!
    (15:36:40) Rehx: so lets chill
    (15:36:46) ±Game: You have chosen to chroma Skarner!
    (15:36:58) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:36:59) Times Up! :
    (15:36:59) ±Palette: Scizor (White) was erased!
    (15:36:59) ±Game: You couldn't chroma this night!
    (15:36:59) ±Game: A White found the Black!
    (15:36:59) ±Palette: IronStorm (Grey) was erased!
    (15:36:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:36:59) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:36:59) Current Players: ApertureLab., B1azer, BlackOni, Cat Fart, Chalupa, Dopog, Espy, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:36:59) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:36:59) Time: Day 2
    (15:36:59) You have 35 seconds to debate who are the bad guys! :
    (15:36:59) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:37:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:37:01) ±Game: With the radiance of the rising sun, the Red shines across the land! Cat Fart is caught in the violent crimson flash!
    (15:37:01) ±Palette: Cat Fart (White) was erased!
    (15:37:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:37:02) BlackOni: (18:36) Fiona Apple: copy and paste this pls?
    (15:37:02) BlackOni: (18:36) Fiona Apple: Black wins when all Colours including Red are gone, and revenges kills and lynches. Colours win when no Whites are left, and lose if Black dies. Whites can either try to become a Colour or win when the Black is gone.
    (15:37:07) Skarner: gj?
    (15:37:15) asparagus: ok
    (15:37:19) asparagus: a white found the black
    (15:37:20) Chalupa: who was ironstorm on
    (15:37:20) asparagus: so who
    (15:37:22) asparagus: is the fucking
    (15:37:23) asparagus: black
    (15:37:23) Espy: woah what
    (15:37:26) Princess Luna: yeah
    (15:37:33) Hotheaded Barry: Its espy
    (15:37:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:37:34) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:37:34) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Espy, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:37:34) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:37:34) Time: Day 2
    (15:37:34) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:37:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:37:35) Espy: no
    (15:37:36) Espy: I am white
    (15:37:38) asparagus: otherwise im voting espy
    (15:37:39) ±Game:Schizoprenia voted!
    (15:37:40) ±Game:Princess Luna voted!
    (15:37:40) ApertureLab.: slay Sirius Black! :D
    (15:37:40) Espy: I fucking swear
    (15:37:42) Chalupa: this is the most racist theme
    (15:37:43) ±Game:Gluey voted!
    (15:37:44) ±Game:BlackOni voted!
    (15:37:45) ±Game:Me Ben voted!
    (15:37:47) ±Game:Chalupa voted!
    (15:37:47) Princess Luna: i say Schizoprenia is out
    (15:37:48) ±Game:Seeley5 voted!
    (15:37:49) ±Game:Espy voted!
    (15:37:49) ±Game:Skarner voted!
    (15:37:50) Princess Luna: voted 1st
    (15:37:53) Schizoprenia: ._.
    (15:37:53) ±Game:Hotheaded Barry voted!
    (15:37:54) Princess Luna: ;3
    (15:37:55) Gluey: lol chaulpa
    (15:37:55) ±Game:obey to kyubey voted!
    (15:37:55) Schizoprenia: nuuuuu
    (15:37:55) ±Game:Rehx voted!
    (15:37:58) Schizoprenia: whiteout
    (15:37:58) ±Game: You voted for Espy!
    (15:37:58) ±Game:asparagus voted!
    (15:38:01) Schizoprenia: get it?
    (15:38:03) ±Game:ApertureLab. voted!
    (15:38:07) Princess Luna: oh white out
    (15:38:09) Princess Luna: like pokemon
    (15:38:10) ±Game:Dopog voted!
    (15:38:11) Princess Luna: i get it
    (15:38:11) Espy: lol
    (15:38:11) ±Game:x-Yalaa-x voted!
    (15:38:12) Schizoprenia: -_-
    (15:38:13) Schizoprenia: no
    (15:38:18) Schizoprenia: but
    (15:38:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:38:19) Times Up! :
    (15:38:19) ±Palette: With 20 votes, Espy (White) was erased!
    (15:38:19) Current Roles: Black, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:38:19) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Seeley5, Shadow Zero, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:38:19) Current Team: White, White, White, White, White, White, White, White, White, White, White, White, White, White
    (15:38:19) Time: Night 3
    (15:38:19) Make your moves, you only have 30 seconds! :
    (15:38:19) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:38:19) Midnight warrior: (00:37:18) Chalupa: this is the most racist theme
    (15:38:19) Schizoprenia: that works
    (15:38:21) Midnight warrior: lols
    (15:38:22) Schizoprenia: owait
    (15:38:23) Schizoprenia: wat
    (15:38:24) BlackOni: lol
    (15:38:25) Hotheaded Barry: wtf
    (15:38:25) MeowMix: 20 votes what
    (15:38:30) ±Game: You have chosen to chroma obey to kyubey!
    (15:38:30) ±Game: The White Team is going to chroma obey to kyubey!
    (15:38:32) Schizoprenia: whites have 2
    (15:38:38) asparagus: ok
    (15:38:46) Hotheaded Barry: Whites all say who your gonna Chroma
    (15:38:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:38:49) Times Up! :
    (15:38:49) ±Palette: Shadow Zero (White) was erased!
    (15:38:49) ±Game: A White found the Yellow!
    (15:38:49) ±Game: You copied someone and changed roles!
    (15:38:49) ±Game: You are a Green!
    (15:38:49) ±Game: You're a Green! You have 1 vote and a 60% accurate /mirror to protect and safeguard anyone, but you only know the Yellows and other Greens so far. Your team wins when there are no Whites left. If any Colour higher than you dies, you do too; if you die, all lower Colours follow. (Type /myrole throughout the game to find new teammates.) Eliminate all Whites to win!
    (15:38:49) ±Game: The Yellow is obey to kyubey!
    (15:38:49) ±Game: The Green is asparagus!
    (15:38:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:38:49) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:38:49) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Schizoprenia, Seeley5, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:38:49) Current Team: Green, Orange, Red, Yellow
    (15:38:49) Time: Day 3
    (15:38:49) You have 35 seconds to debate who are the bad guys! :
    (15:38:49) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:38:56) Schizoprenia: there's a green
    (15:39:01) BlackOni: uhh
    (15:39:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:39:01) ±Game: With the radiance of the rising sun, the Red shines across the land! Schizoprenia is caught in the violent crimson flash!
    (15:39:01) ±Palette: Schizoprenia (White) was erased!
    (15:39:01) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:39:03) Skarner: hmm
    (15:39:05) Hotheaded Barry: x-Yalaa-x is Yellow
    (15:39:10) x-Yalaa-x: no
    (15:39:11) Chalupa: *green
    (15:39:12) Midnight warrior: k
    (15:39:12) Skarner: i think Luna is yellow
    (15:39:13) x-Yalaa-x: i am white
    (15:39:16) Dopog: wow
    (15:39:19) Midnight warrior: vote yala
    (15:39:19) Skarner: i am not sure
    (15:39:19) Princess Luna: nope
    (15:39:20) Chalupa: x-Yalaa-x is yellow
    (15:39:22) Princess Luna: k
    (15:39:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:39:24) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:39:24) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Seeley5, Skarner, asparagus, obey to kyubey, x-Yalaa-x.
    (15:39:24) Current Team: Green, Orange, Red, Yellow
    (15:39:24) Time: Day 3
    (15:39:24) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:39:24) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:39:25) asparagus: i think skarner is black
    (15:39:25) x-Yalaa-x: i was miroring my self
    (15:39:26) BlackOni: okay
    (15:39:27) Princess Luna: im white
    (15:39:29) Midnight warrior: vote yala.
    (15:39:30) Skarner: i am white
    (15:39:31) x-Yalaa-x: i am white
    (15:39:32) Me Ben: yea
    (15:39:32) x-Yalaa-x: no
    (15:39:33) ±Game:Midnight warrior voted!
    (15:39:34) x-Yalaa-x: idiots
    (15:39:34) ±Game:Princess Luna voted!
    (15:39:35) ±Game:Chalupa voted!
    (15:39:36) [DarkShadow]DLAM cancelled their challenge.
    (15:39:36) ±Game:BlackOni voted!
    (15:39:36) ±Game:Hotheaded Barry voted!
    (15:39:38) asparagus: thats what a black would say
    (15:39:38) ±Game:Gluey voted!
    (15:39:41) ±Game: You voted for Skarner!
    (15:39:41) ±Game:asparagus voted!
    (15:39:41) x-Yalaa-x: WHITE OUT
    (15:39:42) ±Game:Me Ben voted!
    (15:39:42) ±Game:Skarner voted!
    (15:39:43) ±Game:ApertureLab. voted!
    (15:39:44) ±Game:Seeley5 voted!
    (15:39:47) Skarner: wait for it
    (15:39:47) ±Game:x-Yalaa-x voted!
    (15:39:53) ±Game:Rehx voted!
    (15:39:56) ±Game:obey to kyubey voted!
    (15:39:58) ApertureLab.: x-Yalaa-x has no more pokemon left to battle!
    (15:39:58) Skarner: wait for it.
    (15:39:58) Chalupa: inb4 yellow
    (15:39:59) x-Yalaa-x: i am really white
    (15:40:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:04) Times Up! :
    (15:40:04) ±Palette: With 20 votes, x-Yalaa-x (White) was erased!
    (15:40:04) Current Roles: Black, Green, Orange, Red, White, White, White, White, White, White, White, White, White, White, Yellow.
    (15:40:04) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Seeley5, Skarner, asparagus, obey to kyubey.
    (15:40:04) Current Team: Green, Orange, Red, Yellow
    (15:40:04) Time: Night 4
    (15:40:04) Make your moves, you only have 30 seconds! :
    (15:40:04) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:05) Skarner: wait for it..
    (15:40:06) ApertureLab.: x-Yalaa-x whited out!
    (15:40:07) Chalupa: x-Yalaa-x whited out
    (15:40:07) Skarner: see
    (15:40:08) BlackOni: ...
    (15:40:10) Hotheaded Barry: o
    (15:40:12) ±CommandBot: The command chroms doesn't exist
    (15:40:15) Gluey: -.-
    (15:40:18) ±CommandBot: The command chroma doesn't exist
    (15:40:18) Rehx: how can you erase white?
    (15:40:18) Hotheaded Barry: wrong again...
    (15:40:19) ApertureLab.: Mine had an exclaimation point
    (15:40:23) ApertureLab.: it's even better
    (15:40:24) ±CommandBot: The command safeguard doesn't exist
    (15:40:24) Midnight warrior: Hotheaded Barry?
    (15:40:33) Hotheaded Barry: YEs Mid
    (15:40:34) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:34) Times Up! :
    (15:40:34) ±Game: A White found the Yellow!
    (15:40:34) No one died! :
    (15:40:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:35) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, White, White, White, White, Yellow.
    (15:40:35) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Seeley5, Skarner, asparagus, obey to kyubey.
    (15:40:35) Current Team: Green, Green, Orange, Red, Yellow
    (15:40:35) Time: Day 4
    (15:40:35) You have 35 seconds to debate who are the bad guys! :
    (15:40:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:35) ±Game: With the radiance of the rising sun, the Red shines across the land! Skarner is caught in the violent crimson flash!
    (15:40:35) ±Palette: Skarner (White) was erased!
    (15:40:35) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:40:43) Chalupa: Midnight warrior is yellow
    (15:40:49) Princess Luna: k
    (15:40:52) BlackOni: okay
    (15:40:53) Hotheaded Barry: k
    (15:40:55) Seeley5: k
    (15:40:58) Midnight warrior: hot, gluey are cleaned white
    (15:41:02) Midnight warrior: also im white
    (15:41:10) Princess Luna: apparently you yellow
    (15:41:12) asparagus: funny i thought chalupa was yellow
    (15:41:12) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:41:12) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, White, White, White, Yellow.
    (15:41:12) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Midnight warrior, Princess Luna, Rehx, Seeley5, asparagus, obey to kyubey.
    (15:41:12) Current Team: Green, Green, Orange, Red, Yellow
    (15:41:12) Time: Day 4
    (15:41:12) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:41:12) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:41:13) Midnight warrior: chalupa stop saying lies
    (15:41:16) Princess Luna: so idk who to trust
    (15:41:18) Dopog: aperture
    (15:41:22) Midnight warrior: vote me if u like
    (15:41:22) ±Game: You voted for Chalupa!
    (15:41:22) ±Game:asparagus voted!
    (15:41:22) ±Game:Seeley5 voted!
    (15:41:24) Gluey: Im confused >.<
    (15:41:25) ±Game:Princess Luna voted!
    (15:41:26) ±Game:BlackOni voted!
    (15:41:28) ±Game:Gluey voted!
    (15:41:32) ±Game:Me Ben voted!
    (15:41:32) Midnight warrior: but if im white vote chalupa next
    (15:41:34) ±Game:Chalupa voted!
    (15:41:35) Midnight warrior: dont foget
    (15:41:36) Chalupa: all i know is
    (15:41:37) Gluey: I dont like this theme lolz
    (15:41:38) ±Game:Hotheaded Barry voted!
    (15:41:38) Midnight warrior: forget
    (15:41:43) ±Game:ApertureLab. voted!
    (15:41:45) Princess Luna: same Gluey
    (15:41:45) ±Game:Midnight warrior voted!
    (15:41:49) Chalupa: and then a white found the yellow
    (15:41:49) Princess Luna: its horribad
    (15:41:51) Midnight warrior: first chalupa
    (15:41:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:41:52) Times Up! :
    (15:41:52) ±Palette: With 6 votes, Midnight warrior (White) was erased!
    (15:41:52) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, White, White, Yellow.
    (15:41:52) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Dopog, Gluey, Hotheaded Barry, Me Ben, Princess Luna, Rehx, Seeley5, asparagus, obey to kyubey.
    (15:41:52) Current Team: Green, Green, Orange, Red, Yellow
    (15:41:52) Time: Night 5
    (15:41:52) Make your moves, you only have 30 seconds! :
    (15:41:52) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:41:56) Chalupa: so i accuse them of yellow
    (15:41:57) BlackOni: ._.
    (15:42:02) ±Game: You have chosen to mirror obey to kyubey!
    (15:42:19) asparagus: you suck chalupa
    (15:42:22) Me Ben: chromaing dopog
    (15:42:22) Chalupa: <3
    (15:42:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:42:23) Times Up! :
    (15:42:23) ±Palette: Dopog (White) was erased!
    (15:42:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:42:23) Current Roles: Black, Green, Green, Orange, Red, White, White, White, White, White, White, Yellow.
    (15:42:23) Current Players: ApertureLab., B1azer, BlackOni, Chalupa, Gluey, Hotheaded Barry, Me Ben, Princess Luna, Rehx, Seeley5, asparagus, obey to kyubey.
    (15:42:23) Current Team: Green, Green, Orange, Red, Yellow
    (15:42:23) Time: Day 5
    (15:42:23) You have 35 seconds to debate who are the bad guys! :
    (15:42:23) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:42:25) Gluey: So.. should we listen and get chalupa??
    (15:42:29) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***
    (15:42:30) ±Game: With the radiance of the rising sun, the Red shines across the land! Gluey is caught in the violent crimson flash!
    (15:42:30) ±Palette: Gluey (Black) was erased!
    (15:42:30) ±Palette: Gluey the Black absorbs the light and explodes over Princess Luna!
    (15:42:30) ±Palette: Gluey the Black absorbs the light and explodes over BlackOni!
    (15:42:30) ±Palette: Gluey the Black absorbs the light and explodes over obey to kyubey!
    (15:42:30) ±Palette: Gluey the Black absorbs the light and explodes over ApertureLab. and asparagus!
    (15:42:30) ±Palette: What's this? It seems as if the Colours and Black have eliminated each other. Only the Whites (Chalupa, Seeley5, Rehx, B1azer, Me Ben and Hotheaded Barry) are left standing!
    (15:42:30) *** ••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o••••o•• ***[/HIDE]

    Just saw this, sorry.

    If Black doesn't win by killing just colors, it would be even more difficult than it already is for the Black. If it had to kill all of/most of the Whites, I don't really see a scenario where it could have a good chance of winning ("White here, I'm on Fuzzysqurl, if I die get him"). And I don't want it to become like a game of 1 Mafia vs. all Villagers then, because we already have Vanilla for that.

    So far, people seem to be okay with the way the win conditions are, and even often say things like "Black never wins". I think I'll choose for now to keep that aspect as is, unless suddenly there's a huge influx of people telling me to change it. :(
     
    Last edited: Mar 14, 2013
  37. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    Before making a final judgement, I was waiting to play on all the sides. Finally I've just been Red.

    It seems people are appreciating this theme. But I can't see, on the current way this theme is, a real strategy being applied.

    People either /mirror or /chroma as whites... I've rarely seen communication being applied when they find a white with /chroma and /mirror seems to be just a way to prevent black to kill them, but occasionally, the Whites tend to /chroma in the end. I'm also not pleased with a theme that people deliberately leave their team: when /chroma doesn't hit a white, that's what happen.

    As a Black (there was a small problem on the code the time I was it, but w/e), all you have to do is to kill 'randomly' everyone till you find the red.

    As a Red, you have to wait someone to /chroma you. Neither me nor the two Oranges by the time I was Red got even a single PM by people who had /chroma'd any of us, so connection was impossible and, thus, we countered a yellow who randed, killing, with them, the green.

    The secret votes only complicates everyone's situation: no one can vote or they're immediately countered, unless their team is majority AND connected, which is very unlikely.

    I'm sorry, but I'll decline [3] it now.
     
  38. 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
    In his defense, the game used to be where everyone knew everyone. I told him he should have that again. People probably got used to that and when it changed, they didn't adapt.

    I strongly suggest bringing back the full chain, or at the very least, prevent red from TKing.
     
  39. Epikhairz

    Epikhairz Delta Stream

    Joined:
    Mar 15, 2013
    Messages:
    929
    Likes Received:
    102
    PO Trainer Name:
    Epikhairz
    I think that silent voting has made counter-rands occur far too often. I've played this theme over 20 times and every time someone votes, they get countered and end up getting lynched.

    Also Black is too OP because Black just needs keep killing and if it's hit by Red or lynched, it can wipe out nearly everything.

    White is also boring to play as, because with so many Whites and only 3 other roles to begin with, chances are that people will /chroma white most of the time and that just gets dull.

    I'm not very creative, so if you could figure out a way to fix these issues that'd be great XD
     
  40. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    This would fix, at least, a third of the problems... maybe Colours would become OP with the complete teamreveal. I don't think this would be enough reason to change my mind for now.
     
Thread Status:
Not open for further replies.